From 149c7ecd153cba884360ec79ac36c5258e8afcae Mon Sep 17 00:00:00 2001 From: mymage Date: Mon, 9 Sep 2024 07:29:03 +0000 Subject: [PATCH 1/2] Added translation using Weblate (Italian) --- connector_importer_product/i18n/it.po | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 connector_importer_product/i18n/it.po diff --git a/connector_importer_product/i18n/it.po b/connector_importer_product/i18n/it.po new file mode 100644 index 00000000..8af1d8cb --- /dev/null +++ b/connector_importer_product/i18n/it.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * connector_importer_product +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. module: connector_importer_product +#. odoo-python +#: code:addons/connector_importer_product/components/product_product/record_handler.py:0 +#, python-format +msgid "" +"Product '%(code)s' has not the same attributes than '%(existing_code)s'. " +"Unable to import it." +msgstr "" + +#. module: connector_importer_product +#. odoo-python +#: code:addons/connector_importer_product/components/product_product/record_handler.py:0 +#, python-format +msgid "" +"Product '%(code)s' seems to be a duplicate of '%(existing_code)s' (same " +"attributes). Unable to import it." +msgstr "" From 8c5c46f226ad08644e02deb2691dee8cc5dba55e Mon Sep 17 00:00:00 2001 From: mymage Date: Mon, 9 Sep 2024 07:30:26 +0000 Subject: [PATCH 2/2] Translated using Weblate (Italian) Currently translated at 100.0% (2 of 2 strings) Translation: connector-interfaces-16.0/connector-interfaces-16.0-connector_importer_product Translate-URL: https://translation.odoo-community.org/projects/connector-interfaces-16-0/connector-interfaces-16-0-connector_importer_product/it/ --- connector_importer_product/i18n/it.po | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/connector_importer_product/i18n/it.po b/connector_importer_product/i18n/it.po index 8af1d8cb..57328221 100644 --- a/connector_importer_product/i18n/it.po +++ b/connector_importer_product/i18n/it.po @@ -6,13 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2024-09-09 10:06+0000\n" +"Last-Translator: mymage \n" "Language-Team: none\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.6.2\n" #. module: connector_importer_product #. odoo-python @@ -22,6 +24,8 @@ msgid "" "Product '%(code)s' has not the same attributes than '%(existing_code)s'. " "Unable to import it." msgstr "" +"Il prodotto '%(code)s' non ha gli stessi attributi di '%(existing_code)s'. " +"Impossibile importarlo." #. module: connector_importer_product #. odoo-python @@ -31,3 +35,5 @@ msgid "" "Product '%(code)s' seems to be a duplicate of '%(existing_code)s' (same " "attributes). Unable to import it." msgstr "" +"Il prodotto '%(code)s' sembra un duplicato di '%(existing_code)s' (stessi " +"attributi). Impossibile importarlo."