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/base_iban | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/base_iban')
91 files changed, 6537 insertions, 0 deletions
diff --git a/addons/base_iban/__init__.py b/addons/base_iban/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/base_iban/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/base_iban/__manifest__.py b/addons/base_iban/__manifest__.py new file mode 100644 index 00000000..fb102929 --- /dev/null +++ b/addons/base_iban/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. +{ + 'name': 'IBAN Bank Accounts', + 'category': 'Hidden/Tools', + 'description': """ +This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity. +====================================================================================================================== + +The ability to extract the correctly represented local accounts from IBAN accounts +with a single statement. + """, + 'depends': ['account', 'web'], + 'data': [ + 'views/templates.xml', + 'views/partner_view.xml', + 'views/setup_wizards_view.xml' + ], + 'demo': ['data/res_partner_bank_demo.xml'], + 'license': 'LGPL-3', +} diff --git a/addons/base_iban/data/res_partner_bank_demo.xml b/addons/base_iban/data/res_partner_bank_demo.xml new file mode 100644 index 00000000..6959c993 --- /dev/null +++ b/addons/base_iban/data/res_partner_bank_demo.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data noupdate="1"> + + <record id="bank_iban_asustek" model="res.partner.bank"> + <field name="acc_type">iban</field> + <field name="acc_number">BE39103123456719</field> + <field name="bank_id" ref="base.bank_bnp" /> + <field name="partner_id" ref="base.res_partner_1"/> + </record> + + <record id="bank_iban_china_export" model="res.partner.bank"> + <field name="acc_type">iban</field> + <field name="acc_number">SI56191000000123438</field> + <field name="bank_id" ref="base.bank_bnp" /> + <field name="partner_id" ref="base.res_partner_3"/> + </record> + + <record id="bank_iban_main_partner" model="res.partner.bank"> + <field name="acc_type">iban</field> + <field name="acc_number">BE61310126985517</field> + <field name="bank_id" ref="base.bank_ing" /> + <field name="partner_id" ref="base.res_partner_4"/> + </record> + + </data> +</odoo> diff --git a/addons/base_iban/i18n/af.po b/addons/base_iban/i18n/af.po new file mode 100644 index 00000000..85dec19a --- /dev/null +++ b/addons/base_iban/i18n/af.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/am.po b/addons/base_iban/i18n/am.po new file mode 100644 index 00000000..07e06d73 --- /dev/null +++ b/addons/base_iban/i18n/am.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/ar.po b/addons/base_iban/i18n/ar.po new file mode 100644 index 00000000..30f43416 --- /dev/null +++ b/addons/base_iban/i18n/ar.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# MOHAMMAD IBRAHIM <m.moamir@outlook.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: MOHAMMAD IBRAHIM <m.moamir@outlook.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "رقم الحساب لم يتَّبع نمط الآي بان المعترف به." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "الحسابات البنكية" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "لا يمكن احتساب الـBBAN لأن الحساب لا يملك رقم IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "المُعرف" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"لا يبدو رقم IBAN صحيحًا. ينبغي أن تدخل رقمًا على هذه الصيغة%s\n" +"حيث B = رمز البنك الوطني، S = رمز الفرع، C = رقم الحساب، k = رقم التحقق" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "رقم الـIBAN خاطئ، يجب أن يبدأ برمز الدولة" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "لا يوجد كود IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "لا يمكننا اعتماد رقم الـIBAN هذا، يرجى التحقق منه." diff --git a/addons/base_iban/i18n/az.po b/addons/base_iban/i18n/az.po new file mode 100644 index 00000000..240e21b3 --- /dev/null +++ b/addons/base_iban/i18n/az.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:16+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:67 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:54 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:39 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:35 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:31 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:45 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/base_iban.pot b/addons/base_iban/i18n/base_iban.pot new file mode 100644 index 00000000..5b936f72 --- /dev/null +++ b/addons/base_iban/i18n/base_iban.pot @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-01 07:28+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/bg.po b/addons/base_iban/i18n/bg.po new file mode 100644 index 00000000..c3590795 --- /dev/null +++ b/addons/base_iban/i18n/bg.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# aleksandar ivanov, 2020 +# Maria Boyadjieva <marabo2000@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Банкови сметки" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Не можете да изчислите BBAN, защото номерът на сметката не е IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Изглежда, че IBAN-ът не е верен. Трябва да въведете нещо от сорта на %s " +"Където B = Национален банков код, S = Код на клон, C = Номер на сметка, k = " +"чекова цифра" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN-ът е невалиден, той трябва да започва с кода на държавата." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Този IBAN не издържа проверката за валидиране, моля проверете го." diff --git a/addons/base_iban/i18n/bn.po b/addons/base_iban/i18n/bn.po new file mode 100644 index 00000000..d7fc0993 --- /dev/null +++ b/addons/base_iban/i18n/bn.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "অ্যাকাউন্ট আইবিএএন-এর অনুগত নয়।" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "ব্যাংক হিসাব" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "বিবিএএন গণনা করা যাচ্ছে না কারণ হিসাব নম্বর টি এইবিএএন না। " + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "এইবিএএন" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "আইডি " + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"এইবিএএন সঠিক বলে মনে হচ্ছে না। আপনার এইরকম কিছু লিখা উচিত যেমন %sযেখানে বি =" +" জাতীয় ব্যাংক কোড, এস = ব্রাঞ্চ কোড, সি = হিসাব নম্বর, কে = সংখ্যা পরীক্ষা" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "এইবিএএন সঠিক নয়, ইহা দেশের কোড দিয়ে শুরু হওয়া উচিত" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "ঐখানে কোনো এইবিএএন কোড নাই । " + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "এই এইবিএএন বৈধতা পরীক্ষণ পাস করে নাই, দয়াকরে ইহা যাচাই করুন।" diff --git a/addons/base_iban/i18n/bs.po b/addons/base_iban/i18n/bs.po new file mode 100644 index 00000000..9ff9392b --- /dev/null +++ b/addons/base_iban/i18n/bs.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Računi banke" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:67 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:54 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:39 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:35 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN nije valida, trebao bi da počinje sa šifrom države" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:31 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:45 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/ca.po b/addons/base_iban/i18n/ca.po new file mode 100644 index 00000000..09b353be --- /dev/null +++ b/addons/base_iban/i18n/ca.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2020 +# RGB Consulting <odoo@rgbconsulting.com>, 2020 +# Arnau Ros, 2020 +# jabelchi, 2021 +# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: José Cabrera Lozano <jose.cabrera@edukative.es>, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "El compte no és compatible amb IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Comptes bancaris" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "No es pot calcular el BBAN per que el número de compte no és un IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"El codi IBAN no sembla correcte. Introduiu una estructura similar a aquesta %s\n" +"On B = codi bancari, S = codi d'oficina, C = número de compte, k = dígit de control" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "El codi IBAN és invàlid, ha de començar pel codi del país" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "No hi ha codi IBAN" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Aquest IBAN no passa la validació, si us plau verifiqueu-lo." diff --git a/addons/base_iban/i18n/ckb.po b/addons/base_iban/i18n/ckb.po new file mode 100644 index 00000000..f9ea66e6 --- /dev/null +++ b/addons/base_iban/i18n/ckb.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "هەژمارەکانی بانک" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ناسنامە" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/cs.po b/addons/base_iban/i18n/cs.po new file mode 100644 index 00000000..942816d9 --- /dev/null +++ b/addons/base_iban/i18n/cs.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Účet není kompatibilní s IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankovní účty" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "BBAN nelze vypočítat, protože číslo účtu není IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Zdá se, že IBAN není správný. Měli jste zadat něco podobného %s\n" +"Kde B = národní kód banky, S = kód pobočky, C = číslo účtu, k = kontrolní číslice" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Číslo IBAN je neplatné, mělo by začínat kódem země" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Neexistuje žádný kód IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Tento IBAN neprojde ověřovací kontrolou, ověřte jej prosím." diff --git a/addons/base_iban/i18n/da.po b/addons/base_iban/i18n/da.po new file mode 100644 index 00000000..c6e455eb --- /dev/null +++ b/addons/base_iban/i18n/da.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# Ejner Sønniksen <ejner@vkdata.dk>, 2020 +# Mads Søndergaard, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Mads Søndergaard, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Konto er ikke IBAN-kompatible." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankkonti" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Kan ikke udregne BBAN fordi kontonummeret ikke er et IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN ser ikke ud til at være korrekt. Du bør indtaste noget i denne stil %s\n" +"Hvor B = National bankkode, S = Afdelingskode, C = Kontonummer, k = Beregnet tal" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN er ikke gyldigt. Det skal starte med landekoden." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Der er ikke nogen IBAN kode." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN nummeret kunne ikke valideres. Kontrollér det venligst. " diff --git a/addons/base_iban/i18n/de.po b/addons/base_iban/i18n/de.po new file mode 100644 index 00000000..4f9c3719 --- /dev/null +++ b/addons/base_iban/i18n/de.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Leon Grill <leg@odoo.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Leon Grill <leg@odoo.com>, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Das Konto ist nicht IBAN-konform." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankkonten" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Konnte keine BBAN errechnen, da die Kontonummer keine IBAN ist." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Die IBAN scheint nicht korrekt zu sein. Sie müssen in etwa folgendes eingeben %s\n" +"Wobei B = Landesspezifischer Bankschlüssel, S = Branchenschlüssel, C = Kontonummer, k = Prüfziffer" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Die IBAN ist ungültig. Sie muss mit der Länderkennzeichnung beginnen" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Da ist kein IBAN code." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"Diese IBAN hat die Gültigkeitsprüfung nicht bestanden, bitte prüfen Sie sie " +"nach." diff --git a/addons/base_iban/i18n/el.po b/addons/base_iban/i18n/el.po new file mode 100644 index 00000000..87eb986a --- /dev/null +++ b/addons/base_iban/i18n/el.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Τραπεζικοί Λογαριασμοί" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" +"Αδύνατος ο υπολογισμός του BBAN επειδή ο αριθμός λογαριασμού δεν είναι ΙΒΑΝ." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Ο IBAN δεν φαίνεται να είναι σωστός. Θα έπρεπε να καταχωρήσετε κάτι σαν αυτό %s\n" +"Όπου B = Εθνικός κωδικός τράπεζας, S = Κωδικός τράπεζας, C = Αριθμός λοαγαριασμού, k = Check digit" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Ο ΙΒΑΝ είναι μη έγκυρος, θα έπρεπε να ξεκινά με τον κωδικό της χώρας" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"Αυτός ο ΙΒΑΝ δεν περνά τον έλεγχο εγκυρότητας, παρακαλώ επαληθεύστε τον." diff --git a/addons/base_iban/i18n/en_GB.po b/addons/base_iban/i18n/en_GB.po new file mode 100644 index 00000000..81d68f94 --- /dev/null +++ b/addons/base_iban/i18n/en_GB.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/eo.po b/addons/base_iban/i18n/eo.po new file mode 100644 index 00000000..c9203ed1 --- /dev/null +++ b/addons/base_iban/i18n/eo.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es.po b/addons/base_iban/i18n/es.po new file mode 100644 index 00000000..b3e61200 --- /dev/null +++ b/addons/base_iban/i18n/es.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# fr33co <fr33codev@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "La cuenta no cumple con IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Cuentas bancarias" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "El número de cuenta debe ser un IBAN para poder obtener el BBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"El IBAN no es correcto. Introduzca una estructura similar a esta %s\n" +"Donde B = Código nacional del banco, S = código de sucursal, C = Número de cuenta, k = Dígito de control" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "El código IBAN es inválido, debe empezar por el código del país" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "No hay código IBAN" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Este IBAN no supera el test de validación, por favor compruébelo." diff --git a/addons/base_iban/i18n/es_BO.po b/addons/base_iban/i18n/es_BO.po new file mode 100644 index 00000000..ddfc6f4e --- /dev/null +++ b/addons/base_iban/i18n/es_BO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_CL.po b/addons/base_iban/i18n/es_CL.po new file mode 100644 index 00000000..444e9428 --- /dev/null +++ b/addons/base_iban/i18n/es_CL.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_CO.po b/addons/base_iban/i18n/es_CO.po new file mode 100644 index 00000000..b98e62c9 --- /dev/null +++ b/addons/base_iban/i18n/es_CO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_CR.po b/addons/base_iban/i18n/es_CR.po new file mode 100644 index 00000000..8b485766 --- /dev/null +++ b/addons/base_iban/i18n/es_CR.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_DO.po b/addons/base_iban/i18n/es_DO.po new file mode 100644 index 00000000..ba2d37e7 --- /dev/null +++ b/addons/base_iban/i18n/es_DO.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_EC.po b/addons/base_iban/i18n/es_EC.po new file mode 100644 index 00000000..b32e8449 --- /dev/null +++ b/addons/base_iban/i18n/es_EC.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_MX.po b/addons/base_iban/i18n/es_MX.po new file mode 100644 index 00000000..452e406f --- /dev/null +++ b/addons/base_iban/i18n/es_MX.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Cécile Collart <cco@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "La cuenta no cumple con IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Cuentas bancarias" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "El número de cuenta debe ser un IBAN para poder obtener el BBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"El IBAN no es correcto. Introduzca una estructura similar a esta %s\n" +"Donde B = Código nacional del banco, S = código de sucursal, C = Número de cuenta, k = Dígito de control" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "El código IBAN es inválido, debe empezar por el código del país" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "No hay código IBAN" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Este IBAN no supera el test de validación, por favor compruébelo." diff --git a/addons/base_iban/i18n/es_PE.po b/addons/base_iban/i18n/es_PE.po new file mode 100644 index 00000000..f0d2d29f --- /dev/null +++ b/addons/base_iban/i18n/es_PE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_PY.po b/addons/base_iban/i18n/es_PY.po new file mode 100644 index 00000000..3c233632 --- /dev/null +++ b/addons/base_iban/i18n/es_PY.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/es_VE.po b/addons/base_iban/i18n/es_VE.po new file mode 100644 index 00000000..66fa8d82 --- /dev/null +++ b/addons/base_iban/i18n/es_VE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/et.po b/addons/base_iban/i18n/et.po new file mode 100644 index 00000000..b2d07c30 --- /dev/null +++ b/addons/base_iban/i18n/et.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Eneli Õigus <enelioigus@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Eneli Õigus <enelioigus@gmail.com>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Pangakontod" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Ei saa moodustada BBAN numbrit, kuna kontonumber ei ole IBAN number." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN kood ei tundu olevat korrektne. Te peaksite sisestama midagi sellist %s,\n" +"kus B = riigi pangakood S = filiaali kood, C = pangakontonumber, k = kontrollnumber" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN number on vale. See peaks algama riigi koodiga" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"See IBAN number ei pääse läbi valideerimiskontrollist. Palun kinnitage " +"esmalt see." diff --git a/addons/base_iban/i18n/eu.po b/addons/base_iban/i18n/eu.po new file mode 100644 index 00000000..c916bb6c --- /dev/null +++ b/addons/base_iban/i18n/eu.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2021 +# Esther Martín Menéndez <esthermartin001@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Eneko <eastigarraga@codesyntax.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Banku Kontuak" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/fa.po b/addons/base_iban/i18n/fa.po new file mode 100644 index 00000000..aefe6007 --- /dev/null +++ b/addons/base_iban/i18n/fa.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Hamed Mohammadi <hamed@dehongi.com>, 2020\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "حسابهای بانکی" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "شناسه" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/fi.po b/addons/base_iban/i18n/fi.po new file mode 100644 index 00000000..0d6ea36c --- /dev/null +++ b/addons/base_iban/i18n/fi.po @@ -0,0 +1,93 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2020 +# Tommi Rintala <tommi.rintala@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# Kim Asplund <kim.asplund@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Tilinumero ei ole IBAN-muodossa." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Pankkitilit" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "BBAN numeroa ei voi laskea, koska tilinumero ei ole IBAN muodossa." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN numero ei ole oikein. Syötetyn tiedon tulisi olla jotain tämäntapaista %s\n" +"jossa B = kansallinen pankkitunnus, S = osasto koodi, C = tilinumero ja k = tarkistusnumero" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN koodi on väärin, sen tulisi alkaa maakoodilla" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "IBAN-koodia ei ole." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN ei läpäissyt tarkistusta, ole hyvä ja tarkista se" diff --git a/addons/base_iban/i18n/fo.po b/addons/base_iban/i18n/fo.po new file mode 100644 index 00000000..13a35469 --- /dev/null +++ b/addons/base_iban/i18n/fo.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/fr.po b/addons/base_iban/i18n/fr.po new file mode 100644 index 00000000..861746c0 --- /dev/null +++ b/addons/base_iban/i18n/fr.po @@ -0,0 +1,94 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Eloïse Stilmant <est@odoo.com>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Mélanie Botty <bom@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Compte non conforme à IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Comptes bancaires" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" +"Impossible de calculer le BBAN car le numéro de compte n'est pas un IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"L'IBAN semble incorrect. La saisie doit être de la forme : %s\n" +"Où B = Code national de la banque, S = Code de la branche, C = Numéro de compte, k = Chiffres de vérification" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "L'IBAN est incorrect, il doit commencer par le code pays" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Il n'y a pas de code IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"Cet IBAN ne passe pas la vérification de validité, veuillez le vérifier." diff --git a/addons/base_iban/i18n/fr_BE.po b/addons/base_iban/i18n/fr_BE.po new file mode 100644 index 00000000..64259725 --- /dev/null +++ b/addons/base_iban/i18n/fr_BE.po @@ -0,0 +1,58 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-10-21 09:52+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/fr_BE/)\n" +"Language: fr_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Comptes bancaires" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like " +"this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check " +"digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/fr_CA.po b/addons/base_iban/i18n/fr_CA.po new file mode 100644 index 00000000..7594761a --- /dev/null +++ b/addons/base_iban/i18n/fr_CA.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/gl.po b/addons/base_iban/i18n/gl.po new file mode 100644 index 00000000..b70ec598 --- /dev/null +++ b/addons/base_iban/i18n/gl.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/gu.po b/addons/base_iban/i18n/gu.po new file mode 100644 index 00000000..86965cf5 --- /dev/null +++ b/addons/base_iban/i18n/gu.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-08-02 09:55+0000\n" +"PO-Revision-Date: 2018-08-02 09:55+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "બેન્કના ખાતાઓ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:67 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:54 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:39 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:35 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:31 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:45 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/he.po b/addons/base_iban/i18n/he.po new file mode 100644 index 00000000..fe0e8d93 --- /dev/null +++ b/addons/base_iban/i18n/he.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# דודי מלכה <Dudimalka6@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+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: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "חשבונות בנק" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "לא ניתן לחשב את ה- BBAN משום שמספר החשבון אינו IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "מזהה" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"ה- IBAN לא נראה נכון. היית צריך להכניס משהו כזה %s\n" +"איפה B = קוד בנק לאומי, S = קוד סניף, C = מספר חשבון, k = בדוק ספרות" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "ה- IBAN אינו חוקי, הוא אמור להתחיל בקוד הארץ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "אין קוד IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "ה- IBAN הזה אינו עובר את בדיקת האימות, נא אמת אותו." diff --git a/addons/base_iban/i18n/hi.po b/addons/base_iban/i18n/hi.po new file mode 100644 index 00000000..e279cbab --- /dev/null +++ b/addons/base_iban/i18n/hi.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/hr.po b/addons/base_iban/i18n/hr.po new file mode 100644 index 00000000..4d0291a4 --- /dev/null +++ b/addons/base_iban/i18n/hr.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Račun nije u IBAN standardu." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankovni računi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Nije moguće izračunati VBDI jer broj računa nije u IBAN formatu." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Čini se da IBAN nije ispravan. Trebali bi upisati nešto poput %s\n" +"Gdje je B= Nacionalni kod banke, S=VBDI Banke, C= broj računa, k=kontrolni broj" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN nije ispravan, trebao bi počinjati sa oznakom države" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Nema IBAN šifre." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Ovaj IBAN ne prolazi validaciju, molim provjerite!" diff --git a/addons/base_iban/i18n/hu.po b/addons/base_iban/i18n/hu.po new file mode 100644 index 00000000..2715b363 --- /dev/null +++ b/addons/base_iban/i18n/hu.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# gezza <geza.nagy@oregional.hu>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "A számlaszám nem IBAN kompatibilis." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankszámlák" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "BBAN nem számolható, mivel a számlaszám nem IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "Azonosító" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Az IBAN nem tűnik megfelelőnek. Ehhez hasonlónak kellene lennie: %s\n" +"Ahol B = Nemzetköz bank kód, S = Fiók kód, C = Számlaszám, k = Ellenőrző számjegy" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Az IBAN érvénytelen, az ország kóddal kell kezdődnie" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Nem IBAN kód." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Ez az IBAN nem ment át az ellenőrzésen, kérem ellenőrizze." diff --git a/addons/base_iban/i18n/hy.po b/addons/base_iban/i18n/hy.po new file mode 100644 index 00000000..3d76d857 --- /dev/null +++ b/addons/base_iban/i18n/hy.po @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-09-07 16:35+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Armenian (http://www.transifex.com/odoo/odoo-9/language/hy/)\n" +"Language: hy\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Բանկային հաշիվներ" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like " +"this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check " +"digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/id.po b/addons/base_iban/i18n/id.po new file mode 100644 index 00000000..27d51831 --- /dev/null +++ b/addons/base_iban/i18n/id.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Ikhsanul Wirsa <iwirsa02@outlook.co.id>, 2020 +# whenweresober <gulmugurzu@yevme.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: whenweresober <gulmugurzu@yevme.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Akun tidak memenuhi syarat IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Rekening Bank" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Tidak dapat menghitung BBAN dikarenakan nomor akun bukan sebuah IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN sepertinya tidak benar. Anda seharusnya memasukkan sesuatu seperti ini %s\n" +"Di mana B = Kode Bank Nasional, S = Kode Cabang, C = Nomor Akun, k = Nomor Cek Giro" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN tidak valid, harus dimulai dengan kode negara" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Tidak ada kode IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"IBAN ini tidak lolos pemeriksaan validitas, silahkan verifikasi nomor " +"tersebut." diff --git a/addons/base_iban/i18n/is.po b/addons/base_iban/i18n/is.po new file mode 100644 index 00000000..aa3fddb1 --- /dev/null +++ b/addons/base_iban/i18n/is.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:16+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankareikningar" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:67 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:54 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:39 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:35 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:31 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:45 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/it.po b/addons/base_iban/i18n/it.po new file mode 100644 index 00000000..167b1b4b --- /dev/null +++ b/addons/base_iban/i18n/it.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Sergio Zanchetta <primes2h@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Il conto non è conforme IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Conti bancari" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Impossibile calcolare il BBAN, il numero conto non è un IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"L'IBAN non sembra essere corretto. È necessario inserire un codice di tipo %s\n" +"Dove B = Codice banca, S = Codice filiale, C = Numero conto, k = Codice di controllo" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Il codice IBAN non è valido, deve iniziare con il codice nazione" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Nessun codice IBAN presente." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "L'IBAN non ha superato il controllo di validità, verificarlo." diff --git a/addons/base_iban/i18n/ja.po b/addons/base_iban/i18n/ja.po new file mode 100644 index 00000000..59b55b50 --- /dev/null +++ b/addons/base_iban/i18n/ja.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Martin Trigaux, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "アカウントはIBANに準拠していません。" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "銀行口座" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "口座番号はIBANはないので BBAN を計算することができません。" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"このIBANは正しくないようです。次のように何かを入れるべきです:%s\n" +"B =国内銀行コード、S =支店コード、C =口座番号、k =チェックデジット" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "このIBANは無効です。それは国コードから始まる必要があります。" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "IBANコードがありません。" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "このIBANは、検証チェックに合格しませんでした。確認してください。" diff --git a/addons/base_iban/i18n/ka.po b/addons/base_iban/i18n/ka.po new file mode 100644 index 00000000..6120c53f --- /dev/null +++ b/addons/base_iban/i18n/ka.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "საბანკო ანგარიშები" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/kab.po b/addons/base_iban/i18n/kab.po new file mode 100644 index 00000000..d1f3b1b5 --- /dev/null +++ b/addons/base_iban/i18n/kab.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/km.po b/addons/base_iban/i18n/km.po new file mode 100644 index 00000000..c7cb5d3d --- /dev/null +++ b/addons/base_iban/i18n/km.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "គណនីធនាគារ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "មិនអាចគណនា BBAN ទេពីព្រោះលេខគណនីមិនមែន IBAN ទេ។" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN ហាក់ដូចជាមិនត្រឹមត្រូវ។ អ្នកគួរតែបញ្ចូលអ្វីមួយដូចនេះ នៅកន្លែងដែល = " +"លេខកូដធនាគារថ្នាក់ជាតិលេខ = លេខកូដសាខា C = គណនីលេខ k = សូមពិនិត្យខ្ទង់%s" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN មិនត្រឹមត្រូវវាគួរតែចាប់ផ្តើមជាមួយលេខកូដប្រទេស" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "មិនមានកូដ IBAN ទេ។" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN នេះមិនហុចឆែកសុពលភាពទេសូមផ្ទៀងផ្ទាត់វា។" diff --git a/addons/base_iban/i18n/ko.po b/addons/base_iban/i18n/ko.po new file mode 100644 index 00000000..2f354f5d --- /dev/null +++ b/addons/base_iban/i18n/ko.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "계정이 IBAN을 준수하지 않습니다." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "은행 계좌" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "계정 번호가 IBAN이 아니므로 BBAN을 계산할 수 없습니다." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN(국제은행계좌번호)" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"국제 은행 계좌 번호가 올바르지 않은 경우 다음과 같이 입력해야 합니다 : %s\n" +"B = 국가 은행 코드, S = 지점 코드, C = 계좌 번호, k = 수표 번호" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN이 유효하지 않습니다. 국가 코드로 시작해야 합니다." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "IBAN 코드가 없습니다." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "이 IBAN이 유효성 검사를 통과하지 못했습니다. 확인하시기 바랍니다." diff --git a/addons/base_iban/i18n/lb.po b/addons/base_iban/i18n/lb.po new file mode 100644 index 00000000..415713d6 --- /dev/null +++ b/addons/base_iban/i18n/lb.po @@ -0,0 +1,66 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:16+0000\n" +"PO-Revision-Date: 2019-08-26 09:09+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/lo.po b/addons/base_iban/i18n/lo.po new file mode 100644 index 00000000..178bfcd5 --- /dev/null +++ b/addons/base_iban/i18n/lo.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/lt.po b/addons/base_iban/i18n/lt.po new file mode 100644 index 00000000..c2bf6c61 --- /dev/null +++ b/addons/base_iban/i18n/lt.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# digitouch UAB <digitouchagencyeur@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Banko sąskaitos" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Negalima apskaičiuoti BBAN, nes sąskaitos numeris nėra IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN atrodo neteisingas. Turėtumėte jį įvesti pagal tokią struktūrą %s,\n" +"kur B = nacionalinio banko kodas, S = filialo kodas, C = sąskaitos nr., k = kontrolinis skaitmuo" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN numeris netinkamas, jis turi prasidėti šalies kodu" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Nėra IBAN kodo." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Šis IBAN nepraėjo patvirtinimo patikrinimo, prašome patikrinti jį." diff --git a/addons/base_iban/i18n/lv.po b/addons/base_iban/i18n/lv.po new file mode 100644 index 00000000..f5d2243a --- /dev/null +++ b/addons/base_iban/i18n/lv.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# Konstantins Zabogonskis <inculin4ik@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Konstantins Zabogonskis <inculin4ik@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankas konti" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/mk.po b/addons/base_iban/i18n/mk.po new file mode 100644 index 00000000..6b2aa894 --- /dev/null +++ b/addons/base_iban/i18n/mk.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/mn.po b/addons/base_iban/i18n/mn.po new file mode 100644 index 00000000..65b68d4c --- /dev/null +++ b/addons/base_iban/i18n/mn.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# nurbakhit nurka <nurbakhit@bumanit.mn>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: nurbakhit nurka <nurbakhit@bumanit.mn>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Банкны дансууд" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Дансны дугаар IBAN биш тул BBAN - г тооцоолох боломжгүй." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "ОБДД /Олон Банкны Дансны Дугаар/" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN буруу юм шиг байна. Та иймэрхүү юм оруулсан байх: %s\n" +"Үүнээс B = Үндэсний банкны код, S = Салбарын код, C = Дансны дугаар, k = Шалгах дугаар" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN буруу байна, улсын кодоор эхлэх ёстой" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "ОБДД код олдсонгүй" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN баталгаажуулалтын шалгалтыг давахгүй байна, баталгаажуулна уу." diff --git a/addons/base_iban/i18n/nb.po b/addons/base_iban/i18n/nb.po new file mode 100644 index 00000000..0f6df333 --- /dev/null +++ b/addons/base_iban/i18n/nb.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankkonti" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Kan ikke beregne BBAN fordi kontonummeret ikke er en IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN ser ikke ut til å være korrekt. Du skulle ha lagt inn noe som likner på dette: %s\n" +"Der B = nasjonal bankkode, S = avdelingskode C = kontonummer og k = sjekktall" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN er ugyldig, den skal begynne med landkode" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN kan ikke valideres, vennligst sjekk at den er korrekt." diff --git a/addons/base_iban/i18n/ne.po b/addons/base_iban/i18n/ne.po new file mode 100644 index 00000000..3f0ddc1a --- /dev/null +++ b/addons/base_iban/i18n/ne.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/nl.po b/addons/base_iban/i18n/nl.po new file mode 100644 index 00000000..3a490c7a --- /dev/null +++ b/addons/base_iban/i18n/nl.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Martin Trigaux, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Rekening is niet IBAN-compatibel." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankrekeningen" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" +"BBAN kan niet berekend worden omdat het rekeningnummer geen IBAN-nummer is." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Het IBAN-nummer lijkt onjuist te zijn. Het nummer zou er ongeveer als volgt moeten uitzien %s\n" +"waarbij B = nationale bankcode, S = branchcode, C = rekeningnummer, k = controlecijfer" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "De IBAN is ongeldig. Het zou moeten beginnen met de landcode" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Er is geen IBAN code." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Dit IBAN-nummer kon niet bevestigd worden, controleer deze." diff --git a/addons/base_iban/i18n/nl_BE.po b/addons/base_iban/i18n/nl_BE.po new file mode 100644 index 00000000..fda3a92a --- /dev/null +++ b/addons/base_iban/i18n/nl_BE.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/pl.po b/addons/base_iban/i18n/pl.po new file mode 100644 index 00000000..4d5a6993 --- /dev/null +++ b/addons/base_iban/i18n/pl.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2020 +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Wiktor Kaźmierczak <wik92tor@wp.pl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Wiktor Kaźmierczak <wik92tor@wp.pl>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Konta bankowe" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Nie można obliczyć BBAN, bo numer konta nie jest IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN nie wydaje się być poprawny. Trzeba wpisać coś takiego %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Numer IBAN jest niepoprawny. Powienien zaczynać się od kodu kraju" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Ten numer IBAN nie przeszedł weryfikacji. Sprawdź go." diff --git a/addons/base_iban/i18n/pt.po b/addons/base_iban/i18n/pt.po new file mode 100644 index 00000000..522ec768 --- /dev/null +++ b/addons/base_iban/i18n/pt.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Pedro Castro Silva <pedrocs@exo.pt>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# Nuno Silva <nuno.silva@arxi.pt>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Nuno Silva <nuno.silva@arxi.pt>, 2021\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Contas Bancárias" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Não foi possível calcular o BBAN porque o nº de conta não é um IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"O IBAN não parece estar correto. Deveria ter inserido qualquer coisa como isto %s\n" +"Onde B = código internacional de identificação do Banco, S = Código da Agência, C = Nr. da Conta, K = Dígitos de Verificação" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "O IBAN é inválido. Devia começar pelo código do país" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"Este IBAN não passa na verificação de validade. Por favor, verifique-o." diff --git a/addons/base_iban/i18n/pt_BR.po b/addons/base_iban/i18n/pt_BR.po new file mode 100644 index 00000000..dbe18748 --- /dev/null +++ b/addons/base_iban/i18n/pt_BR.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Martin Trigaux, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# grazziano <gra.negocia@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Contas Bancárias" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" +"Não é possível calcular o BBAN porque o número de conta não é um IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"O IBAN não parece estar correto. Você deveria ter entrado algo como isto %s\n" +"Onde B = Código do banco nacional, S = Código de ramo, C = Número da conta, k = Dígito de verificador" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Este IBAN é inválido, Ele deverá começar com o código de país" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Este IBAN não passou no check de validação, por favor verifique" diff --git a/addons/base_iban/i18n/ro.po b/addons/base_iban/i18n/ro.po new file mode 100644 index 00000000..6e0b48c0 --- /dev/null +++ b/addons/base_iban/i18n/ro.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Dorin Hongu <dhongu@gmail.com>, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Contul nu corespunde IBAN-ului" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Conturi Bancare" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Nu se poate calcula BBAN pentru că numărul de cont nu este IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN-ul nu pare să fi corect. Trebuie să introduceți ceva de genul %s Unde B" +" = Codul de banca, S = Cod domeniu, C= Număr cont, k = sumă control" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "Codul IBAN este nevalid, ar trebui să înceapă cu codul țării" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Nu există cod IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Acest cod IBAN nu a trecut de validare, vă rugăm să îl verificați" diff --git a/addons/base_iban/i18n/ru.po b/addons/base_iban/i18n/ru.po new file mode 100644 index 00000000..3a0ee731 --- /dev/null +++ b/addons/base_iban/i18n/ru.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev // IEL <yelizariev@itpp.dev>, 2020 +# Vasiliy Korobatov <korobatov@gmail.com>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# ILMIR <karamov@it-projects.info>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: ILMIR <karamov@it-projects.info>, 2021\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Аккаунт не поддерживает IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Банковские счета" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Нельзя вычислить BBAN, потому что номер счета не является IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "Код IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "Идентификатор" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN не кажется правильным. Вы должны ввести что-то вроде этого %s \n" +"Где B = Национальный банковский код S = Код Филиала, C = № счета, k = Контрольная цифра" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN является недействительным, он должен начинаться с кода страны" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Код IBAN отсутствует." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Этот IBAN не прошел проверку правильности, проверьте его." diff --git a/addons/base_iban/i18n/si.po b/addons/base_iban/i18n/si.po new file mode 100644 index 00000000..beaae60c --- /dev/null +++ b/addons/base_iban/i18n/si.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/sk.po b/addons/base_iban/i18n/sk.po new file mode 100644 index 00000000..04ad942c --- /dev/null +++ b/addons/base_iban/i18n/sk.po @@ -0,0 +1,90 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Účet nespĺňa správny tvar IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankové účty" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Nemožno vyrátať BBAN pretože číslo účtu nie je IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN sa zdá byť nesprávny. Mali ste zadať niečo takéto %s\n" +"Kde B = Kód národnej banky, S = Kód várky, C = Číslo účtu, k = Kontrolná číslica" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN je nesprávny, mal by začínať kódom krajiny" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "IBAN neexistuje." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Tento IBAN neprešiel schválením, prosím overte ho." diff --git a/addons/base_iban/i18n/sl.po b/addons/base_iban/i18n/sl.po new file mode 100644 index 00000000..6ec0f139 --- /dev/null +++ b/addons/base_iban/i18n/sl.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# Dejan Sraka <dejan.sraka@picolabs.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: matjaz k <matjaz@mentis.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bančni računi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Ne morem izračunati BBAN ker številka računa ni IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN ni pravilen, pričeti se mora z oznako države" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/sq.po b/addons/base_iban/i18n/sq.po new file mode 100644 index 00000000..e75dc7b7 --- /dev/null +++ b/addons/base_iban/i18n/sq.po @@ -0,0 +1,53 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/sr.po b/addons/base_iban/i18n/sr.po new file mode 100644 index 00000000..d5598408 --- /dev/null +++ b/addons/base_iban/i18n/sr.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Slobodan Simić <slsimic@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Slobodan Simić <slsimic@gmail.com>, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Банковни рачуни" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:67 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:54 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:39 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:35 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:31 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:45 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/sr@latin.po b/addons/base_iban/i18n/sr@latin.po new file mode 100644 index 00000000..1771b9e7 --- /dev/null +++ b/addons/base_iban/i18n/sr@latin.po @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017 +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankovni računi" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN je neispravan, trebalo bi da počinje sa kodom države" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/sv.po b/addons/base_iban/i18n/sv.po new file mode 100644 index 00000000..91761ab7 --- /dev/null +++ b/addons/base_iban/i18n/sv.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Martin Wilderoth <martin.wilderoth@linserv.se>, 2021 +# Kim Asplund <kim.asplund@gmail.com>, 2021 +# Chrille Hedberg <hedberg.chrille@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Chrille Hedberg <hedberg.chrille@gmail.com>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Bankkonton" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Kan inte beräkna BBAN eftersom kontonummer inte är en IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN verkar inte vara korrekt. Du borde ha skrivit in någonting som detta 1%s\n" +"Där B = Nationell bankkod, S = Bransch-kod, C = Kontonummer, k = Kontrollsiffra" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN är felaktig, den måste inledas med landskod" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Det finns ingen IBAN-kod." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" +"Denna IBAN kan inte godkännas. Vänligen kontrollera den och försök igen." diff --git a/addons/base_iban/i18n/te.po b/addons/base_iban/i18n/te.po new file mode 100644 index 00000000..5cc33abc --- /dev/null +++ b/addons/base_iban/i18n/te.po @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-09-07 16:35+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n" +"Language: te\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "బ్యాంకు ఖాతాలు" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:57 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:26 +#, python-format +msgid "No IBAN !" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:34 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like " +"this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check " +"digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:30 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/base_iban.py:40 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/th.po b/addons/base_iban/i18n/th.po new file mode 100644 index 00000000..f835dd55 --- /dev/null +++ b/addons/base_iban/i18n/th.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "บัญชีธนาคาร" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "รหัส" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/tr.po b/addons/base_iban/i18n/tr.po new file mode 100644 index 00000000..d7a1d0df --- /dev/null +++ b/addons/base_iban/i18n/tr.po @@ -0,0 +1,94 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Ayhan KIZILTAN <akiziltan76@hotmail.com>, 2020 +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# Yedigen, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Yedigen, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Hesap, IBAN uyumlu değil." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Banka Hesapları" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "BBAN hesaplanamıyor, çünkü hesap numarası bir IBAN değildir." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN doğru görünmüyor. Bunun gibi bir şey girmeliydiniz%s\n" +"Nerede B = Ulusal banka kodu, S = Şube code, C = Hesap No, k = Çek numarası" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN geçersizdir, ülke kodu ile başlamalıdır" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "IBAN kodu yok." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Bu IBAN onay kontrolünü geçemez, lütfen doğrulayın." diff --git a/addons/base_iban/i18n/uk.po b/addons/base_iban/i18n/uk.po new file mode 100644 index 00000000..bdf5239b --- /dev/null +++ b/addons/base_iban/i18n/uk.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Обліковий запис не відповідає сумі IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Банківські рахунки" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Неможливо обчислити BBAN, тому що номер рахунку не є IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"IBAN видається неправильним. Ви повинні ввести щось на зразок цього %s\n" +"Де B = Код національного банку, S = Код філії, C = Немає рахунку, k = Чекова цифра" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN неправильний, він повинен починатися з коду країни" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Немає коду IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "Цей IBAN не пройде перевірку валідації, будь ласка, підтвердіть це." diff --git a/addons/base_iban/i18n/ur.po b/addons/base_iban/i18n/ur.po new file mode 100644 index 00000000..2c58c99a --- /dev/null +++ b/addons/base_iban/i18n/ur.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "" diff --git a/addons/base_iban/i18n/vi.po b/addons/base_iban/i18n/vi.po new file mode 100644 index 00000000..0f123a89 --- /dev/null +++ b/addons/base_iban/i18n/vi.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "Account isn't IBAN compliant." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "Tài khoản ngân hàng" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "Không thể tính toán BBAN bởi vì số tài khoản không phải là một IBAN." + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"Mã IBAN dường như không đúng. Bạn nên nhập gì đó theo định dạng này %s\n" +"Trong đó B = National bank code, S = Branch code, C = Account No, k = Check digit" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN không hợp lệ, nó phải bắt đầu bằng mã quốc gia" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "Đây không phải mã IBAN." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN này không qua được quá trình thẩm định, vui lòng xem xét lại." diff --git a/addons/base_iban/i18n/zh_CN.po b/addons/base_iban/i18n/zh_CN.po new file mode 100644 index 00000000..57c721c6 --- /dev/null +++ b/addons/base_iban/i18n/zh_CN.po @@ -0,0 +1,92 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# liAnGjiA <liangjia@qq.com>, 2020 +# guohuadeng <guohuadeng@hotmail.com>, 2020 +# inspur qiuguodong <qiuguodong@inspur.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "账户不兼容 IBAN." + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "银行账户" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "不能计算基本银行账号号码因为该账号不是国际银行账号号码" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"国际银行账号号码看上去不对,你应该输入类似以下%s\n" +"B=国家银行代码,S=分行代码,C=账户号,K=检验位" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN代码不正确,应该以国家代码开头" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "这是 IBAN 代码." + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "国际银行账号号码没有通过校验,请改正。" diff --git a/addons/base_iban/i18n/zh_TW.po b/addons/base_iban/i18n/zh_TW.po new file mode 100644 index 00000000..2a157833 --- /dev/null +++ b/addons/base_iban/i18n/zh_TW.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_iban +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.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:28+0000\n" +"PO-Revision-Date: 2020-09-07 08:10+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_iban +#. openerp-web +#: code:addons/base_iban/static/src/js/iban_widget.js:0 +#, python-format +msgid "Account isn't IBAN compliant." +msgstr "帳戶不符合 IBAN 標準。" + +#. module: base_iban +#: model:ir.model,name:base_iban.model_res_partner_bank +msgid "Bank Accounts" +msgstr "銀行帳戶" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "Cannot compute the BBAN because the account number is not an IBAN." +msgstr "不能執行該銀行帳號號碼因為該帳號並非是IBAN國際銀行帳號號碼。" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "IBAN" +msgstr "IBAN" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank__id +msgid "ID" +msgstr "ID" + +#. module: base_iban +#: model:ir.model.fields,field_description:base_iban.field_res_partner_bank____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "" +"The IBAN does not seem to be correct. You should have entered something like this %s\n" +"Where B = National bank code, S = Branch code, C = Account No, k = Check digit" +msgstr "" +"國際銀行帳號號碼格式不符,請參考輸入以下格式%s\n" +"B=國家銀行代碼,S=分行代碼,C=帳戶號,K=檢驗位" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "The IBAN is invalid, it should begin with the country code" +msgstr "IBAN代碼不正確,應該以國家代碼開頭" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "There is no IBAN code." +msgstr "沒有IBAN代碼。" + +#. module: base_iban +#: code:addons/base_iban/models/res_partner_bank.py:0 +#, python-format +msgid "This IBAN does not pass the validation check, please verify it." +msgstr "IBAN國際銀行帳號號碼未通過驗證,請修正調整。" diff --git a/addons/base_iban/models/__init__.py b/addons/base_iban/models/__init__.py new file mode 100644 index 00000000..20f3eefa --- /dev/null +++ b/addons/base_iban/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import res_partner_bank
\ No newline at end of file diff --git a/addons/base_iban/models/res_partner_bank.py b/addons/base_iban/models/res_partner_bank.py new file mode 100644 index 00000000..72c9d77d --- /dev/null +++ b/addons/base_iban/models/res_partner_bank.py @@ -0,0 +1,174 @@ +# -*- coding: utf-8 -*- + +import re + +from odoo import api, fields, models, _ +from odoo.exceptions import UserError, ValidationError + + +def normalize_iban(iban): + return re.sub('[\W_]', '', iban or '') + +def pretty_iban(iban): + """ return iban in groups of four characters separated by a single space """ + try: + validate_iban(iban) + iban = ' '.join([iban[i:i + 4] for i in range(0, len(iban), 4)]) + except ValidationError: + pass + return iban + +def get_bban_from_iban(iban): + """ Returns the basic bank account number corresponding to an IBAN. + Note : the BBAN is not the same as the domestic bank account number ! + The relation between IBAN, BBAN and domestic can be found here : http://www.ecbs.org/iban.htm + """ + return normalize_iban(iban)[4:] + +def validate_iban(iban): + iban = normalize_iban(iban) + if not iban: + raise ValidationError(_("There is no IBAN code.")) + + country_code = iban[:2].lower() + if country_code not in _map_iban_template: + raise ValidationError(_("The IBAN is invalid, it should begin with the country code")) + + iban_template = _map_iban_template[country_code] + if len(iban) != len(iban_template.replace(' ', '')): + raise ValidationError(_("The IBAN does not seem to be correct. You should have entered something like this %s\n" + "Where B = National bank code, S = Branch code, C = Account No, k = Check digit") % iban_template) + + check_chars = iban[4:] + iban[:4] + digits = int(''.join(str(int(char, 36)) for char in check_chars)) # BASE 36: 0..9,A..Z -> 0..35 + if digits % 97 != 1: + raise ValidationError(_("This IBAN does not pass the validation check, please verify it.")) + + +class ResPartnerBank(models.Model): + _inherit = "res.partner.bank" + + @api.model + def _get_supported_account_types(self): + rslt = super(ResPartnerBank, self)._get_supported_account_types() + rslt.append(('iban', _('IBAN'))) + return rslt + + @api.model + def retrieve_acc_type(self, acc_number): + try: + validate_iban(acc_number) + return 'iban' + except ValidationError: + return super(ResPartnerBank, self).retrieve_acc_type(acc_number) + + def get_bban(self): + if self.acc_type != 'iban': + raise UserError(_("Cannot compute the BBAN because the account number is not an IBAN.")) + return get_bban_from_iban(self.acc_number) + + @api.model + def create(self, vals): + if vals.get('acc_number'): + try: + validate_iban(vals['acc_number']) + vals['acc_number'] = pretty_iban(normalize_iban(vals['acc_number'])) + except ValidationError: + pass + return super(ResPartnerBank, self).create(vals) + + def write(self, vals): + if vals.get('acc_number'): + try: + validate_iban(vals['acc_number']) + vals['acc_number'] = pretty_iban(normalize_iban(vals['acc_number'])) + except ValidationError: + pass + return super(ResPartnerBank, self).write(vals) + + @api.constrains('acc_number') + def _check_iban(self): + for bank in self: + if bank.acc_type == 'iban': + validate_iban(bank.acc_number) + + def check_iban(self, iban=''): + try: + validate_iban(iban) + return True + except ValidationError: + return False + +# Map ISO 3166-1 -> IBAN template, as described here : +# http://en.wikipedia.org/wiki/International_Bank_Account_Number#IBAN_formats_by_country +_map_iban_template = { + 'ad': 'ADkk BBBB SSSS CCCC CCCC CCCC', # Andorra + 'ae': 'AEkk BBBC CCCC CCCC CCCC CCC', # United Arab Emirates + 'al': 'ALkk BBBS SSSK CCCC CCCC CCCC CCCC', # Albania + 'at': 'ATkk BBBB BCCC CCCC CCCC', # Austria + 'az': 'AZkk BBBB CCCC CCCC CCCC CCCC CCCC', # Azerbaijan + 'ba': 'BAkk BBBS SSCC CCCC CCKK', # Bosnia and Herzegovina + 'be': 'BEkk BBBC CCCC CCXX', # Belgium + 'bg': 'BGkk BBBB SSSS DDCC CCCC CC', # Bulgaria + 'bh': 'BHkk BBBB CCCC CCCC CCCC CC', # Bahrain + 'br': 'BRkk BBBB BBBB SSSS SCCC CCCC CCCT N', # Brazil + 'by': 'BYkk BBBB AAAA CCCC CCCC CCCC CCCC', # Belarus + 'ch': 'CHkk BBBB BCCC CCCC CCCC C', # Switzerland + 'cr': 'CRkk BBBC CCCC CCCC CCCC CC', # Costa Rica + 'cy': 'CYkk BBBS SSSS CCCC CCCC CCCC CCCC', # Cyprus + 'cz': 'CZkk BBBB SSSS SSCC CCCC CCCC', # Czech Republic + 'de': 'DEkk BBBB BBBB CCCC CCCC CC', # Germany + 'dk': 'DKkk BBBB CCCC CCCC CC', # Denmark + 'do': 'DOkk BBBB CCCC CCCC CCCC CCCC CCCC', # Dominican Republic + 'ee': 'EEkk BBSS CCCC CCCC CCCK', # Estonia + 'es': 'ESkk BBBB SSSS KKCC CCCC CCCC', # Spain + 'fi': 'FIkk BBBB BBCC CCCC CK', # Finland + 'fo': 'FOkk CCCC CCCC CCCC CC', # Faroe Islands + 'fr': 'FRkk BBBB BGGG GGCC CCCC CCCC CKK', # France + 'gb': 'GBkk BBBB SSSS SSCC CCCC CC', # United Kingdom + 'ge': 'GEkk BBCC CCCC CCCC CCCC CC', # Georgia + 'gi': 'GIkk BBBB CCCC CCCC CCCC CCC', # Gibraltar + 'gl': 'GLkk BBBB CCCC CCCC CC', # Greenland + 'gr': 'GRkk BBBS SSSC CCCC CCCC CCCC CCC', # Greece + 'gt': 'GTkk BBBB MMTT CCCC CCCC CCCC CCCC', # Guatemala + 'hr': 'HRkk BBBB BBBC CCCC CCCC C', # Croatia + 'hu': 'HUkk BBBS SSSC CCCC CCCC CCCC CCCC', # Hungary + 'ie': 'IEkk BBBB SSSS SSCC CCCC CC', # Ireland + 'il': 'ILkk BBBS SSCC CCCC CCCC CCC', # Israel + 'is': 'ISkk BBBB SSCC CCCC XXXX XXXX XX', # Iceland + 'it': 'ITkk KBBB BBSS SSSC CCCC CCCC CCC', # Italy + 'jo': 'JOkk BBBB NNNN CCCC CCCC CCCC CCCC CC', # Jordan + 'kw': 'KWkk BBBB CCCC CCCC CCCC CCCC CCCC CC', # Kuwait + 'kz': 'KZkk BBBC CCCC CCCC CCCC', # Kazakhstan + 'lb': 'LBkk BBBB CCCC CCCC CCCC CCCC CCCC', # Lebanon + 'li': 'LIkk BBBB BCCC CCCC CCCC C', # Liechtenstein + 'lt': 'LTkk BBBB BCCC CCCC CCCC', # Lithuania + 'lu': 'LUkk BBBC CCCC CCCC CCCC', # Luxembourg + 'lv': 'LVkk BBBB CCCC CCCC CCCC C', # Latvia + 'mc': 'MCkk BBBB BGGG GGCC CCCC CCCC CKK', # Monaco + 'md': 'MDkk BBCC CCCC CCCC CCCC CCCC', # Moldova + 'me': 'MEkk BBBC CCCC CCCC CCCC KK', # Montenegro + 'mk': 'MKkk BBBC CCCC CCCC CKK', # Macedonia + 'mr': 'MRkk BBBB BSSS SSCC CCCC CCCC CKK', # Mauritania + 'mt': 'MTkk BBBB SSSS SCCC CCCC CCCC CCCC CCC', # Malta + 'mu': 'MUkk BBBB BBSS CCCC CCCC CCCC CCCC CC', # Mauritius + 'nl': 'NLkk BBBB CCCC CCCC CC', # Netherlands + 'no': 'NOkk BBBB CCCC CCK', # Norway + 'pk': 'PKkk BBBB CCCC CCCC CCCC CCCC', # Pakistan + 'pl': 'PLkk BBBS SSSK CCCC CCCC CCCC CCCC', # Poland + 'ps': 'PSkk BBBB XXXX XXXX XCCC CCCC CCCC C', # Palestinian + 'pt': 'PTkk BBBB SSSS CCCC CCCC CCCK K', # Portugal + 'qa': 'QAkk BBBB CCCC CCCC CCCC CCCC CCCC C', # Qatar + 'ro': 'ROkk BBBB CCCC CCCC CCCC CCCC', # Romania + 'rs': 'RSkk BBBC CCCC CCCC CCCC KK', # Serbia + 'sa': 'SAkk BBCC CCCC CCCC CCCC CCCC', # Saudi Arabia + 'se': 'SEkk BBBB CCCC CCCC CCCC CCCC', # Sweden + 'si': 'SIkk BBSS SCCC CCCC CKK', # Slovenia + 'sk': 'SKkk BBBB SSSS SSCC CCCC CCCC', # Slovakia + 'sm': 'SMkk KBBB BBSS SSSC CCCC CCCC CCC', # San Marino + 'tn': 'TNkk BBSS SCCC CCCC CCCC CCCC', # Tunisia + 'tr': 'TRkk BBBB BRCC CCCC CCCC CCCC CC', # Turkey + 'ua': 'UAkk BBBB BBCC CCCC CCCC CCCC CCCC C', # Ukraine + 'vg': 'VGkk BBBB CCCC CCCC CCCC CCCC', # Virgin Islands + 'xk': 'XKkk BBBB CCCC CCCC CCCC', # Kosovo +} diff --git a/addons/base_iban/static/src/js/iban_widget.js b/addons/base_iban/static/src/js/iban_widget.js new file mode 100644 index 00000000..e56b78b1 --- /dev/null +++ b/addons/base_iban/static/src/js/iban_widget.js @@ -0,0 +1,129 @@ +odoo.define('base_iban.iban_widget', function (require) { +"use strict"; + +var basicFields = require('web.basic_fields'); +var core = require('web.core'); +var fieldRegistry = require('web.field_registry'); + +var FieldChar = basicFields.FieldChar; + +var _t = core._t; +/** + * IbanWidget is a widget to check if the iban number is valide. + * If the bank account is correct, it will show a green check pictogram + * next to number, if the number is not complient with IBAN format, a + * red cross will be show. This pictogram is computed every time the user + * changes the field (If user is typing, there is a debouce of 400ms). + */ +var IbanWidget = FieldChar.extend({ + /** + * @constructor + */ + init: function () { + this._super.apply(this, arguments); + this.ibanIsValid; + this._isValid = true; + this._compute_debounce = _.debounce(this._compute, 400); + }, + + //-------------------------------------------------------------------------- + // Private + //-------------------------------------------------------------------------- + + /** + * Compute if iban is valid + * @private + */ + _compute: function () { + var self = this; + var content = this._getValue(); + + if (content.length === 0) { + this.ibanIsValid = true; + this.$el.last().filter('.o_iban').removeClass('fa-check text-success fa-times text-danger o_iban_fail'); + this.$el.last().filter('.o_iban').attr('title', ''); + } else if (content.length < 15) { + if (this.ibanIsValid !== false) { + this.ibanIsValid = false; + this._renderValid(); + } + } else { + this._rpc({ + model: 'res.partner.bank', + method: 'check_iban', + args: [[], content], + }) + .then(function (result) { + if (result !== self.ibanIsValid) { + self.ibanIsValid = result; + self._renderValid(); + } + }); + } + }, + /** + * @private + * @override + * @returns {Promise|undefined} + */ + _renderEdit: function () { + var res = this._super.apply(this, arguments); + this._compute(); + return res; + }, + /** + * Render the pictogram next to account number. + * @private + */ + _renderValid: function () { + var warningMessage = _t("Account isn't IBAN compliant."); + + if (this.$el.filter('.o_iban').length === 0) { + var $span; + if (!this.ibanIsValid) { + $span = $('<span class="fa fa-times o_iban text-danger o_iban_fail"/>'); + $span.attr('title', warningMessage); + } else { + $span = $('<span class="fa fa-check o_iban text-success"/>'); + } + this.$el.addClass('o_iban_input_with_validator'); + $span.insertAfter(this.$el); + this.$el = this.$el.add($span); + } + + if (!this.ibanIsValid) { + this.$el.last().filter('.o_iban').removeClass('fa-check text-success').addClass('fa-times text-danger o_iban_fail'); + this.$el.last().filter('.o_iban').attr('title', warningMessage); + } else { + this.$el.last().filter('.o_iban').removeClass('fa-times text-danger o_iban_fail').addClass('fa-check text-success'); + this.$el.last().filter('.o_iban').attr('title', ''); + + } + }, + + //-------------------------------------------------------------------------- + // Handlers + //-------------------------------------------------------------------------- + + /** + * @override + * @private + */ + _onChange: function () { + this._super.apply(this, arguments); + this._compute(); + }, + /** + * @override + * @private + */ + _onInput: function () { + this._super.apply(this, arguments); + this._compute_debounce(); + }, +}); + +fieldRegistry.add('iban', IbanWidget); + +return IbanWidget; +}); diff --git a/addons/base_iban/static/src/scss/iban_widget_view.scss b/addons/base_iban/static/src/scss/iban_widget_view.scss new file mode 100644 index 00000000..a226960e --- /dev/null +++ b/addons/base_iban/static/src/scss/iban_widget_view.scss @@ -0,0 +1,16 @@ +.o_form_view { + + // Iban widget warning + .o_iban { + display: inline-flex; + margin-left: -15px; + margin-top: 5px; + } + .o_iban_fail { + cursor: help; + } + .o_iban_input_with_validator { + padding-right: 20px!important; + } + +} diff --git a/addons/base_iban/static/src/tests/iban_widget_test.js b/addons/base_iban/static/src/tests/iban_widget_test.js new file mode 100644 index 00000000..3fe954d7 --- /dev/null +++ b/addons/base_iban/static/src/tests/iban_widget_test.js @@ -0,0 +1,65 @@ +odoo.define('base_iban.iban_widget_tests', function (require) { +"use strict"; + +var FormView = require('web.FormView'); +var testUtils = require('web.test_utils'); + +var createView = testUtils.createView; + +QUnit.module('fields', { + beforeEach: function () { + this.data = { + partner: { + fields: { + acc_number: {string: "acc_number", type: "char"}, + }, + records: [{ + id: 1, + acc_number: "", + }] + }, + }; + // patch _.debounce to be fast and synchronous + this.underscoreDebounce = _.debounce; + _.debounce = _.identity; + }, + afterEach: function () { + // unpatch _.debounce + _.debounce = this.underscoreDebounce; + } +}, function () { + + QUnit.module('IbanWidget'); + + QUnit.test('Iban widgets are correctly rendered', async function (assert) { + assert.expect(6); + var form = await createView({ + View: FormView, + model: 'partner', + data: this.data, + arch: '<form><sheet><field name="acc_number" widget="iban"/></sheet></form>', + mockRPC: function (route, args) { + if (args.method === 'check_iban') { + console.log(args.args[1] === "BE00 0000 0000 0000 0000") + return Promise.resolve(args.args[1] === "BE00 0000 0000 0000 0000"); + } + return this._super.apply(this, arguments); + }, + }); + + await testUtils.fields.editAndTrigger(form.$('.o_field_widget'), "BE00", 'input'); + assert.containsOnce(form, '.o_iban_fail', "Should be a False account, it's too short"); + assert.containsOnce(form, '.fa-times', "Should have a cross pictogram"); + + await testUtils.fields.editAndTrigger(form.$('.o_field_widget'), "BE00 0000 0000 0000 0000", 'input'); + assert.containsOnce(form, '.text-success', "Should have text-success"); + assert.containsOnce(form, '.fa-check', "Should have a valid pictogram"); + + await testUtils.fields.editAndTrigger(form.$('.o_field_widget'), "BE00 xxxx xxxx xxxx xxxx", 'input'); + assert.containsOnce(form, '.o_iban_fail', "Should be False account"); + assert.containsOnce(form, '.fa-times', "Should have a cross pictogram"); + + form.destroy(); + }); +}); +}); diff --git a/addons/base_iban/views/partner_view.xml b/addons/base_iban/views/partner_view.xml new file mode 100644 index 00000000..44f2d374 --- /dev/null +++ b/addons/base_iban/views/partner_view.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="view_partner_property_iban_form" model="ir.ui.view"> + <field name="name">res.partner.form.inherit</field> + <field name="model">res.partner</field> + <field name="inherit_id" ref="account.view_partner_property_form"/> + <field name="arch" type="xml"> + <xpath expr="//field[@name='acc_number']" position="attributes"> + <attribute name="widget">iban</attribute> + </xpath> + </field> + </record> +</odoo> diff --git a/addons/base_iban/views/setup_wizards_view.xml b/addons/base_iban/views/setup_wizards_view.xml new file mode 100644 index 00000000..21b77c62 --- /dev/null +++ b/addons/base_iban/views/setup_wizards_view.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="setup_bank_account_iban_wizard" model="ir.ui.view"> + <field name="name">account.online.sync.res.partner.bank.setup.form.inherit</field> + <field name="model">account.setup.bank.manual.config</field> + <field name="inherit_id" ref="account.setup_bank_account_wizard"/> + <field name="arch" type="xml"> + <xpath expr="//field[@name='acc_number']" position="attributes"> + <attribute name="widget">iban</attribute> + </xpath> + </field> + </record> +</odoo> diff --git a/addons/base_iban/views/templates.xml b/addons/base_iban/views/templates.xml new file mode 100644 index 00000000..b25dc9e1 --- /dev/null +++ b/addons/base_iban/views/templates.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + <template id="assets_backend" name="base_iban_assets" inherit_id="web.assets_backend"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/base_iban/static/src/js/iban_widget.js"></script> + <link rel="stylesheet" type="text/scss" href="/base_iban/static/src/scss/iban_widget_view.scss"/> + </xpath> + </template> + + <template id="qunit_suite" name="base_iban_widget_tests" inherit_id="web.qunit_suite_tests"> + <xpath expr="." position="inside"> + <script type="text/javascript" src="/base_iban/static/src/tests/iban_widget_test.js"></script> + </xpath> + </template> + </data> +</odoo> |
