rails-i18n 8.0.1 → 8.0.2

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.
@@ -0,0 +1,248 @@
1
+ ---
2
+ cnr:
3
+ activerecord:
4
+ errors:
5
+ messages:
6
+ record_invalid: 'Validacija nije uspjela: %{errors}'
7
+ restrict_dependent_destroy:
8
+ has_one: Nije moguće izbrisati zapis jer postoji zavisan %{record}
9
+ has_many: Nije moguće izbrisati zapis jer postoje zavisni %{record}
10
+ date:
11
+ abbr_day_names:
12
+ - ned
13
+ - pon
14
+ - uto
15
+ - sri
16
+ - čet
17
+ - pet
18
+ - sub
19
+ abbr_month_names:
20
+ -
21
+ - jan
22
+ - feb
23
+ - mar
24
+ - apr
25
+ - maj
26
+ - jun
27
+ - jul
28
+ - avg
29
+ - sep
30
+ - okt
31
+ - nov
32
+ - dec
33
+ day_names:
34
+ - nedjelja
35
+ - poneđeljak
36
+ - utorak
37
+ - srijeda
38
+ - četvrtak
39
+ - petak
40
+ - subota
41
+ formats:
42
+ default: "%d.%m.%Y."
43
+ long: "%e. %B %Y."
44
+ short: "%e. %b. %Y."
45
+ month_names:
46
+ -
47
+ - januar
48
+ - februar
49
+ - mart
50
+ - april
51
+ - maj
52
+ - jun
53
+ - jul
54
+ - avgust
55
+ - septembar
56
+ - oktobar
57
+ - novembar
58
+ - decembar
59
+ order:
60
+ - :day
61
+ - :month
62
+ - :year
63
+ datetime:
64
+ distance_in_words:
65
+ about_x_hours:
66
+ one: oko sat
67
+ few: oko %{count} sata
68
+ many: oko %{count} sati
69
+ other: oko %{count} sati
70
+ about_x_months:
71
+ one: oko mjesec
72
+ few: oko %{count} mjeseca
73
+ many: oko %{count} mjeseci
74
+ other: oko %{count} mjeseci
75
+ about_x_years:
76
+ one: oko godine
77
+ few: oko %{count} godine
78
+ many: oko %{count} godina
79
+ other: oko %{count} godina
80
+ almost_x_years:
81
+ one: skoro %{count} godina
82
+ few: skoro %{count} godine
83
+ many: skoro %{count} godina
84
+ other: skoro %{count} godina
85
+ half_a_minute: pola minute
86
+ less_than_x_seconds:
87
+ one: manje od sekunde
88
+ few: manje od %{count} sekunde
89
+ many: manje od %{count} sekundi
90
+ other: manje od %{count} sekundi
91
+ less_than_x_minutes:
92
+ one: manje od minute
93
+ few: manje od %{count} minute
94
+ many: manje od %{count} minuta
95
+ other: manje od %{count} minuta
96
+ over_x_years:
97
+ one: preko godine
98
+ few: preko %{count} godine
99
+ many: preko %{count} godina
100
+ other: preko %{count} godina
101
+ x_seconds:
102
+ one: "%{count} sekund"
103
+ few: "%{count} sekunde"
104
+ many: "%{count} sekundi"
105
+ other: "%{count} sekundi"
106
+ x_minutes:
107
+ one: "%{count} minut"
108
+ few: "%{count} minute"
109
+ many: "%{count} minuta"
110
+ other: "%{count} minuta"
111
+ x_days:
112
+ one: "%{count} dan"
113
+ few: "%{count} dana"
114
+ many: "%{count} dana"
115
+ other: "%{count} dana"
116
+ x_months:
117
+ one: "%{count} mjesec"
118
+ few: "%{count} mjeseca"
119
+ many: "%{count} mjeseci"
120
+ other: "%{count} mjeseci"
121
+ prompts:
122
+ second: sekundi
123
+ minute: minut
124
+ hour: sat
125
+ day: dan
126
+ month: mjesec
127
+ year: godina
128
+ errors:
129
+ format: "%{attribute} %{message}"
130
+ messages:
131
+ accepted: mora biti prihvaćeno
132
+ blank: ne smije biti prazno
133
+ confirmation: se ne poklapa sa potvrdom
134
+ empty: ne smije biti prazno
135
+ equal_to: mora biti %{count}
136
+ even: mora biti parno
137
+ exclusion: je rezervisano
138
+ greater_than: mora biti veće od %{count}
139
+ greater_than_or_equal_to: mora biti veće ili jednako %{count}
140
+ inclusion: nije uključeno u listu
141
+ invalid: nije validno
142
+ less_than: mora biti manje od %{count}
143
+ less_than_or_equal_to: mora biti manje ili jednako %{count}
144
+ not_a_number: nije broj
145
+ not_an_integer: mora biti cijeli broj
146
+ odd: mora biti neparno
147
+ other_than: mora biti različito od %{count}
148
+ present: mora biti prazno
149
+ taken: je već zauzeto
150
+ too_long: je predugo (maksimalno je dozvoljeno %{count} znakova)
151
+ too_short: je prekratko (predviđeno je minimalno %{count} znakova)
152
+ wrong_length: je pogrešne dužine (trebalo bi biti tačno %{count} znakova)
153
+ template:
154
+ body: 'Desili su se problemi sa sljedećim poljima:'
155
+ header:
156
+ one: "%{count} greška je spriječila da se ovaj %{model} sačuva"
157
+ few: "%{count} greške su spriječile da se ovaj %{model} sačuva"
158
+ many: "%{count} grešaka je spriječilo da se ovaj %{model} sačuva"
159
+ other: "%{count} grešaka je spriječilo da se ovaj %{model} sačuva"
160
+ helpers:
161
+ select:
162
+ prompt: Molimo odaberite
163
+ submit:
164
+ create: Kreiraj %{model}
165
+ submit: Sačuvaj %{model}
166
+ update: Ažuriraj %{model}
167
+ number:
168
+ currency:
169
+ format:
170
+ delimiter: "."
171
+ format: "%n %u"
172
+ precision: 2
173
+ separator: ","
174
+ significant: false
175
+ strip_insignificant_zeros: true
176
+ unit: €
177
+ format:
178
+ delimiter: "."
179
+ precision: 3
180
+ separator: ","
181
+ significant: false
182
+ strip_insignificant_zeros: true
183
+ human:
184
+ decimal_units:
185
+ format: "%n %u"
186
+ units:
187
+ billion:
188
+ one: milijarda
189
+ few: milijarde
190
+ many: milijardi
191
+ other: milijardi
192
+ million:
193
+ one: milion
194
+ few: miliona
195
+ many: miliona
196
+ other: miliona
197
+ quadrillion:
198
+ one: bilijarda
199
+ few: bilijarde
200
+ many: bilijardi
201
+ other: bilijardi
202
+ thousand:
203
+ one: hiljada
204
+ few: hiljade
205
+ many: hiljada
206
+ other: hiljada
207
+ trillion:
208
+ one: bilion
209
+ few: biliona
210
+ many: biliona
211
+ other: biliona
212
+ unit: ''
213
+ format:
214
+ delimiter: ","
215
+ precision: 0
216
+ significant: true
217
+ strip_insignificant_zeros: true
218
+ storage_units:
219
+ format: "%n %u"
220
+ units:
221
+ byte:
222
+ one: bajt
223
+ few: bajta
224
+ many: bajtova
225
+ other: bajtova
226
+ gb: GB
227
+ kb: KB
228
+ mb: MB
229
+ tb: TB
230
+ percentage:
231
+ format:
232
+ delimiter: ","
233
+ format: "%n%"
234
+ precision:
235
+ format:
236
+ delimiter: ''
237
+ support:
238
+ array:
239
+ last_word_connector: " i "
240
+ two_words_connector: " i "
241
+ words_connector: ", "
242
+ time:
243
+ am: am
244
+ formats:
245
+ default: "%d.%m.%Y. %H:%M:%S"
246
+ long: "%d. %B %Y. - %H:%M:%S"
247
+ short: "%d. %b %Y. %H:%M"
248
+ pm: pm
@@ -125,6 +125,7 @@ de-AT:
125
125
  not_an_integer: muss ganzzahlig sein
