rails-i18n 0.6.5 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +217 -0
- data/README.md +48 -19
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
- data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
- data/rails/locale/af.yml +199 -0
- data/rails/locale/ar.yml +163 -87
- data/rails/locale/az.yml +36 -42
- data/rails/locale/be.yml +205 -0
- data/rails/locale/bg.yml +28 -34
- data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
- data/rails/locale/bs.yml +46 -44
- data/rails/locale/ca.yml +43 -49
- data/rails/locale/cs.yml +75 -62
- data/rails/locale/cy.yml +88 -44
- data/rails/locale/da.yml +32 -32
- data/rails/locale/de-AT.yml +48 -41
- data/rails/locale/de-CH.yml +58 -47
- data/rails/locale/de-DE.yml +210 -0
- data/rails/locale/de.yml +51 -44
- data/rails/locale/el.yml +41 -41
- data/rails/locale/en-AU.yml +28 -34
- data/rails/locale/en-CA.yml +28 -43
- data/rails/locale/en-GB.yml +28 -34
- data/rails/locale/en-IE.yml +199 -0
- data/rails/locale/en-IN.yml +28 -34
- data/rails/locale/en-NZ.yml +199 -0
- data/rails/locale/en-US.yml +35 -35
- data/rails/locale/en-ZA.yml +205 -0
- data/rails/locale/en.yml +34 -34
- data/rails/locale/eo.yml +28 -34
- data/rails/locale/es-419.yml +199 -0
- data/rails/locale/es-AR.yml +38 -39
- data/rails/locale/es-CL.yml +32 -33
- data/rails/locale/es-CO.yml +38 -39
- data/rails/locale/es-CR.yml +204 -0
- data/rails/locale/es-EC.yml +205 -0
- data/rails/locale/es-ES.yml +204 -0
- data/rails/locale/es-MX.yml +39 -39
- data/rails/locale/es-PA.yml +205 -0
- data/rails/locale/es-PE.yml +60 -37
- data/rails/locale/es-US.yml +204 -0
- data/rails/locale/es-VE.yml +40 -41
- data/rails/locale/es.yml +41 -36
- data/rails/locale/et.yml +33 -39
- data/rails/locale/eu.yml +41 -47
- data/rails/locale/fa.yml +41 -47
- data/rails/locale/fi.yml +43 -49
- data/rails/locale/fr-CA.yml +29 -35
- data/rails/locale/fr-CH.yml +35 -35
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +172 -187
- data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
- data/rails/locale/he.yml +35 -41
- data/rails/locale/hi-IN.yml +35 -41
- data/rails/locale/hi.yml +37 -43
- data/rails/locale/hr.yml +61 -61
- data/rails/locale/hu.yml +51 -57
- data/rails/locale/id.yml +50 -44
- data/rails/locale/is.yml +31 -31
- data/rails/locale/it-CH.yml +199 -0
- data/rails/locale/it.yml +82 -82
- data/rails/locale/ja.yml +53 -55
- data/rails/locale/km.yml +164 -0
- data/rails/locale/kn.yml +38 -44
- data/rails/locale/ko.yml +29 -35
- data/rails/locale/lb.yml +206 -0
- data/rails/locale/lo.yml +85 -43
- data/rails/locale/lt.yml +85 -49
- data/rails/locale/lv.yml +63 -48
- data/rails/locale/mk.yml +80 -51
- data/rails/locale/mn.yml +56 -62
- data/rails/locale/mr-IN.yml +206 -0
- data/rails/locale/ms.yml +199 -0
- data/rails/locale/nb.yml +32 -33
- data/rails/locale/ne.yml +199 -0
- data/rails/locale/nl.yml +65 -59
- data/rails/locale/nn.yml +70 -28
- data/rails/locale/or.yml +193 -0
- data/rails/locale/pa.yml +205 -0
- data/rails/locale/pl.yml +69 -53
- data/rails/locale/pt-BR.yml +44 -44
- data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
- data/rails/locale/rm.yml +74 -32
- data/rails/locale/ro.yml +41 -34
- data/rails/locale/ru.yml +51 -51
- data/rails/locale/sk.yml +35 -40
- data/rails/locale/sl.yml +33 -37
- data/rails/locale/sq.yml +205 -0
- data/rails/locale/sr.yml +128 -61
- data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
- data/rails/locale/sw.yml +24 -30
- data/rails/locale/ta.yml +205 -0
- data/rails/locale/th.yml +25 -31
- data/rails/locale/tl.yml +105 -135
- data/rails/locale/tr.yml +62 -56
- data/rails/locale/tt.yml +215 -0
- data/rails/locale/ug.yml +204 -0
- data/rails/locale/uk.yml +54 -60
- data/rails/locale/ur.yml +206 -0
- data/rails/locale/uz.yml +251 -0
- data/rails/locale/vi.yml +33 -35
- data/rails/locale/wo.yml +30 -36
- data/rails/locale/zh-CN.yml +47 -41
- data/rails/locale/zh-HK.yml +205 -0
- data/rails/locale/zh-TW.yml +50 -44
- data/rails/locale/zh-YUE.yml +205 -0
- data/rails/pluralization/ar.rb +1 -0
- data/rails/pluralization/bg.rb +3 -0
- data/rails/pluralization/bn.rb +3 -0
- data/rails/pluralization/br.rb +1 -0
- data/rails/pluralization/ca.rb +3 -0
- data/rails/pluralization/da.rb +3 -0
- data/rails/pluralization/de-AT.rb +3 -0
- data/rails/pluralization/de-CH.rb +3 -0
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/de.rb +3 -0
- data/rails/pluralization/el.rb +3 -0
- data/rails/pluralization/en-AU.rb +3 -0
- data/rails/pluralization/en-CA.rb +3 -0
- data/rails/pluralization/en-GB.rb +3 -0
- data/rails/pluralization/en-IN.rb +3 -0
- data/rails/pluralization/en-NZ.rb +3 -0
- data/rails/pluralization/en.rb +3 -0
- data/rails/pluralization/eo.rb +3 -0
- data/rails/pluralization/es-419.rb +3 -0
- data/rails/pluralization/es-AR.rb +3 -0
- data/rails/pluralization/es-CL.rb +3 -0
- data/rails/pluralization/es-CO.rb +3 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/es-MX.rb +3 -0
- data/rails/pluralization/es-PE.rb +3 -0
- data/rails/pluralization/es-VE.rb +3 -0
- data/rails/pluralization/es.rb +3 -0
- data/rails/pluralization/et.rb +3 -0
- data/rails/pluralization/eu.rb +3 -0
- data/rails/pluralization/fi.rb +3 -0
- data/rails/pluralization/fr-CA.rb +3 -0
- data/rails/pluralization/fr-CH.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/gl.rb +3 -0
- data/rails/pluralization/gv.rb +1 -0
- data/rails/pluralization/hi-IN.rb +3 -0
- data/rails/pluralization/hsb.rb +28 -0
- data/rails/pluralization/hu.rb +2 -2
- data/rails/pluralization/is.rb +3 -0
- data/rails/pluralization/it-CH.rb +3 -0
- data/rails/pluralization/it.rb +3 -0
- data/rails/pluralization/lag.rb +1 -0
- data/rails/pluralization/lt.rb +1 -0
- data/rails/pluralization/lv.rb +1 -0
- data/rails/pluralization/mk.rb +1 -0
- data/rails/pluralization/mn.rb +3 -0
- data/rails/pluralization/mr-IN.rb +3 -0
- data/rails/pluralization/mt.rb +1 -0
- data/rails/pluralization/nb.rb +3 -0
- data/rails/pluralization/ne.rb +3 -0
- data/rails/pluralization/nl.rb +3 -0
- data/rails/pluralization/nn.rb +3 -0
- data/rails/pluralization/or.rb +3 -0
- data/rails/pluralization/pa.rb +3 -0
- data/rails/pluralization/pl.rb +1 -0
- data/rails/pluralization/sl.rb +1 -0
- data/rails/pluralization/sv.rb +3 -0
- data/rails/pluralization/sw.rb +3 -0
- data/rails/pluralization/ur.rb +3 -0
- data/rails/pluralization/zh-CN.rb +3 -0
- data/rails/pluralization/zh-HK.rb +3 -0
- data/rails/pluralization/zh-TW.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/de.yml +12 -0
- data/rails/transliteration/el.yml +104 -0
- data/rails/transliteration/fr.yml +36 -0
- data/rails/transliteration/pl.yml +22 -0
- data/rails/transliteration/ro.yml +14 -0
- data/rails/transliteration/ru.rb +2 -0
- data/rails/transliteration/uk.rb +3 -1
- metadata +278 -194
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- data/rails/locale/fur.yml +0 -199
- data/rails/locale/gsw-CH.yml +0 -199
- data/rails/locale/hsb.yml +0 -214
- data/rails/locale/sr-Latn.yml +0 -170
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
bn:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
4
5
|
- রবিবার
|
@@ -31,9 +32,9 @@ bn-IN:
|
|
31
32
|
- শুক্রবার
|
32
33
|
- শনিবার
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%e/%m/%Y"
|
36
|
+
long: "%e de %B de %Y"
|
37
|
+
short: "%e de %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- জানুয়ারি
|
@@ -66,25 +67,25 @@ bn-IN:
|
|
66
67
|
half_a_minute: অার্ধেক মিনিট
|
67
68
|
less_than_x_minutes:
|
68
69
|
one: ১ মিনিটের কম
|
69
|
-
other:
|
70
|
+
other: "%{count} মিনিটের কম"
|
70
71
|
less_than_x_seconds:
|
71
|
-
one:
|
72
|
-
other:
|
72
|
+
one: '১ সেকেন্ডর কম '
|
73
|
+
other: "%{count} সেকেন্ডের কম"
|
73
74
|
over_x_years:
|
74
75
|
one: ১ বছরের বেশি
|
75
|
-
other:
|
76
|
+
other: "%{count} বছরের বেশি"
|
76
77
|
x_days:
|
77
78
|
one: ১ দিন
|
78
|
-
other:
|
79
|
+
other: "%{count} দিন"
|
79
80
|
x_minutes:
|
80
81
|
one: ১ মিনিট
|
81
|
-
other:
|
82
|
+
other: "%{count} মিনিট"
|
82
83
|
x_months:
|
83
84
|
one: ১ মাস
|
84
|
-
other:
|
85
|
+
other: "%{count} মাস"
|
85
86
|
x_seconds:
|
86
87
|
one: ১ সেকেন্ড
|
87
|
-
other:
|
88
|
+
other: "%{count} সেকেন্ড"
|
88
89
|
prompts:
|
89
90
|
day: দিন
|
90
91
|
hour: ঘন্টা
|
@@ -92,22 +93,22 @@ bn-IN:
|
|
92
93
|
month: মাস
|
93
94
|
second: সেকেন্ড
|
94
95
|
year: বছর
|
95
|
-
errors:
|
96
|
-
format:
|
96
|
+
errors:
|
97
|
+
format: "%{attribute} %{message}"
|
97
98
|
messages:
|
98
99
|
accepted: গ্রাহ্য করতে হবে
|
99
100
|
blank: ফাঁকা রাখা যাবে না
|
100
101
|
confirmation: অনুমোদনের সঙ্গে মিলছে না
|
101
102
|
empty: খালি রাখা যাবে না
|
102
|
-
equal_to:
|
103
|
+
equal_to: "%{count} এর সঙ্গে সমান হতে হবে"
|
103
104
|
even: জোড় হতে হবে
|
104
105
|
exclusion: রিসার্ভ করা অাছে
|
105
|
-
greater_than:
|
106
|
-
greater_than_or_equal_to:
|
106
|
+
greater_than: "%{count} থেকে বড়ো হতে হবে"
|
107
|
+
greater_than_or_equal_to: "%{count} থেকে বড়ো অথবা তার সমান হতে হবে"
|
107
108
|
inclusion: লিস্টে অন্তর্ভুক্ত নয়
|
108
109
|
invalid: সঠিক নয়
|
109
|
-
less_than:
|
110
|
-
less_than_or_equal_to:
|
110
|
+
less_than: "%{count} থেকে ছোটো হতে হবে"
|
111
|
+
less_than_or_equal_to: "%{count} থেকে ছোটো অথবা তার সমান হতে হবে"
|
111
112
|
not_a_number: নম্বর নয়
|
112
113
|
odd: বেজোড় হতে হবে
|
113
114
|
taken: অাগেই নিয়ে নেওয়া হয়েছে
|
@@ -115,29 +116,29 @@ bn-IN:
|
|
115
116
|
too_short: খুব ছোটো (সর্বনিম্ন %{count} অক্ষর)
|
116
117
|
wrong_length: দৈর্ঘ্যটি সঠিক নয় (%{count} অক্ষর হতে হবে)
|
117
118
|
template:
|
118
|
-
body:
|
119
|
+
body: 'এই ফিল্ডগুলোতে কিছু সমস্যা দেখা দিয়েছে:'
|
119
120
|
header:
|
120
121
|
one: ১ টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি
|
121
|
-
other:
|
122
|
+
other: "%{count} টি ত্রুটির কারনে %{model} সংরক্ষন করা সম্ভব হয়নি"
|
122
123
|
number:
|
123
124
|
currency:
|
124
125
|
format:
|
125
|
-
delimiter:
|
126
|
-
format:
|
126
|
+
delimiter: ","
|
127
|
+
format: "%u %n"
|
127
128
|
precision: 2
|
128
|
-
separator: .
|
129
|
+
separator: "."
|
129
130
|
significant: false
|
130
131
|
strip_insignificant_zeros: false
|
131
|
-
unit: ₹
|
132
|
+
unit: "₹"
|
132
133
|
format:
|
133
|
-
delimiter:
|
134
|
+
delimiter: ","
|
134
135
|
precision: 2
|
135
|
-
separator: .
|
136
|
+
separator: "."
|
136
137
|
significant: false
|
137
138
|
strip_insignificant_zeros: false
|
138
139
|
human:
|
139
140
|
decimal_units:
|
140
|
-
format:
|
141
|
+
format: "%n %u"
|
141
142
|
units:
|
142
143
|
unit: ''
|
143
144
|
format:
|
@@ -146,7 +147,7 @@ bn-IN:
|
|
146
147
|
significant: true
|
147
148
|
strip_insignificant_zeros: true
|
148
149
|
storage_units:
|
149
|
-
format:
|
150
|
+
format: "%n %u"
|
150
151
|
units:
|
151
152
|
byte:
|
152
153
|
one: Byte
|
@@ -163,20 +164,13 @@ bn-IN:
|
|
163
164
|
delimiter: ''
|
164
165
|
support:
|
165
166
|
array:
|
166
|
-
last_word_connector:
|
167
|
-
two_words_connector:
|
168
|
-
words_connector:
|
167
|
+
last_word_connector: ", এবং "
|
168
|
+
two_words_connector: " এবং "
|
169
|
+
words_connector: ", "
|
169
170
|
time:
|
170
171
|
am: am
|
171
172
|
formats:
|
172
|
-
default:
|
173
|
-
long:
|
174
|
-
short:
|
173
|
+
default: "%A, %e de %B de %Y %H:%M:%S %z"
|
174
|
+
long: "%e de %B de %Y %H:%M"
|
175
|
+
short: "%e de %b %H:%M"
|
175
176
|
pm: pm
|
176
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
177
|
-
activemodel:
|
178
|
-
errors:
|
179
|
-
<<: *errors
|
180
|
-
activerecord:
|
181
|
-
errors:
|
182
|
-
<<: *errors
|
data/rails/locale/bs.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
bs:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -9,6 +10,7 @@ bs:
|
|
9
10
|
- pet
|
10
11
|
- sub
|
11
12
|
abbr_month_names:
|
13
|
+
-
|
12
14
|
- jan
|
13
15
|
- feb
|
14
16
|
- mar
|
@@ -29,10 +31,11 @@ bs:
|
|
29
31
|
- četvrtak
|
30
32
|
- petak
|
31
33
|
formats:
|
32
|
-
default:
|
33
|
-
long:
|
34
|
-
short:
|
34
|
+
default: "%d.%m.%Y."
|
35
|
+
long: "%e. %B %Y."
|
36
|
+
short: "%e. %b. %Y."
|
35
37
|
month_names:
|
38
|
+
-
|
36
39
|
- januar
|
37
40
|
- februar
|
38
41
|
- mart
|
@@ -88,25 +91,25 @@ bs:
|
|
88
91
|
one: preko godine
|
89
92
|
other: preko %{count} godina
|
90
93
|
x_days:
|
91
|
-
few:
|
92
|
-
many:
|
94
|
+
few: "%{count} dana"
|
95
|
+
many: "%{count} dana"
|
93
96
|
one: 1 dan
|
94
|
-
other:
|
97
|
+
other: "%{count} dana"
|
95
98
|
x_minutes:
|
96
|
-
few:
|
97
|
-
many:
|
99
|
+
few: "%{count} minute"
|
100
|
+
many: "%{count} minuta"
|
98
101
|
one: 1 minut
|
99
|
-
other:
|
102
|
+
other: "%{count} minuta"
|
100
103
|
x_months:
|
101
|
-
few:
|
102
|
-
many:
|
104
|
+
few: "%{count} mjeseca"
|
105
|
+
many: "%{count} mjeseci"
|
103
106
|
one: 1 mjesec
|
104
|
-
other:
|
107
|
+
other: "%{count} mjeseci"
|
105
108
|
x_seconds:
|
106
|
-
few:
|
107
|
-
many:
|
109
|
+
few: "%{count} sekunde"
|
110
|
+
many: "%{count} sekundi"
|
108
111
|
one: 1 sekund
|
109
|
-
other:
|
112
|
+
other: "%{count} sekundi"
|
110
113
|
prompts:
|
111
114
|
day: dan
|
112
115
|
hour: sat
|
@@ -114,11 +117,12 @@ bs:
|
|
114
117
|
month: mjesec
|
115
118
|
second: sekundi
|
116
119
|
year: godina
|
117
|
-
errors:
|
118
|
-
format:
|
120
|
+
errors:
|
121
|
+
format: "%{attribute} %{message}"
|
119
122
|
messages:
|
120
123
|
accepted: mora biti prihvaćeno
|
121
124
|
blank: ne smije biti prazno
|
125
|
+
present: mora biti prazno
|
122
126
|
confirmation: se ne poklapa sa potvrdom
|
123
127
|
empty: ne smije biti prazno
|
124
128
|
equal_to: mora biti %{count}
|
@@ -133,18 +137,22 @@ bs:
|
|
133
137
|
not_a_number: nije broj
|
134
138
|
not_an_integer: mora biti cijeli broj
|
135
139
|
odd: mora biti neparno
|
136
|
-
record_invalid:
|
140
|
+
record_invalid: 'Validacija nije uspjela: %{errors}'
|
141
|
+
restrict_dependent_destroy:
|
142
|
+
one: Nije moguće izbrisati zapis jer postoji ovisan %{record}
|
143
|
+
many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
|
137
144
|
taken: je već zauzet
|
138
145
|
too_long: je predugo (maksimalno je dozvoljeno %{count} znakova)
|
139
146
|
too_short: je prekratko (predviđeno je minimalno %{count} znakova)
|
140
147
|
wrong_length: je pogrešne dužine (trebalo bi biti tačno %{count} znakova)
|
148
|
+
other_than: mora biti različito od %{count}
|
141
149
|
template:
|
142
|
-
body:
|
150
|
+
body: 'Desili su se problemi sa slijedećim poljima:'
|
143
151
|
header:
|
144
|
-
few:
|
145
|
-
many:
|
152
|
+
few: "%{count} greške su spriječile da se ovaj %{model} spremi"
|
153
|
+
many: "%{count} grešaka je spriječilo da se ovaj %{model} spremi"
|
146
154
|
one: 1 greška je spriječila da se ovaj %{model} spremi
|
147
|
-
other:
|
155
|
+
other: "%{count} grešaka je spriječilo da se ovaj %{model} spremi"
|
148
156
|
helpers:
|
149
157
|
select:
|
150
158
|
prompt: Molimo odaberite
|
@@ -155,22 +163,22 @@ bs:
|
|
155
163
|
number:
|
156
164
|
currency:
|
157
165
|
format:
|
158
|
-
delimiter: .
|
159
|
-
format:
|
166
|
+
delimiter: "."
|
167
|
+
format: "%n%u"
|
160
168
|
precision: 2
|
161
|
-
separator:
|
169
|
+
separator: ","
|
162
170
|
significant: false
|
163
171
|
strip_insignificant_zeros: true
|
164
172
|
unit: KM
|
165
173
|
format:
|
166
|
-
delimiter: .
|
174
|
+
delimiter: "."
|
167
175
|
precision: 3
|
168
|
-
separator:
|
176
|
+
separator: ","
|
169
177
|
significant: false
|
170
178
|
strip_insignificant_zeros: true
|
171
179
|
human:
|
172
180
|
decimal_units:
|
173
|
-
format:
|
181
|
+
format: "%n %u"
|
174
182
|
units:
|
175
183
|
billion:
|
176
184
|
few: milijarde
|
@@ -199,12 +207,12 @@ bs:
|
|
199
207
|
other: biliona
|
200
208
|
unit: ''
|
201
209
|
format:
|
202
|
-
delimiter:
|
210
|
+
delimiter: ","
|
203
211
|
precision: 0
|
204
212
|
significant: true
|
205
213
|
strip_insignificant_zeros: true
|
206
214
|
storage_units:
|
207
|
-
format:
|
215
|
+
format: "%n %u"
|
208
216
|
units:
|
209
217
|
byte:
|
210
218
|
few: bajta
|
@@ -217,26 +225,20 @@ bs:
|
|
217
225
|
tb: TB
|
218
226
|
percentage:
|
219
227
|
format:
|
220
|
-
delimiter:
|
228
|
+
delimiter: ","
|
229
|
+
format: "%n%"
|
221
230
|
precision:
|
222
231
|
format:
|
223
232
|
delimiter: ''
|
224
233
|
support:
|
225
234
|
array:
|
226
|
-
last_word_connector:
|
227
|
-
two_words_connector:
|
228
|
-
words_connector:
|
235
|
+
last_word_connector: " i "
|
236
|
+
two_words_connector: " i "
|
237
|
+
words_connector: ", "
|
229
238
|
time:
|
230
239
|
am: ''
|
231
240
|
formats:
|
232
|
-
default:
|
233
|
-
long:
|
234
|
-
short:
|
241
|
+
default: "%d.%m.%Y. %H:%M:%S"
|
242
|
+
long: "%d. %B %Y. - %H:%M:%S"
|
243
|
+
short: "%d. %b %Y. %H:%M"
|
235
244
|
pm: ''
|
236
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
237
|
-
activemodel:
|
238
|
-
errors:
|
239
|
-
<<: *errors
|
240
|
-
activerecord:
|
241
|
-
errors:
|
242
|
-
<<: *errors
|
data/rails/locale/ca.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -9,7 +10,7 @@ ca:
|
|
9
10
|
- Dv
|
10
11
|
- Ds
|
11
12
|
abbr_month_names:
|
12
|
-
-
|
13
|
+
-
|
13
14
|
- Gen
|
14
15
|
- Feb
|
15
16
|
- Mar
|
@@ -31,9 +32,9 @@ ca:
|
|
31
32
|
- Divendres
|
32
33
|
- Dissabte
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d-%m-%Y"
|
36
|
+
long: "%d de %B de %Y"
|
37
|
+
short: "%d de %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- Gener
|
@@ -64,8 +65,8 @@ ca:
|
|
64
65
|
one: aproximadament 1 any
|
65
66
|
other: aproximadament %{count} anys
|
66
67
|
almost_x_years:
|
67
|
-
one:
|
68
|
-
other:
|
68
|
+
one: quasi 1 any
|
69
|
+
other: quasi %{count} anys
|
69
70
|
half_a_minute: mig minut
|
70
71
|
less_than_x_minutes:
|
71
72
|
one: menys d'1 minut
|
@@ -78,25 +79,25 @@ ca:
|
|
78
79
|
other: més de %{count} anys
|
79
80
|
x_days:
|
80
81
|
one: 1 dia
|
81
|
-
other:
|
82
|
+
other: "%{count} dies"
|
82
83
|
x_minutes:
|
83
84
|
one: 1 minut
|
84
|
-
other:
|
85
|
+
other: "%{count} minuts"
|
85
86
|
x_months:
|
86
87
|
one: 1 mes
|
87
|
-
other:
|
88
|
+
other: "%{count} mesos"
|
88
89
|
x_seconds:
|
89
90
|
one: 1 segon
|
90
|
-
other:
|
91
|
+
other: "%{count} segons"
|
91
92
|
prompts:
|
92
|
-
day:
|
93
|
-
hour:
|
94
|
-
minute:
|
95
|
-
month:
|
96
|
-
second:
|
97
|
-
year:
|
98
|
-
errors:
|
99
|
-
format:
|
93
|
+
day: dia
|
94
|
+
hour: hora
|
95
|
+
minute: minut
|
96
|
+
month: mes
|
97
|
+
second: segon
|
98
|
+
year: any
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: ha de ser acceptat
|
102
103
|
blank: no pot estar en blanc
|
@@ -113,14 +114,14 @@ ca:
|
|
113
114
|
less_than_or_equal_to: ha de ser menor o igual a %{count}
|
114
115
|
not_a_number: no és un número
|
115
116
|
not_an_integer: ha de ser un enter
|
116
|
-
odd: ha de ser
|
117
|
-
record_invalid:
|
117
|
+
odd: ha de ser senar
|
118
|
+
record_invalid: 'La validació ha fallat: %{errors}'
|
118
119
|
taken: no està disponible
|
119
120
|
too_long: és massa llarg (%{count} caràcters màxim)
|
120
121
|
too_short: és massa curt (%{count} caràcters mínim)
|
121
|
-
wrong_length: no té la longitud
|
122
|
+
wrong_length: no té la longitud correcta (%{count} caràcters exactament)
|
122
123
|
template:
|
123
|
-
body:
|
124
|
+
body: 'Hi ha hagut problemes amb els següents camps:'
|
124
125
|
header:
|
125
126
|
one: No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error
|
126
127
|
other: No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors
|
@@ -130,32 +131,32 @@ ca:
|
|
130
131
|
submit:
|
131
132
|
create: Crear %{model}
|
132
133
|
submit: Guardar %{model}
|
133
|
-
update:
|
134
|
+
update: Actualitzar %{model}
|
134
135
|
number:
|
135
136
|
currency:
|
136
137
|
format:
|
137
|
-
delimiter: .
|
138
|
-
format:
|
138
|
+
delimiter: "."
|
139
|
+
format: "%n %u"
|
139
140
|
precision: 2
|
140
|
-
separator:
|
141
|
+
separator: ","
|
141
142
|
significant: false
|
142
143
|
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
144
|
+
unit: "€"
|
144
145
|
format:
|
145
|
-
delimiter: .
|
146
|
+
delimiter: "."
|
146
147
|
precision: 3
|
147
|
-
separator:
|
148
|
+
separator: ","
|
148
149
|
significant: false
|
149
150
|
strip_insignificant_zeros: false
|
150
151
|
human:
|
151
152
|
decimal_units:
|
152
|
-
format:
|
153
|
+
format: "%n %u"
|
153
154
|
units:
|
154
|
-
billion:
|
155
|
-
million:
|
156
|
-
quadrillion:
|
157
|
-
thousand:
|
158
|
-
trillion:
|
155
|
+
billion: mil milions
|
156
|
+
million: milió
|
157
|
+
quadrillion: quadrilió
|
158
|
+
thousand: mil
|
159
|
+
trillion: trilió
|
159
160
|
unit: ''
|
160
161
|
format:
|
161
162
|
delimiter: ''
|
@@ -163,7 +164,7 @@ ca:
|
|
163
164
|
significant: true
|
164
165
|
strip_insignificant_zeros: true
|
165
166
|
storage_units:
|
166
|
-
format:
|
167
|
+
format: "%n %u"
|
167
168
|
units:
|
168
169
|
byte:
|
169
170
|
one: Byte
|
@@ -180,20 +181,13 @@ ca:
|
|
180
181
|
delimiter: ''
|
181
182
|
support:
|
182
183
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
184
|
+
last_word_connector: ", i "
|
185
|
+
two_words_connector: " i "
|
186
|
+
words_connector: ", "
|
186
187
|
time:
|
187
188
|
am: am
|
188
189
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
190
|
+
default: "%A, %d de %B de %Y %H:%M:%S %z"
|
191
|
+
long: "%d de %B de %Y %H:%M"
|
192
|
+
short: "%d de %b %H:%M"
|
192
193
|
pm: pm
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|