Odoo18-Base/enterprise-17.0/worksheet/i18n/he.po
2025-01-06 10:57:38 +07:00

188 lines
5.9 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * worksheet
#
# Translators:
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
# MichaelHadar, 2023
# Martin Trigaux, 2023
# Yihya Hugirat <hugirat@gmail.com>, 2023
# Ha Ketem <haketem@gmail.com>, 2023
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 22:22+0000\n"
"PO-Revision-Date: 2023-10-26 23:10+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: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid "%s (copy)"
msgstr "%s (העתק)"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
msgid "<span class=\"o_stat_text\">Worksheets</span>"
msgstr "<span class=\"o_stat_text\">גליונות</span>"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__action_id
msgid "Action"
msgstr "פעולה"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__active
msgid "Active"
msgstr "פעיל"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
#, python-format
msgid "Analysis"
msgstr "ניתוח"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_search
msgid "Archived"
msgstr "בארכיון"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__color
msgid "Color"
msgstr "צבע"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__company_ids
msgid "Companies"
msgstr "חברות"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__create_uid
msgid "Created by"
msgstr "נוצר על-ידי"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__create_date
msgid "Created on"
msgstr "נוצר ב-"
#. module: worksheet
#. odoo-javascript
#: code:addons/worksheet/static/src/open_studio_button_widget/open_studio_button_widget.xml:0
#, python-format
msgid "Design Template"
msgstr "עצב תבנית"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__display_name
msgid "Display Name"
msgstr "שם לתצוגה"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__res_model
msgid "Host Model"
msgstr "מודל אירוח"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__id
msgid "ID"
msgstr "מזהה"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__write_uid
msgid "Last Updated by"
msgstr "עודכן לאחרונה על-ידי"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__write_date
msgid "Last Updated on"
msgstr "עדכון אחרון ב"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__model_id
msgid "Model"
msgstr "מודל"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__name
msgid "Name"
msgstr "שם"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__report_view_id
msgid "Report View"
msgstr "תצוגת דוח"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__sequence
msgid "Sequence"
msgstr "רצף"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid "The host model name should be an existing model."
msgstr "המודל המארח צריך להיות מודל קיים."
#. module: worksheet
#: model:ir.model.fields,help:worksheet.field_worksheet_template__res_model
msgid "The model that is using this template"
msgstr "המודל שמשתמש בתבנית זו"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid ""
"The template to print this worksheet template should be a QWeb template."
msgstr "התבנית להדפסת תבנית גיליון עבודה זה צריכה להיות תבנית QWeb."
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid ""
"Unfortunately, you cannot unlink this worksheet template from %s because the"
" template is still connected to tasks within the company."
msgstr ""
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__worksheet_count
msgid "Worksheet Count"
msgstr "כמות גיליונות עבודה"
#. module: worksheet
#: model:ir.model,name:worksheet.model_worksheet_template
msgid "Worksheet Template"
msgstr "תבנית גיליון עבודה"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_search
msgid "Worksheet Template Search"
msgstr "חיפוש תבנית גליון עבודה"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_list
msgid "Worksheets"
msgstr "גיליונות עבודה"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
msgid "e.g Device Installation"
msgstr ""