Skip to content

Commit 1e93edd

Browse files
Ömer KÜLAKweblate
Ömer KÜLAK
authored andcommitted
Added translation using Weblate (Turkish)
1 parent 09b8d50 commit 1e93edd

File tree

1 file changed

+86
-0
lines changed
  • stock_no_negative/i18n

1 file changed

+86
-0
lines changed

stock_no_negative/i18n/tr.po

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_no_negative
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 17.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: tr\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: stock_no_negative
18+
#. odoo-python
19+
#: code:addons/stock_no_negative/models/stock_quant.py:0
20+
#, python-format
21+
msgid " lot {}"
22+
msgstr ""
23+
24+
#. module: stock_no_negative
25+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_category__allow_negative_stock
26+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_product__allow_negative_stock
27+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_template__allow_negative_stock
28+
#: model:ir.model.fields,field_description:stock_no_negative.field_stock_location__allow_negative_stock
29+
msgid "Allow Negative Stock"
30+
msgstr ""
31+
32+
#. module: stock_no_negative
33+
#: model:ir.model.fields,help:stock_no_negative.field_product_category__allow_negative_stock
34+
msgid ""
35+
"Allow negative stock levels for the stockable products attached to this "
36+
"category. The options doesn't apply to products attached to sub-categories "
37+
"of this category."
38+
msgstr ""
39+
40+
#. module: stock_no_negative
41+
#: model:ir.model.fields,help:stock_no_negative.field_stock_location__allow_negative_stock
42+
msgid ""
43+
"Allow negative stock levels for the stockable products attached to this "
44+
"location."
45+
msgstr ""
46+
47+
#. module: stock_no_negative
48+
#: model:ir.model.fields,help:stock_no_negative.field_product_product__allow_negative_stock
49+
#: model:ir.model.fields,help:stock_no_negative.field_product_template__allow_negative_stock
50+
msgid ""
51+
"If this option is not active on this product nor on its product category and"
52+
" that this product is a stockable product, then the validation of the "
53+
"related stock moves will be blocked if the stock level becomes negative with"
54+
" the stock move."
55+
msgstr ""
56+
57+
#. module: stock_no_negative
58+
#: model:ir.model,name:stock_no_negative.model_stock_location
59+
msgid "Inventory Locations"
60+
msgstr ""
61+
62+
#. module: stock_no_negative
63+
#: model:ir.model,name:stock_no_negative.model_product_template
64+
msgid "Product"
65+
msgstr ""
66+
67+
#. module: stock_no_negative
68+
#: model:ir.model,name:stock_no_negative.model_product_category
69+
msgid "Product Category"
70+
msgstr ""
71+
72+
#. module: stock_no_negative
73+
#: model:ir.model,name:stock_no_negative.model_stock_quant
74+
msgid "Quants"
75+
msgstr ""
76+
77+
#. module: stock_no_negative
78+
#. odoo-python
79+
#: code:addons/stock_no_negative/models/stock_quant.py:0
80+
#, python-format
81+
msgid ""
82+
"You cannot validate this stock operation because the stock level of the "
83+
"product '{name}'{name_lot} would become negative ({q_quantity}) on the stock"
84+
" location '{complete_name}' and negative stock is not allowed for this "
85+
"product and/or location."
86+
msgstr ""

0 commit comments

Comments
 (0)