@@ -6,10 +6,129 @@ msgid ""
66msgstr ""
77"Project-Id-Version : Odoo Server 18.0\n "
88"Report-Msgid-Bugs-To : \n "
9+ "POT-Creation-Date : 2025-03-03 12:00+0000\n "
910"Last-Translator : \n "
1011"Language-Team : \n "
1112"Language : de\n "
1213"MIME-Version : 1.0\n "
1314"Content-Type : text/plain; charset=UTF-8\n "
1415"Content-Transfer-Encoding : \n "
15- "Plural-Forms : nplurals=2; plural=(n != 1);\n "
16+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
17+
18+ #. module: sale_restricted_qty
19+ msgid "%(order_name)s - Product \" %(product_name)s\" : %(failed_constraints)s"
20+ msgstr "%(order_name)s - Produkt \" %(product_name)s\" : %(failed_constraints)s"
21+
22+ #. module: sale_restricted_qty
23+ msgid "Blocking"
24+ msgstr "Sperrend"
25+
26+ #. module: sale_restricted_qty
27+ msgid "Check quantity for these products:\n"
28+ msgstr "Prüfen Sie die Menge für diese Produkte:\n"
29+
30+ #. module: sale_restricted_qty
31+ msgid ""
32+ "Decide if the maximum quantity constraint is strictly enforced (Blocking) or if it only triggers a warning (Warning).\n"
33+ "Use 'Warning' if you want to allow large orders that exceed strict policies under special conditions."
34+ msgstr ""
35+
36+ #. module: sale_restricted_qty
37+ msgid ""
38+ "Decide if the minimum quantity constraint is strictly enforced (Blocking) or if it only triggers a warning (Warning).\n"
39+ "Use 'Warning' if you want to allow exceptions like selling samples or leftover stock."
40+ msgstr ""
41+
42+ #. module: sale_restricted_qty
43+ msgid ""
44+ "Decide if the multiple-of quantity constraint is strictly enforced (Blocking) or if it only triggers a warning (Warning).\n"
45+ "Use 'Warning' to allow selling non-standard quantities for special cases like clearing leftover stock."
46+ msgstr ""
47+
48+ #. module: sale_restricted_qty
49+ msgid "Max Qty"
50+ msgstr ""
51+
52+ #. module: sale_restricted_qty
53+ msgid "Max Quantity Exceeded"
54+ msgstr ""
55+
56+ #. module: sale_restricted_qty
57+ msgid "Max Quantity Recommended"
58+ msgstr ""
59+
60+ #. module: sale_restricted_qty
61+ msgid "Min Qty"
62+ msgstr ""
63+
64+ #. module: sale_restricted_qty
65+ msgid "Min Quantity Recommended"
66+ msgstr ""
67+
68+ #. module: sale_restricted_qty
69+ msgid "Min Quantity Required"
70+ msgstr ""
71+
72+ #. module: sale_restricted_qty
73+ msgid "Multiple Quantity Required"
74+ msgstr ""
75+
76+ #. module: sale_restricted_qty
77+ msgid "Multiple-Of Qty"
78+ msgstr ""
79+
80+ #. module: sale_restricted_qty
81+ msgid "Restrict"
82+ msgstr ""
83+
84+ #. module: sale_restricted_qty
85+ msgid "Sale Max qty"
86+ msgstr ""
87+
88+ #. module: sale_restricted_qty
89+ msgid "Sale Miltiple qty"
90+ msgstr ""
91+
92+ #. module: sale_restricted_qty
93+ msgid "Sale Min qty"
94+ msgstr ""
95+
96+ #. module: sale_restricted_qty
97+ msgid "Sale Restricted Qty"
98+ msgstr ""
99+
100+ #. module: sale_restricted_qty
101+ msgid "Sale restricted qty"
102+ msgstr ""
103+
104+ #. module: sale_restricted_qty
105+ msgid "The maximum quantity of product that can be sold."
106+ msgstr ""
107+
108+ #. module: sale_restricted_qty
109+ msgid "The minimum quantity of product that can be sold."
110+ msgstr ""
111+
112+ #. module: sale_restricted_qty
113+ msgid "The multiple-of quantity of product that can be sold."
114+ msgstr ""
115+
116+ #. module: sale_restricted_qty
117+ msgid "Value"
118+ msgstr ""
119+
120+ #. module: sale_restricted_qty
121+ msgid "Warning"
122+ msgstr "Warnung"
123+
124+ #. module: sale_restricted_qty
125+ msgid "maximal quantity is %(max_qty)s"
126+ msgstr "Höchstmenge ist %(max_qty)s"
127+
128+ #. module: sale_restricted_qty
129+ msgid "minimal quantity is %(min_qty)s"
130+ msgstr "Mindestmenge ist %(min_qty)s"
131+
132+ #. module: sale_restricted_qty
133+ msgid "quantity should be multiple of %(multiple_of_qty)s"
134+ msgstr "Menge sollte ein Vielfaches von %(multiple_of_qty)s sein"
0 commit comments