115 lines
3.6 KiB
Plaintext
115 lines
3.6 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * calendar_sms
|
||
|
#
|
||
|
# Translators:
|
||
|
# Yihya Hugirat <hugirat@gmail.com>, 2023
|
||
|
# Amit Spilman <amit@laylinetech.com>, 2023
|
||
|
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||
|
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023\n"
|
||
|
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Language: he\n"
|
||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model,name:calendar_sms.model_calendar_event
|
||
|
msgid "Calendar Event"
|
||
|
msgstr "אירוע לוח שנה"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:sms.template,name:calendar_sms.sms_template_data_calendar_reminder
|
||
|
msgid "Calendar Event: Reminder"
|
||
|
msgstr "אירוע לוח שנה: תזכורת"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model,name:calendar_sms.model_calendar_alarm
|
||
|
msgid "Event Alarm"
|
||
|
msgstr "התראת אירוע"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model,name:calendar_sms.model_calendar_alarm_manager
|
||
|
msgid "Event Alarm Manager"
|
||
|
msgstr "מנהל התראות אירוע"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#. odoo-python
|
||
|
#: code:addons/calendar_sms/models/calendar_event.py:0
|
||
|
#, python-format
|
||
|
msgid "Event reminder: %(name)s, %(time)s."
|
||
|
msgstr "תזכורת לארוע: %(name)s, %(time)s"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:sms.template,body:calendar_sms.sms_template_data_calendar_reminder
|
||
|
msgid ""
|
||
|
"Event reminder: {{ object.name }}, {{ "
|
||
|
"object.get_display_time_tz(object.partner_id.tz) }}"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#. odoo-python
|
||
|
#: code:addons/calendar_sms/models/calendar_alarm.py:0
|
||
|
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__sms_notify_responsible
|
||
|
#, python-format
|
||
|
msgid "Notify Responsible"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_form_inherited
|
||
|
msgid "SMS"
|
||
|
msgstr "SMS"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__sms_template_id
|
||
|
msgid "SMS Template"
|
||
|
msgstr "תבנית SMS"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model.fields.selection,name:calendar_sms.selection__calendar_alarm__alarm_type__sms
|
||
|
msgid "SMS Text Message"
|
||
|
msgstr "הודעת SMS"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_tree_inherited
|
||
|
msgid "Send SMS"
|
||
|
msgstr "שלח SMS"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#. odoo-python
|
||
|
#: code:addons/calendar_sms/models/calendar_event.py:0
|
||
|
#, python-format
|
||
|
msgid "Send SMS Text Message"
|
||
|
msgstr "שלח הודעת SMS"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_form_inherited
|
||
|
msgid "Send SMS to attendees"
|
||
|
msgstr "שלח SMS למשתתפים"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model.fields,help:calendar_sms.field_calendar_alarm__sms_template_id
|
||
|
msgid "Template used to render SMS reminder content."
|
||
|
msgstr "תבנית המשמשת לעיבוד תוכן תזכורת SMS."
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#. odoo-python
|
||
|
#: code:addons/calendar_sms/models/calendar_event.py:0
|
||
|
#, python-format
|
||
|
msgid "There are no attendees on these events"
|
||
|
msgstr "אין משתתפים באירועים אלו"
|
||
|
|
||
|
#. module: calendar_sms
|
||
|
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type
|
||
|
msgid "Type"
|
||
|
msgstr "סוג"
|