Skip to content

Commit 0c2da09

Browse files
committed
[I18N] uom_rounding_coherence: add Catalan and Spanish translations
Add complete Catalan (ca) and Spanish (es) translations for all module strings, including the new stock quant coherence validation message.
1 parent 759446e commit 0c2da09

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

uom_rounding_coherence/i18n/ca.po

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ msgstr ""
1515
"Content-Transfer-Encoding: \n"
1616
"Plural-Forms: \n"
1717

18+
#. module: uom_rounding_coherence
19+
#: code:addons/uom_rounding_coherence/models/uom_uom.py:0
20+
#, python-format
21+
msgid ""
22+
"Cannot set rounding to %(rounding)s for '%(uom)s': there are stock "
23+
"quantities with more decimal places than the new rounding allows.\n"
24+
"\n"
25+
"Examples:\n"
26+
"%(examples)s\n"
27+
"\n"
28+
"Fix the stock data first or use a finer rounding."
29+
msgstr ""
30+
"No es pot establir l'arrodoniment a %(rounding)s per a '%(uom)s': hi ha "
31+
"quantitats d'estoc amb més decimals dels que permet el nou arrodoniment.\n"
32+
"\n"
33+
"Exemples:\n"
34+
"%(examples)s\n"
35+
"\n"
36+
"Corregiu les dades d'estoc primer o utilitzeu un arrodoniment més fi."
37+
1838
#. module: uom_rounding_coherence
1939
#: code:addons/uom_rounding_coherence/models/uom_uom.py:0
2040
#, python-format

uom_rounding_coherence/i18n/es.po

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ msgstr ""
1515
"Content-Transfer-Encoding: \n"
1616
"Plural-Forms: \n"
1717

18+
#. module: uom_rounding_coherence
19+
#: code:addons/uom_rounding_coherence/models/uom_uom.py:0
20+
#, python-format
21+
msgid ""
22+
"Cannot set rounding to %(rounding)s for '%(uom)s': there are stock "
23+
"quantities with more decimal places than the new rounding allows.\n"
24+
"\n"
25+
"Examples:\n"
26+
"%(examples)s\n"
27+
"\n"
28+
"Fix the stock data first or use a finer rounding."
29+
msgstr ""
30+
"No se puede establecer el redondeo a %(rounding)s para '%(uom)s': hay "
31+
"cantidades de stock con más decimales de los que permite el nuevo "
32+
"redondeo.\n"
33+
"\n"
34+
"Ejemplos:\n"
35+
"%(examples)s\n"
36+
"\n"
37+
"Corrija los datos de stock primero o utilice un redondeo más fino."
38+
1839
#. module: uom_rounding_coherence
1940
#: code:addons/uom_rounding_coherence/models/uom_uom.py:0
2041
#, python-format

0 commit comments

Comments
 (0)