Skip to content

Commit 60f303a

Browse files
Ryoko04weblate
authored andcommitted
Added translation using Weblate (Japanese)
1 parent 59b98c6 commit 60f303a

File tree

1 file changed

+84
-0
lines changed
  • stock_no_negative/i18n

1 file changed

+84
-0
lines changed

stock_no_negative/i18n/ja.po

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: ja\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=1; plural=0;\n"
16+
17+
#. module: stock_no_negative
18+
#. odoo-python
19+
#: code:addons/stock_no_negative/models/stock_quant.py:0
20+
msgid " lot %(name)s"
21+
msgstr ""
22+
23+
#. module: stock_no_negative
24+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_category__allow_negative_stock
25+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_product__allow_negative_stock
26+
#: model:ir.model.fields,field_description:stock_no_negative.field_product_template__allow_negative_stock
27+
#: model:ir.model.fields,field_description:stock_no_negative.field_stock_location__allow_negative_stock
28+
msgid "Allow Negative Stock"
29+
msgstr ""
30+
31+
#. module: stock_no_negative
32+
#: model:ir.model.fields,help:stock_no_negative.field_product_category__allow_negative_stock
33+
msgid ""
34+
"Allow negative stock levels for the stockable products attached to this "
35+
"category. The options doesn't apply to products attached to sub-categories "
36+
"of this category."
37+
msgstr ""
38+
39+
#. module: stock_no_negative
40+
#: model:ir.model.fields,help:stock_no_negative.field_stock_location__allow_negative_stock
41+
msgid ""
42+
"Allow negative stock levels for the stockable products attached to this "
43+
"location."
44+
msgstr ""
45+
46+
#. module: stock_no_negative
47+
#: model:ir.model.fields,help:stock_no_negative.field_product_product__allow_negative_stock
48+
#: model:ir.model.fields,help:stock_no_negative.field_product_template__allow_negative_stock
49+
msgid ""
50+
"If this option is not active on this product nor on its product category and"
51+
" that this product is a stockable product, then the validation of the "
52+
"related stock moves will be blocked if the stock level becomes negative with"
53+
" the stock move."
54+
msgstr ""
55+
56+
#. module: stock_no_negative
57+
#: model:ir.model,name:stock_no_negative.model_stock_location
58+
msgid "Inventory Locations"
59+
msgstr ""
60+
61+
#. module: stock_no_negative
62+
#: model:ir.model,name:stock_no_negative.model_product_template
63+
msgid "Product"
64+
msgstr ""
65+
66+
#. module: stock_no_negative
67+
#: model:ir.model,name:stock_no_negative.model_product_category
68+
msgid "Product Category"
69+
msgstr ""
70+
71+
#. module: stock_no_negative
72+
#: model:ir.model,name:stock_no_negative.model_stock_quant
73+
msgid "Quants"
74+
msgstr ""
75+
76+
#. module: stock_no_negative
77+
#. odoo-python
78+
#: code:addons/stock_no_negative/models/stock_quant.py:0
79+
msgid ""
80+
"You cannot validate this stock operation because the stock level of the "
81+
"product '{name}'{name_lot} would become negative ({q_quantity}) on the stock"
82+
" location '{complete_name}' and negative stock is not allowed for this "
83+
"product and/or location."
84+
msgstr ""

0 commit comments

Comments
 (0)