rails-i18n 7.0.10 → 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.
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: ''
data/rails/locale/pt.yml CHANGED
@@ -57,9 +57,9 @@ pt:
57
57
  - novembro
58
58
  - dezembro
59
59
  order:
60
- - :day
61
- - :month
62
- - :year
60
+ - day
61
+ - month
62
+ - year
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
@@ -128,6 +128,7 @@ pt:
128
128
  not_an_integer: tem de ser um inteiro
129
129
  odd: tem de ser ímpar
130
130
  other_than: tem de ser diferente de %{count}
131
+ password_too_long: é muita longa
131
132
  present: não pode estar em branco
132
133
  required: é obrigatório
133
134
  taken: não está disponível
@@ -151,6 +152,7 @@ pt:
151
152
  format:
152
153
  delimiter: "."
153
154
  format: "%n %u"
155
+ negative_format: "-%u%n"
154
156
  precision: 2
155
157
  separator: ","
156
158
  significant: false
@@ -198,6 +200,7 @@ pt:
198
200
  mb: MB
199
201
  pb: PB
200
202
  tb: TB
203
+ zb: ZB
201
204
  percentage:
202
205
  format:
203
206
  delimiter: ''
data/rails/locale/sr.yml CHANGED
@@ -17,7 +17,7 @@ sr:
17
17
  - Пет
18
18
  - Суб
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - Јан
22
22
  - Феб
23
23
  - Мар
@@ -39,13 +39,13 @@ sr:
39
39
  - Петак
40
40
  - Субота
41
41
  formats:
42
- default: "%d/%m/%Y"
43
- long: "%B %e, %Y"
44
- short: "%e %b"
42
+ default: "%d. %m. %Y"
43
+ long: "%-d. %B %Y"
44
+ short: "%-d. %b"
45
45
  month_names:
46
- -
46
+ -
47
47
  - Јануар
48
- - Фабруар
48
+ - Фебруар
49
49
  - Март
50
50
  - Април
51
51
  - Мај
@@ -187,7 +187,7 @@ sr:
187
187
  separator: "."
188
188
  significant: false
189
189
  strip_insignificant_zeros: false
190
- unit: ДИН
190
+ unit: РСД
191
191
  format:
192
192
  delimiter: "."
193
193
  precision: 3
@@ -198,11 +198,31 @@ sr:
198
198
  decimal_units:
199
199
  format: "%n %u"
200
200
  units:
201
- billion: Милијарда
202
- million: Милион
203
- quadrillion: Квадрилион
204
- thousand: Хиљаду
205
- trillion: Трилион
201
+ billion:
202
+ one: милијарда
203
+ few: милијарде
204
+ many: милијарди
205
+ other: милијарди
206
+ million:
207
+ one: милион
208
+ few: милиона
209
+ many: милиона
210
+ other: милиона
211
+ quadrillion:
212
+ one: квадрилион
213
+ few: квадрилиона
214
+ many: квадрилиона
215
+ other: квадрилиона
216
+ thousand:
217
+ one: хиљада
218
+ few: хиљаде
219
+ many: хиљада
220
+ other: хиљада
221
+ trillion:
222
+ one: трилион
223
+ few: трилиона
224
+ many: трилиона
225
+ other: трилиона
206
226
  unit: ''
207
227
  format:
208
228
  delimiter: ''
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.10
4
+ version: 8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails I18n Group
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: i18n
@@ -36,20 +35,20 @@ dependencies:
36
35
  requirements:
37
36
  - - ">="
38
37
  - !ruby/object:Gem::Version
39
- version: 6.0.0
38
+ version: 8.0.0
40
39
  - - "<"
41
40
  - !ruby/object:Gem::Version
42
- version: '8'
41
+ version: '9'
43
42
  type: :runtime
44
43
  prerelease: false
45
44
  version_requirements: !ruby/object:Gem::Requirement
46
45
  requirements:
47
46
  - - ">="
48
47
  - !ruby/object:Gem::Version
49
- version: 6.0.0
48
+ version: 8.0.0
50
49
  - - "<"
51
50
  - !ruby/object:Gem::Version
52
- version: '8'
51
+ version: '9'
53
52
  - !ruby/object:Gem::Dependency
54
53
  name: rspec-rails
55
54
  requirement: !ruby/object:Gem::Requirement
@@ -124,6 +123,7 @@ files:
124
123
  - rails/locale/bn.yml
125
124
  - rails/locale/bs.yml
126
125
  - rails/locale/ca.yml
126
+ - rails/locale/cnr.yml
127
127
  - rails/locale/cs.yml
128
128
  - rails/locale/cy.yml
129
129
  - rails/locale/da.yml
@@ -176,6 +176,7 @@ files:
176
176
  - rails/locale/hi.yml
177
177
  - rails/locale/hr.yml
178
178
  - rails/locale/hu.yml
179
+ - rails/locale/hy.yml
179
180
  - rails/locale/id.yml
180
181
  - rails/locale/is.yml
181
182
  - rails/locale/it-CH.yml
@@ -404,8 +405,8 @@ files:
404
405
  homepage: https://github.com/svenfuchs/rails-i18n
405
406
  licenses:
406
407
  - MIT
407
- metadata: {}
408
- post_install_message:
408
+ metadata:
409
+ changelog_uri: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md
409
410
  rdoc_options: []
410
411
  require_paths:
411
412
  - lib
@@ -413,15 +414,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
413
414
  requirements:
414
415
  - - ">="
415
416
  - !ruby/object:Gem::Version
416
- version: '0'
417
+ version: 3.2.0
417
418
  required_rubygems_version: !ruby/object:Gem::Requirement
418
419
  requirements:
419
420
  - - ">="
420
421
  - !ruby/object:Gem::Version
421
422
  version: 1.8.11
422
423
  requirements: []
423
- rubygems_version: 3.0.3.1
424
- signing_key:
424
+ rubygems_version: 3.6.9
425
425
  specification_version: 4
426
426
  summary: Common locale data and translations for Rails i18n.
427
427
  test_files: []