126
126
  odd: muss ungerade sein
127
127
  other_than: darf nicht gleich %{count} sein
128
+ password_too_long: ist zu lang
128
129
  present: darf nicht ausgefüllt werden
129
130
  required: muss ausgefüllt werden
130
131
  taken: ist bereits vergeben
@@ -125,6 +125,7 @@ de-CH:
125
125
  not_an_integer: muss ganzzahlig sein
126
126
  odd: muss ungerade sein
127
127
  other_than: darf nicht gleich %{count} sein
128
+ password_too_long: ist zu lang
128
129
  present: darf nicht ausgefüllt werden
129
130
  required: muss ausgefüllt werden
130
131
  taken: ist bereits vergeben
@@ -125,6 +125,7 @@ de-DE:
125
125
  not_an_integer: muss ganzzahlig sein
126
126
  odd: muss ungerade sein
127
127
  other_than: darf nicht gleich %{count} sein
128
+ password_too_long: ist zu lang
128
129
  present: darf nicht ausgefüllt werden
129
130
  required: muss ausgefüllt werden
130
131
  taken: ist bereits vergeben
data/rails/locale/de.yml CHANGED
@@ -128,6 +128,7 @@ de:
128
128
  not_an_integer: muss ganzzahlig sein
129
129
  odd: muss ungerade sein
