-
-
Notifications
You must be signed in to change notification settings - Fork 666
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 (Finnish)
- Loading branch information
1 parent
8083e55
commit 9e20359
Showing
1 changed file
with
86 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,86 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_no_negative | ||
# | ||
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: fi\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_no_negative | ||
#. odoo-python | ||
#: code:addons/stock_no_negative/models/stock_quant.py:0 | ||
#, python-format | ||
msgid " lot {}" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model.fields,field_description:stock_no_negative.field_product_category__allow_negative_stock | ||
#: model:ir.model.fields,field_description:stock_no_negative.field_product_product__allow_negative_stock | ||
#: model:ir.model.fields,field_description:stock_no_negative.field_product_template__allow_negative_stock | ||
#: model:ir.model.fields,field_description:stock_no_negative.field_stock_location__allow_negative_stock | ||
msgid "Allow Negative Stock" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model.fields,help:stock_no_negative.field_product_category__allow_negative_stock | ||
msgid "" | ||
"Allow negative stock levels for the stockable products attached to this " | ||
"category. The options doesn't apply to products attached to sub-categories " | ||
"of this category." | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model.fields,help:stock_no_negative.field_stock_location__allow_negative_stock | ||
msgid "" | ||
"Allow negative stock levels for the stockable products attached to this " | ||
"location." | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model.fields,help:stock_no_negative.field_product_product__allow_negative_stock | ||
#: model:ir.model.fields,help:stock_no_negative.field_product_template__allow_negative_stock | ||
msgid "" | ||
"If this option is not active on this product nor on its product category and" | ||
" that this product is a stockable product, then the validation of the " | ||
"related stock moves will be blocked if the stock level becomes negative with" | ||
" the stock move." | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model,name:stock_no_negative.model_stock_location | ||
msgid "Inventory Locations" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model,name:stock_no_negative.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model,name:stock_no_negative.model_product_category | ||
msgid "Product Category" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#: model:ir.model,name:stock_no_negative.model_stock_quant | ||
msgid "Quants" | ||
msgstr "" | ||
|
||
#. module: stock_no_negative | ||
#. odoo-python | ||
#: code:addons/stock_no_negative/models/stock_quant.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot validate this stock operation because the stock level of the " | ||
"product '{name}'{name_lot} would become negative ({q_quantity}) on the stock" | ||
" location '{complete_name}' and negative stock is not allowed for this " | ||
"product and/or location." | ||
msgstr "" |