diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/payment_transfer/i18n/he.po | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/payment_transfer/i18n/he.po')
| -rw-r--r-- | addons/payment_transfer/i18n/he.po | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/addons/payment_transfer/i18n/he.po b/addons/payment_transfer/i18n/he.po new file mode 100644 index 00000000..c6e05db0 --- /dev/null +++ b/addons/payment_transfer/i18n/he.po @@ -0,0 +1,110 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_transfer +# +# Translators: +# ExcaliberX <excaliberx@gmail.com>, 2020 +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:16+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.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: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "; multiple order found" +msgstr "נמצאו הזמנות מרובות; " + +#. module: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "; no order found" +msgstr "לא נמצאה הזמנה; " + +#. module: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "" +"<div>\n" +"<h3>Please use the following transfer details</h3>\n" +"<h4>%(bank_title)s</h4>\n" +"%(bank_accounts)s\n" +"<h4>Communication</h4>\n" +"<p>Please use the order name as communication reference.</p>\n" +"</div>" +msgstr "" +"<div>\n" +"<h3>אנא השתמש בפרטי ההעברה הבאים</h3>\n" +"<h4>%(bank_title)s</h4>\n" +"%(bank_accounts)s\n" +"<h4>תקשורת</h4>\n" +"<p>אנא השתמש בשם ההזמנה כמזהה לתקשורת.</p>\n" +"</div>" + +#. module: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "Bank Account" +msgstr "חשבון בנק" + +#. module: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "Bank Accounts" +msgstr "חשבונות בנק" + +#. module: payment_transfer +#: model:ir.model.fields,field_description:payment_transfer.field_payment_acquirer__display_name +#: model:ir.model.fields,field_description:payment_transfer.field_payment_transaction__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: payment_transfer +#: model:ir.model.fields,field_description:payment_transfer.field_payment_acquirer__id +#: model:ir.model.fields,field_description:payment_transfer.field_payment_transaction__id +msgid "ID" +msgstr "מזהה" + +#. module: payment_transfer +#: model:ir.model.fields,field_description:payment_transfer.field_payment_acquirer____last_update +#: model:ir.model.fields,field_description:payment_transfer.field_payment_transaction____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: payment_transfer +#: model:ir.model.fields.selection,name:payment_transfer.selection__payment_acquirer__provider__transfer +msgid "Manual Payment" +msgstr "תשלום ידני" + +#. module: payment_transfer +#: model:ir.model,name:payment_transfer.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "ספק שירות תשלומים" + +#. module: payment_transfer +#: model:ir.model,name:payment_transfer.model_payment_transaction +msgid "Payment Transaction" +msgstr "עסקת תשלום" + +#. module: payment_transfer +#: model:ir.model.fields,field_description:payment_transfer.field_payment_acquirer__provider +msgid "Provider" +msgstr "ספק" + +#. module: payment_transfer +#: code:addons/payment_transfer/models/payment.py:0 +#, python-format +msgid "received data for reference %s" +msgstr "התקבלו נתונים לעיון %s" |