130
130
  other_than: darf nicht gleich %{count} sein
131
+ password_too_long: ist zu lang
131
132
  present: darf nicht ausgefüllt werden
132
133
  required: muss ausgefüllt werden
133
134
  taken: ist bereits vergeben
data/rails/locale/eu.yml CHANGED
@@ -9,13 +9,13 @@ eu:
9
9
  has_many: Ezin da erregistroa ezabat menpeko %{record}ak daudelako
10
10
  date:
11
11
  abbr_day_names:
12
- - Igan
13
- - Astel
14
- - Astear
15
- - Asteaz
16
- - Oste
17
- - Osti
18
- - Lar
12
+ - Ig
13
+ - Al
14
+ - Ar
15
+ - Az
16
+ - Og
17
+ - Or
18
+ - Lr
19
19
  abbr_month_names:
20
20
  -
21
21
  - Urt
@@ -192,7 +192,7 @@ eu:
192
192
  percentage:
193
193
  format:
194
194
  delimiter: ''
195
- format: "%n %"
195
+ format: "% %n"
196
196
  precision:
197
197
  format:
198
198
  delimiter: ''
data/rails/locale/hr.yml CHANGED
@@ -203,11 +203,31 @@ hr:
203
203
  decimal_units:
204
204
  format: "%n %u"
205
205
  units:
206
- billion: milijarda
207
- million: milijun
208
- quadrillion: bilijarda
209
- thousand: tisuća
210
- trillion: bilijun
206
+ billion:
207
+ one: milijarda
208
+ few: milijarde
209
+ many: milijardi
210
+ other: milijardi
211
+ million:
212
+ one: milijun
213
+ few: milijuna
214
+ many: milijuna
215
+ other: milijuna
216
+ quadrillion:
217
+ one: bilijarda
218
+ few: bilijarde
219
+ many: bilijardi
220
+ other: bilijardi
221
+ thousand:
222
+ one: tisuća
223
+ few: tisuće
224
+ many: tisuća
225
+ other: tisuća
226
+ trillion:
227
+ one: bilijun
228
+ few: bilijuna
229
+ many: bilijuna
230
+ other: bilijuna
211
231
  unit: ''
212
232
  format:
213
233
  delimiter: ''
