19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:39 +01:00
parent 5df8c07b59
commit daa394e8b0
2114 changed files with 564841 additions and 299642 deletions

View file

@ -1,27 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * calendar_sms
#
# * calendar_sms
#
# Translators:
# Amit Spilman <amit@laylinetech.com>, 2022
# Yihya Hugirat <hugirat@gmail.com>, 2022
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
# Ha Ketem <haketem@gmail.com>, 2024
#
# or balmas <or@laylinetech.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-15 12:50+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Ha Ketem <haketem@gmail.com>, 2024\n"
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
"calendar_sms/he/>\n"
"Language: 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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 5.12.2\n"
#. module: calendar_sms
#: model:ir.model,name:calendar_sms.model_calendar_event
@ -33,6 +36,13 @@ msgstr "אירוע לוח שנה"
msgid "Calendar Event: Reminder"
msgstr "אירוע לוח שנה: תזכורת"
#. module: calendar_sms
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__display_name
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__display_name
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__display_name
msgid "Display Name"
msgstr "שם לתצוגה"
#. module: calendar_sms
#: model:ir.model,name:calendar_sms.model_calendar_alarm
msgid "Event Alarm"
@ -46,18 +56,24 @@ 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) }}"
"Event reminder: {{ object.name }}, "
"{{ object.get_display_time_tz(object.partner_id.tz) }}"
msgstr ""
"תזכורת לאירוע: {{ object.name }}, {{ "
"object.get_display_time_tz(object.partner_id.tz) }}"
"תזכורת לאירוע: {{ object.name }}, "
"{{ object.get_display_time_tz(object.partner_id.tz) }}"
#. module: calendar_sms
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__id
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm_manager__id
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_event__id
msgid "ID"
msgstr "מזהה"
#. module: calendar_sms
#: model_terms:ir.ui.view,arch_db:calendar_sms.view_calendar_event_form_inherited
@ -75,17 +91,12 @@ msgid "SMS Text Message"
msgstr "הודעת SMS"
#. module: calendar_sms
#. odoo-python
#: code:addons/calendar_sms/models/calendar_event.py:0
#: 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"
@ -99,7 +110,6 @@ 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 "אין משתתפים באירועים אלו"
@ -107,3 +117,6 @@ msgstr "אין משתתפים באירועים אלו"
#: model:ir.model.fields,field_description:calendar_sms.field_calendar_alarm__alarm_type
msgid "Type"
msgstr "סוג"
#~ msgid "Send SMS Text Message"
#~ msgstr "שלח הודעת SMS"