rails-i18n 8.0.1 → 8.1.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.
data/rails/locale/ko.yml CHANGED
@@ -85,31 +85,31 @@ ko:
85
85
  errors:
86
86
  format: "%{message}"
87
87
  messages:
88
- accepted: "%{attribute}을(를) 반드시 확인해야 합니다"
89
- blank: "%{attribute}에 내용을 입력해 주세요"
90
- confirmation: "%{attribute}은(는) 서로 일치해야 합니다"
91
- empty: "%{attribute}에 내용을 입력해 주세요"
92
- equal_to: "%{attribute}은(는) %{count}와(과) 같아야 합니다"
93
- even: "%{attribute}에 짝수를 입력해 주세요"
94
- exclusion: "%{attribute}은(는) 이미 예약되어 있는 값입니다"
95
- greater_than: "%{attribute}은(는) %{count}보다 커야 합니다"
96
- greater_than_or_equal_to: "%{attribute}은(는) %{count}보다 크거나 같아야 합니다"
97
- in: "%{attribute}은(는) %{count}범위 안에 있어야 합니다"
98
- inclusion: "%{attribute}은(는) 목록에 포함되어 있는 값이 아닙니다"
99
- invalid: "%{attribute}은(는) 올바르지 않은 값입니다"
100
- less_than: "%{attribute}은(는) %{count}보다 작아야 합니다"
101
- less_than_or_equal_to: "%{attribute}은(는) %{count}와(과) 작거나 같아야 합니다"
102
- model_invalid: "%{attribute}에 대한 데이터 검증에 실패하였습니다: %{errors}"
103
- not_a_number: "%{attribute}에 숫자를 입력해 주세요"
104
- not_an_integer: "%{attribute}에 정수를 입력해 주세요"
105
- odd: "%{attribute}에 홀수를 입력해 주세요"
106
- other_than: "%{attribute}은(는) %{count}와(과) 달라야 합니다"
107
- present: "%{attribute}은(는) 비어있어야 합니다"
108
- required: "%{attribute}은(는) 반드시 있어야 합니다"
109
- taken: "%{attribute}은(는) 이미 존재합니다"
110
- too_long: "%{attribute}은(는) %{count}자를 넘을 수 없습니다"
111
- too_short: "%{attribute}은(는) 적어도 %{count}자를 넘어야 합니다"
112
- wrong_length: "%{attribute}은(는) %{count}자여야 합니다"
88
+ accepted: 항목을 반드시 확인해 주세요
89
+ blank: 내용을 입력해 주세요
90
+ confirmation: 값이 서로 일치해야 합니다
91
+ empty: 값을 입력해 주세요
92
+ equal_to: 값은 %{count}와(과) 같아야 합니다
93
+ even: 짝수를 입력해 주세요
94
+ exclusion: 이미 예약된 값입니다
95
+ greater_than: 값은 %{count}보다 커야 합니다
96
+ greater_than_or_equal_to: 값은 %{count}보다 크거나 같아야 합니다
97
+ in: 값은 %{count} 범위 안에 있어야 합니다
98
+ inclusion: 목록에 포함된 값이 아닙니다
99
+ invalid: 올바르지 않은 값입니다
100
+ less_than: 값은 %{count}보다 작아야 합니다
101
+ less_than_or_equal_to: 값은 %{count}보다 작거나 같아야 합니다
102
+ model_invalid: '데이터 검증에 실패하였습니다: %{errors}'
103
+ not_a_number: 숫자를 입력해 주세요
104
+ not_an_integer: 정수를 입력해 주세요
105
+ odd: 홀수를 입력해 주세요
106
+ other_than: 값은 %{count}와(과) 달라야 합니다
107
+ present: 값은 비어 있어야 합니다
108
+ required: 값이 반드시 필요합니다
109
+ taken: 이미 존재하는 값입니다
110
+ too_long: 값은 %{count}자를 넘을 수 없습니다
111
+ too_short: 값은 최소 %{count}자여야 합니다
112
+ wrong_length: 값은 %{count}자여야 합니다
113
113
  template:
114
114
  body: 아래 문제를 확인해 주세요.
115
115
  header: "%{count}개의 오류로 인해 %{model}을(를) 저장할 수 없습니다"
@@ -172,7 +172,7 @@ ko:
172
172
  support:
173
173
  array:
174
174
  last_word_connector: ", "
175
- two_words_connector: ', '
175
+ two_words_connector: ", "
176
176
  words_connector: ", "
177
177
  time:
178
178
  am: 오전
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/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: ''
data/rails/locale/uk.yml CHANGED
@@ -142,6 +142,7 @@ uk:
142
142
  exclusion: зарезервовано
143
143
  greater_than: має бути більше ніж %{count}
144
144
  greater_than_or_equal_to: має бути більше ніж або дорівнювати %{count}
145
+ in: має входити до %{count}
145
146
  inclusion: не включено до переліку
146
147
  invalid: недійсний
147
148
  less_than: має бути менше ніж %{count}
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: 8.0.1
4
+ version: 8.1.0
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-11-10 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
@@ -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
@@ -420,8 +421,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
420
421
  - !ruby/object:Gem::Version
421
422
  version: 1.8.11
422
423
  requirements: []
423
- rubygems_version: 3.5.16
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: []