@@ -0,0 +1,219 @@
1
+ hy:
2
+ activerecord:
3
+ errors:
4
+ messages:
5
+ record_invalid: 'Ստուգումը ձախողվեց. %{errors}'
6
+ restrict_dependent_destroy:
7
+ has_one: Հնարավոր չէ ջնջել գրառումը, քանի որ կա կախյալ %{record}
8
+ has_many: Հնարավոր չէ ջնջել գրառումը, քանի որ կան կախյալ %{record}-ներ
9
+ date:
10
+ abbr_day_names:
11
+ - Կիր
12
+ - Երկ
13
+ - Երք
14
+ - Չոր
15
+ - Հնգ
16
+ - Ուրբ
17
+ - Շաբ
18
+ abbr_month_names:
19
+ -
20
+ - Հուն
21
+ - Փետ
22
+ - Մար
23
+ - Ապր
24
+ - Մայ
25
+ - Հուն
26
+ - Հուլ
27
+ - Օգս
28
+ - Սեպ
29
+ - Հոկ
30
+ - Նոյ
31
+ - Դեկ
32
+ day_names:
33
+ - Կիրակի
34
+ - Երկուշաբթի
35
+ - Երեքշաբթի
36
+ - Չորեքշաբթի
37
+ - Հինգշաբթի
38
+ - Ուրբաթ
39
+ - Շաբաթ
40
+ formats:
41
+ default: "%Y-%m-%d"
42
+ long: "%B %e, %Y"
43
+ short: "%b %e"
44
+ month_names:
45
+ -
46
+ - Հունվար
47
+ - Փետրվար
48
+ - Մարտ
49
+ - Ապրիլ
50
+ - Մայիս
51
+ - Հունիս
52
+ - Հուլիս
53
+ - Օգոստոս
54
+ - Սեպտեմբեր
55
+ - Հոկտեմբեր
56
+ - Նոյեմբեր
57
+ - Դեկտեմբեր
58
+ order:
59
+ - year
60
+ - month
61
+ - day
62
+ datetime:
63
+ distance_in_words:
64
+ about_x_hours:
65
+ one: մոտ %{count} ժամ
66
+ other: մոտ %{count} ժամ
67
+ about_x_months:
68
+ one: մոտ %{count} ամիս
69
+ other: մոտ %{count} ամիս
70
+ about_x_years:
71
+ one: մոտ %{count} տարի
72
+ other: մոտ %{count} տարի
73
+ almost_x_years:
74
+ one: գրեթե %{count} տարի
75
+ other: գրեթե %{count} տարի
76
+ half_a_minute: կես րոպե
77
+ less_than_x_seconds:
78
+ one: քիչ քան %{count} վայրկյան
79
+ other: քիչ քան %{count} վայրկյան
80
+ less_than_x_minutes:
81
+ one: քիչ քան մեկ րոպե
82
+ other: քիչ քան %{count} րոպե
83
+ over_x_years:
84
+ one: ավելի քան %{count} տարի
85
+ other: ավելի քան %{count} տարի
86
+ x_seconds:
87
+ one: "%{count} վայրկյան"
88
+ other: "%{count} վայրկյան"
89
+ x_minutes:
90
+ one: "%{count} րոպե"
91
+ other: "%{count} րոպե"
92
+ x_days:
93
+ one: "%{count} օր"
94
+ other: "%{count} օր"
95
+ x_months:
96
+ one: "%{count} ամիս"
97
+ other: "%{count} ամիս"
98
+ x_years:
99
+ one: "%{count} տարի"
100
+ other: "%{count} տարի"
101
+ prompts:
102
+ second: Վայրկյաններ
103
+ minute: Րոպե
104
+ hour: Ժամ
105
+ day: Օր
106
+ month: Ամիս
107
+ year: Տարի
108
+ errors:
109
+ format: "%{attribute} %{message}"
110
+ messages:
111
+ accepted: պետք է ընդունված լինի
112
+ blank: չի կարող դատարկ լինել
113
+ confirmation: չի համընկնում %{attribute}-ի հետ
114
+ empty: չի կարող դատարկ լինել
115
+ equal_to: պետք է հավասար լինի %{count}-ին
116
+ even: պետք է զույգ լինի
117
+ exclusion: արգելված է
118
+ greater_than: պետք է մեծ լինի %{count}-ից
119
+ greater_than_or_equal_to: պետք է մեծ կամ հավասար լինի %{count}-ին
120
+ in: պետք է լինի հետևյալներից. %{count}
121
+ inclusion: ներառված չէ ցանկում
122
+ invalid: անվավեր է
123
+ less_than: պետք է փոքր լինի %{count}-ից
124
+ less_than_or_equal_to: պետք է փոքր կամ հավասար լինի %{count}-ին
125
+ model_invalid: 'Ստուգումը ձախողվեց. %{errors}'
126
+ not_a_number: թիվ չէ
127
+ not_an_integer: պետք է ամբողջ թիվ լինի
128
+ odd: պետք է կենտ լինի
129
+ other_than: պետք է տարբեր լինի %{count}-ից
130
+ password_too_long: չափազանց երկար է
131
+ present: պետք է դատարկ լինի
132
+ required: պարտադիր է
133
+ taken: արդեն գոյություն ունի
134
+ too_long:
135
+ one: չափազանց երկար է (առավելագույնը %{count} նիշ)
136
+ other: չափազանց երկար է (առավելագույնը %{count} նիշ)
137
+ too_short:
138
+ one: չափազանց կարճ է (նվազագույնը %{count} նիշ)
139
+ other: չափազանց կարճ է (նվազագույնը %{count} նիշ)
140
+ wrong_length:
141
+ one: սխալ երկարություն է (պետք է լինի %{count} նիշ)
142
+ other: սխալ երկարություն է (պետք է լինի %{count} նիշ)
143
+ template:
144
+ body: 'Հետևյալ դաշտերում խնդիրներ կան.'
145
+ header:
146
+ one: "%{count} սխալ արգելեց այս %{model}-ի պահպանումը"
147
+ other: "%{count} սխալներ արգելեցին այս %{model}-ի պահպանումը"
148
+ helpers:
149
+ select:
150
+ prompt: Խնդրում ենք ընտրել
151
+ submit:
152
+ create: Ստեղծել %{model}
153
+ submit: Պահպանել %{model}
154
+ update: Թարմացնել %{model}
155
+ number:
156
+ currency:
157
+ format:
158
+ delimiter: ","
159
+ format: "%u%n"
160
+ negative_format: "-%u%n"
161
+ precision: 2
162
+ separator: "."
163
+ significant: false
164
+ strip_insignificant_zeros: false
165
+ unit: "$"
166
+ format:
167
+ delimiter: ","
168
+ precision: 3
169
+ round_mode: default
170
+ separator: "."
171
+ significant: false
172
+ strip_insignificant_zeros: false
173
+ human:
174
+ decimal_units:
175
+ format: "%n %u"
176
+ units:
177
+ billion: Միլիարդ
178
+ million: Միլիոն
179
+ quadrillion: Քառյակ
180
+ thousand: Հազար
181
+ trillion: Տրիլիոն
182
+ unit: ''
183
+ format:
184
+ delimiter: ''
185
+ precision: 3
186
+ significant: true
187
+ strip_insignificant_zeros: true
188
+ storage_units:
189
+ format: "%n %u"
190
+ units:
191
+ byte:
192
+ one: Բայթ
193
+ other: Բայթ
194
+ eb: ԷԲ
195
+ gb: ԳԲ
196
+ kb: ԿԲ
197
+ mb: ՄԲ
198
+ pb: ՊԲ
199
+ tb: ՏԲ
200
+ zb: ԶԲ
201
+ percentage:
202
+ format:
203
+ delimiter: ''
204
+ format: "%n%"
205
+ precision:
206
+ format:
207
+ delimiter: ''
208
+ support:
209
+ array:
210
+ last_word_connector: ", և "
211
+ two_words_connector: " և "
212
+ words_connector: ", "
213
+ time:
214
+ am: կեսօրից առաջ
215
+ formats:
216
+ default: "%a, %e %b %Y %H:%M:%S %z"
217
+ long: "%B %e, %Y %H:%M"
218
+ short: "%e %b %H:%M"
219
+ pm: կեսօրից հետո
data/rails/locale/ja.yml CHANGED
@@ -104,6 +104,7 @@ ja:
104
104
  not_an_integer: は整数で入力してください
