[MIG] account_statement_import: Migration to 15.0

This commit is contained in:
Maksym Yankin
2022-01-25 12:21:07 +02:00
parent 31b759e67b
commit 50baf60fa0
82 changed files with 264 additions and 719 deletions

View File

@@ -14,13 +14,13 @@ Import Statement Files
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3 :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
:target: https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import :target: https://github.com/OCA/bank-statement-import/tree/15.0/account_statement_import
:alt: OCA/bank-statement-import :alt: OCA/bank-statement-import
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import :target: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import
:alt: Translate me on Weblate :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/174/14.0 :target: https://runbot.odoo-community.org/runbot/174/15.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -55,7 +55,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. `feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues. Do not contact contributors directly about support or help with technical issues.
@@ -96,6 +96,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-alexis-via| |maintainer-alexis-via|
This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import>`_ project on GitHub. This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/15.0/account_statement_import>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -6,7 +6,7 @@
{ {
"name": "Import Statement Files", "name": "Import Statement Files",
"category": "Accounting", "category": "Accounting",
"version": "14.0.1.2.3", "version": "15.0.1.0.0",
"license": "LGPL-3", "license": "LGPL-3",
"depends": ["account"], "depends": ["account"],
"author": "Odoo SA, Akretion, Odoo Community Association (OCA)", "author": "Odoo SA, Akretion, Odoo Community Association (OCA)",

View File

@@ -4,31 +4,29 @@
Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
--> -->
<odoo> <odoo>
<data>
<record id="ofx_partner_bank_1" model="res.partner.bank"> <record id="ofx_partner_bank_1" model="res.partner.bank">
<field name="acc_number">BE68539007547034</field> <field name="acc_number">BE68539007547034</field>
<field name="partner_id" ref="base.res_partner_2" /> <field name="partner_id" ref="base.res_partner_2" />
<field name="bank_id" ref="base.res_bank_1" /> <field name="bank_id" ref="base.res_bank_1" />
</record> </record>
<record id="ofx_partner_bank_2" model="res.partner.bank"> <record id="ofx_partner_bank_2" model="res.partner.bank">
<field name="acc_number">00987654322</field> <field name="acc_number">00987654322</field>
<field name="partner_id" ref="base.res_partner_3" /> <field name="partner_id" ref="base.res_partner_3" />
<field name="bank_id" ref="base.res_bank_1" /> <field name="bank_id" ref="base.res_bank_1" />
</record> </record>
<record id="qif_partner_bank_1" model="res.partner.bank"> <record id="qif_partner_bank_1" model="res.partner.bank">
<field name="acc_number">10987654320</field> <field name="acc_number">10987654320</field>
<field name="partner_id" ref="base.res_partner_4" /> <field name="partner_id" ref="base.res_partner_4" />
<field name="bank_id" ref="base.res_bank_1" /> <field name="bank_id" ref="base.res_bank_1" />
</record> </record>
<record id="qif_partner_bank_2" model="res.partner.bank"> <record id="qif_partner_bank_2" model="res.partner.bank">
<field name="acc_number">10987654322</field> <field name="acc_number">10987654322</field>
<field name="partner_id" ref="base.res_partner_3" /> <field name="partner_id" ref="base.res_partner_3" />
<field name="bank_id" ref="base.res_bank_1" /> <field name="bank_id" ref="base.res_bank_1" />
</record> </record>
</data>
</odoo> </odoo>

View File

@@ -4,8 +4,10 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 14.0\n" "Project-Id-Version: Odoo Server 15.0+e\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2022-01-26 09:11+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -66,8 +68,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -80,8 +80,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -120,8 +118,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -171,7 +167,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Andre de Kock <adekock11@gmail.com>, 2017\n" "Last-Translator: Andre de Kock <adekock11@gmail.com>, 2017\n"
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" "Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Geskep op" msgstr "Geskep op"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vertoningsnaam" msgstr "Vertoningsnaam"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laas Gewysig op" msgstr "Laas Gewysig op"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" "Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -23,7 +23,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Yazeed Dandashi <lay@odoo.com>, 2019\n" "Last-Translator: Yazeed Dandashi <lay@odoo.com>, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" "Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n"
@@ -88,8 +88,6 @@ msgid "Created on"
msgstr "أنشئ في" msgstr "أنشئ في"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "الاسم المعروض" msgstr "الاسم المعروض"
@@ -102,8 +100,6 @@ msgid ""
msgstr "احصل على كشوفات حسابك بصيغة إلكترونية واخترها من هنا." msgstr "احصل على كشوفات حسابك بصيغة إلكترونية واخترها من هنا."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "المُعرف" msgstr "المُعرف"
@@ -144,8 +140,6 @@ msgid "Journal"
msgstr "دفتر اليومية" msgstr "دفتر اليومية"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "آخر تعديل في" msgstr "آخر تعديل في"
@@ -198,8 +192,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "الحساب في كشف الحساب البنكي (%s) مختلف عن حساب دفتر اليومية (%s)." msgstr "الحساب في كشف الحساب البنكي مختلف عن حساب دفتر اليومية (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -225,7 +219,7 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"العملة في كشف الحساب البنكي (%s) مختلفة عن العملة في دفتر اليومية (%s)." "العملة في كشف الحساب البنكي (%s) مختلفة عن العملة في دفتر اليومية '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" "Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n"
"Language: az\n" "Language: az\n"
@@ -68,8 +68,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -82,8 +80,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -122,8 +118,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -173,7 +167,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" "Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Създадено на" msgstr "Създадено на"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Име за показване" msgstr "Име за показване"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последно променено на" msgstr "Последно променено на"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n" "Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" "Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
@@ -74,8 +74,6 @@ msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikazani naziv" msgstr "Prikazani naziv"
@@ -88,8 +86,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -130,8 +126,6 @@ msgid "Journal"
msgstr "Dnevnik knjiženja" msgstr "Dnevnik knjiženja"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnje mijenjano" msgstr "Zadnje mijenjano"
@@ -184,7 +178,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Manel Fernandez <manelfera@outlook.com>, 2018\n" "Last-Translator: Manel Fernandez <manelfera@outlook.com>, 2018\n"
"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" "Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n"
@@ -76,8 +76,6 @@ msgid "Created on"
msgstr "Creat el" msgstr "Creat el"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar Nom" msgstr "Mostrar Nom"
@@ -92,8 +90,6 @@ msgstr ""
"seleccioni'ls aquí." "seleccioni'ls aquí."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -134,8 +130,6 @@ msgid "Journal"
msgstr "Diari" msgstr "Diari"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificació el " msgstr "Última modificació el "
@@ -188,10 +182,9 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"El compte bancari d'aquest extracte (%s) no és la mateixa que la del diari " "El compte bancari d'aquest extracte no és la mateixa que la del diari (%s)"
"(%s)"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -218,7 +211,7 @@ msgid ""
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"El compte bancari d'aquest extracte (%s) no és la mateixa que la del diari " "El compte bancari d'aquest extracte (%s) no és la mateixa que la del diari "
"(%s)" "'%s' (%s)"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: trendspotter <j.podhorecky@volny.cz>, 2019\n" "Last-Translator: trendspotter <j.podhorecky@volny.cz>, 2019\n"
"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" "Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n"
@@ -80,8 +80,6 @@ msgid "Created on"
msgstr "Vytvořeno" msgstr "Vytvořeno"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobrazované jméno" msgstr "Zobrazované jméno"
@@ -94,8 +92,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Deník" msgstr "Deník"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Naposled změněno" msgstr "Naposled změněno"
@@ -190,7 +184,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -16,7 +16,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: lhmflexerp <lhm@flexerp.dk>, 2019\n" "Last-Translator: lhmflexerp <lhm@flexerp.dk>, 2019\n"
"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" "Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n"
@@ -80,8 +80,6 @@ msgid "Created on"
msgstr "Oprettet den" msgstr "Oprettet den"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vis navn" msgstr "Vis navn"
@@ -94,8 +92,6 @@ msgid ""
msgstr "Få dine kontoudtog i elektronisk format fra din bank, og vælg dem her." msgstr "Få dine kontoudtog i elektronisk format fra din bank, og vælg dem her."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sidst ændret den" msgstr "Sidst ændret den"
@@ -190,9 +184,9 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"Kontoen for dette bank kontoudtog (%s) er ikke den samme som journalen (%s)." "Kontoen for dette bank kontoudtog er ikke den samme som journalen (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -218,7 +212,7 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"Kontoen for dette bank kontoudtog (%s) er ikke den samme som journalen (%s)." "Kontoen for dette bank kontoudtog (%s) er ikke den samme som journalen '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -16,7 +16,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Leon Grill <leg@odoo.com>, 2019\n" "Last-Translator: Leon Grill <leg@odoo.com>, 2019\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" "Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
@@ -80,8 +80,6 @@ msgid "Created on"
msgstr "Erstellt am" msgstr "Erstellt am"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Anzeigename" msgstr "Anzeigename"
@@ -96,8 +94,6 @@ msgstr ""
"diese hier aus." "diese hier aus."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -138,8 +134,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Letzte Änderung am" msgstr "Letzte Änderung am"
@@ -192,10 +186,9 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"Das Konto dieses Kontoauszugs (%s) ist nicht das Gleiche, wie das im Journal " "Das Konto dieses Kontoauszugs ist nicht das Gleiche, wie das im Journal (%s)."
"(%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -222,7 +215,7 @@ msgid ""
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"Die Währung des Kontoauszugs (%s) entspricht nicht der Währung des Journals " "Die Währung des Kontoauszugs (%s) entspricht nicht der Währung des Journals "
"(%s)." "'%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n" "Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n"
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" "Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "Δημιουργήθηκε στις" msgstr "Δημιουργήθηκε στις"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Εμφάνιση Ονόματος" msgstr "Εμφάνιση Ονόματος"
@@ -92,8 +90,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
@@ -134,8 +130,6 @@ msgid "Journal"
msgstr "Ημερολόγιο" msgstr "Ημερολόγιο"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Τελευταία τροποποίηση στις" msgstr "Τελευταία τροποποίηση στις"
@@ -188,7 +182,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo 9.0\n" "Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2015-09-07 15:47+0000\n" "PO-Revision-Date: 2015-09-07 15:47+0000\n"
"Last-Translator: Martin Trigaux\n" "Last-Translator: Martin Trigaux\n"
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/" "Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Display Name" msgstr "Display Name"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Last Modified on" msgstr "Last Modified on"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/" "Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Display Name" msgstr "Display Name"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Last Modified on" msgstr "Last Modified on"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -20,7 +20,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-02-09 21:44+0000\n" "PO-Revision-Date: 2021-02-09 21:44+0000\n"
"Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n" "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" "Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
@@ -84,8 +84,6 @@ msgid "Created on"
msgstr "Creado el" msgstr "Creado el"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@@ -100,8 +98,6 @@ msgstr ""
"selecciónelos aquí." "selecciónelos aquí."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -142,8 +138,6 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@@ -196,10 +190,9 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"La cuenta bancaria de este extracto (%s) no es la misma que la del diario " "La cuenta bancaria de este extracto no es la misma que la del diario (%s)"
"(%s)"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,11 +8,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2022-01-07 16:39+0000\n" "PO-Revision-Date: 2022-01-07 16:39+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n" "Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/odoo/teams/" "Language-Team: Spanish (Argentina) (https://www.transifex.com/odoo/"
"41243/es_AR/)\n" "teams/41243/es_AR/)\n"
"Language: es_AR\n" "Language: es_AR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -77,8 +77,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar Nombre" msgstr "Mostrar Nombre"
@@ -93,8 +91,6 @@ msgstr ""
"seleccionelos aqui." "seleccionelos aqui."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -133,8 +129,6 @@ msgid "Journal"
msgstr "Diario" msgstr "Diario"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@@ -183,8 +177,8 @@ msgstr "Formatos soportados:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"La Cuenta de Contabilidad Bancaria no está establecida en el diario '%s'." "La Cuenta de Contabilidad Bancaria no está establecida en el diario '%s'."
@@ -218,8 +212,8 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"La moneda del extracto bancario (%s) no es la misma moenda del diario '%s' " "La moneda del extracto bancario (%s) no es la misma moenda del diario "
"(%s)." "'%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/" "Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado" msgstr "Creado"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre Público" msgstr "Nombre Público"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificación el" msgstr "Última Modificación el"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/" "Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado" msgstr "Creado"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre a Mostrar" msgstr "Nombre a Mostrar"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Fecha de modificación" msgstr "Fecha de modificación"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre a Mostrar" msgstr "Nombre a Mostrar"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima Modificación en" msgstr "Ultima Modificación en"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/" "Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/" "Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar nombre" msgstr "Mostrar nombre"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modificada por última vez" msgstr "Modificada por última vez"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -16,7 +16,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Helen Sulaoja <helen@avalah.ee>, 2018\n" "Last-Translator: Helen Sulaoja <helen@avalah.ee>, 2018\n"
"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" "Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n"
@@ -80,8 +80,6 @@ msgid "Created on"
msgstr "Loomise kuupäev" msgstr "Loomise kuupäev"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Näidatav nimi" msgstr "Näidatav nimi"
@@ -94,8 +92,6 @@ msgid ""
msgstr "Hankige pangaväljavõtted elektroonilises vormis ja valige need siin." msgstr "Hankige pangaväljavõtted elektroonilises vormis ja valige need siin."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Andmik" msgstr "Andmik"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimati muudetud (millal)" msgstr "Viimati muudetud (millal)"
@@ -190,9 +184,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr "Selle pangaväljavõtte pangakonto ei ole sama, mis on andmikus (%s)."
"Selle pangaväljavõtte pangakonto (%s) ei ole sama, mis on andmikus (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -218,7 +211,7 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"Selle pangaväljavõtte pangakonto (%s) ei ole sama, mis on andmikus (%s)." "Selle pangaväljavõtte pangakonto (%s) ei ole sama, mis on andmikus '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" "Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Izena erakutsi" msgstr "Izena erakutsi"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Arash Sardari <arashss77@gmail.com>, 2018\n" "Last-Translator: Arash Sardari <arashss77@gmail.com>, 2018\n"
"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" "Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "ایجاد شده در" msgstr "ایجاد شده در"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "نام نمایشی" msgstr "نام نمایشی"
@@ -92,8 +90,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "شناسه" msgstr "شناسه"
@@ -134,8 +130,6 @@ msgid "Journal"
msgstr "روزنامه" msgstr "روزنامه"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "آخرین تغییر در" msgstr "آخرین تغییر در"
@@ -188,7 +182,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2018\n" "Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2018\n"
"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" "Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "Luotu" msgstr "Luotu"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Näyttönimi" msgstr "Näyttönimi"
@@ -93,8 +91,6 @@ msgstr ""
"Hae pankin tiliotteet sähköisessä muodossa pankistasi ja valitse ne täällä." "Hae pankin tiliotteet sähköisessä muodossa pankistasi ja valitse ne täällä."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Tunniste (ID)" msgstr "Tunniste (ID)"
@@ -135,8 +131,6 @@ msgid "Journal"
msgstr "Päiväkirja" msgstr "Päiväkirja"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimeksi muokattu" msgstr "Viimeksi muokattu"
@@ -189,8 +183,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Tiiotteen tili (%s) ei vastaa päiväkirjaa (%s)." msgstr "Tiiotteen tili ei vastaa päiväkirjaa (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -215,7 +209,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Tiiotteen tili (%s) ei vastaa päiväkirjaa (%s)." msgstr "Tiiotteen tili (%s) ei vastaa päiväkirjaa '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" "Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Byrjað tann" msgstr "Byrjað tann"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vís navn" msgstr "Vís navn"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Seinast rættað tann" msgstr "Seinast rættað tann"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -17,7 +17,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-03-22 15:46+0000\n" "PO-Revision-Date: 2021-03-22 15:46+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n" "Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" "Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
@@ -88,8 +88,6 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Afficher Nom" msgstr "Afficher Nom"
@@ -104,8 +102,6 @@ msgstr ""
"sélectionnez-les ici." "sélectionnez-les ici."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -146,8 +142,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@@ -196,8 +190,8 @@ msgstr "Formats acceptés :"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"Le compte comptable de la banque n'est pas spécifié sur le journal (%s)." "Le compte comptable de la banque n'est pas spécifié sur le journal (%s)."
@@ -231,7 +225,7 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"La devise de ce relevé (%s) n'est pas la même que celle du journal (%s)." "La devise de ce relevé (%s) n'est pas la même que celle du journal '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo 9.0\n" "Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-02-18 11:45+0000\n" "PO-Revision-Date: 2021-02-18 11:45+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n" "Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" "Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Afficher le nom" msgstr "Afficher le nom"
@@ -94,8 +92,6 @@ msgstr ""
"et sélectionnez-les ici." "et sélectionnez-les ici."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -135,8 +131,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@@ -185,8 +179,8 @@ msgstr "Formats pris en charge:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Le compte comptable bancaire n'est pas défini sur le journal '% s'." msgstr "Le compte comptable bancaire n'est pas défini sur le journal '% s'."
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -6,6 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 14.0\n" "Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-04-10 17:46+0000\n" "PO-Revision-Date: 2021-04-10 17:46+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n" "Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: none\n" "Language-Team: none\n"
@@ -55,8 +56,8 @@ msgstr "Annuler"
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "" msgid ""
"Could not find any bank account with number '%s' linked to partner '%s'. You" "Could not find any bank account with number '%s' linked to partner '%s'. You "
" should create the bank account and set it on the related bank journal. If " "should create the bank account and set it on the related bank journal. If "
"the related bank journal doesn't exist yet, you should create a new one." "the related bank journal doesn't exist yet, you should create a new one."
msgstr "" msgstr ""
"Impossible de trouver un compte bancaire avec le numéro '% s' associé au " "Impossible de trouver un compte bancaire avec le numéro '% s' associé au "
@@ -75,8 +76,6 @@ msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Afficher Nom" msgstr "Afficher Nom"
@@ -91,8 +90,6 @@ msgstr ""
"sélectionnez-les ici." "sélectionnez-les ici."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -131,8 +128,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
@@ -181,8 +176,8 @@ msgstr "Formats acceptés :"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"Le compte comptable de la banque n'est pas spécifié sur le journal (%s)." "Le compte comptable de la banque n'est pas spécifié sur le journal (%s)."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" "Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Creado o" msgstr "Creado o"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Spellbound Soft Solutions <jeel.spellbound@gmail.com>, " "Last-Translator: Spellbound Soft Solutions <jeel.spellbound@gmail.com>, "
"2018\n" "2018\n"
@@ -76,8 +76,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "પ્રદર્શન નામ" msgstr "પ્રદર્શન નામ"
@@ -90,8 +88,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ઓળખ" msgstr "ઓળખ"
@@ -132,8 +128,6 @@ msgid "Journal"
msgstr "રોજનામું" msgstr "રોજનામું"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -186,7 +180,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -17,7 +17,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Amit Spilman <amit@laylinetech.com>, 2019\n" "Last-Translator: Amit Spilman <amit@laylinetech.com>, 2019\n"
"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" "Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n"
@@ -82,8 +82,6 @@ msgid "Created on"
msgstr "נוצר ב-" msgstr "נוצר ב-"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "הצג שם" msgstr "הצג שם"
@@ -96,8 +94,6 @@ msgid ""
msgstr "קבלו את דפי החשבון שלכם בתבנית ממוחשבת מהבנק, ובחרו אותם כאן." msgstr "קבלו את דפי החשבון שלכם בתבנית ממוחשבת מהבנק, ובחרו אותם כאן."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "תעודה מזהה" msgstr "תעודה מזהה"
@@ -138,8 +134,6 @@ msgid "Journal"
msgstr "יומנים" msgstr "יומנים"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "שינוי אחרון ב" msgstr "שינוי אחרון ב"
@@ -192,8 +186,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "מספר החשבון של שורת חשבון זו (%s) אינו זהה לזה שביומן (%s)." msgstr "מספר החשבון של שורת חשבון זו אינו זהה לזה שביומן (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -218,7 +212,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "מספר החשבון של שורת חשבון זו (%s) אינו זהה לזה שביומן (%s)." msgstr "מספר החשבון של שורת חשבון זו (%s) אינו זהה לזה שביומן '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -21,7 +21,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Stjepan Lovasić <stjepan.lovasic@gmail.com>, 2019\n" "Last-Translator: Stjepan Lovasić <stjepan.lovasic@gmail.com>, 2019\n"
"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n"
@@ -86,8 +86,6 @@ msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Naziv" msgstr "Naziv"
@@ -101,8 +99,6 @@ msgstr ""
"Preuzmite bankovne izvadke u elektronskom formatu i odaberite ih ovdje." "Preuzmite bankovne izvadke u elektronskom formatu i odaberite ih ovdje."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -143,8 +139,6 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja promjena" msgstr "Zadnja promjena"
@@ -197,8 +191,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Žiro račun ovog izvoda banke (%s) nije jednak dnevniku (%s)." msgstr "Žiro račun ovog izvoda banke nije jednak dnevniku (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -223,7 +217,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Žiro račun ovog izvoda banke (%s) nije jednak dnevniku (%s)." msgstr "Žiro račun ovog izvoda banke (%s) nije jednak dnevniku '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Tibor Kőnig <konig.tibor@evitalit.hu>, 2019\n" "Last-Translator: Tibor Kőnig <konig.tibor@evitalit.hu>, 2019\n"
"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" "Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "Létrehozva" msgstr "Létrehozva"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Megjelenített név" msgstr "Megjelenített név"
@@ -94,8 +92,6 @@ msgstr ""
"válassza ki itt." "válassza ki itt."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Azonosító" msgstr "Azonosító"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Napló" msgstr "Napló"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Legutóbb frissítve" msgstr "Legutóbb frissítve"
@@ -190,8 +184,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Ennek a bankkivonatnak (%s) a számlája nem egyezik a naplójéval (%s)." msgstr "Ennek a bankkivonatnak a számlája nem egyezik a naplójéval (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -216,7 +210,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Ennek a bankkivonatnak (%s) a számlája nem egyezik a naplójéval (%s)." msgstr "Ennek a bankkivonatnak (%s) a számlája nem egyezik a naplójéval '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -19,7 +19,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Gusti Rini <gustirini@gmail.com>, 2017\n" "Last-Translator: Gusti Rini <gustirini@gmail.com>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" "Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n"
@@ -82,8 +82,6 @@ msgid "Created on"
msgstr "Dibuat pada" msgstr "Dibuat pada"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nama Tampilan" msgstr "Nama Tampilan"
@@ -96,8 +94,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -138,8 +134,6 @@ msgid "Journal"
msgstr "Jurnal" msgstr "Jurnal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Terakhir diubah pada" msgstr "Terakhir diubah pada"
@@ -192,7 +186,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" "Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n"
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" "Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
@@ -74,8 +74,6 @@ msgid "Created on"
msgstr "Stofnað þann" msgstr "Stofnað þann"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nafn" msgstr "Nafn"
@@ -88,8 +86,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Auðkenni" msgstr "Auðkenni"
@@ -130,8 +126,6 @@ msgid "Journal"
msgstr "Færslubók" msgstr "Færslubók"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Síðast breytt þann" msgstr "Síðast breytt þann"
@@ -184,7 +178,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -24,7 +24,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-11-25 17:36+0000\n" "PO-Revision-Date: 2021-11-25 17:36+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n" "Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n"
"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" "Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n"
@@ -50,7 +50,8 @@ msgstr "1 operazione è stata ignorata perché già importata."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.constraint,message:account_statement_import.constraint_account_bank_statement_line_unique_import_id #: model:ir.model.constraint,message:account_statement_import.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!" msgid "A bank account transaction can be imported only once!"
msgstr "Un'operazione di un conto bancario può essere importata una sola volta." msgstr ""
"Un'operazione di un conto bancario può essere importata una sola volta."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -76,9 +77,9 @@ msgid ""
"should create the bank account and set it on the related bank journal. If " "should create the bank account and set it on the related bank journal. If "
"the related bank journal doesn't exist yet, you should create a new one." "the related bank journal doesn't exist yet, you should create a new one."
msgstr "" msgstr ""
"Impossibile trovare conti bancari con numero \"%s\" collegati al partner \"%" "Impossibile trovare conti bancari con numero \"%s\" collegati al partner \"%s"
"s\", creare il conto e impostarlo nel relativo registro banca. Se il " "\", creare il conto e impostarlo nel relativo registro banca. Se il registro "
"registro ancora non esiste crearne uno nuovo." "ancora non esiste crearne uno nuovo."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__create_uid #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__create_uid
@@ -91,8 +92,6 @@ msgid "Created on"
msgstr "Data creazione" msgstr "Data creazione"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome visualizzato" msgstr "Nome visualizzato"
@@ -106,8 +105,6 @@ msgstr ""
"Selezionare gli estratti conto in formato elettronico ottenuti dalla banca." "Selezionare gli estratti conto in formato elettronico ottenuti dalla banca."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -146,8 +143,6 @@ msgid "Journal"
msgstr "Registro" msgstr "Registro"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima modifica il" msgstr "Ultima modifica il"
@@ -196,8 +191,8 @@ msgstr "Formati supportati:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Conto banca non impostato nel registro \"%s\"." msgstr "Conto banca non impostato nel registro \"%s\"."
#. module: account_statement_import #. module: account_statement_import

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Tim Siu Lai <tl@roomsfor.hk>, 2018\n" "Last-Translator: Tim Siu Lai <tl@roomsfor.hk>, 2018\n"
"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" "Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n"
@@ -77,8 +77,6 @@ msgid "Created on"
msgstr "作成日" msgstr "作成日"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "表示名" msgstr "表示名"
@@ -91,8 +89,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -133,8 +129,6 @@ msgid "Journal"
msgstr "仕訳帳" msgstr "仕訳帳"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最終更新日" msgstr "最終更新日"
@@ -187,7 +181,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" "Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "შექმნის თარიღი" msgstr "შექმნის თარიღი"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "სახელი" msgstr "სახელი"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "იდენტიფიკატორი" msgstr "იდენტიფიკატორი"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "ბოლოს განახლებულია" msgstr "ბოლოს განახლებულია"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" "Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Yerna di" msgstr "Yerna di"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Asulay" msgstr "Asulay"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Aleqqem aneggaru di" msgstr "Aleqqem aneggaru di"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n" "Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" "Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
@@ -73,8 +73,6 @@ msgid "Created on"
msgstr "បង្កើតនៅ" msgstr "បង្កើតនៅ"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "ឈ្មោះសំរាប់បង្ហាញ" msgstr "ឈ្មោះសំរាប់បង្ហាញ"
@@ -87,8 +85,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -129,8 +125,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
@@ -181,7 +175,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Mark Lee <odoos@soti.33mail.com>, 2018\n" "Last-Translator: Mark Lee <odoos@soti.33mail.com>, 2018\n"
"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" "Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "작성일" msgstr "작성일"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "이름 표시" msgstr "이름 표시"
@@ -92,8 +90,6 @@ msgid ""
msgstr "은행에서 예금거래 명세서를 전자 형식으로 가져오고 여기서 선택합니다." msgstr "은행에서 예금거래 명세서를 전자 형식으로 가져오고 여기서 선택합니다."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -134,8 +130,6 @@ msgid "Journal"
msgstr "분개장" msgstr "분개장"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "최근 수정" msgstr "최근 수정"
@@ -188,8 +182,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "이 명세서의 계정(%s)이 분개장(%s)과 동일하지 않습니다." msgstr "이 명세서의 계정이 분개장(%s)과 동일하지 않습니다."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -214,7 +208,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "이 명세서의 계정(%s)이 분개장(%s)과 동일하지 않습니다." msgstr "이 명세서의 계정(%s)이 분개장 '%s' (%s)과 동일하지 않습니다."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/"
"lb/)\n" "lb/)\n"
@@ -69,8 +69,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -83,8 +81,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -123,8 +119,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -174,7 +168,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" "Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -17,7 +17,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2019\n" "Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2019\n"
"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" "Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n"
@@ -83,8 +83,6 @@ msgid "Created on"
msgstr "Sukurta" msgstr "Sukurta"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Rodomas pavadinimas" msgstr "Rodomas pavadinimas"
@@ -99,8 +97,6 @@ msgstr ""
"čia." "čia."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -141,8 +137,6 @@ msgid "Journal"
msgstr "Žurnalas" msgstr "Žurnalas"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Paskutinį kartą keista" msgstr "Paskutinį kartą keista"
@@ -195,8 +189,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Šio išrašo sąskaita (%s) nėra tokia pati, kaip žurnalo (%s)." msgstr "Šio išrašo sąskaita nėra tokia pati, kaip žurnalo (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -221,7 +215,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Banko išrašo valiuta (%s) nėra tokia pati, kaip žurnalo valiuta (%s)." msgstr "Banko išrašo valiuta (%s) nėra tokia pati, kaip žurnalo valiuta '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" "Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Izveidots" msgstr "Izveidots"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" "Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Креирано на" msgstr "Креирано на"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Прикажи име" msgstr "Прикажи име"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последна промена на" msgstr "Последна промена на"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: nurbakhit nurka <nurbakhit@bumanit.mn>, 2019\n" "Last-Translator: nurbakhit nurka <nurbakhit@bumanit.mn>, 2019\n"
"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" "Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n"
@@ -77,8 +77,6 @@ msgid "Created on"
msgstr "Үүсгэсэн огноо" msgstr "Үүсгэсэн огноо"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Дэлгэрэнгүй нэр" msgstr "Дэлгэрэнгүй нэр"
@@ -91,8 +89,6 @@ msgid ""
msgstr "Банкны хуулгын электрон форматыг банкнаасаа авч энд сонгоно уу." msgstr "Банкны хуулгын электрон форматыг банкнаасаа авч энд сонгоно уу."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -133,8 +129,6 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Сүүлд зассан огноо" msgstr "Сүүлд зассан огноо"
@@ -187,8 +181,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr " (%s) хуулганы данс нь (%s) журналийн данстай ижил биш байна." msgstr " хуулганы данс нь (%s) журналийн данстай ижил биш байна."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -213,7 +207,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Банкны хуулга валют (%s) нь журналын валют (%s)-тай ижил байх ёстой." msgstr "Банкны хуулга валют (%s) нь журналын валют '%s' (%s)-тай ижил байх ёстой."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2019\n" "Last-Translator: Marius Stedjan <marius@stedjan.com>, 2019\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/"
@@ -76,8 +76,6 @@ msgid "Created on"
msgstr "Opprettet" msgstr "Opprettet"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visningsnavn" msgstr "Visningsnavn"
@@ -90,8 +88,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -132,8 +128,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sist endret" msgstr "Sist endret"
@@ -186,7 +180,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" "Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
"Language: ne\n" "Language: ne\n"
@@ -68,8 +68,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -82,8 +80,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -122,8 +118,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -173,7 +167,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-04-26 22:47+0000\n" "PO-Revision-Date: 2021-04-26 22:47+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n" "Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" "Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
@@ -82,8 +82,6 @@ msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Schermnaam" msgstr "Schermnaam"
@@ -98,8 +96,6 @@ msgstr ""
"deze hier." "deze hier."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -140,8 +136,6 @@ msgid "Journal"
msgstr "Dagboek" msgstr "Dagboek"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
@@ -190,8 +184,8 @@ msgstr "Ondersteunende formaten:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "De rekening van dit afschrift is niet hetzelfde als het dagboek '%s'." msgstr "De rekening van dit afschrift is niet hetzelfde als het dagboek '%s'."
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/"
@@ -72,8 +72,6 @@ msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Schermnaam" msgstr "Schermnaam"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -23,7 +23,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Natalia Gros <nag@odoo.com>, 2019\n" "Last-Translator: Natalia Gros <nag@odoo.com>, 2019\n"
"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" "Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n"
@@ -89,8 +89,6 @@ msgid "Created on"
msgstr "Data utworzenia" msgstr "Data utworzenia"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nazwa wyświetlana" msgstr "Nazwa wyświetlana"
@@ -105,8 +103,6 @@ msgstr ""
"wybierz go z tego miejsca." "wybierz go z tego miejsca."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -147,8 +143,6 @@ msgid "Journal"
msgstr "Dziennik" msgstr "Dziennik"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Data ostatniej modyfikacji" msgstr "Data ostatniej modyfikacji"
@@ -201,8 +195,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Konto świadczenia (%s) nie pokrywa się z dziennikiem (%s)." msgstr "Konto świadczenia nie pokrywa się z dziennikiem (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -227,7 +221,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Konto świadczenia (%s) nie pokrywa się z dziennikiem (%s)." msgstr "Konto świadczenia (%s) nie pokrywa się z dziennikiem '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-09-13 19:33+0000\n" "PO-Revision-Date: 2021-09-13 19:33+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n" "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" "Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n"
@@ -73,8 +73,6 @@ msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome a Exibir" msgstr "Nome a Exibir"
@@ -88,8 +86,6 @@ msgstr ""
"Obtenha os seus extratos bancários em formato eletrónico e selecione-os aqui." "Obtenha os seus extratos bancários em formato eletrónico e selecione-os aqui."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -128,8 +124,6 @@ msgid "Journal"
msgstr "Diário" msgstr "Diário"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificação em" msgstr "Última Modificação em"
@@ -178,8 +172,8 @@ msgstr "Formatos suportados:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "A Conta de Banco não está definida no diário '%s'." msgstr "A Conta de Banco não está definida no diário '%s'."
#. module: account_statement_import #. module: account_statement_import
@@ -210,8 +204,8 @@ msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"A moeda do extrato bancário (%s) não é a mesma que a moeda do diário '%s' " "A moeda do extrato bancário (%s) não é a mesma que a moeda do diário "
"(%s))." "'%s' (%s))."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -24,7 +24,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Luiz Carareto Alonso <Luiz.cararetoalonso@gmail.com>, 2019\n" "Last-Translator: Luiz Carareto Alonso <Luiz.cararetoalonso@gmail.com>, 2019\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/"
@@ -89,8 +89,6 @@ msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome exibido" msgstr "Nome exibido"
@@ -105,8 +103,6 @@ msgstr ""
"selecione-os aqui." "selecione-os aqui."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -147,8 +143,6 @@ msgid "Journal"
msgstr "Diário" msgstr "Diário"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificação em" msgstr "Última modificação em"
@@ -201,8 +195,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "A conta deste extrato (%s) não é a mesma que o diário (%s)." msgstr "A conta deste extrato não é a mesma que o diário (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -227,7 +221,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "A conta deste extrato (%s) não é a mesma que o diário (%s)." msgstr "A conta deste extrato (%s) não é a mesma que o diário '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" "Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n"
"Language: ro\n" "Language: ro\n"
@@ -69,8 +69,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -83,8 +81,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -123,8 +119,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -174,7 +168,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Vitalius Sharkhun <al070572sva@gmail.com>, 2019\n" "Last-Translator: Vitalius Sharkhun <al070572sva@gmail.com>, 2019\n"
"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" "Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n"
@@ -79,8 +79,6 @@ msgid "Created on"
msgstr "Создан" msgstr "Создан"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Отображаемое Имя" msgstr "Отображаемое Имя"
@@ -94,8 +92,6 @@ msgstr ""
"Получайте выписки из вашего банка в электронном формате и выбирайте их здесь." "Получайте выписки из вашего банка в электронном формате и выбирайте их здесь."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "Номер" msgstr "Номер"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последнее изменение" msgstr "Последнее изменение"
@@ -190,8 +184,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Счёт этой Выписки (%s) не совпадает с Журналом (%s)." msgstr "Счёт этой Выписки не совпадает с Журналом (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -216,7 +210,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Счёт этой Выписки (%s) не совпадает с Журналом (%s)." msgstr "Счёт этой Выписки (%s) не совпадает с Журналом '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: gebri <gebri@inmail.sk>, 2018\n" "Last-Translator: gebri <gebri@inmail.sk>, 2018\n"
"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" "Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n"
@@ -76,8 +76,6 @@ msgid "Created on"
msgstr "Vytvorené" msgstr "Vytvorené"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobrazovaný Názov" msgstr "Zobrazovaný Názov"
@@ -92,8 +90,6 @@ msgstr ""
"ich tu." "ich tu."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -134,8 +130,6 @@ msgid "Journal"
msgstr "Účtovná kniha" msgstr "Účtovná kniha"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Posledná modifikácia" msgstr "Posledná modifikácia"
@@ -188,8 +182,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Účet tohoto výpisu (%s) nie je rovnaký ako účtovná kniha (%s)." msgstr "Účet tohoto výpisu nie je rovnaký ako účtovná kniha (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -214,7 +208,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Účet tohoto výpisu (%s) nie je rovnaký ako účtovná kniha (%s)." msgstr "Účet tohoto výpisu (%s) nie je rovnaký ako účtovná kniha '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" "Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n"
"Language: sl\n" "Language: sl\n"
@@ -69,8 +69,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -83,8 +81,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -123,8 +119,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -174,7 +168,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" "Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" "Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n"
@@ -71,8 +71,6 @@ msgid "Created on"
msgstr "Krijuar me" msgstr "Krijuar me"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Emri i paraqitur" msgstr "Emri i paraqitur"
@@ -85,8 +83,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -125,8 +121,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modifikimi i fundit në" msgstr "Modifikimi i fundit në"
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n" "PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Đorđe Cvijanović <cdorde@gmail.com>, 2018\n" "Last-Translator: Đorđe Cvijanović <cdorde@gmail.com>, 2018\n"
"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" "Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n"
@@ -74,8 +74,6 @@ msgid "Created on"
msgstr "Kreiran" msgstr "Kreiran"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -88,8 +86,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -130,8 +126,6 @@ msgid "Journal"
msgstr "Извештај" msgstr "Извештај"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -184,7 +178,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-30 13:11+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2017-11-30 13:11+0000\n" "PO-Revision-Date: 2017-11-30 13:11+0000\n"
"Last-Translator: Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2017\n" "Last-Translator: Bojan Vrućinić <bojan.vrucinic@gmail.com>, 2017\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr" "Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr"
@@ -77,8 +77,6 @@ msgid "Created on"
msgstr "Datum kreiranja" msgstr "Datum kreiranja"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Naziv za prikaz" msgstr "Naziv za prikaz"
@@ -91,8 +89,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -133,8 +129,6 @@ msgid "Journal"
msgstr "Dnevnik" msgstr "Dnevnik"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja promena" msgstr "Zadnja promena"
@@ -187,7 +181,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2021-11-19 15:36+0000\n" "PO-Revision-Date: 2021-11-19 15:36+0000\n"
"Last-Translator: Simon S <simon.stromberg@vertel.se>\n" "Last-Translator: Simon S <simon.stromberg@vertel.se>\n"
"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" "Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n"
@@ -79,8 +79,6 @@ msgid "Created on"
msgstr "Skapad den" msgstr "Skapad den"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visningsnamn" msgstr "Visningsnamn"
@@ -94,8 +92,6 @@ msgstr ""
"Hämta dina kontoutdrag i elektroniskt format från din bank och välj dem här." "Hämta dina kontoutdrag i elektroniskt format från din bank och välj dem här."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -136,8 +132,6 @@ msgid "Journal"
msgstr "Journal" msgstr "Journal"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Senast ändrad den" msgstr "Senast ändrad den"
@@ -186,8 +180,8 @@ msgstr "Format som stöds:"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Bankbokföringskontot är inte inställt i journalen '%s'." msgstr "Bankbokföringskontot är inte inställt i journalen '%s'."
#. module: account_statement_import #. module: account_statement_import

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo 9.0\n" "Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2016-02-05 10:18+0000\n" "PO-Revision-Date: 2016-02-05 10:18+0000\n"
"Last-Translator: Martin Trigaux\n" "Last-Translator: Martin Trigaux\n"
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n" "Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
@@ -72,8 +72,6 @@ msgstr ""
"தேதி" "தேதி"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "காட்சி பெயர்" msgstr "காட்சி பெயர்"
@@ -86,8 +84,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -126,8 +122,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "கடைசியாக திருத்திய" msgstr "கடைசியாக திருத்திய"
@@ -177,7 +171,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo 9.0\n" "Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2016-06-08 07:48+0000\n" "PO-Revision-Date: 2016-06-08 07:48+0000\n"
"Last-Translator: Martin Trigaux\n" "Last-Translator: Martin Trigaux\n"
"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n" "Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n"
@@ -70,8 +70,6 @@ msgid "Created on"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
@@ -84,8 +82,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
@@ -124,8 +120,6 @@ msgid "Journal"
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
@@ -176,7 +170,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n" "Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n" "PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: gsong <gsong2014@foxmail.com>, 2018\n" "Last-Translator: gsong <gsong2014@foxmail.com>, 2018\n"
"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" "Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n"
@@ -76,8 +76,6 @@ msgid "Created on"
msgstr "สร้างเมื่อ" msgstr "สร้างเมื่อ"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง" msgstr "ชื่อที่ใช้แสดง"
@@ -90,8 +88,6 @@ msgid ""
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "รหัส" msgstr "รหัส"
@@ -132,8 +128,6 @@ msgid "Journal"
msgstr "สมุดบัญชี" msgstr "สมุดบัญชี"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
@@ -186,7 +180,7 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, python-format #, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
#. module: account_statement_import #. module: account_statement_import

View File

@@ -21,7 +21,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Buket Şeker <buket_skr@hotmail.com>, 2019\n" "Last-Translator: Buket Şeker <buket_skr@hotmail.com>, 2019\n"
"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" "Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n"
@@ -85,8 +85,6 @@ msgid "Created on"
msgstr "Oluşturulma" msgstr "Oluşturulma"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Görünüm Adı" msgstr "Görünüm Adı"
@@ -100,8 +98,6 @@ msgstr ""
"Bankanızdan elektronik formatta banka hesap özetini alın ve buradan seçin." "Bankanızdan elektronik formatta banka hesap özetini alın ve buradan seçin."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -142,8 +138,6 @@ msgid "Journal"
msgstr "Yevmiye" msgstr "Yevmiye"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Son Güncelleme" msgstr "Son Güncelleme"
@@ -196,8 +190,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Bu kaydın (%s) hesabı, yevmiye (%s) aynı değil." msgstr "Bu kaydın hesabı, yevmiye (%s) aynı değil."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -224,7 +218,7 @@ msgid ""
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"Banka hesap özetinin para birimi (%s) yevmiye para birimi ile aynı değil " "Banka hesap özetinin para birimi (%s) yevmiye para birimi ile aynı değil "
"(%s)." "'%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019\n" "Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019\n"
"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" "Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n"
@@ -78,8 +78,6 @@ msgid "Created on"
msgstr "Створено на" msgstr "Створено на"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Назва для відображення" msgstr "Назва для відображення"
@@ -93,8 +91,6 @@ msgstr ""
"Отримайте виписку в електронному форматі з вашого банку та оберіть її тут." "Отримайте виписку в електронному форматі з вашого банку та оберіть її тут."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -135,8 +131,6 @@ msgid "Journal"
msgstr "Журнал" msgstr "Журнал"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Останні зміни на" msgstr "Останні зміни на"
@@ -189,8 +183,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "Рахунок виписки (%s) не співпадає з рахунком журналу (%s) !" msgstr "Рахунок виписки не співпадає з рахунком журналу (%s) !"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -215,7 +209,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "Валюта банківської виписки(%s) не така ж, як валюта журналу (%s)." msgstr "Валюта банківської виписки(%s) не така ж, як валюта журналу '%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -16,7 +16,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Dao Nguyen <trucdao.uel@gmail.com>, 2019\n" "Last-Translator: Dao Nguyen <trucdao.uel@gmail.com>, 2019\n"
"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" "Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n"
@@ -80,8 +80,6 @@ msgid "Created on"
msgstr "Thời điểm tạo" msgstr "Thời điểm tạo"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Tên hiển thị" msgstr "Tên hiển thị"
@@ -96,8 +94,6 @@ msgstr ""
"đây." "đây."
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -138,8 +134,6 @@ msgid "Journal"
msgstr "Sổ nhật ký" msgstr "Sổ nhật ký"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sửa lần cuối" msgstr "Sửa lần cuối"
@@ -192,10 +186,9 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "" msgstr ""
"Tài khoản của giao dịch này (%s) không giống với tài khoản của sổ nhật ký " "Tài khoản của giao dịch này không giống với tài khoản của sổ nhật ký (%s)."
"(%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -222,7 +215,7 @@ msgid ""
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "" msgstr ""
"Tài khoản của giao dịch này (%s) không giống với tài khoản của sổ nhật ký " "Tài khoản của giao dịch này (%s) không giống với tài khoản của sổ nhật ký "
"(%s)." "'%s' (%s)."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -24,7 +24,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: ryan ryan <itechr@outlook.com>, 2019\n" "Last-Translator: ryan ryan <itechr@outlook.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/"
@@ -89,8 +89,6 @@ msgid "Created on"
msgstr "创建时间" msgstr "创建时间"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "显示名称" msgstr "显示名称"
@@ -103,8 +101,6 @@ msgid ""
msgstr "从银行拿到电子格式的银行对账单并且在这里选择他们" msgstr "从银行拿到电子格式的银行对账单并且在这里选择他们"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -145,8 +141,6 @@ msgid "Journal"
msgstr "日记账" msgstr "日记账"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最后更改日" msgstr "最后更改日"
@@ -199,8 +193,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "对账单中的科目(%s)和日记账(%s)中的不一样" msgstr "对账单中的科目和日记账(%s)中的不一样"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -225,7 +219,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "银行对账单 (%s) 的币种和日记账 (%s)的币种不一样." msgstr "银行对账单 (%s) 的币种和日记账 '%s' (%s)的币种不一样."
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n" "Project-Id-Version: Odoo Server saas~12.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-27 09:10+0000\n" "POT-Creation-Date: 2022-01-26 09:11+0000\n"
"PO-Revision-Date: 2019-08-26 09:08+0000\n" "PO-Revision-Date: 2019-08-26 09:08+0000\n"
"Last-Translator: Michael Yeung, 2019\n" "Last-Translator: Michael Yeung, 2019\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/"
@@ -77,8 +77,6 @@ msgid "Created on"
msgstr "建立於" msgstr "建立於"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__display_name
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__display_name
msgid "Display Name" msgid "Display Name"
msgstr "顯示名稱" msgstr "顯示名稱"
@@ -91,8 +89,6 @@ msgid ""
msgstr "從銀行拿到電子格式的銀行對帳單並且在這裡選擇他們" msgstr "從銀行拿到電子格式的銀行對帳單並且在這裡選擇他們"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal__id
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
@@ -133,8 +129,6 @@ msgid "Journal"
msgstr "日記帳" msgstr "日記帳"
#. module: account_statement_import #. module: account_statement_import
#: model:ir.model.fields,field_description:account_statement_import.field_account_bank_statement_line____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_journal____last_update
#: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update #: model:ir.model.fields,field_description:account_statement_import.field_account_statement_import____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最後修改於" msgstr "最後修改於"
@@ -187,8 +181,8 @@ msgstr ""
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
#, fuzzy, python-format #, fuzzy, python-format
msgid "The Bank Accounting Account in not set on the journal '%s'." msgid "The Bank Accounting Account is not set on the journal '%s'."
msgstr "對帳單中的科目(%s)和日記帳(%s)中的不一樣" msgstr "對帳單中的科目和日記帳(%s)中的不一樣"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0
@@ -213,7 +207,7 @@ msgstr ""
msgid "" msgid ""
"The currency of the bank statement (%s) is not the same as the currency of " "The currency of the bank statement (%s) is not the same as the currency of "
"the journal '%s' (%s)." "the journal '%s' (%s)."
msgstr "銀行報表 (%s) 的貨幣與日誌 (%s) 的幣種不同。" msgstr "銀行報表 (%s) 的貨幣與日誌 '%s' (%s) 的幣種不同。"
#. module: account_statement_import #. module: account_statement_import
#: code:addons/account_statement_import/wizard/account_statement_import.py:0 #: code:addons/account_statement_import/wizard/account_statement_import.py:0

View File

@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/174/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/15.0/account_statement_import"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/174/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module is the successor of the module <strong>account_bank_statement_import</strong> that was part of Odoo Community until Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf <a class="reference external" href="https://github.com/odoo/odoo/commit/9ba8734f15e1a292ca27b1a026e8366a91b2a8c9">this commit</a>). We decided to change its name and the name of the wizard object it provides in order to avoid a conflict with the Enterprise module.</p> <p>This module is the successor of the module <strong>account_bank_statement_import</strong> that was part of Odoo Community until Odoo v13 and was moved to Odoo Enterprise for Odoo v14 (cf <a class="reference external" href="https://github.com/odoo/odoo/commit/9ba8734f15e1a292ca27b1a026e8366a91b2a8c9">this commit</a>). We decided to change its name and the name of the wizard object it provides in order to avoid a conflict with the Enterprise module.</p>
<p>This module has several additionnal feature:</p> <p>This module has several additionnal feature:</p>
<ul class="simple"> <ul class="simple">
@@ -400,7 +400,7 @@ ul.auto-toc {
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>. <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p> <p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="credits"> <div class="section" id="credits">
@@ -429,7 +429,7 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.</p> promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external" href="https://github.com/alexis-via"><img alt="alexis-via" src="https://github.com/alexis-via.png?size=40px" /></a></p> <p><a class="reference external" href="https://github.com/alexis-via"><img alt="alexis-via" src="https://github.com/alexis-via.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import">OCA/bank-statement-import</a> project on GitHub.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/15.0/account_statement_import">OCA/bank-statement-import</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div> </div>
</div> </div>

View File

@@ -17,7 +17,6 @@ class AccountStatementImport(models.TransientModel):
_description = "Import Bank Statement Files" _description = "Import Bank Statement Files"
statement_file = fields.Binary( statement_file = fields.Binary(
string="Statement File",
required=True, required=True,
help="Get you bank statements in electronic format from your bank " help="Get you bank statements in electronic format from your bank "
"and select them here.", "and select them here.",
@@ -117,7 +116,7 @@ class AccountStatementImport(models.TransientModel):
journal = self._match_journal(account_number, currency) journal = self._match_journal(account_number, currency)
if not journal.default_account_id: if not journal.default_account_id:
raise UserError( raise UserError(
_("The Bank Accounting Account in not set on the " "journal '%s'.") _("The Bank Accounting Account is not set on the journal '%s'.")
% journal.display_name % journal.display_name
) )
# Prepare statement data to be used for bank statements creation # Prepare statement data to be used for bank statements creation
@@ -243,24 +242,25 @@ class AccountStatementImport(models.TransientModel):
if bank_accounts: if bank_accounts:
raise UserError( raise UserError(
_( _(
"The bank account with number '%s' exists in Odoo " "The bank account with number '%(account_number)s' exists in Odoo "
"but it is not set on any bank journal. You should " "but it is not set on any bank journal. You should "
"set it on the related bank journal. If the related " "set it on the related bank journal. If the related "
"bank journal doesn't exist yet, you should create " "bank journal doesn't exist yet, you should create "
"a new one." "a new one.",
account_number=account_number,
) )
% (account_number,)
) )
else: else:
raise UserError( raise UserError(
_( _(
"Could not find any bank account with number '%s' " "Could not find any bank account with number '%(account_number)s' "
"linked to partner '%s'. You should create the bank " "linked to partner '%(partner_name)s'. You should create the bank "
"account and set it on the related bank journal. " "account and set it on the related bank journal. "
"If the related bank journal doesn't exist yet, you " "If the related bank journal doesn't exist yet, you "
"should create a new one." "should create a new one.",
account_number=account_number,
partner_name=company.partner_id.display_name,
) )
% (account_number, company.partner_id.display_name)
) )
# We support multi-file and multi-statement in a file # We support multi-file and multi-statement in a file
@@ -270,10 +270,13 @@ class AccountStatementImport(models.TransientModel):
if journal_currency != currency: if journal_currency != currency:
raise UserError( raise UserError(
_( _(
"The currency of the bank statement (%s) is not the same as the " "The currency of the bank statement (%(currency_name)s) "
"currency of the journal '%s' (%s)." "is not the same as the currency of the journal "
"'%(journal_name)s' (%(journal_currency_name)s).",
currency_name=currency.name,
journal_name=journal.display_name,
journal_currency_name=journal_currency.name,
) )
% (currency.name, journal.display_name, journal_currency.name)
) )
return journal return journal

View File

@@ -17,3 +17,4 @@ class AccountSetupBankManualConfig(models.TransientModel):
"account.journal" "account.journal"
]._get_bank_statements_available_import_formats(): ]._get_bank_statements_available_import_formats():
self.linked_journal_id.bank_statements_source = "file_import" self.linked_journal_id.bank_statements_source = "file_import"
return