From 5327636c569c95a248c1003bf75c0f1b4ca95bec Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 22 Feb 2023 17:01:21 +0000 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_txt_xlsx Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_txt_xlsx/ --- .../i18n/fr.po | 49 +++++++++++++++++-- .../i18n/nl.po | 49 +++++++++++++++++-- .../i18n/zh_CN.po | 41 ++++++++++++++++ 3 files changed, 131 insertions(+), 8 deletions(-) diff --git a/account_bank_statement_import_txt_xlsx/i18n/fr.po b/account_bank_statement_import_txt_xlsx/i18n/fr.po index baf34bf8..0100c524 100644 --- a/account_bank_statement_import_txt_xlsx/i18n/fr.po +++ b/account_bank_statement_import_txt_xlsx/i18n/fr.po @@ -16,6 +16,29 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.3.2\n" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "%s: %s" +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" Add the column names or column number " +"(when the file has no header).\n" +" You can concatenate multiple columns in the " +"file into the same field, indicating the\n" +" column names or numbers separated by comma." +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" indicate the column number in the " +"Columns section. The first column is 0." +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping msgid "Account Bank Statement Import Sheet Mapping" @@ -193,6 +216,11 @@ msgstr "Nom affiché" msgid "Encoding" msgstr "Encodage" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "File does not contain header line" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__attachment_ids msgid "Files" @@ -245,8 +273,8 @@ msgstr "" #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original currency of transaction from" +"In case statement provides original currency for transactions with automatic " +"currency conversion, column to get original currency of transaction from" msgstr "" "Si le relevé fournit la devise d'origine pour les transactions avec " "conversion automatique de devise, colonne pour obtenir la devise d'origine " @@ -256,8 +284,8 @@ msgstr "" #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original transaction amount in original " +"In case statement provides original currency for transactions with automatic " +"currency conversion, column to get original transaction amount in original " "transaction currency from" msgstr "" "Dans le cas où le relevé fournit la devise d'origine pour les transactions " @@ -313,6 +341,12 @@ msgstr "N/A" msgid "Name" msgstr "Nom" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "No valid encoding was found for the attached file" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__notes_column #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__notes_column @@ -493,6 +527,13 @@ msgstr "Western (Latin-1 / ISO 8859-1)" msgid "Western (Windows-1252)" msgstr "Western (Windows-1252)" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "" +"When this occurs please indicate the column number in the Columns section " +"instead of the column name, considering that the first column is 0" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__comma #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__comma diff --git a/account_bank_statement_import_txt_xlsx/i18n/nl.po b/account_bank_statement_import_txt_xlsx/i18n/nl.po index 03783e19..c808aa12 100644 --- a/account_bank_statement_import_txt_xlsx/i18n/nl.po +++ b/account_bank_statement_import_txt_xlsx/i18n/nl.po @@ -16,6 +16,29 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.3.2\n" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "%s: %s" +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" Add the column names or column number " +"(when the file has no header).\n" +" You can concatenate multiple columns in the " +"file into the same field, indicating the\n" +" column names or numbers separated by comma." +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" indicate the column number in the " +"Columns section. The first column is 0." +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping msgid "Account Bank Statement Import Sheet Mapping" @@ -195,6 +218,11 @@ msgstr "Weergavenaam" msgid "Encoding" msgstr "Codering" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "File does not contain header line" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__attachment_ids msgid "Files" @@ -245,16 +273,16 @@ msgstr "" #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original currency of transaction from" +"In case statement provides original currency for transactions with automatic " +"currency conversion, column to get original currency of transaction from" msgstr "" #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column msgid "" -"In case statement provides original currency for transactions with automatic" -" currency conversion, column to get original transaction amount in original " +"In case statement provides original currency for transactions with automatic " +"currency conversion, column to get original transaction amount in original " "transaction currency from" msgstr "" @@ -308,6 +336,12 @@ msgstr "N.V.T." msgid "Name" msgstr "Naam" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "No valid encoding was found for the attached file" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__notes_column #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__notes_column @@ -485,6 +519,13 @@ msgstr "Western (Latin-1 / ISO 8859-1)" msgid "Western (Windows-1252)" msgstr "" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "" +"When this occurs please indicate the column number in the Columns section " +"instead of the column name, considering that the first column is 0" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__comma #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__comma diff --git a/account_bank_statement_import_txt_xlsx/i18n/zh_CN.po b/account_bank_statement_import_txt_xlsx/i18n/zh_CN.po index 41123037..f7b80c74 100644 --- a/account_bank_statement_import_txt_xlsx/i18n/zh_CN.po +++ b/account_bank_statement_import_txt_xlsx/i18n/zh_CN.po @@ -16,6 +16,29 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10\n" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "%s: %s" +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" Add the column names or column number " +"(when the file has no header).\n" +" You can concatenate multiple columns in the " +"file into the same field, indicating the\n" +" column names or numbers separated by comma." +msgstr "" + +#. module: account_bank_statement_import_txt_xlsx +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree +msgid "" +" indicate the column number in the " +"Columns section. The first column is 0." +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping msgid "Account Bank Statement Import Sheet Mapping" @@ -193,6 +216,11 @@ msgstr "显示名称" msgid "Encoding" msgstr "表格编码格式" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "File does not contain header line" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__attachment_ids msgid "Files" @@ -305,6 +333,12 @@ msgstr "" msgid "Name" msgstr "名称" +#. module: account_bank_statement_import_txt_xlsx +#: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:0 +#, python-format +msgid "No valid encoding was found for the attached file" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__notes_column #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__notes_column @@ -482,6 +516,13 @@ msgstr "" msgid "Western (Windows-1252)" msgstr "" +#. module: account_bank_statement_import_txt_xlsx +#: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__no_header +msgid "" +"When this occurs please indicate the column number in the Columns section " +"instead of the column name, considering that the first column is 0" +msgstr "" + #. module: account_bank_statement_import_txt_xlsx #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__delimiter__comma #: model:ir.model.fields.selection,name:account_bank_statement_import_txt_xlsx.selection__account_bank_statement_import_sheet_mapping__float_decimal_sep__comma