105
105
  odd: は奇数にしてください
106
106
  other_than: は%{count}以外の値にしてください
107
+ password_too_long: が長すぎます
107
108
  present: は入力しないでください
108
109
  required: を入力してください
109
110
  taken: はすでに存在します
@@ -125,6 +126,7 @@ ja:
125
126
  format:
126
127
  delimiter: ","
127
128
  format: "%n%u"
129
+ negative_format: "-%u%n"
128
130
  precision: 0
129
131
  separator: "."
130
132
  significant: false
@@ -162,6 +164,7 @@ ja:
162
164
  mb: MB
163
165
  pb: PB
164
166
  tb: TB
167
+ zb: ZB
165
168
  percentage:
166
169
  format:
167
170
  delimiter: ''
data/rails/locale/ml.yml CHANGED
@@ -3,7 +3,7 @@ ml:
3
3
  activerecord:
4
4
  errors:
5
5
  messages:
6
- record_invalid: 'Validation failed: %{errors}'
6
+ record_invalid: 'സാധൂകരണം പരാജയപ്പെട്ടു: %{errors}'
7
7
  restrict_dependent_destroy:
8
8
  has_one: "%{record} ആയി ബന്ദം ഉള്ളതിനാൽ നീക്കം ചെയ്യാൻ പറ്റില്ല"
