cmdx-i18n 0.3.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +7 -1
- data/README.md +48 -28
- data/lib/cmdx/i18n/railtie.rb +10 -25
- data/lib/cmdx/i18n/version.rb +4 -1
- data/lib/cmdx/i18n.rb +4 -12
- data/lib/generators/cmdx/i18n/locale_generator.rb +7 -19
- data/lib/locales/af.yml +12 -5
- data/lib/locales/ar.yml +12 -5
- data/lib/locales/az.yml +12 -5
- data/lib/locales/be.yml +12 -5
- data/lib/locales/bg.yml +12 -5
- data/lib/locales/bn.yml +12 -5
- data/lib/locales/bs.yml +12 -5
- data/lib/locales/ca.yml +12 -5
- data/lib/locales/cnr.yml +12 -5
- data/lib/locales/cs.yml +12 -5
- data/lib/locales/cy.yml +12 -5
- data/lib/locales/da.yml +12 -5
- data/lib/locales/de.yml +12 -5
- data/lib/locales/dz.yml +12 -5
- data/lib/locales/el.yml +12 -5
- data/lib/locales/en.yml +12 -5
- data/lib/locales/eo.yml +12 -5
- data/lib/locales/es.yml +12 -5
- data/lib/locales/et.yml +12 -5
- data/lib/locales/eu.yml +12 -5
- data/lib/locales/fa.yml +12 -5
- data/lib/locales/fi.yml +12 -5
- data/lib/locales/fr.yml +12 -5
- data/lib/locales/fy.yml +12 -5
- data/lib/locales/gd.yml +12 -5
- data/lib/locales/gl.yml +12 -5
- data/lib/locales/he.yml +12 -5
- data/lib/locales/hi.yml +12 -5
- data/lib/locales/hr.yml +12 -5
- data/lib/locales/hu.yml +12 -5
- data/lib/locales/hy.yml +12 -5
- data/lib/locales/id.yml +12 -5
- data/lib/locales/is.yml +12 -5
- data/lib/locales/it.yml +12 -5
- data/lib/locales/ja.yml +12 -5
- data/lib/locales/ka.yml +12 -5
- data/lib/locales/kk.yml +12 -5
- data/lib/locales/km.yml +12 -5
- data/lib/locales/kn.yml +12 -5
- data/lib/locales/ko.yml +12 -5
- data/lib/locales/lb.yml +12 -5
- data/lib/locales/lo.yml +12 -5
- data/lib/locales/lt.yml +12 -5
- data/lib/locales/lv.yml +12 -5
- data/lib/locales/mg.yml +12 -5
- data/lib/locales/mk.yml +12 -5
- data/lib/locales/ml.yml +12 -5
- data/lib/locales/mn.yml +12 -5
- data/lib/locales/mr-IN.yml +12 -5
- data/lib/locales/ms.yml +12 -5
- data/lib/locales/nb.yml +12 -5
- data/lib/locales/ne.yml +12 -5
- data/lib/locales/nl.yml +12 -5
- data/lib/locales/nn.yml +12 -5
- data/lib/locales/oc.yml +12 -5
- data/lib/locales/or.yml +12 -5
- data/lib/locales/pa.yml +12 -5
- data/lib/locales/pl.yml +12 -5
- data/lib/locales/pt.yml +12 -5
- data/lib/locales/rm.yml +12 -5
- data/lib/locales/ro.yml +12 -5
- data/lib/locales/ru.yml +12 -5
- data/lib/locales/sc.yml +12 -5
- data/lib/locales/sk.yml +12 -5
- data/lib/locales/sl.yml +12 -5
- data/lib/locales/sq.yml +12 -5
- data/lib/locales/sr.yml +12 -5
- data/lib/locales/st.yml +12 -5
- data/lib/locales/sv.yml +12 -5
- data/lib/locales/sw.yml +12 -5
- data/lib/locales/ta.yml +12 -5
- data/lib/locales/te.yml +12 -5
- data/lib/locales/th.yml +12 -5
- data/lib/locales/tl.yml +12 -5
- data/lib/locales/tr.yml +12 -5
- data/lib/locales/tt.yml +12 -5
- data/lib/locales/ug.yml +12 -5
- data/lib/locales/uk.yml +12 -5
- data/lib/locales/ur.yml +12 -5
- data/lib/locales/uz.yml +12 -5
- data/lib/locales/vi.yml +12 -5
- data/lib/locales/wo.yml +12 -5
- data/lib/locales/zh-CN.yml +12 -5
- data/lib/locales/zh-HK.yml +12 -5
- data/lib/locales/zh-TW.yml +12 -5
- data/lib/locales/zh-YUE.yml +12 -5
- data/src/cmdx-dark-logo.png +0 -0
- data/src/cmdx-light-logo.png +0 -0
- data/src/cmdx-logo.svg +1 -0
- metadata +8 -11
- data/.cursor/prompts/docs.md +0 -12
- data/.cursor/prompts/llms.md +0 -20
- data/.cursor/prompts/rspec.md +0 -24
- data/.cursor/prompts/yardoc.md +0 -14
- data/.cursor/rules/cursor-instructions.mdc +0 -62
- data/src/cmdx-i18n-logo.png +0 -0
data/lib/locales/fa.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
fa:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "به متد تعریف نشده %{method} واگذار میکند"
|
|
4
|
+
required: "الزامی است"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "نمیتواند به %{type} تبدیل شود"
|
|
8
7
|
into_an: "نمیتواند به %{type} تبدیل شود"
|
|
9
8
|
into_any: "نمیتواند به یکی از اینها تبدیل شود: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "نامشخص"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "باید در زمینه تنظیم شود"
|
|
13
13
|
types:
|
|
14
14
|
array: "آرایه"
|
|
15
15
|
big_decimal: "اعشاری بزرگ"
|
|
@@ -25,6 +25,7 @@ fa:
|
|
|
25
25
|
symbol: "نماد"
|
|
26
26
|
time: "زمان"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "باید خالی باشد"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "نباید یکی از اینها باشد: %{values}"
|
|
30
31
|
within: "نباید بین %{min} و %{max} باشد"
|
|
@@ -37,6 +38,9 @@ fa:
|
|
|
37
38
|
is_not: "طول نباید %{is_not} باشد"
|
|
38
39
|
min: "طول باید حداقل %{min} باشد"
|
|
39
40
|
max: "طول میتواند حداکثر %{max} باشد"
|
|
41
|
+
gt: "طول باید بیشتر از %{gt} باشد"
|
|
42
|
+
lt: "طول باید کمتر از %{lt} باشد"
|
|
43
|
+
nil_value: "باید طول داشته باشد"
|
|
40
44
|
not_within: "طول نباید بین %{min} و %{max} باشد"
|
|
41
45
|
within: "طول باید بین %{min} و %{max} باشد"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ fa:
|
|
|
44
48
|
is_not: "نباید %{is_not} باشد"
|
|
45
49
|
min: "باید حداقل %{min} باشد"
|
|
46
50
|
max: "میتواند حداکثر %{max} باشد"
|
|
51
|
+
gt: "باید بیشتر از %{gt} باشد"
|
|
52
|
+
lt: "باید کمتر از %{lt} باشد"
|
|
53
|
+
nil_value: "باید عددی باشد"
|
|
47
54
|
not_within: "نباید بین %{min} و %{max} باشد"
|
|
48
55
|
within: "باید بین %{min} و %{max} باشد"
|
|
49
56
|
presence: "نمیتواند خالی باشد"
|
data/lib/locales/fi.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
fi:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "delegoi määrittelemättömälle metodille %{method}"
|
|
4
|
+
required: "on pakollinen"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "ei voitu muuntaa tyypiksi %{type}"
|
|
8
7
|
into_an: "ei voitu muuntaa tyypiksi %{type}"
|
|
9
8
|
into_any: "ei voitu muuntaa yhdeksi seuraavista: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Määrittämätön"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "on asetettava kontekstissa"
|
|
13
13
|
types:
|
|
14
14
|
array: "taulukko"
|
|
15
15
|
big_decimal: "iso desimaali"
|
|
@@ -25,6 +25,7 @@ fi:
|
|
|
25
25
|
symbol: "symboli"
|
|
26
26
|
time: "aika"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "täytyy olla tyhjä"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "ei saa olla yksi seuraavista: %{values}"
|
|
30
31
|
within: "ei saa olla välillä %{min} ja %{max}"
|
|
@@ -37,6 +38,9 @@ fi:
|
|
|
37
38
|
is_not: "pituuden ei saa olla %{is_not}"
|
|
38
39
|
min: "pituuden täytyy olla vähintään %{min}"
|
|
39
40
|
max: "pituuden täytyy olla enintään %{max}"
|
|
41
|
+
gt: "pituuden täytyy olla suurempi kuin %{gt}"
|
|
42
|
+
lt: "pituuden täytyy olla pienempi kuin %{lt}"
|
|
43
|
+
nil_value: "täytyy olla pituus"
|
|
40
44
|
not_within: "pituuden ei saa olla välillä %{min} ja %{max}"
|
|
41
45
|
within: "pituuden täytyy olla välillä %{min} ja %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ fi:
|
|
|
44
48
|
is_not: "ei saa olla %{is_not}"
|
|
45
49
|
min: "täytyy olla vähintään %{min}"
|
|
46
50
|
max: "täytyy olla enintään %{max}"
|
|
51
|
+
gt: "täytyy olla suurempi kuin %{gt}"
|
|
52
|
+
lt: "täytyy olla pienempi kuin %{lt}"
|
|
53
|
+
nil_value: "täytyy olla numeerinen"
|
|
47
54
|
not_within: "ei saa olla välillä %{min} ja %{max}"
|
|
48
55
|
within: "täytyy olla välillä %{min} ja %{max}"
|
|
49
56
|
presence: "ei saa olla tyhjä"
|
data/lib/locales/fr.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
fr:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "délègue à une méthode non définie %{method}"
|
|
4
|
+
required: "est requis"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "n'a pas pu être converti en %{type}"
|
|
8
7
|
into_an: "n'a pas pu être converti en %{type}"
|
|
9
8
|
into_any: "n'a pas pu être converti en l'un de : %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Non spécifié"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "doit être défini dans le contexte"
|
|
13
13
|
types:
|
|
14
14
|
array: "tableau"
|
|
15
15
|
big_decimal: "grand décimal"
|
|
@@ -25,6 +25,7 @@ fr:
|
|
|
25
25
|
symbol: "symbole"
|
|
26
26
|
time: "heure"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "doit être vide"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "ne doit pas être l'un de : %{values}"
|
|
30
31
|
within: "ne doit pas être dans %{min} et %{max}"
|
|
@@ -37,6 +38,9 @@ fr:
|
|
|
37
38
|
is_not: "la longueur ne doit pas être %{is_not}"
|
|
38
39
|
min: "la longueur doit être au moins %{min}"
|
|
39
40
|
max: "la longueur doit être au plus %{max}"
|
|
41
|
+
gt: "la longueur doit être supérieure à %{gt}"
|
|
42
|
+
lt: "la longueur doit être inférieure à %{lt}"
|
|
43
|
+
nil_value: "doit avoir une longueur"
|
|
40
44
|
not_within: "la longueur ne doit pas être dans %{min} et %{max}"
|
|
41
45
|
within: "la longueur doit être dans %{min} et %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ fr:
|
|
|
44
48
|
is_not: "ne doit pas être %{is_not}"
|
|
45
49
|
min: "doit être au moins %{min}"
|
|
46
50
|
max: "doit être au plus %{max}"
|
|
51
|
+
gt: "doit être supérieur à %{gt}"
|
|
52
|
+
lt: "doit être inférieur à %{lt}"
|
|
53
|
+
nil_value: "doit être numérique"
|
|
47
54
|
not_within: "ne doit pas être dans %{min} et %{max}"
|
|
48
55
|
within: "doit être dans %{min} et %{max}"
|
|
49
56
|
presence: "ne peut pas être vide"
|
data/lib/locales/fy.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
fy:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "delegearret nei ûndefiniearre metoade %{method}"
|
|
4
|
+
required: "is fereaske"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "koe net nei %{type} konvertearje"
|
|
8
7
|
into_an: "koe net nei %{type} konvertearje"
|
|
9
8
|
into_any: "koe net nei ien fan: %{types} konvertearje"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Net spesifisearre"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "moat ynsteld wurde yn de kontekst"
|
|
13
13
|
types:
|
|
14
14
|
array: "array"
|
|
15
15
|
big_decimal: "grutte desimaal"
|
|
@@ -25,6 +25,7 @@ fy:
|
|
|
25
25
|
symbol: "symboal"
|
|
26
26
|
time: "tiid"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "moat leech wêze"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "moat net ien fan wêze: %{values}"
|
|
30
31
|
within: "moat net binnen %{min} en %{max} wêze"
|
|
@@ -37,6 +38,9 @@ fy:
|
|
|
37
38
|
is_not: "lingte moat net %{is_not} wêze"
|
|
38
39
|
min: "lingte moat op syn minst %{min} wêze"
|
|
39
40
|
max: "lingte kin maksimaal %{max} wêze"
|
|
41
|
+
gt: "lingte moat grutter as %{gt} wêze"
|
|
42
|
+
lt: "lingte moat lytser as %{lt} wêze"
|
|
43
|
+
nil_value: "moat in lingte hawwe"
|
|
40
44
|
not_within: "lingte moat net binnen %{min} en %{max} wêze"
|
|
41
45
|
within: "lingte moat binnen %{min} en %{max} wêze"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ fy:
|
|
|
44
48
|
is_not: "moat net %{is_not} wêze"
|
|
45
49
|
min: "moat op syn minst %{min} wêze"
|
|
46
50
|
max: "kin maksimaal %{max} wêze"
|
|
51
|
+
gt: "moat grutter as %{gt} wêze"
|
|
52
|
+
lt: "moat lytser as %{lt} wêze"
|
|
53
|
+
nil_value: "moat numerysk wêze"
|
|
47
54
|
not_within: "moat net binnen %{min} en %{max} wêze"
|
|
48
55
|
within: "moat binnen %{min} en %{max} wêze"
|
|
49
56
|
presence: "kin net leech wêze"
|
data/lib/locales/gd.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
gd:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "deileigeas gu modh neo-mhìneachaidh %{method}"
|
|
4
|
+
required: "a dhìth"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "cha b' urrainn tionndadh gu %{type}"
|
|
8
7
|
into_an: "cha b' urrainn tionndadh gu %{type}"
|
|
9
8
|
into_any: "cha b' urrainn tionndadh gu aon de: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Neo-mhìneachaidh"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "feumaidh e bhith air a shuidheachadh sa cho-theacsa"
|
|
13
13
|
types:
|
|
14
14
|
array: "sreath"
|
|
15
15
|
big_decimal: "deicheamh mòr"
|
|
@@ -25,6 +25,7 @@ gd:
|
|
|
25
25
|
symbol: "samhla"
|
|
26
26
|
time: "àm"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "feumaidh e a bhith falamh"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "chan fhaod a bhith aon de: %{values}"
|
|
30
31
|
within: "chan fhaod a bhith taobh a-staigh %{min} agus %{max}"
|
|
@@ -37,6 +38,9 @@ gd:
|
|
|
37
38
|
is_not: "chan fhaod an fhad a bhith %{is_not}"
|
|
38
39
|
min: "feumaidh an fhad a bhith co-dhiù %{min}"
|
|
39
40
|
max: "faodaidh an fhad a bhith suas ri %{max}"
|
|
41
|
+
gt: "feumaidh an fhad a bhith nas motha na %{gt}"
|
|
42
|
+
lt: "feumaidh an fhad a bhith nas lugha na %{lt}"
|
|
43
|
+
nil_value: "feumaidh fad a bhith aige"
|
|
40
44
|
not_within: "chan fhaod an fhad a bhith taobh a-staigh %{min} agus %{max}"
|
|
41
45
|
within: "feumaidh an fhad a bhith taobh a-staigh %{min} agus %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ gd:
|
|
|
44
48
|
is_not: "chan fhaod e a bhith %{is_not}"
|
|
45
49
|
min: "feumaidh e a bhith co-dhiù %{min}"
|
|
46
50
|
max: "faodaidh e a bhith suas ri %{max}"
|
|
51
|
+
gt: "feumaidh e a bhith nas motha na %{gt}"
|
|
52
|
+
lt: "feumaidh e a bhith nas lugha na %{lt}"
|
|
53
|
+
nil_value: "feumaidh e bhith àireamhach"
|
|
47
54
|
not_within: "chan fhaod e a bhith taobh a-staigh %{min} agus %{max}"
|
|
48
55
|
within: "feumaidh e a bhith taobh a-staigh %{min} agus %{max}"
|
|
49
56
|
presence: "chan fhaod e a bhith falamh"
|
data/lib/locales/gl.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
gl:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "delega ao método non definido %{method}"
|
|
4
|
+
required: "é obrigatorio"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "non se puido converter a %{type}"
|
|
8
7
|
into_an: "non se puido converter a %{type}"
|
|
9
8
|
into_any: "non se puido converter a un de: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Non especificada"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "debe estar establecido no contexto"
|
|
13
13
|
types:
|
|
14
14
|
array: "array"
|
|
15
15
|
big_decimal: "decimal grande"
|
|
@@ -25,6 +25,7 @@ gl:
|
|
|
25
25
|
symbol: "símbolo"
|
|
26
26
|
time: "tempo"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "debe estar baleiro"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "non debe ser un de: %{values}"
|
|
30
31
|
within: "non debe estar entre %{min} e %{max}"
|
|
@@ -37,6 +38,9 @@ gl:
|
|
|
37
38
|
is_not: "a lonxitude non debe ser %{is_not}"
|
|
38
39
|
min: "a lonxitude debe ser polo menos %{min}"
|
|
39
40
|
max: "a lonxitude pode ser como máximo %{max}"
|
|
41
|
+
gt: "a lonxitude debe ser maior que %{gt}"
|
|
42
|
+
lt: "a lonxitude debe ser menor que %{lt}"
|
|
43
|
+
nil_value: "debe ter unha lonxitude"
|
|
40
44
|
not_within: "a lonxitude non debe estar entre %{min} e %{max}"
|
|
41
45
|
within: "a lonxitude debe estar entre %{min} e %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ gl:
|
|
|
44
48
|
is_not: "non debe ser %{is_not}"
|
|
45
49
|
min: "debe ser polo menos %{min}"
|
|
46
50
|
max: "pode ser como máximo %{max}"
|
|
51
|
+
gt: "debe ser maior que %{gt}"
|
|
52
|
+
lt: "debe ser menor que %{lt}"
|
|
53
|
+
nil_value: "debe ser numérico"
|
|
47
54
|
not_within: "non debe estar entre %{min} e %{max}"
|
|
48
55
|
within: "debe estar entre %{min} e %{max}"
|
|
49
56
|
presence: "non pode estar baleiro"
|
data/lib/locales/he.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
he:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "מאציל לשיטה לא מוגדרת %{method}"
|
|
4
|
+
required: "נדרש"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "לא ניתן להמיר ל-%{type}"
|
|
8
7
|
into_an: "לא ניתן להמיר ל-%{type}"
|
|
9
8
|
into_any: "לא ניתן להמיר לאחד מ: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "לא מוגדר"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "חייב להיות מוגדר בהקשר"
|
|
13
13
|
types:
|
|
14
14
|
array: "מערך"
|
|
15
15
|
big_decimal: "עשרוני גדול"
|
|
@@ -25,6 +25,7 @@ he:
|
|
|
25
25
|
symbol: "סמל"
|
|
26
26
|
time: "זמן"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "חייב להיות ריק"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "לא יכול להיות אחד מ: %{values}"
|
|
30
31
|
within: "לא יכול להיות בין %{min} ו-%{max}"
|
|
@@ -37,6 +38,9 @@ he:
|
|
|
37
38
|
is_not: "האורך לא יכול להיות %{is_not}"
|
|
38
39
|
min: "האורך חייב להיות לפחות %{min}"
|
|
39
40
|
max: "האורך יכול להיות לכל היותר %{max}"
|
|
41
|
+
gt: "האורך חייב להיות גדול מ-%{gt}"
|
|
42
|
+
lt: "האורך חייב להיות קטן מ-%{lt}"
|
|
43
|
+
nil_value: "חייב להיות בעל אורך"
|
|
40
44
|
not_within: "האורך לא יכול להיות בין %{min} ו-%{max}"
|
|
41
45
|
within: "האורך חייב להיות בין %{min} ו-%{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ he:
|
|
|
44
48
|
is_not: "לא יכול להיות %{is_not}"
|
|
45
49
|
min: "חייב להיות לפחות %{min}"
|
|
46
50
|
max: "יכול להיות לכל היותר %{max}"
|
|
51
|
+
gt: "חייב להיות גדול מ-%{gt}"
|
|
52
|
+
lt: "חייב להיות קטן מ-%{lt}"
|
|
53
|
+
nil_value: "חייב להיות מספרי"
|
|
47
54
|
not_within: "לא יכול להיות בין %{min} ו-%{max}"
|
|
48
55
|
within: "חייב להיות בין %{min} ו-%{max}"
|
|
49
56
|
presence: "לא יכול להיות ריק"
|
data/lib/locales/hi.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
hi:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "अपरिभाषित विधि %{method} को सौंपता है"
|
|
4
|
+
required: "आवश्यक है"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "%{type} में परिवर्तित नहीं किया जा सका"
|
|
8
7
|
into_an: "%{type} में परिवर्तित नहीं किया जा सका"
|
|
9
8
|
into_any: "निम्नलिखित में से किसी में परिवर्तित नहीं किया जा सका: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "अनिर्दिष्ट"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "संदर्भ में सेट होना चाहिए"
|
|
13
13
|
types:
|
|
14
14
|
array: "सरणी"
|
|
15
15
|
big_decimal: "बड़ा दशमलव"
|
|
@@ -25,6 +25,7 @@ hi:
|
|
|
25
25
|
symbol: "प्रतीक"
|
|
26
26
|
time: "समय"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "खाली होना चाहिए"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "निम्नलिखित में से कोई नहीं होना चाहिए: %{values}"
|
|
30
31
|
within: "%{min} और %{max} के बीच नहीं होना चाहिए"
|
|
@@ -37,6 +38,9 @@ hi:
|
|
|
37
38
|
is_not: "लंबाई %{is_not} नहीं होनी चाहिए"
|
|
38
39
|
min: "लंबाई कम से कम %{min} होनी चाहिए"
|
|
39
40
|
max: "लंबाई अधिकतम %{max} होनी चाहिए"
|
|
41
|
+
gt: "लंबाई %{gt} से अधिक होनी चाहिए"
|
|
42
|
+
lt: "लंबाई %{lt} से कम होनी चाहिए"
|
|
43
|
+
nil_value: "की लंबाई होनी चाहिए"
|
|
40
44
|
not_within: "लंबाई %{min} और %{max} के बीच नहीं होनी चाहिए"
|
|
41
45
|
within: "लंबाई %{min} और %{max} के बीच होनी चाहिए"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ hi:
|
|
|
44
48
|
is_not: "%{is_not} नहीं होना चाहिए"
|
|
45
49
|
min: "कम से कम %{min} होना चाहिए"
|
|
46
50
|
max: "अधिकतम %{max} होना चाहिए"
|
|
51
|
+
gt: "%{gt} से अधिक होना चाहिए"
|
|
52
|
+
lt: "%{lt} से कम होना चाहिए"
|
|
53
|
+
nil_value: "संख्यात्मक होना चाहिए"
|
|
47
54
|
not_within: "%{min} और %{max} के बीच नहीं होना चाहिए"
|
|
48
55
|
within: "%{min} और %{max} के बीच होना चाहिए"
|
|
49
56
|
presence: "खाली नहीं हो सकता"
|
data/lib/locales/hr.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
hr:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "delegira nedefiniranoj metodi %{method}"
|
|
4
|
+
required: "je obavezno"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "nije mogao biti pretvoren u %{type}"
|
|
8
7
|
into_an: "nije mogao biti pretvoren u %{type}"
|
|
9
8
|
into_any: "nije mogao biti pretvoren u jedan od: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Nije naveden"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "mora biti postavljeno u kontekstu"
|
|
13
13
|
types:
|
|
14
14
|
array: "niz"
|
|
15
15
|
big_decimal: "veliki decimalni broj"
|
|
@@ -25,6 +25,7 @@ hr:
|
|
|
25
25
|
symbol: "simbol"
|
|
26
26
|
time: "vrijeme"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "mora biti prazno"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "ne smije biti jedan od: %{values}"
|
|
30
31
|
within: "ne smije biti između %{min} i %{max}"
|
|
@@ -37,6 +38,9 @@ hr:
|
|
|
37
38
|
is_not: "duljina ne smije biti %{is_not}"
|
|
38
39
|
min: "duljina mora biti najmanje %{min}"
|
|
39
40
|
max: "duljina može biti najviše %{max}"
|
|
41
|
+
gt: "duljina mora biti veća od %{gt}"
|
|
42
|
+
lt: "duljina mora biti manja od %{lt}"
|
|
43
|
+
nil_value: "mora imati duljinu"
|
|
40
44
|
not_within: "duljina ne smije biti između %{min} i %{max}"
|
|
41
45
|
within: "duljina mora biti između %{min} i %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ hr:
|
|
|
44
48
|
is_not: "ne smije biti %{is_not}"
|
|
45
49
|
min: "mora biti najmanje %{min}"
|
|
46
50
|
max: "može biti najviše %{max}"
|
|
51
|
+
gt: "mora biti veće od %{gt}"
|
|
52
|
+
lt: "mora biti manje od %{lt}"
|
|
53
|
+
nil_value: "mora biti numeričko"
|
|
47
54
|
not_within: "ne smije biti između %{min} i %{max}"
|
|
48
55
|
within: "mora biti između %{min} i %{max}"
|
|
49
56
|
presence: "ne može biti prazno"
|
data/lib/locales/hu.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
hu:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "delegál a nem definiált metódusra %{method}"
|
|
4
|
+
required: "kötelező"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "nem sikerült %{type} típusra konvertálni"
|
|
8
7
|
into_an: "nem sikerült %{type} típusra konvertálni"
|
|
9
8
|
into_any: "nem sikerült konvertálni a következők egyikére: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Nincs megadva"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "be kell állítani a kontextusban"
|
|
13
13
|
types:
|
|
14
14
|
array: "tömb"
|
|
15
15
|
big_decimal: "nagy decimális"
|
|
@@ -25,6 +25,7 @@ hu:
|
|
|
25
25
|
symbol: "szimbólum"
|
|
26
26
|
time: "idő"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "üresnek kell lennie"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "nem lehet egyike a következőknek: %{values}"
|
|
30
31
|
within: "nem lehet %{min} és %{max} között"
|
|
@@ -37,6 +38,9 @@ hu:
|
|
|
37
38
|
is_not: "a hossz nem lehet %{is_not}"
|
|
38
39
|
min: "a hossz legalább %{min} kell legyen"
|
|
39
40
|
max: "a hossz legfeljebb %{max} lehet"
|
|
41
|
+
gt: "a hossz nagyobb kell legyen mint %{gt}"
|
|
42
|
+
lt: "a hossz kisebb kell legyen mint %{lt}"
|
|
43
|
+
nil_value: "hossza kell legyen"
|
|
40
44
|
not_within: "a hossz nem lehet %{min} és %{max} között"
|
|
41
45
|
within: "a hossz %{min} és %{max} között kell legyen"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ hu:
|
|
|
44
48
|
is_not: "nem lehet %{is_not}"
|
|
45
49
|
min: "legalább %{min} kell legyen"
|
|
46
50
|
max: "legfeljebb %{max} lehet"
|
|
51
|
+
gt: "nagyobb kell legyen mint %{gt}"
|
|
52
|
+
lt: "kisebb kell legyen mint %{lt}"
|
|
53
|
+
nil_value: "numerikusnak kell lennie"
|
|
47
54
|
not_within: "nem lehet %{min} és %{max} között"
|
|
48
55
|
within: "%{min} és %{max} között kell lennie"
|
|
49
56
|
presence: "nem lehet üres"
|
data/lib/locales/hy.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
hy:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "անցնում է չսահմանված մեթոդին %{method}"
|
|
4
|
+
required: "պարտադիր է"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "չհաջողվեց վերածել %{type} տիպի"
|
|
8
7
|
into_an: "չհաջողվեց վերածել %{type} տիպի"
|
|
9
8
|
into_any: "չհաջողվեց վերածել հետևյալներից մեկի: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Չնշված"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "պետք է սահմանված լինի համատեքստում"
|
|
13
13
|
types:
|
|
14
14
|
array: "զանգված"
|
|
15
15
|
big_decimal: "մեծ տասնորդական"
|
|
@@ -25,6 +25,7 @@ hy:
|
|
|
25
25
|
symbol: "սիմվոլ"
|
|
26
26
|
time: "ժամանակ"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "պdelays delays delays delays delays է delays delaysdelays delays delays delays"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "չի կարող լինել հետևյալներից մեկը: %{values}"
|
|
30
31
|
within: "չի կարող լինել %{min} և %{max} միջև"
|
|
@@ -37,6 +38,9 @@ hy:
|
|
|
37
38
|
is_not: "երկարությունը չի կարող լինել %{is_not}"
|
|
38
39
|
min: "երկարությունը պետք է լինի առնվազն %{min}"
|
|
39
40
|
max: "երկարությունը կարող է լինել առավելագույնը %{max}"
|
|
41
|
+
gt: "երկարությունը պետք է լինի ավելի մեծ, քան %{gt}"
|
|
42
|
+
lt: "երկարությունը պետք է լինի ավելի փոքր, քան %{lt}"
|
|
43
|
+
nil_value: "պետք է երկարություն ունենա"
|
|
40
44
|
not_within: "երկարությունը չի կարող լինել %{min} և %{max} միջև"
|
|
41
45
|
within: "երկարությունը պետք է լինի %{min} և %{max} միջև"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ hy:
|
|
|
44
48
|
is_not: "չի կարող լինել %{is_not}"
|
|
45
49
|
min: "պետք է լինի առնվազն %{min}"
|
|
46
50
|
max: "կարող է լինել առավելագույնը %{max}"
|
|
51
|
+
gt: "պետք է լինի ավելի մեծ, քան %{gt}"
|
|
52
|
+
lt: "պետք է լինի ավելի փոքր, քան %{lt}"
|
|
53
|
+
nil_value: "պետք է լինի թվային"
|
|
47
54
|
not_within: "չի կարող լինել %{min} և %{max} միջև"
|
|
48
55
|
within: "պետք է լինի %{min} և %{max} միջև"
|
|
49
56
|
presence: "չի կարող դատարկ լինել"
|
data/lib/locales/id.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
id:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "mendelegasikan ke metode yang tidak terdefinisi %{method}"
|
|
4
|
+
required: "wajib diisi"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "tidak dapat dikonversi ke %{type}"
|
|
8
7
|
into_an: "tidak dapat dikonversi ke %{type}"
|
|
9
8
|
into_any: "tidak dapat dikonversi ke salah satu dari: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Tidak ditentukan"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "harus diatur dalam konteks"
|
|
13
13
|
types:
|
|
14
14
|
array: "array"
|
|
15
15
|
big_decimal: "desimal besar"
|
|
@@ -25,6 +25,7 @@ id:
|
|
|
25
25
|
symbol: "simbol"
|
|
26
26
|
time: "waktu"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "harus kosong"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "tidak boleh salah satu dari: %{values}"
|
|
30
31
|
within: "tidak boleh di antara %{min} dan %{max}"
|
|
@@ -37,6 +38,9 @@ id:
|
|
|
37
38
|
is_not: "panjang tidak boleh %{is_not}"
|
|
38
39
|
min: "panjang minimal harus %{min}"
|
|
39
40
|
max: "panjang maksimal %{max}"
|
|
41
|
+
gt: "panjang harus lebih dari %{gt}"
|
|
42
|
+
lt: "panjang harus kurang dari %{lt}"
|
|
43
|
+
nil_value: "harus memiliki panjang"
|
|
40
44
|
not_within: "panjang tidak boleh di antara %{min} dan %{max}"
|
|
41
45
|
within: "panjang harus di antara %{min} dan %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ id:
|
|
|
44
48
|
is_not: "tidak boleh %{is_not}"
|
|
45
49
|
min: "minimal harus %{min}"
|
|
46
50
|
max: "maksimal %{max}"
|
|
51
|
+
gt: "harus lebih dari %{gt}"
|
|
52
|
+
lt: "harus kurang dari %{lt}"
|
|
53
|
+
nil_value: "harus berupa angka"
|
|
47
54
|
not_within: "tidak boleh di antara %{min} dan %{max}"
|
|
48
55
|
within: "harus di antara %{min} dan %{max}"
|
|
49
56
|
presence: "tidak boleh kosong"
|
data/lib/locales/is.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
is:
|
|
2
2
|
cmdx:
|
|
3
3
|
attributes:
|
|
4
|
-
required: "
|
|
5
|
-
undefined: "fela óskilgreindri aðferð %{method}"
|
|
4
|
+
required: "er nauðsynlegt"
|
|
6
5
|
coercions:
|
|
7
6
|
into_a: "gat ekki breytt í %{type}"
|
|
8
7
|
into_an: "gat ekki breytt í %{type}"
|
|
9
8
|
into_any: "gat ekki breytt í einn af: %{types}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
reasons:
|
|
10
|
+
unspecified: "Ótilgreind"
|
|
11
|
+
outputs:
|
|
12
|
+
missing: "verður að vera stillt í samhenginu"
|
|
13
13
|
types:
|
|
14
14
|
array: "fylki"
|
|
15
15
|
big_decimal: "stór tugabrot"
|
|
@@ -25,6 +25,7 @@ is:
|
|
|
25
25
|
symbol: "tákn"
|
|
26
26
|
time: "tími"
|
|
27
27
|
validators:
|
|
28
|
+
absence: "verður að vera tómt"
|
|
28
29
|
exclusion:
|
|
29
30
|
of: "má ekki vera einn af: %{values}"
|
|
30
31
|
within: "má ekki vera á milli %{min} og %{max}"
|
|
@@ -37,6 +38,9 @@ is:
|
|
|
37
38
|
is_not: "lengdin má ekki vera %{is_not}"
|
|
38
39
|
min: "lengdin verður að vera að minnsta kosti %{min}"
|
|
39
40
|
max: "lengdin má að hámarki vera %{max}"
|
|
41
|
+
gt: "lengdin verður að vera stærri en %{gt}"
|
|
42
|
+
lt: "lengdin verður að vera minni en %{lt}"
|
|
43
|
+
nil_value: "verður að hafa lengd"
|
|
40
44
|
not_within: "lengdin má ekki vera á milli %{min} og %{max}"
|
|
41
45
|
within: "lengdin verður að vera á milli %{min} og %{max}"
|
|
42
46
|
numeric:
|
|
@@ -44,6 +48,9 @@ is:
|
|
|
44
48
|
is_not: "má ekki vera %{is_not}"
|
|
45
49
|
min: "verður að vera að minnsta kosti %{min}"
|
|
46
50
|
max: "má að hámarki vera %{max}"
|
|
51
|
+
gt: "verður að vera stærri en %{gt}"
|
|
52
|
+
lt: "verður að vera minni en %{lt}"
|
|
53
|
+
nil_value: "verður að vera tölulegt"
|
|
47
54
|
not_within: "má ekki vera á milli %{min} og %{max}"
|
|
48
55
|
within: "verður að vera á milli %{min} og %{max}"
|
|
49
56
|
presence: "má ekki vera tómur"
|