Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Nov 17, 2023
1 parent 113f562 commit 1aa0c4b
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions stock_location_product_restriction/i18n/it.po
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 ""

0 comments on commit 1aa0c4b

Please sign in to comment.