rails-i18n 4.0.1 → 4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/README.md +10 -4
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +9 -3
- data/rails/locale/ar.yml +48 -48
- data/rails/locale/de-CH.yml +3 -0
- data/rails/locale/en-IE.yml +2 -2
- data/rails/locale/en-IN.yml +1 -1
- data/rails/locale/es-EC.yml +211 -0
- data/rails/locale/fi.yml +2 -2
- data/rails/locale/fr.yml +3 -0
- data/rails/locale/he.yml +4 -4
- data/rails/locale/hu.yml +13 -13
- data/rails/locale/it.yml +1 -1
- data/rails/locale/lt.yml +32 -2
- data/rails/locale/lv.yml +2 -2
- data/rails/locale/nl.yml +8 -8
- data/rails/locale/pt-BR.yml +1 -1
- data/rails/locale/ru.yml +1 -1
- data/rails/locale/tl.yml +20 -19
- data/rails/locale/uk.yml +12 -12
- data/rails/locale/zh-CN.yml +14 -3
- data/rails/locale/zh-HK.yml +54 -54
- data/rails/locale/zh-TW.yml +17 -5
- data/rails/locale/zh-YUE.yml +211 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/fr.yml +1 -1
- metadata +26 -8
data/rails/locale/fi.yml
CHANGED
data/rails/locale/fr.yml
CHANGED
@@ -110,6 +110,7 @@ fr:
|
|
110
110
|
messages: &errors_messages
|
111
111
|
accepted: "doit être accepté(e)"
|
112
112
|
blank: "doit être rempli(e)"
|
113
|
+
present: "doit être vide"
|
113
114
|
confirmation: "ne concorde pas avec la confirmation"
|
114
115
|
empty: "doit être rempli(e)"
|
115
116
|
equal_to: "doit être égal à %{count}"
|
@@ -138,6 +139,7 @@ fr:
|
|
138
139
|
wrong_length:
|
139
140
|
one: "ne fait pas la bonne longueur (doit comporter un seul caractère)"
|
140
141
|
other: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
142
|
+
other_than: "doit être différent de %{count}"
|
141
143
|
template: &errors_template
|
142
144
|
body: "Veuillez vérifier les champs suivants : "
|
143
145
|
header:
|
@@ -194,6 +196,7 @@ fr:
|
|
194
196
|
percentage:
|
195
197
|
format:
|
196
198
|
delimiter: ""
|
199
|
+
format: "%n%"
|
197
200
|
precision:
|
198
201
|
format:
|
199
202
|
delimiter: ""
|
data/rails/locale/he.yml
CHANGED
@@ -10,7 +10,7 @@ he:
|
|
10
10
|
- ש
|
11
11
|
abbr_month_names:
|
12
12
|
-
|
13
|
-
-
|
13
|
+
- ינו
|
14
14
|
- פבר
|
15
15
|
- מרץ
|
16
16
|
- אפר
|
@@ -130,9 +130,9 @@ he:
|
|
130
130
|
select:
|
131
131
|
prompt: נא לבחור
|
132
132
|
submit:
|
133
|
-
create: ! '%{model}
|
134
|
-
submit: ! '%{model}
|
135
|
-
update: ! '%{model}
|
133
|
+
create: ! 'יצירת %{model}'
|
134
|
+
submit: ! 'שמור %{model}'
|
135
|
+
update: ! 'עדכון %{model}'
|
136
136
|
number:
|
137
137
|
currency:
|
138
138
|
format:
|
data/rails/locale/hu.yml
CHANGED
@@ -55,14 +55,14 @@ hu:
|
|
55
55
|
datetime:
|
56
56
|
distance_in_words:
|
57
57
|
about_x_hours:
|
58
|
-
one: kb 1 órája
|
59
|
-
other: kb %{count} órája
|
58
|
+
one: kb. 1 órája
|
59
|
+
other: kb. %{count} órája
|
60
60
|
about_x_months:
|
61
|
-
one: kb 1 hónapja
|
62
|
-
other: kb %{count} hónapja
|
61
|
+
one: kb. 1 hónapja
|
62
|
+
other: kb. %{count} hónapja
|
63
63
|
about_x_years:
|
64
|
-
one: kb 1 éve
|
65
|
-
other: kb %{count} éve
|
64
|
+
one: kb. 1 éve
|
65
|
+
other: kb. %{count} éve
|
66
66
|
almost_x_years:
|
67
67
|
one: majdnem 1 éve
|
68
68
|
other: majdnem %{count} éve
|
@@ -129,8 +129,8 @@ hu:
|
|
129
129
|
prompt: Válasszon
|
130
130
|
submit:
|
131
131
|
create: Új %{model}
|
132
|
-
submit: ! '%{model}
|
133
|
-
update: ! '%{model}
|
132
|
+
submit: ! '%{model} mentése'
|
133
|
+
update: ! '%{model} módosítása'
|
134
134
|
number:
|
135
135
|
currency:
|
136
136
|
format:
|
@@ -151,11 +151,11 @@ hu:
|
|
151
151
|
decimal_units:
|
152
152
|
format: ! '%n %u'
|
153
153
|
units:
|
154
|
-
billion:
|
155
|
-
million:
|
156
|
-
quadrillion:
|
157
|
-
thousand:
|
158
|
-
trillion:
|
154
|
+
billion: milliárd
|
155
|
+
million: millió
|
156
|
+
quadrillion: billiárd
|
157
|
+
thousand: ezer
|
158
|
+
trillion: billió
|
159
159
|
unit: ''
|
160
160
|
format:
|
161
161
|
delimiter: ''
|
data/rails/locale/it.yml
CHANGED
data/rails/locale/lt.yml
CHANGED
@@ -66,6 +66,10 @@ lt:
|
|
66
66
|
one: apie %{count} metus
|
67
67
|
few: apie %{count} metus
|
68
68
|
other: apie %{count} metų
|
69
|
+
almost_x_years:
|
70
|
+
one: beveik 1 metai
|
71
|
+
few: beveik %{count} metai
|
72
|
+
other: beveik %{count} metų
|
69
73
|
half_a_minute: pusė minutės
|
70
74
|
less_than_x_minutes:
|
71
75
|
one: mažiau nei %{count} minutė
|
@@ -107,6 +111,7 @@ lt:
|
|
107
111
|
messages:
|
108
112
|
accepted: turi būti patvirtintas
|
109
113
|
blank: negali būti tuščias
|
114
|
+
present: turi būti tuščias
|
110
115
|
confirmation: neteisingai pakartotas
|
111
116
|
empty: negali būti tuščias
|
112
117
|
equal_to: turi būti lygus %{count}
|
@@ -119,17 +124,36 @@ lt:
|
|
119
124
|
less_than: turi būti mažesnis už %{count}
|
120
125
|
less_than_or_equal_to: turi būti mažesnis arba lygus %{count}
|
121
126
|
not_a_number: ne skaičius
|
127
|
+
not_an_integer: privalo būti sveikas skaičius
|
122
128
|
odd: turi būti nelyginis
|
129
|
+
record_invalid: ! 'Nepraeitos patikros: %{errors}'
|
130
|
+
restrict_dependent_destroy:
|
131
|
+
one: "Negalima ištrinti įrašo nes priklausomas %{record} egzistuoja"
|
132
|
+
many: "Negalima ištrinti įrašo nes priklausomi %{record} egzistuoja"
|
123
133
|
taken: jau užimtas
|
124
|
-
too_long:
|
125
|
-
|
134
|
+
too_long:
|
135
|
+
one: per ilgas (daugiausiai 1 simbolis)
|
136
|
+
few: per ilgas (daugiausiai %{count} simboliai)
|
137
|
+
other: per ilgas (daugiausiai %{count} simbolių)
|
138
|
+
too_short:
|
139
|
+
one: per trumpas (mažiausiai 1 simbolis)
|
140
|
+
few: per trumpas (mažiausiai %{count} simboliai)
|
141
|
+
other: per trumpas (mažiausiai %{count} simbolių)
|
126
142
|
wrong_length: neteisingo ilgio (turi būti %{count} simboliai)
|
143
|
+
other_than: "privalo būti kitoks nei %{count}"
|
127
144
|
template:
|
128
145
|
body: ! 'Šiuose laukuose yra klaidų:'
|
129
146
|
header:
|
130
147
|
one: Išsaugant objektą %{model} rasta %{count} klaida
|
131
148
|
few: Išsaugant objektą %{model} rastos %{count} klaidos
|
132
149
|
other: Išsaugant objektą %{model} rasta %{count} klaidų
|
150
|
+
helpers:
|
151
|
+
select:
|
152
|
+
prompt: Prašom pasirinkti
|
153
|
+
submit:
|
154
|
+
create: Sukurti %{model}
|
155
|
+
submit: Išsaugoti %{model}
|
156
|
+
update: Papildyti %{model}
|
133
157
|
number:
|
134
158
|
currency:
|
135
159
|
format:
|
@@ -150,6 +174,11 @@ lt:
|
|
150
174
|
decimal_units:
|
151
175
|
format: ! '%n %u'
|
152
176
|
units:
|
177
|
+
billion: Milijardas
|
178
|
+
million: Milijonas
|
179
|
+
quadrillion: Kvadrilijonas
|
180
|
+
thousand: Tūkstantis
|
181
|
+
trillion: Trilijonas
|
153
182
|
unit: ''
|
154
183
|
format:
|
155
184
|
delimiter: ''
|
@@ -170,6 +199,7 @@ lt:
|
|
170
199
|
percentage:
|
171
200
|
format:
|
172
201
|
delimiter: ''
|
202
|
+
format: "%n%"
|
173
203
|
precision:
|
174
204
|
format:
|
175
205
|
delimiter: ''
|
data/rails/locale/lv.yml
CHANGED
@@ -156,12 +156,12 @@ lv:
|
|
156
156
|
currency:
|
157
157
|
format:
|
158
158
|
delimiter: .
|
159
|
-
format: ! '%
|
159
|
+
format: ! '%n %u'
|
160
160
|
precision: 2
|
161
161
|
separator: ! ','
|
162
162
|
significant: false
|
163
163
|
strip_insignificant_zeros: false
|
164
|
-
unit:
|
164
|
+
unit: €
|
165
165
|
format:
|
166
166
|
delimiter: .
|
167
167
|
precision: 2
|
data/rails/locale/nl.yml
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
nl:
|
2
2
|
date:
|
3
3
|
abbr_day_names:
|
4
|
-
-
|
5
|
-
-
|
6
|
-
-
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
-
|
4
|
+
- zo
|
5
|
+
- ma
|
6
|
+
- di
|
7
|
+
- wo
|
8
|
+
- do
|
9
|
+
- vr
|
10
|
+
- za
|
11
11
|
abbr_month_names:
|
12
12
|
-
|
13
13
|
- jan
|
@@ -31,7 +31,7 @@ nl:
|
|
31
31
|
- vrijdag
|
32
32
|
- zaterdag
|
33
33
|
formats:
|
34
|
-
default: ! '%d
|
34
|
+
default: ! '%d-%m-%Y'
|
35
35
|
long: ! '%e %B %Y'
|
36
36
|
short: ! '%e %b'
|
37
37
|
month_names:
|
data/rails/locale/pt-BR.yml
CHANGED
@@ -101,7 +101,7 @@ pt-BR:
|
|
101
101
|
accepted: deve ser aceito
|
102
102
|
blank: não pode ficar em branco
|
103
103
|
present: deve ficar em branco
|
104
|
-
confirmation: não
|
104
|
+
confirmation: não é igual a %{attribute}
|
105
105
|
empty: não pode ficar vazio
|
106
106
|
equal_to: deve ser igual a %{count}
|
107
107
|
even: deve ser par
|
data/rails/locale/ru.yml
CHANGED
@@ -122,7 +122,7 @@ ru:
|
|
122
122
|
messages:
|
123
123
|
accepted: нужно подтвердить
|
124
124
|
blank: не может быть пустым
|
125
|
-
confirmation: 'не совпадает
|
125
|
+
confirmation: 'не совпадает со значением поля %{attribute}'
|
126
126
|
empty: не может быть пустым
|
127
127
|
equal_to: может иметь лишь значение, равное %{count}
|
128
128
|
even: может иметь лишь нечетное значение
|
data/rails/locale/tl.yml
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
# - Jose BUSTAMANTE - (josebust@cisco.com)
|
6
6
|
# Corrected by Christine Roque : christine@change.org
|
7
7
|
# Additional correction by: https://github.com/Lioness8257
|
8
|
+
# Additional corrections by: https://github.com/ariesandrada
|
8
9
|
|
9
10
|
"tl":
|
10
11
|
date:
|
@@ -158,7 +159,7 @@
|
|
158
159
|
other: "humigit-kumulang %{count} buwan"
|
159
160
|
x_months:
|
160
161
|
one: isang buwan
|
161
|
-
other: "%{count}
|
162
|
+
other: "%{count} buwan"
|
162
163
|
about_x_years:
|
163
164
|
one: humigit-kumulang isang taon
|
164
165
|
other: "humigit-kumulang %{count} taon"
|
@@ -186,35 +187,35 @@
|
|
186
187
|
submit: "isumite ang %{model}"
|
187
188
|
|
188
189
|
errors: &errors
|
189
|
-
format: "%{attribute} %{message}"
|
190
|
+
format: "%{attribute} ay %{message}"
|
190
191
|
|
191
192
|
messages: &errors_messages
|
192
|
-
inclusion:
|
193
|
-
exclusion:
|
194
|
-
invalid:
|
195
|
-
confirmation:
|
196
|
-
accepted:
|
197
|
-
empty:
|
198
|
-
blank:
|
193
|
+
inclusion: hindi kasama sa listahan
|
194
|
+
exclusion: nakalaan na
|
195
|
+
invalid: hindi wasto
|
196
|
+
confirmation: hindi tumutugma ang pagpapatunay
|
197
|
+
accepted: dapat na tanggapin
|
198
|
+
empty: hindi maaaring walang laman
|
199
|
+
blank: hindi maaaring walang laman
|
199
200
|
too_long:
|
200
|
-
one: "
|
201
|
-
other: "
|
201
|
+
one: "masyadong mahaba (pinakamadami ay %{count} character)"
|
202
|
+
other: "masyadong mahaba (pinakamadami ay %{count} character)"
|
202
203
|
too_short:
|
203
|
-
one: "
|
204
|
-
other: "
|
204
|
+
one: "masyadong maikli (pinakakonti ay %{count} character)"
|
205
|
+
other: "masyadong maikli (pinakakonti ay %{count} character)"
|
205
206
|
wrong_length:
|
206
|
-
one:
|
207
|
-
other:
|
208
|
-
not_a_number:
|
207
|
+
one: ang maling haba (ito ay dapat eksaktong %{count} character)
|
208
|
+
other: ang maling haba (ito ay dapat eksaktong %{count} character)
|
209
|
+
not_a_number: hindi isang numero
|
209
210
|
not_an_integer: dapat na isang integer
|
210
211
|
greater_than: dapat na mas higit sa %{count}
|
211
212
|
greater_than_or_equal_to: dapat na mas higit sa o katumbas ng %{count}
|
212
213
|
equal_to: dapat na katumba sa %{count}
|
213
214
|
less_than: dapat na mas mababa sa %{count}
|
214
215
|
less_than_or_equal_to: dapat na mas mababa sa o katumbas ng %{count}
|
215
|
-
odd: dapat maging
|
216
|
-
even: dapat maging
|
217
|
-
taken:
|
216
|
+
odd: dapat maging odd
|
217
|
+
even: dapat maging even
|
218
|
+
taken: ginagamit na
|
218
219
|
record_invalid: "Nabigo ang pagpapatunay: %{errors}"
|
219
220
|
template:
|
220
221
|
header:
|
data/rails/locale/uk.yml
CHANGED
@@ -36,18 +36,18 @@ uk:
|
|
36
36
|
short: ! '%-d %b'
|
37
37
|
month_names:
|
38
38
|
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
39
|
+
- Січня
|
40
|
+
- Лютого
|
41
|
+
- Березня
|
42
|
+
- Квітня
|
43
|
+
- Травня
|
44
|
+
- Червня
|
45
|
+
- Липня
|
46
|
+
- Серпня
|
47
|
+
- Вересня
|
48
|
+
- Жовтня
|
49
|
+
- Листопада
|
50
|
+
- Грудня
|
51
51
|
order:
|
52
52
|
- :day
|
53
53
|
- :month
|
data/rails/locale/zh-CN.yml
CHANGED
@@ -100,6 +100,7 @@ zh-CN:
|
|
100
100
|
messages:
|
101
101
|
accepted: 必须是可被接受的
|
102
102
|
blank: 不能为空字符
|
103
|
+
present: 必须是空白
|
103
104
|
confirmation: 与确认值不匹配
|
104
105
|
empty: 不能留空
|
105
106
|
equal_to: 必须等于 %{count}
|
@@ -115,10 +116,20 @@ zh-CN:
|
|
115
116
|
not_an_integer: 必须是整数
|
116
117
|
odd: 必须为单数
|
117
118
|
record_invalid: ! '验证失败: %{errors}'
|
119
|
+
restrict_dependent_destroy:
|
120
|
+
one: 由於 %{record} 需要此记录,所以无法移除记录
|
121
|
+
many: 由於 %{record} 需要此记录,所以无法移除记录
|
118
122
|
taken: 已经被使用
|
119
|
-
too_long:
|
120
|
-
|
121
|
-
|
123
|
+
too_long:
|
124
|
+
one: 过长(最长为一个字符)
|
125
|
+
other: 过长(最长为 %{count} 个字符)
|
126
|
+
too_short:
|
127
|
+
one: 过短(最短为一个字符)
|
128
|
+
other: 过短(最短为 %{count} 个字符)
|
129
|
+
wrong_length:
|
130
|
+
one: 长度非法(必须为一个字符)
|
131
|
+
other: 长度非法(必须为 %{count} 个字符)
|
132
|
+
other_than: 长度非法(不可为 %{count} 个字符
|
122
133
|
template:
|
123
134
|
body: 如下字段出现错误:
|
124
135
|
header:
|
data/rails/locale/zh-HK.yml
CHANGED
@@ -55,30 +55,30 @@ zh-HK:
|
|
55
55
|
datetime:
|
56
56
|
distance_in_words:
|
57
57
|
about_x_hours:
|
58
|
-
one:
|
59
|
-
other:
|
58
|
+
one: 約一小時
|
59
|
+
other: 約%{count}小時
|
60
60
|
about_x_months:
|
61
|
-
one:
|
62
|
-
other:
|
61
|
+
one: 約一個月
|
62
|
+
other: 約%{count}個月
|
63
63
|
about_x_years:
|
64
|
-
one:
|
65
|
-
other:
|
64
|
+
one: 約一年
|
65
|
+
other: 約%{count}年
|
66
66
|
almost_x_years:
|
67
|
-
one:
|
68
|
-
other:
|
67
|
+
one: 接近一年
|
68
|
+
other: 接近%{count}年
|
69
69
|
half_a_minute: 半分鐘
|
70
70
|
less_than_x_minutes:
|
71
|
-
one:
|
72
|
-
other:
|
71
|
+
one: 不到一分鐘
|
72
|
+
other: 不到%{count}分鐘
|
73
73
|
less_than_x_seconds:
|
74
|
-
one:
|
75
|
-
other:
|
74
|
+
one: 不到一秒
|
75
|
+
other: 不到%{count}秒
|
76
76
|
over_x_years:
|
77
77
|
one: 超過一年
|
78
78
|
other: 超過%{count}年
|
79
79
|
x_days:
|
80
|
-
one:
|
81
|
-
other: ! '%{count}
|
80
|
+
one: 一天
|
81
|
+
other: ! '%{count}天'
|
82
82
|
x_minutes:
|
83
83
|
one: 一分鐘
|
84
84
|
other: ! '%{count}分鐘'
|
@@ -90,7 +90,7 @@ zh-HK:
|
|
90
90
|
other: ! '%{count}秒'
|
91
91
|
prompts:
|
92
92
|
day: 日
|
93
|
-
hour:
|
93
|
+
hour: 時
|
94
94
|
minute: 分
|
95
95
|
month: 月
|
96
96
|
second: 秒
|
@@ -98,48 +98,48 @@ zh-HK:
|
|
98
98
|
errors: &errors
|
99
99
|
format: ! '%{message}'
|
100
100
|
messages:
|
101
|
-
accepted:
|
102
|
-
blank: ! '%{attribute}
|
103
|
-
present: ! '%{attribute}
|
104
|
-
confirmation: ! '
|
105
|
-
empty: ! '%{attribute}
|
106
|
-
equal_to: ! '%{attribute}
|
107
|
-
even: ! '%{attribute}
|
108
|
-
exclusion: ! '%{attribute}
|
109
|
-
greater_than: ! '%{attribute}
|
110
|
-
greater_than_or_equal_to: ! '%{attribute}
|
111
|
-
inclusion: ! '%{attribute}
|
112
|
-
invalid: ! '%{attribute}
|
113
|
-
less_than: ! '%{attribute}
|
114
|
-
less_than_or_equal_to: ! '%{attribute}
|
115
|
-
not_a_number: ! '%{attribute}
|
116
|
-
not_an_integer: ! '%{attribute}
|
117
|
-
odd: ! '%{attribute}
|
118
|
-
record_invalid: ! '%{attribute}
|
101
|
+
accepted: 必定要接受%{attribute}
|
102
|
+
blank: ! '%{attribute}不可以是空白'
|
103
|
+
present: ! '%{attribute}必定要是空白'
|
104
|
+
confirmation: ! '不符合%{attribute}'
|
105
|
+
empty: ! '%{attribute}不可以留空'
|
106
|
+
equal_to: ! '%{attribute}必須等於%{count}'
|
107
|
+
even: ! '%{attribute}必須要是雙數'
|
108
|
+
exclusion: ! '%{attribute}是被保留的關鍵字'
|
109
|
+
greater_than: ! '%{attribute}必須大於%{count}'
|
110
|
+
greater_than_or_equal_to: ! '%{attribute}必須大於或等於%{count}'
|
111
|
+
inclusion: ! '%{attribute}沒有包含在列表中'
|
112
|
+
invalid: ! '%{attribute}是無效的'
|
113
|
+
less_than: ! '%{attribute}必須小於%{count}'
|
114
|
+
less_than_or_equal_to: ! '%{attribute}必須小於或等於%{count}'
|
115
|
+
not_a_number: ! '%{attribute}不是數字'
|
116
|
+
not_an_integer: ! '%{attribute}必須是整數'
|
117
|
+
odd: ! '%{attribute}必須是單數'
|
118
|
+
record_invalid: ! '%{attribute}驗證失敗︰%{errors}'
|
119
119
|
restrict_dependent_destroy:
|
120
|
-
one:
|
121
|
-
many:
|
122
|
-
taken: ! '%{attribute}
|
120
|
+
one: 由於%{record}依賴此記錄,無法移除
|
121
|
+
many: 由於%{record}依賴此記錄,無法移除
|
122
|
+
taken: ! '%{attribute}已被使用'
|
123
123
|
too_long:
|
124
|
-
one:
|
125
|
-
other:
|
124
|
+
one: 太長(最長為一個字元)
|
125
|
+
other: 太長(最長為%{count}個字元)
|
126
126
|
too_short:
|
127
|
-
one:
|
128
|
-
other:
|
127
|
+
one: 太短(最少為一個字元)
|
128
|
+
other: 太短(最少為%{count}個字元)
|
129
129
|
wrong_length:
|
130
|
-
one:
|
131
|
-
other:
|
130
|
+
one: 字數錯誤 (應為一個字元)
|
131
|
+
other: 字數錯誤 (應為%{count}個字元)
|
132
132
|
other_than: ! '%{attribute}唔可以係%{count}'
|
133
133
|
template:
|
134
|
-
body:
|
134
|
+
body: 以下欄位發生問題︰
|
135
135
|
header:
|
136
|
-
one:
|
137
|
-
other:
|
136
|
+
one: 發生一項錯誤,以致%{model}未能儲存。
|
137
|
+
other: 發生%{count}項錯誤,以致%{model}未能儲存。
|
138
138
|
helpers:
|
139
139
|
select:
|
140
|
-
prompt:
|
140
|
+
prompt: 請選擇
|
141
141
|
submit:
|
142
|
-
create:
|
142
|
+
create: 新增%{model}
|
143
143
|
submit: 儲存%{model}
|
144
144
|
update: 更新%{model}
|
145
145
|
number:
|
@@ -192,16 +192,16 @@ zh-HK:
|
|
192
192
|
delimiter: ''
|
193
193
|
support:
|
194
194
|
array:
|
195
|
-
last_word_connector:
|
196
|
-
two_words_connector:
|
195
|
+
last_word_connector: ! '和'
|
196
|
+
two_words_connector: ! '和'
|
197
197
|
words_connector: 、
|
198
198
|
time:
|
199
|
-
am:
|
199
|
+
am: 上午
|
200
200
|
formats:
|
201
|
-
default: ! '%Y年%b%d
|
202
|
-
long: ! '%Y年%b%d
|
203
|
-
short: ! '%b%d
|
204
|
-
pm:
|
201
|
+
default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
|
202
|
+
long: ! '%Y年%b%d日 %H:%M'
|
203
|
+
short: ! '%b%d日 %H:%M'
|
204
|
+
pm: 下午
|
205
205
|
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
206
206
|
activemodel:
|
207
207
|
errors:
|