-
-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
68 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,68 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_identification_unique_by_category | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.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: partner_identification_unique_by_category | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_category__display_name | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_number__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_category__has_unique_numbers | ||
msgid "Enforce unicity" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_category__id | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_number__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_category____last_update | ||
#: model:ir.model.fields,field_description:partner_identification_unique_by_category.field_res_partner_id_number____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model,name:partner_identification_unique_by_category.model_res_partner_id_category | ||
msgid "Partner ID Category" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model,name:partner_identification_unique_by_category.model_res_partner_id_number | ||
msgid "Partner ID Number" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: code:addons/partner_identification_unique_by_category/models/res_partner_id_number.py:0 | ||
#, python-format | ||
msgid "" | ||
"The Id {} in the category {} could not be created because it already exists" | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: code:addons/partner_identification_unique_by_category/models/res_partner_id_category.py:0 | ||
#, python-format | ||
msgid "" | ||
"The category {} can not be set to use unique numbers, because it already " | ||
"contains duplicates." | ||
msgstr "" | ||
|
||
#. module: partner_identification_unique_by_category | ||
#: model:ir.model.fields,help:partner_identification_unique_by_category.field_res_partner_id_category__has_unique_numbers | ||
msgid "When set, duplicate numbers will not be allowed for this category." | ||
msgstr "" |