mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 15:02:08 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# account_qr_code_sepa
|
||||
# Account SEPA QR Code
|
||||
|
||||
|
||||
This module adds support for SEPA Credit Transfer QR-code generation.
|
||||
This module adds support for SEPA Credit Transfer QR-code generation.
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
@ -12,36 +12,15 @@ pip install odoo-bringout-oca-ocb-account_qr_code_sepa
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- account
|
||||
- base_iban
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: account_qr_code_sepa
|
||||
- **Version**: 0.1
|
||||
- **Category**: Accounting/Payment
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `account_qr_code_sepa`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/account_qr_code_sepa
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
This package preserves the original LGPL-3 license.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': "account_qr_code_sepa",
|
||||
'name': "Account SEPA QR Code",
|
||||
|
||||
'description': """
|
||||
This module adds support for SEPA Credit Transfer QR-code generation.
|
||||
This module adds support for SEPA Credit Transfer QR-code generation.
|
||||
""",
|
||||
|
||||
'category': 'Accounting/Payment',
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
# any module necessary for this one to work correctly
|
||||
'depends': ['account', 'base_iban'],
|
||||
|
||||
'auto_install': False,
|
||||
'auto_install': True,
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-15 12:49+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -23,14 +23,40 @@ msgstr ""
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Amharic (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:46+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ar/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,42 @@ msgstr "الحسابات البنكية"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "رمز QR لتحويل الرصيد من خلال SEPA "
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "لا يمكن إنشاء كود QR لـ SEPA باستخدام عملة %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "لا يمكن إنشاء كود QR لـ SEPA إذا لم يكن نوع الحساب IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "لا يمكن إنشاء كود QR لـ SEPA دون حساب IBAN تابع لـ SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "رمز QR لتحويل الرصيد من خلال SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"يجب أن يكون للحساب الذي يقوم باستلام الدفع اسم لصاحب الحساب أو اسم شريك معد."
|
||||
" "
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Jumshud Sultanov <cumshud@gmail.com>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/az/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +27,40 @@ msgstr "Bank Hesabları"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Göstəriləcək Ad"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Банкаўскія рахункі"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Nikola Iliev, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Nikola Iliev, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/bg/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +27,40 @@ msgstr "Банкови Сметки"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за показване"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,42 +1,69 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-15 12:49+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:31+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bosnian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/bs/>\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bankovni računi"
|
||||
msgstr "Računi banke"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py
|
||||
#, python-format
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA QR kod prijenosa"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py
|
||||
#, python-format
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Konto koji prima uplatu mora imati nositelja konta ili naziv partnera "
|
||||
"postavljen."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ivan Espinola, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Ivan Espinola, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ca/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,45 @@ msgstr "Comptes bancaris"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "Transferència de crèdit SEPA QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "No és possible generar un codi QR SEPA amb la moneda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"No és possible generar un codi QR SEPA si el tipus de compte no té un IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
"No és possible generar un codi QR SEPA amb un IBAN que no és de tipus SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom mostrat"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferència de crèdit SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"El compte que rep el pagament ha de tenir un nom de titular del compte o un "
|
||||
"conjunt de noms de soci."
|
||||
"nom de contacte establert."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
# Jiří Podhorecký, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Jiří Podhorecký, 2022\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:25+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/cs/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +27,40 @@ msgstr "Bankovní účty"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA kreditní převod QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Nelze vytvořit SEPA QR kód s měnou %s ."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Nelze vytvořit SEPA QR kód, pokud typ účtu není IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Nelze vytvořit SEPA QR kód s účtem neodpovídajícím SEPA IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA úhrada QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Mads Søndergaard, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:21+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/da/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +27,40 @@ msgstr "Bankkonti"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Kredit Overførsel QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-12 13:38+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/de/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,44 @@ msgstr "Bankkonten"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR für SEPA-Überweisung"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Es kann kein SEPA-QR-Code mit der Währung %s generiert werden."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Es kann kein SEPA-QR-Code generiert werden, wenn der Kontotyp keine IBAN ist."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Es kann kein SEPA-QR-Code mit einer Nicht-SEPA-IBAN generiert werden."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR-Code für SEPA-Überweisung"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Für das Konto, das die Zahlung erhält, muss ein Kontoinhaber- oder "
|
||||
"Partnername festgelegt sein."
|
||||
"Für das Konto, auf das die Zahlung eingeht, muss der Name des Kontoinhabers "
|
||||
"oder des Partners festgelegt sein."
|
||||
|
|
|
|||
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/el/>\n"
|
||||
"Language: el\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Τραπεζικοί Λογαριασμοί"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Εμφάνιση Ονόματος"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:23+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/es/>\n"
|
||||
"Language: 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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -29,14 +27,40 @@ msgstr "Cuentas bancarias"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "No se puede generar un código QR SEPA con la moneda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "No se puede generar un código QR SEPA si el tipo de cuenta no es IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "No se puede generar un código QR SEPA con un IBAN que no es SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferencia de crédito SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -0,0 +1,70 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-14 00:27+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/account_qr_code_sepa/es_419/>\n"
|
||||
"Language: es_419\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Cuentas bancarias"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "No es posible generar un código QR SEPA con la moneda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "No se puede generar un código QR SEPA si el tipo de cuenta no es IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "No se puede generar un código QR SEPA con un IBAN que no es SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre en pantalla"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferencia de crédito SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"La cuenta que recibe el pago debe tener un nombre de titular de cuenta o un "
|
||||
"nombre de contacto establecido."
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Cuentas bancarias"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferencia de crédito SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"La cuenta que recibe el pago debe tener un nombre de titular de cuenta o un "
|
||||
"nombre de socio establecido."
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2022
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# Anna, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:30+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/et/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -29,17 +27,43 @@ msgstr "Pangakontod"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "SEPA QR-koodi ei saa luua %s valuutaga."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "SEPA QR-koodi ei saa luua, kui konto tüüp ei ole IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Ei saa luua SEPA QR-koodi ilma SEPA IBAN-ta."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Pangaülekande QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Makset vastuvõtval kontol peab olema määratud kontoomaniku nimi või partneri"
|
||||
" nimi."
|
||||
"Makset vastuvõtval kontol peab olema määratud kontoomaniku nimi või partneri "
|
||||
"nimi."
|
||||
|
|
|
|||
|
|
@ -1,43 +1,69 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/fa/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "حسابهای بانکی"
|
||||
msgstr "حساب های بانکی"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "امکان ایجاد یک کد SEPA QR با ارز %s وجود ندارد."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"در صورتی که حساب بینالمللی نباشد، امکان ایجاد یک کد SEPA QR وجود ندارد."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "امکان ایجاد یک کد QR با حساب غیر بینالمللی وجود ندارد."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR انتقال اعتبار SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"حساب دریافتکننده مبلغ باید دارای نام صاحب حساب یا نام شریک مشخص شده باشد. "
|
||||
"حساب دریافتکننده مبلغ باید دارای نام صاحب حساب یا نام شریک مشخص شده باشد."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-03 14:31+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/fi/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,43 @@ msgstr "Pankkitilit"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA-tilisiirto (QR-koodi)"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "SEPA QR-koodia ei voi luoda valuutassa %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "SEPA QR-koodia ei voi luoda, jos tilin tyyppi ei ole IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "SEPA QR-koodia ei voi luoda muulla kuin SEPA IBAN:lla."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA-tilisiirron QR-koodi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Vastaanottavalla tilillä tulee olla asetettuna tilin haltijan nimi tai "
|
||||
"partnerin nimi."
|
||||
"Maksun vastaanottavalle tilille on määritettävä tilinhaltijan tai kumppanin "
|
||||
"nimi."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:24+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/fr/>\n"
|
||||
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +27,41 @@ msgstr "Comptes bancaires"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Impossible de générer un code QR SEPA avec la devise %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Impossible de générer un code QR SEPA si le type de compte n'est pas IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Impossible de générer un code QR SEPA avec un IBAN non SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "Virement SEPA QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bank Accounts"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Yihya Hugirat <hugirat@gmail.com>, 2022\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/he/>\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +28,40 @@ msgstr "חשבונות בנק"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "שם לתצוגה"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/hi/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,15 +27,41 @@ msgstr "बैंक खाता"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "%s करेंसी के साथ SEPA क्यूआर कोड नहीं बना सकते हैं।"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "अगर खाता IBAN नहीं है, तो SEPA क्यूआर कोड नहीं बन पाएगा।"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "अगर IBAN SEPA वाला नहीं है, तो SEPA क्यूआर कोड नहीं बन पाएगा।"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "डिस्प्ले का नाम"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "आईडी"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA क्रेडिट ट्रांसफ़र क्यूआर"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
msgstr "पैसे पाने वाले खाते में खाताधारक या पार्टनर का नाम होना ज़रूरी है।"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Vladimir Vrgoč, 2024
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Vladimir Vrgoč, 2024\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/hr/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -29,14 +28,40 @@ msgstr "Bankovni računi"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA QR kod prijenosa"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,23 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/hu/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +28,40 @@ msgstr "Bankszámlák"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Megjelenített név"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:35+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/id/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +27,40 @@ msgstr "Rekening Bank"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Tidak dapat membuat kode QR SEPA dengan mata uang %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Tidak dapat membuat kode QR SEPA bila tipe akun bukan IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Tidak dapat membuat kode QR SEPA dengan iban non-SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR Transfer Kredit SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,44 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# jonasyngvi, 2024
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Kristófer Arnþórsson, 2024\n"
|
||||
"Language-Team: Icelandic (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bankareikningar"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Credit Transfer QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Reikningurinn sem tekur við greiðslunni verður að hafa nafn reikningshafa "
|
||||
"eða nafn samstarfsaðila."
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/it/>\n"
|
||||
"Language: 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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +27,45 @@ msgstr "Conti bancari"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Impossibile generare un codice QR SEPA con la valuta %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Impossibile generare un codice QR SEPA se il tipo di conto non presenta un "
|
||||
"IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Impossibile generare un codice QR SEPA con un IBAN non SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR bonifico SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Nel conto che riceve il pagamento deve essere impostato il nome del titolare"
|
||||
" o quello del partner."
|
||||
"Nel conto che riceve il pagamento deve essere impostato il nome del titolare "
|
||||
"o quello del partner."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Noma Yuki, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:20+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ja/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,15 +27,43 @@ msgstr "銀行口座"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "SEPA QRコードを%s通貨で生成できません。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "口座タイプがIBANでない場合、SEPA QRコードを生成できません。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "SEPA以外のibanでSEPA QRコードを生成できません。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA 信用振替 QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr "支払いを受け取るアカウントには、アカウント所有者名またはパートナー名が設定されている必要があります。"
|
||||
msgstr ""
|
||||
"支払いを受け取るアカウントには、アカウント所有者名またはパートナー名が設定さ"
|
||||
"れている必要があります。"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:31+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kabyle <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/kab/>\n"
|
||||
"Language: kab\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "គណនីធនាគារ"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Sarah Park, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:48+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ko/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,15 +27,43 @@ msgstr "은행 계좌"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "%s 통화로는 SEPA QR 코드를 생성할 수 없습니다."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "계정 유형이 IBAN이 아닌 경우 SEPA QR 코드를 생성할 수 없습니다."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "SEPA IBAN이 아닌 경우 SEPA QR 코드를 생성할 수 없습니다."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA 계좌 이체 QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr "지급 받을 계좌는 계좌 명의자의 이름 또는 협력사의 이름으로개설된 것이어야 합니다."
|
||||
msgstr ""
|
||||
"지급 받을 계좌는 계좌 명의자의 이름 또는 협력사 명의로 개설된 것이어야 합니"
|
||||
"다."
|
||||
|
|
|
|||
|
|
@ -0,0 +1,69 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/account_qr_code_sepa/ckb/>\n"
|
||||
"Language: ku\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "هەژماری بانکی"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"ئەو ئەکاونتەی کە پارەکە وەردەگرێت دەبێت ناوی خاوەن ئەکاونت یان ناوی هاوبەشی "
|
||||
"هەبێت."
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "ບັນຊີທະນາຄານ"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/lt/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
|
||||
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
|
||||
"1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +29,40 @@ msgstr "Banko sąskaitos"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,23 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Konstantins Zabogonskis <inculin4ik@gmail.com>, 2022\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:31+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Latvian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/lv/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= "
|
||||
"19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +29,40 @@ msgstr "Bankas konti"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Parādīt vārdu"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "ബാങ്ക് അക്കൗണ്ട് "
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/mn/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +27,40 @@ msgstr "Банкны дансууд"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэрэнгүй нэр"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,43 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2023\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Akaun bank"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Akaun yang menerima pembayaran mesti mempunyai set nama pemegang akaun atau "
|
||||
"nama rakan kongsi."
|
||||
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/my/>\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "ဘဏ်အကောင့်များ"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ပြသသော အမည်"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "နံပါတ်"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:49+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/nb_NO/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -27,14 +27,40 @@ msgstr "Bankkonti"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 08:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/nl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +27,43 @@ msgstr "Bankrekeningen"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Kan geen SEPA QR-code met de valuta %s genereren."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Kan geen SEPA QR-code genereren als het rekeningtype geen IBAN is."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Kan geen SEPA QR-code niet genereren met een niet-SEPA IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA overschrijving QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Voor de rekening die de betaling ontvangt, moet de naam van de "
|
||||
"rekeninghouder of de naam van een relatie zijn ingesteld."
|
||||
"rekeninghouder of de naam van een partner zijn ingesteld."
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/pl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +28,40 @@ msgstr "Konta bankowe"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Nie można wygenerować kodu QR SEPA z walutą %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Nie można wygenerować kodu QR SEPA, jeśli konto nie jest typu IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Nie można wygenerować kodu QR SEPA z użyciem IBAN nie-SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "Kod QR przelewu SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,41 +1,70 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Manuela Silva <mmsrs@sky.com>, 2022\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:49+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/pt/>\n"
|
||||
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Contas Bancárias"
|
||||
msgstr "Contas bancárias"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Não é possível gerar um código QR SEPA com a moeda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Não é possível gerar um código QR SEPA se o tipo da conta não for IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Não é possível gerar um código QR SEPA com um IBAN da SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferência de crédito SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"A conta que recebe o pagamento deve ter um nome de titular da conta ou nome "
|
||||
"de usuário definido."
|
||||
|
|
|
|||
|
|
@ -1,41 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:24+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/account_qr_code_sepa/pt_BR/>\n"
|
||||
"Language: 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Contas Bancárias"
|
||||
msgstr "Contas bancárias"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Não é possível gerar um código QR SEPA com a moeda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Não é possível gerar um código QR SEPA se o tipo da conta não for IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Não é possível gerar um código QR SEPA com um IBAN da SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR de transferência de crédito SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,44 +1,70 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Larisa_nexterp, 2024
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Cuciureanu Larisa <larisa.cuciureanu@nexterp.ro>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Larisa_nexterp, 2024\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-04 11:18+0000\n"
|
||||
"Last-Translator: Cuciureanu Larisa <larisa.cuciureanu@nexterp.ro>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ro/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Conturi Bancare"
|
||||
msgstr "Conturi bancare"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Nu se poate genera un cod QR SEPA cu moneda %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Nu se poate genera un cod QR SEPA dacă tipul contului nu este IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Nu se poate genera un cod QR SEPA cu un IBAN care nu este SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "Transfer de credit SEPA QR"
|
||||
msgstr "Cod QR transfer SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Contul care primește plata trebuie să aibă setat un nume de titular de cont "
|
||||
"sau un nume de partener."
|
||||
"Contul care primește plata trebuie să aibă setat un nume de titular sau de "
|
||||
"partener."
|
||||
|
|
|
|||
|
|
@ -1,44 +1,72 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# ILMIR <karamov@it-projects.info>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 10:34+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/ru/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Банковские счета"
|
||||
msgstr "Банковские Счета"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Невозможно сгенерировать QR-код SEPA с валютой %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Невозможно сгенерировать QR-код SEPA, если тип счета не IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Невозможно сгенерировать QR-код SEPA с ибаном, не относящимся к SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR код для кредитного перевода SEPA"
|
||||
msgstr "SEPA Кредитный Перевод QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Для принимающего платеж счета, должно быть указано имя владельца счета или "
|
||||
"На счете, получающем платеж, должно быть установлено имя владельца счета или "
|
||||
"имя партнера."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# Tomáš Píšek <Tomas.Pisek@seznam.cz>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: karolína schusterová <karolina.schusterova@vdp.sk>, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-06 17:23+0000\n"
|
||||
"Last-Translator: Tomáš Píšek <Tomas.Pisek@seznam.cz>\n"
|
||||
"Language-Team: Slovak <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/sk/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +29,44 @@ msgstr "Bankové účty"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA kreditný prevod QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Nie je možné vygenerovať kód SEPA QR s menou %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Nie je možné vygenerovať kód SEPA QR, ak typ účtu nie je IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
"Nie je možné vygenerovať kód SEPA QR s číslom účtu, ktoré nie je SEPA iban."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný názov"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Credit Transfer QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Účet, ktorý prijíma platbu, musí mať nastavené meno majiteľa účtu alebo meno"
|
||||
" partnera."
|
||||
"Účet, na ktorý sa platba prijíma, musí mať nastavené meno majiteľa účtu "
|
||||
"alebo meno partnera."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Aleš Pipan, 2025\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:38+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/sl/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +28,40 @@ msgstr "Bančni računi"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Kode SEPA QR ni mogoče ustvariti z %s valuto."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Kode SEPA QR ni mogoče ustvariti, če vrsta računa ni IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Kode SEPA QR ni mogoče ustvariti z IBAN, ki ni SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA QR koda za prenos kredita"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -23,14 +24,40 @@ msgstr ""
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,44 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.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: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bankovni računi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Credit Transfer QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Nalog koji prima uplatu mora imati postavljeno ime vlasnika naloga ili ime "
|
||||
"partnera."
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/account_qr_code_sepa/sr_Latn/>\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bankovni računi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Hanna Kharraziha <hakha@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-19 12:30+0000\n"
|
||||
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/sv/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,47 @@ msgstr "Bankkonton"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Betalnings QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Det är inte möjligt att skapa en SEPA QR-kod med valutan %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr ""
|
||||
"Det är inte möjligt att skapa en SEPA QR-kod om kontot inte har ett IBAN-"
|
||||
"nummer."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr ""
|
||||
"Det är inte möjligt att skapa en SEPA QR-kod med ett IBAN-nummer som inte är "
|
||||
"en del av SEPA."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnamn"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA-överföring med QR-kod"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Kontot som tar emot betalningen måste ha ett kontoinnehavarnamn eller "
|
||||
"partnernamn inställt."
|
||||
"Kontot som betalningen skickas till måste tillhöra kontoinnehavaren eller "
|
||||
"partnern."
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
msgid "Bank Accounts"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:37+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/th/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,16 +27,41 @@ msgstr "บัญชีธนาคาร"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "ไม่สามารถสร้างรหัส QR SEPA ด้วยสกุลเงิน %s ได้"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "ไม่สามารถสร้างรหัส QR SEPA ได้ หากประเภทบัญชีไม่ใช่ IBAN"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "ไม่สามารถสร้าง QR โค้ด SEPA ด้วย iban ที่ไม่ใช่ SEPA ได้"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "แสดงชื่อ"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ไอดี"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR การโอนเครดิต SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"บัญชีที่รับชำระเงินจะต้องมีชื่อเจ้าของบัญชีหรือชื่อพาร์ทเนอร์ที่ได้ตั้งค่าไว้"
|
||||
msgstr "บัญชีที่รับชำระเงินจะต้องมีชื่อเจ้าของบัญชีหรือชื่อพาร์ทเนอร์ที่ได้ตั้งค่าไว้"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Deniz Guvener_Odoo <degu@odoo.com>, 2025
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Deniz Guvener_Odoo <degu@odoo.com>, 2025\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-07 21:08+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/tr/>\n"
|
||||
"Language: 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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,17 +28,43 @@ msgstr "Banka Hesapları"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "%s para birimiyle SEPA QR kodu oluşturulamaz."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Hesap türü IBAN değilse SEPA QR kodu oluşturulamaz."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "SEPA dışı bir IBAN ile SEPA QR kodu oluşturulamaz."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA Havale QR Kodu"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"Ödemeyi alacak olan hesabın, hesap sahibi adı veya iş ortağı adı girilmiş "
|
||||
"Ödemeyi alacak olan hesabın hesap sahibi adı veya partner adı girilmiş "
|
||||
"olmalıdır."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/uk/>\n"
|
||||
"Language: 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"
|
||||
"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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,14 +28,40 @@ msgstr "Банківські рахунки"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Неможливо створити SEPA QR-код з валютою %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Неможливо створити SEPA QR-код, якщо тип рахунку не IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Неможливо створити SEPA QR-код без SEPA iban."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR кредитного переказу SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
#, fuzzy
|
||||
msgid "Bank Accounts"
|
||||
msgstr "Bank hisobvaraqlari"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, fuzzy
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "%s valyutasida SEPA QR kodini yaratish imkonsiz."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, fuzzy
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Hisob turi IBAN bo‘lmasa, SEPA QR kodini yaratib bo‘lmaydi."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, fuzzy
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "SEPA tizimiga kirmagan IBAN bilan SEPA QR kodini yaratish mumkin emas."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, fuzzy
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA pul o‘tkazmasi QR kodi"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr ""
|
||||
"To‘lovni qabul qiluvchi hisobda hisob egasining nomi yoki hamkorning nomi "
|
||||
"ko‘rsatilgan bo‘lishi shart."
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# Nancy Momoland <thanh.np2502@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2023
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2023\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:36+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"account_qr_code_sepa/vi/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -29,14 +27,40 @@ msgstr "Tài khoản ngân hàng"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "Chuyển khoản tín dụng SEPA QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "Không thể tạo mã QR SEPA với loại tiền tệ %s."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "Không thể tạo mã QR SEPA nếu loại tài khoản không phải là IBAN."
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "Không thể tạo mã QR SEPA bằng IBAN không thuộc SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "QR chuyển khoản tín dụng SEPA"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# Translators:
|
||||
# 稀饭~~ <wangwhai@qq.com>, 2022
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2022
|
||||
#
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:37+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/account_qr_code_sepa/zh_Hans/>\n"
|
||||
"Language: 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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
|
||||
|
|
@ -28,15 +27,41 @@ msgstr "银行账户"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA 信用转移 QR"
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "无法生成%s币别的 SEPA 二维码。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "如果账户类型不是 IBAN,则无法生成 SEPA 二维码。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "使用非 SEPA iban 无法生成 SEPA QR 码。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA 信用转账 QR"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
msgstr "接收付款的帐户必须设置帐户持有人姓名或合作伙伴姓名。"
|
||||
msgstr "接收付款的账户必须设置账户持有人姓名或合作伙伴姓名。"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_qr_code_sepa
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2023
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-12-15 12:49+0000\n"
|
||||
"PO-Revision-Date: 2022-12-16 09:45+0000\n"
|
||||
"Last-Translator: Tony Ng, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-05-06 12:03+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/"
|
||||
"zh_TW/)\n"
|
||||
"Language: 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: account_qr_code_sepa
|
||||
|
|
@ -28,14 +28,40 @@ msgstr "銀行帳戶"
|
|||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid "Can't generate a SEPA QR Code with the %s currency."
|
||||
msgstr "未能產生 %s 貨幣的 SEPA 二維碼。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
|
||||
msgstr "若賬戶類型不是 IBAN,便不能產生 SEPA 二維碼。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "Can't generate a SEPA QR code with a non SEPA iban."
|
||||
msgstr "未能使用非 SEPA 的 IBAN 產生 SEPA 二維碼。"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#: model:ir.model.fields,field_description:account_qr_code_sepa.field_res_partner_bank__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
msgid "SEPA Credit Transfer QR"
|
||||
msgstr "SEPA 轉賬付款 QR 二維碼"
|
||||
|
||||
#. module: account_qr_code_sepa
|
||||
#. odoo-python
|
||||
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The account receiving the payment must have an account holder name or "
|
||||
"partner name set."
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields, api, _
|
||||
from odoo.addons.account.tools import is_valid_structured_reference, sanitize_structured_reference
|
||||
|
||||
|
||||
class ResPartnerBank(models.Model):
|
||||
|
|
@ -8,7 +9,12 @@ class ResPartnerBank(models.Model):
|
|||
|
||||
def _get_qr_vals(self, qr_method, amount, currency, debtor_partner, free_communication, structured_communication):
|
||||
if qr_method == 'sct_qr':
|
||||
comment = (free_communication or '') if not structured_communication else ''
|
||||
if structured_communication and is_valid_structured_reference(structured_communication):
|
||||
structured_communication = sanitize_structured_reference(structured_communication)
|
||||
comment = ''
|
||||
else:
|
||||
structured_communication = ''
|
||||
comment = free_communication or ''
|
||||
|
||||
qr_code_vals = [
|
||||
'BCD', # Service Tag
|
||||
|
|
@ -20,7 +26,7 @@ class ResPartnerBank(models.Model):
|
|||
self.sanitized_acc_number, # Account Number of the Beneficiary
|
||||
currency.name + str(amount), # Currency + Amount of the Transfer in EUR
|
||||
'', # Purpose of the Transfer
|
||||
(structured_communication or '')[:36], # Remittance Information (Structured)
|
||||
structured_communication, # Remittance Information (Structured)
|
||||
comment[:141], # Remittance Information (Unstructured) (can't be set if there is a structured one)
|
||||
'', # Beneficiary to Originator Information
|
||||
]
|
||||
|
|
@ -31,6 +37,7 @@ class ResPartnerBank(models.Model):
|
|||
if qr_method == 'sct_qr':
|
||||
return {
|
||||
'barcode_type': 'QR',
|
||||
'quiet': 0,
|
||||
'width': 128,
|
||||
'height': 128,
|
||||
'humanreadable': 1,
|
||||
|
|
@ -38,18 +45,24 @@ class ResPartnerBank(models.Model):
|
|||
}
|
||||
return super()._get_qr_code_generation_params(qr_method, amount, currency, debtor_partner, free_communication, structured_communication)
|
||||
|
||||
def _eligible_for_qr_code(self, qr_method, debtor_partner, currency, raises_error=True):
|
||||
def _get_error_messages_for_qr(self, qr_method, debtor_partner, currency):
|
||||
if qr_method == 'sct_qr':
|
||||
|
||||
# Some countries share the same IBAN country code
|
||||
# (e.g. Åland Islands and Finland IBANs are 'FI', but Åland Islands' code is 'AX').
|
||||
sepa_country_codes = self.env.ref('base.sepa_zone').country_ids.mapped('code')
|
||||
non_iban_codes = {'AX', 'NC', 'YT', 'TF', 'BL', 'RE', 'MF', 'GP', 'PM', 'PF', 'GF', 'MQ', 'JE', 'GG', 'IM'}
|
||||
sepa_iban_codes = {code for code in sepa_country_codes if code not in non_iban_codes}
|
||||
|
||||
return currency.name == 'EUR' and self.acc_type == 'iban' and self.sanitized_acc_number[:2] in sepa_iban_codes
|
||||
|
||||
return super()._eligible_for_qr_code(qr_method, debtor_partner, currency, raises_error=raises_error)
|
||||
error_messages = []
|
||||
if currency.name != 'EUR':
|
||||
error_messages.append(_("Can't generate a SEPA QR Code with the %s currency.", currency.name))
|
||||
if self.acc_type != 'iban':
|
||||
error_messages.append(_("Can't generate a SEPA QR code if the account type isn't IBAN."))
|
||||
if not (self.sanitized_acc_number and self.sanitized_acc_number[:2] in sepa_iban_codes):
|
||||
error_messages.append(_("Can't generate a SEPA QR code with a non SEPA iban."))
|
||||
if len(error_messages) > 0:
|
||||
return '\r\n'.join(error_messages)
|
||||
return None
|
||||
return super()._get_error_messages_for_qr(qr_method, debtor_partner, currency)
|
||||
|
||||
def _check_for_qr_code_errors(self, qr_method, amount, currency, debtor_partner, free_communication, structured_communication):
|
||||
if qr_method == 'sct_qr':
|
||||
|
|
|
|||
|
|
@ -11,13 +11,14 @@ class TestSEPAQRCode(AccountTestInvoicingCommon):
|
|||
"""
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls, chart_template_ref=None):
|
||||
super().setUpClass(chart_template_ref=chart_template_ref)
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
|
||||
cls.company_data['company'].qr_code = True
|
||||
cls.acc_sepa_iban = cls.env['res.partner.bank'].create({
|
||||
'acc_number': 'BE15001559627230',
|
||||
'partner_id': cls.company_data['company'].partner_id.id,
|
||||
'allow_out_payment': True,
|
||||
})
|
||||
|
||||
cls.acc_non_sepa_iban = cls.env['res.partner.bank'].create({
|
||||
|
|
@ -25,6 +26,8 @@ class TestSEPAQRCode(AccountTestInvoicingCommon):
|
|||
'partner_id': cls.company_data['company'].partner_id.id,
|
||||
})
|
||||
|
||||
cls.env.ref('base.EUR').active = True
|
||||
|
||||
cls.sepa_qr_invoice = cls.env['account.move'].create({
|
||||
'move_type': 'out_invoice',
|
||||
'partner_id': cls.partner_a.id,
|
||||
|
|
@ -69,10 +72,67 @@ class TestSEPAQRCode(AccountTestInvoicingCommon):
|
|||
move_reversal = self.env['account.move.reversal'].with_context(active_model="account.move", active_ids=self.sepa_qr_invoice.ids).create({
|
||||
'date': fields.Date.from_string('2019-02-01'),
|
||||
'reason': 'no reason',
|
||||
'refund_method': 'refund',
|
||||
'journal_id': self.sepa_qr_invoice.journal_id.id,
|
||||
})
|
||||
reversal = move_reversal.reverse_moves()
|
||||
reversal = move_reversal.refund_moves()
|
||||
reverse_move = self.env['account.move'].browse(reversal['res_id'])
|
||||
|
||||
self.assertFalse(reverse_move.qr_code_method, "qr_code_method for credit note should be None")
|
||||
|
||||
def test_get_qr_vals_communication(self):
|
||||
""" The aim of this test is making sure that we only provide a structured
|
||||
reference (or communication) in the qr code values if the communication
|
||||
is well-structured. If the communication is not structured, we provide
|
||||
it through the unstructured communication value.
|
||||
"""
|
||||
result = self.acc_sepa_iban._get_qr_vals(
|
||||
qr_method='sct_qr',
|
||||
amount=100.0,
|
||||
currency=self.env.ref('base.EUR'),
|
||||
debtor_partner=None,
|
||||
free_communication='A free communication',
|
||||
structured_communication='A free communication',
|
||||
)
|
||||
self.assertEqual(
|
||||
result,
|
||||
[
|
||||
'BCD',
|
||||
'002',
|
||||
'1',
|
||||
'SCT',
|
||||
'',
|
||||
'company_1_data',
|
||||
'BE15001559627230',
|
||||
'EUR100.0',
|
||||
'',
|
||||
'',
|
||||
'A free communication',
|
||||
'',
|
||||
]
|
||||
)
|
||||
|
||||
result = self.acc_sepa_iban._get_qr_vals(
|
||||
qr_method='sct_qr',
|
||||
amount=100.0,
|
||||
currency=self.env.ref('base.EUR'),
|
||||
debtor_partner=None,
|
||||
free_communication=' 5 000 0567 89012345 ', # NL Structured reference
|
||||
structured_communication=' 5 000 0567 89012345 ', # NL Structured reference
|
||||
)
|
||||
self.assertEqual(
|
||||
result,
|
||||
[
|
||||
'BCD',
|
||||
'002',
|
||||
'1',
|
||||
'SCT',
|
||||
'',
|
||||
'company_1_data',
|
||||
'BE15001559627230',
|
||||
'EUR100.0',
|
||||
'',
|
||||
'5000056789012345',
|
||||
'',
|
||||
'',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-account_qr_code_sepa"
|
||||
version = "16.0.0"
|
||||
description = "account_qr_code_sepa - Odoo addon"
|
||||
description = "Account SEPA QR Code -
|
||||
Odoo addon
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-account>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-base_iban>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-account>=19.0.0",
|
||||
"odoo-bringout-oca-ocb-base_iban>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -17,7 +19,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue