mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Added translation using Weblate (Spanish)
This commit is contained in:
103
stock_location_product_restriction/i18n/es.po
Normal file
103
stock_location_product_restriction/i18n/es.po
Normal file
@@ -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: es\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 ""
|
||||
Reference in New Issue
Block a user