forked from OCA/connector-interfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from OCA/16.0
Syncing from upstream OCA/connector-interfaces (16.0)
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 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" | ||
"PO-Revision-Date: 2024-09-09 10:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\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 | ||
#: 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 "" | ||
"Il prodotto '%(code)s' non ha gli stessi attributi di '%(existing_code)s'. " | ||
"Impossibile importarlo." | ||
|
||
#. 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 "" | ||
"Il prodotto '%(code)s' sembra un duplicato di '%(existing_code)s' (stessi " | ||
"attributi). Impossibile importarlo." |