-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
103 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,103 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_location_product_restriction | ||
# | ||
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: stock_location_product_restriction | ||
#: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__has_restriction_violation | ||
msgid "Has Restriction Violation" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,help:stock_location_product_restriction.field_stock_location__parent_product_restriction | ||
#: model:ir.model.fields,help:stock_location_product_restriction.field_stock_location__product_restriction | ||
msgid "" | ||
"If 'Same product' is selected the system will prevent to put items of " | ||
"different products into the same location." | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,help:stock_location_product_restriction.field_stock_location__specific_product_restriction | ||
msgid "" | ||
"If specified the restriction specified will apply to the current location " | ||
"and all its children" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model,name:stock_location_product_restriction.model_stock_location | ||
msgid "Inventory Locations" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__parent_product_restriction | ||
msgid "Parent Location Product Restriction" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__product_restriction | ||
msgid "Product Restriction" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__restriction_violation_message | ||
msgid "Restriction Violation Message" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model_terms:ir.ui.view,arch_db:stock_location_product_restriction.stock_location_form_view | ||
msgid "Restrictions" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model.fields,field_description:stock_location_product_restriction.field_stock_location__specific_product_restriction | ||
msgid "Specific Product Restriction" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model:ir.model,name:stock_location_product_restriction.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#. odoo-python | ||
#: code:addons/stock_location_product_restriction/models/stock_move.py:0 | ||
#, python-format | ||
msgid "" | ||
"The location {location} can only contain items of the same product. You plan" | ||
" to move different products to this location. ({products})" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#. odoo-python | ||
#: code:addons/stock_location_product_restriction/models/stock_location.py:0 | ||
#, python-format | ||
msgid "" | ||
"This location should only contain items of the same product but it contains " | ||
"items of products {products}" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#: model_terms:ir.ui.view,arch_db:stock_location_product_restriction.stock_location_search_view | ||
msgid "With restriction violation" | ||
msgstr "" | ||
|
||
#. module: stock_location_product_restriction | ||
#. odoo-python | ||
#: code:addons/stock_location_product_restriction/models/stock_move.py:0 | ||
#, python-format | ||
msgid "" | ||
"You plan to move the product {product} to the location {location} but the " | ||
"location must only contain items of same product and already contains items " | ||
"of other product(s) ({existing_products})." | ||
msgstr "" |