9
9
  has_many: "%{record} ആയി ബന്ദം ഉള്ളതിനാൽ നീക്കം ചെയ്യാൻ പറ്റില്ല"
@@ -17,7 +17,7 @@ ml:
17
17
  - വെ.
18
18
  - ശ.
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - ജനു.
22
22
  - ഫെബ്ര.
23
23
  - മാർ.
@@ -43,7 +43,7 @@ ml:
43
43
  long: "%d %B, %Y"
44
44
  short: "%d %b"
45
45
  month_names:
46
- -
46
+ -
47
47
  - ജനുവരി
48
48
  - ഫെബ്രുവരി
49
49
  - മാർച്ച്
@@ -96,6 +96,9 @@ ml:
96
96
  x_months:
97
97
  one: "%{count} മാസം"
98
98
  other: "%{count} മാസം"
99
+ x_years:
100
+ one: "%{count} വർഷം"
101
+ other: "%{count} വർഷങ്ങൾ"
99
102
  prompts:
100
103
  second: നിമിഷം
101
104
  minute: സുക്ഷ്മ
@@ -115,6 +118,7 @@ ml:
115
118
  exclusion: കരുതിവെച്ചിരികുന്നതാണ്
116
119
  greater_than: "%{count} നേകാൾ വലുതായിരിക്കണം"
117
120
  greater_than_or_equal_to: "%{count} നു തുല്യമോ അല്ലെങ്കിൽ വലുതോ ആയിരിക്കണം"
121
+ in: "%{count}ൽ ഉൾപ്പെടുത്തണം"
118
122
  inclusion: ഇതിൽ ഉള്ട്പെട്ടിട്ടില്ല
119
123
  invalid: അസാധുവാണ്
120
124
  less_than: "%{count} നേകാൾ ചെറുതായിരിക്കണം"
@@ -123,7 +127,8 @@ ml:
123
127
  not_a_number: ഒരു അക്കം അല്ല
124
128
  not_an_integer: ഒരു അക്കം ആയിരിക്കണം
125
129
  odd: ഒട്ടസന്ഘ്യ ആയിരിക്കണം
126
- other_than: must be other than %{count}
130
+ other_than: "%{count} അല്ലാതെ മറ്റൊന്നായിരിക്കണം"
131
+ password_too_long: ദൈർഘ്യമേറിയതാണ്
127
132
  present: ഒഴിവായി ഇരിക്കണം
128
133
  required: എന്തായാലും ഉണ്ടായിരിക്കണം
129
134
  taken: ഇതിനു മുൻപേ ഉപയോഗിച്ചിരിക്കുന്നു
@@ -153,14 +158,16 @@ ml:
153
158
  format:
154
159
  delimiter: ","
155
160
  format: "%u%n"
161
+ negative_format: "-%u%n"
156
162
  precision: 2
157
163
  separator: "."
158
164
  significant: false
159
165
  strip_insignificant_zeros: false
160
- unit: "$"
166
+ unit: ""
161
167
  format:
162
168
  delimiter: ","
163
169
  precision: 3
170
+ round_mode: default
164
171
  separator: "."
165
172
  significant: false
166
173
  strip_insignificant_zeros: false
@@ -185,10 +192,13 @@ ml:
185
192
  byte:
186
193
  one: ബൈറ്റ്
187
194
  other: ബൈറ്റുകൾ
195
+ eb: ഇ.ബി
188
196
  gb: ജി.ബി
189
197
  kb: കെ.ബി.
190
198
  mb: എം.ബി.
199
+ pb: പി.ബി
191
200
  tb: ടി.ബി
201
+ zb: സി.ബി
192
202
  percentage:
193
203
  format:
194
204
  delimiter: ''