rails-i18n 5.0.0.beta3 → 5.0.0.beta4
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 +22 -4
- data/README.md +7 -8
- data/rails/locale/ar.yml +2 -2
- data/rails/locale/cs.yml +1 -0
- data/rails/locale/da.yml +2 -0
- data/rails/locale/de-AT.yml +2 -0
- data/rails/locale/de-CH.yml +2 -0
- data/rails/locale/de-DE.yml +215 -0
- data/rails/locale/de.yml +2 -0
- data/rails/locale/es-ES.yml +214 -0
- data/rails/locale/es-PA.yml +25 -25
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +3 -0
- data/rails/locale/it.yml +1 -0
- data/rails/locale/km.yml +3 -3
- data/rails/locale/ml.yml +210 -0
- data/rails/locale/nb.yml +4 -1
- data/rails/locale/nn.yml +5 -2
- data/rails/locale/sq.yml +208 -0
- data/rails/locale/tr.yml +2 -0
- data/rails/locale/uk.yml +3 -0
- data/rails/locale/zh-CN.yml +4 -1
- data/rails/locale/zh-HK.yml +28 -26
- data/rails/locale/zh-TW.yml +4 -1
- data/rails/locale/zh-YUE.yml +31 -29
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/he.rb +2 -20
- data/rails/pluralization/ml.rb +3 -0
- data/rails/pluralization/pt.rb +3 -0
- metadata +12 -2
data/rails/locale/nb.yml
CHANGED
@@ -109,7 +109,7 @@ nb:
|
|
109
109
|
accepted: må være akseptert
|
110
110
|
blank: kan ikke være blank
|
111
111
|
present: må være blank
|
112
|
-
confirmation:
|
112
|
+
confirmation: er ikke lik %{attribute}
|
113
113
|
empty: kan ikke være tom
|
114
114
|
equal_to: må være lik %{count}
|
115
115
|
even: må være partall
|
@@ -120,9 +120,11 @@ nb:
|
|
120
120
|
invalid: er ugyldig
|
121
121
|
less_than: må være mindre enn %{count}
|
122
122
|
less_than_or_equal_to: må være mindre enn eller lik %{count}
|
123
|
+
model_invalid: 'Det oppstod feil: %{errors}'
|
123
124
|
not_a_number: er ikke et tall
|
124
125
|
not_an_integer: er ikke et heltall
|
125
126
|
odd: må være oddetall
|
127
|
+
required: må eksistere
|
126
128
|
taken: er allerede i bruk
|
127
129
|
too_long: er for lang (maksimum %{count} tegn)
|
128
130
|
too_short: er for kort (minimum %{count} tegn)
|
@@ -192,6 +194,7 @@ nb:
|
|
192
194
|
percentage:
|
193
195
|
format:
|
194
196
|
delimiter: ''
|
197
|
+
format: "%n%"
|
195
198
|
precision:
|
196
199
|
format:
|
197
200
|
delimiter: ''
|
data/rails/locale/nn.yml
CHANGED
@@ -107,7 +107,7 @@ nn:
|
|
107
107
|
accepted: må vera akseptert
|
108
108
|
blank: kan ikkje vera blank
|
109
109
|
present: må vera blank
|
110
|
-
confirmation: er ikkje
|
110
|
+
confirmation: er ikkje lik %{attribute}
|
111
111
|
empty: kan ikkje vera tom
|
112
112
|
equal_to: må vera lik %{count}
|
113
113
|
even: må vera partal
|
@@ -118,9 +118,11 @@ nn:
|
|
118
118
|
invalid: er ugyldig
|
119
119
|
less_than: må vera mindre enn %{count}
|
120
120
|
less_than_or_equal_to: må vera mindre enn eller lik %{count}
|
121
|
+
model_invalid: 'Valideringa mislukka: %{errors}'
|
121
122
|
not_a_number: er ikkje eit tal
|
122
123
|
not_an_integer: er ikkje eit heiltal
|
123
124
|
odd: må vera oddetal
|
125
|
+
required: må eksistera
|
124
126
|
taken: er allereie i bruk
|
125
127
|
too_long: er for lang (maksimum %{count} teikn)
|
126
128
|
too_short: er for kort (minimum %{count} teikn)
|
@@ -134,7 +136,7 @@ nn:
|
|
134
136
|
prompt: Gjer eit val
|
135
137
|
submit:
|
136
138
|
create: Lag %{model}
|
137
|
-
submit:
|
139
|
+
submit: Lagre %{model}
|
138
140
|
update: Oppdater %{model}
|
139
141
|
number:
|
140
142
|
currency:
|
@@ -188,6 +190,7 @@ nn:
|
|
188
190
|
percentage:
|
189
191
|
format:
|
190
192
|
delimiter: ''
|
193
|
+
format: "%n%"
|
191
194
|
precision:
|
192
195
|
format:
|
193
196
|
delimiter: ''
|
data/rails/locale/sq.yml
ADDED
@@ -0,0 +1,208 @@
|
|
1
|
+
sq:
|
2
|
+
activerecord:
|
3
|
+
errors:
|
4
|
+
messages:
|
5
|
+
record_invalid: "Validimi dështoi: %{errors}"
|
6
|
+
restrict_dependent_destroy:
|
7
|
+
has_one: "Nuk mund të fshini rekordin për shkak se një %{record} i varur ekziston"
|
8
|
+
has_many: "Nuk mund të fshini rekordin për shkak se %{record} të varura ekzistojnë"
|
9
|
+
date:
|
10
|
+
abbr_day_names:
|
11
|
+
- E Diel
|
12
|
+
- E Hënë
|
13
|
+
- E Martë
|
14
|
+
- E Mërkurë
|
15
|
+
- E Enjte
|
16
|
+
- E Premte
|
17
|
+
- E Shtunë
|
18
|
+
abbr_month_names:
|
19
|
+
-
|
20
|
+
- Janar
|
21
|
+
- Shkurt
|
22
|
+
- Mars
|
23
|
+
- Prill
|
24
|
+
- Maj
|
25
|
+
- Qershor
|
26
|
+
- Korrik
|
27
|
+
- Gusht
|
28
|
+
- Shtator
|
29
|
+
- Tetor
|
30
|
+
- Nëntor
|
31
|
+
- Dhjetor
|
32
|
+
day_names:
|
33
|
+
- E Diel
|
34
|
+
- E Hënë
|
35
|
+
- E Martë
|
36
|
+
- E Mërkurë
|
37
|
+
- E Enjte
|
38
|
+
- E Premte
|
39
|
+
- E Shtunë
|
40
|
+
formats:
|
41
|
+
default: "%d-%m-%Y"
|
42
|
+
long: "%d %B, %Y"
|
43
|
+
short: "%d %b"
|
44
|
+
month_names:
|
45
|
+
-
|
46
|
+
- Janar
|
47
|
+
- Shkurt
|
48
|
+
- Mars
|
49
|
+
- Prill
|
50
|
+
- Maj
|
51
|
+
- Qershor
|
52
|
+
- Korrik
|
53
|
+
- Gusht
|
54
|
+
- Shtator
|
55
|
+
- Tetor
|
56
|
+
- Nëntor
|
57
|
+
- Dhjetor
|
58
|
+
order:
|
59
|
+
- :day
|
60
|
+
- :month
|
61
|
+
- :year
|
62
|
+
datetime:
|
63
|
+
distance_in_words:
|
64
|
+
about_x_hours:
|
65
|
+
one: rreth 1 orë
|
66
|
+
other: rreth %{count} orë
|
67
|
+
about_x_months:
|
68
|
+
one: rreth 1 muaj
|
69
|
+
other: rreth %{count} muaj
|
70
|
+
about_x_years:
|
71
|
+
one: rreth 1 vit
|
72
|
+
other: rreth %{count} vite
|
73
|
+
almost_x_years:
|
74
|
+
one: gati 1 vit
|
75
|
+
other: gati %{count} vite
|
76
|
+
half_a_minute: gjysëm minute
|
77
|
+
less_than_x_minutes:
|
78
|
+
one: më pak se një minutë
|
79
|
+
other: më pak se %{count} minuta
|
80
|
+
less_than_x_seconds:
|
81
|
+
one: më pak se 1 sekond
|
82
|
+
other: më pak se %{count} sekonda
|
83
|
+
over_x_years:
|
84
|
+
one: mbi 1 vit
|
85
|
+
other: mbi %{count} vite
|
86
|
+
x_days:
|
87
|
+
one: 1 ditë
|
88
|
+
other: "%{count} ditë"
|
89
|
+
x_minutes:
|
90
|
+
one: 1 minutë
|
91
|
+
other: "%{count} minuta"
|
92
|
+
x_months:
|
93
|
+
one: 1 muaj
|
94
|
+
other: "%{count} muaj"
|
95
|
+
x_seconds:
|
96
|
+
one: 1 sekond
|
97
|
+
other: "%{count} sekonda"
|
98
|
+
prompts:
|
99
|
+
day: Ditë
|
100
|
+
hour: Orë
|
101
|
+
minute: Minutë
|
102
|
+
month: Muaj
|
103
|
+
second: Sekond
|
104
|
+
year: Vit
|
105
|
+
errors:
|
106
|
+
format: "%{attribute} %{message}"
|
107
|
+
messages:
|
108
|
+
accepted: duhet të pranohet
|
109
|
+
blank: nuk mund të jetë bosh
|
110
|
+
present: duhet të jetë bosh
|
111
|
+
confirmation: nuk përputhet me %{attribute}
|
112
|
+
empty: nuk mund të jetë bosh
|
113
|
+
equal_to: duhet të përputhet me %{count}
|
114
|
+
even: duhet të jetë i barabartë
|
115
|
+
exclusion: është i rezervuar
|
116
|
+
greater_than: duhet të jetë më shumë se %{count}
|
117
|
+
greater_than_or_equal_to: duhet të jetë më shumë ose i barabartë me %{count}
|
118
|
+
inclusion: nuk është i përfshirë në list
|
119
|
+
invalid: është e palejuar
|
120
|
+
less_than: duhet të jetë më pak se %{count}
|
121
|
+
less_than_or_equal_to: duhet të jetë më pak ose i barabartë me %{count}
|
122
|
+
model_invalid: "Validimi dështoi: %{errors}"
|
123
|
+
not_a_number: nuk është numër
|
124
|
+
not_an_integer: duhet të jetë numër
|
125
|
+
odd: duhet të jetë tek
|
126
|
+
required: duhet të ekzistojë
|
127
|
+
taken: është marrë tashmë
|
128
|
+
too_long:
|
129
|
+
one: është shumë i gjatë (maksimumi është 1 shkronjë)
|
130
|
+
other: është shumë i gjatë (maksimumi është %{count} shkronja)
|
131
|
+
too_short:
|
132
|
+
one: është shumë i shkurtër (minimumi është 1 shkronjë)
|
133
|
+
other: është shumë i shkurtër (minimumi është %{count} shkronja)
|
134
|
+
wrong_length:
|
135
|
+
one: është gjatësia e gabuar (duhet të jetë 1 shkronjë)
|
136
|
+
other: është gjatësia e gabuar (duhet të jetë %{count} shkronja)
|
137
|
+
other_than: duhet të jetë më shumë se %{count}
|
138
|
+
template:
|
139
|
+
body: 'Kishte probleme me formën e mëposhtme:'
|
140
|
+
header:
|
141
|
+
one: 1 veprim i gabuar e ndaloi këtë %{model} për t'u ruajtur
|
142
|
+
other: "%{count} veprime të gabuara e ndaluan këtë %{model} për t'u ruajtur"
|
143
|
+
helpers:
|
144
|
+
select:
|
145
|
+
prompt: Ju lutem zgjidhni
|
146
|
+
submit:
|
147
|
+
create: Krijo %{model}
|
148
|
+
submit: Ruaj %{model}
|
149
|
+
update: Ndrysho %{model}
|
150
|
+
number:
|
151
|
+
currency:
|
152
|
+
format:
|
153
|
+
delimiter: ","
|
154
|
+
format: "%u%n"
|
155
|
+
precision: 2
|
156
|
+
separator: "."
|
157
|
+
significant: false
|
158
|
+
strip_insignificant_zeros: false
|
159
|
+
unit: "LEK"
|
160
|
+
format:
|
161
|
+
delimiter: ","
|
162
|
+
precision: 3
|
163
|
+
separator: "."
|
164
|
+
significant: false
|
165
|
+
strip_insignificant_zeros: false
|
166
|
+
human:
|
167
|
+
decimal_units:
|
168
|
+
format: "%n %u"
|
169
|
+
units:
|
170
|
+
billion: Bilion
|
171
|
+
million: Milion
|
172
|
+
quadrillion: Kuadrilion
|
173
|
+
thousand: Mijë
|
174
|
+
trillion: Trilion
|
175
|
+
unit: ''
|
176
|
+
format:
|
177
|
+
delimiter: ''
|
178
|
+
precision: 3
|
179
|
+
significant: true
|
180
|
+
strip_insignificant_zeros: true
|
181
|
+
storage_units:
|
182
|
+
format: "%n %u"
|
183
|
+
units:
|
184
|
+
byte:
|
185
|
+
one: Byte
|
186
|
+
other: Bytes
|
187
|
+
gb: GB
|
188
|
+
kb: KB
|
189
|
+
mb: MB
|
190
|
+
tb: TB
|
191
|
+
percentage:
|
192
|
+
format:
|
193
|
+
delimiter: ''
|
194
|
+
precision:
|
195
|
+
format:
|
196
|
+
delimiter: ''
|
197
|
+
support:
|
198
|
+
array:
|
199
|
+
last_word_connector: ", dhe "
|
200
|
+
two_words_connector: " dhe "
|
201
|
+
words_connector: ", "
|
202
|
+
time:
|
203
|
+
am: në mëngjes
|
204
|
+
formats:
|
205
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
206
|
+
long: "%d %B, %Y %H:%M"
|
207
|
+
short: "%d %b %H:%M"
|
208
|
+
pm: mbasdite
|
data/rails/locale/tr.yml
CHANGED
@@ -134,6 +134,8 @@ tr:
|
|
134
134
|
one: hatalı uzunlukta (1 karakter olmalı)
|
135
135
|
other: hatalı uzunlukta (%{count} karakter olmalı)
|
136
136
|
other_than: "%{count} karakterden oluşamaz"
|
137
|
+
model_invalid: "Doğrulama başarısız oldu: %{errors}"
|
138
|
+
required: doldurulmalı
|
137
139
|
template:
|
138
140
|
body: 'Lütfen aşağıdaki hataları düzeltiniz:'
|
139
141
|
header:
|
data/rails/locale/uk.yml
CHANGED
@@ -4,6 +4,9 @@ uk:
|
|
4
4
|
errors:
|
5
5
|
messages:
|
6
6
|
record_invalid: 'Виникли помилки: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: 'Неможливо видалити запис, так як існує залежність: %{record}'
|
9
|
+
has_many: 'Неможливо видалити запис, так як існують залежності: %{record}'
|
7
10
|
date:
|
8
11
|
abbr_day_names:
|
9
12
|
- нд.
|
data/rails/locale/zh-CN.yml
CHANGED
@@ -3,7 +3,7 @@ zh-CN:
|
|
3
3
|
activerecord:
|
4
4
|
errors:
|
5
5
|
messages:
|
6
|
-
record_invalid:
|
6
|
+
record_invalid: "验证失败: %{errors}"
|
7
7
|
restrict_dependent_destroy:
|
8
8
|
has_one: 由于 %{record} 需要此记录,所以无法移除记录
|
9
9
|
has_many: 由于 %{record} 需要此记录,所以无法移除记录
|
@@ -120,9 +120,11 @@ zh-CN:
|
|
120
120
|
invalid: 是无效的
|
121
121
|
less_than: 必须小于 %{count}
|
122
122
|
less_than_or_equal_to: 必须小于或等于 %{count}
|
123
|
+
model_invalid: "验证失败: %{errors}"
|
123
124
|
not_a_number: 不是数字
|
124
125
|
not_an_integer: 必须是整数
|
125
126
|
odd: 必须为单数
|
127
|
+
required: 必须存在
|
126
128
|
taken: 已经被使用
|
127
129
|
too_long:
|
128
130
|
one: 过长(最长为一个字符)
|
@@ -190,6 +192,7 @@ zh-CN:
|
|
190
192
|
percentage:
|
191
193
|
format:
|
192
194
|
delimiter: ''
|
195
|
+
format: "%n%"
|
193
196
|
precision:
|
194
197
|
format:
|
195
198
|
delimiter: ''
|
data/rails/locale/zh-HK.yml
CHANGED
@@ -3,7 +3,7 @@ zh-HK:
|
|
3
3
|
activerecord:
|
4
4
|
errors:
|
5
5
|
messages:
|
6
|
-
record_invalid: "
|
6
|
+
record_invalid: "驗證失敗︰%{errors}"
|
7
7
|
restrict_dependent_destroy:
|
8
8
|
has_one: 由於%{record}依賴此記錄,無法移除
|
9
9
|
has_many: 由於%{record}依賴此記錄,無法移除
|
@@ -104,41 +104,43 @@ zh-HK:
|
|
104
104
|
second: 秒
|
105
105
|
year: 年
|
106
106
|
errors:
|
107
|
-
format: "%{message}"
|
107
|
+
format: "%{attribute} %{message}"
|
108
108
|
messages:
|
109
|
-
accepted:
|
110
|
-
blank: "
|
111
|
-
present: "
|
112
|
-
confirmation:
|
113
|
-
empty: "
|
114
|
-
equal_to: "%{
|
115
|
-
even: "
|
116
|
-
exclusion: "
|
117
|
-
greater_than: "%{
|
118
|
-
greater_than_or_equal_to: "%{
|
119
|
-
inclusion: "
|
120
|
-
invalid: "
|
121
|
-
less_than: "%{
|
122
|
-
less_than_or_equal_to: "%{
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
109
|
+
accepted: 必定要被接受
|
110
|
+
blank: "不可以是空白"
|
111
|
+
present: "必定要是空白"
|
112
|
+
confirmation: 兩次輸入不一致
|
113
|
+
empty: "不可以留空"
|
114
|
+
equal_to: "必須等於 %{count}"
|
115
|
+
even: "必須要是雙數"
|
116
|
+
exclusion: "是被保留的關鍵字"
|
117
|
+
greater_than: "必須大於 %{count}"
|
118
|
+
greater_than_or_equal_to: "必須大於或等於 %{count}"
|
119
|
+
inclusion: "並非可被接受的內容"
|
120
|
+
invalid: "是無效的"
|
121
|
+
less_than: "必須小於 %{count}"
|
122
|
+
less_than_or_equal_to: "必須小於或等於 %{count}"
|
123
|
+
model_invalid: "驗證失敗︰%{errors}"
|
124
|
+
not_a_number: "必須是數字"
|
125
|
+
not_an_integer: "必須是整數"
|
126
|
+
odd: "必須是單數"
|
127
|
+
required: 必須存在
|
128
|
+
taken: "已被使用"
|
127
129
|
too_long:
|
128
130
|
one: 太長(最長為一個字元)
|
129
|
-
other:
|
131
|
+
other: 太長(最長為 %{count} 個字元)
|
130
132
|
too_short:
|
131
133
|
one: 太短(最少為一個字元)
|
132
|
-
other:
|
134
|
+
other: 太短(最少為 %{count} 個字元)
|
133
135
|
wrong_length:
|
134
136
|
one: 字數錯誤 (應為一個字元)
|
135
|
-
other: 字數錯誤 (
|
136
|
-
other_than: "%{
|
137
|
+
other: 字數錯誤 (應為 %{count} 個字元)
|
138
|
+
other_than: "不可以是 %{count} 個字"
|
137
139
|
template:
|
138
140
|
body: 以下欄位發生問題︰
|
139
141
|
header:
|
140
|
-
one:
|
141
|
-
other: 發生%{count}
|
142
|
+
one: 發生一項錯誤,以致 %{model} 未能儲存。
|
143
|
+
other: 發生%{count}項錯誤,以致 %{model} 未能儲存。
|
142
144
|
helpers:
|
143
145
|
select:
|
144
146
|
prompt: 請選擇
|
data/rails/locale/zh-TW.yml
CHANGED
@@ -3,7 +3,7 @@ zh-TW:
|
|
3
3
|
activerecord:
|
4
4
|
errors:
|
5
5
|
messages:
|
6
|
-
record_invalid:
|
6
|
+
record_invalid: "校驗失敗: %{errors}"
|
7
7
|
restrict_dependent_destroy:
|
8
8
|
has_one: 由於 %{record} 需要此記錄,所以無法移除記錄
|
9
9
|
has_many: 由於 %{record} 需要此記錄,所以無法移除記錄
|
@@ -120,9 +120,11 @@ zh-TW:
|
|
120
120
|
invalid: 是無效的
|
121
121
|
less_than: 必須小於 %{count}
|
122
122
|
less_than_or_equal_to: 必須小於或等於 %{count}
|
123
|
+
model_invalid: "校驗失敗: %{errors}"
|
123
124
|
not_a_number: 不是數字
|
124
125
|
not_an_integer: 必須是整數
|
125
126
|
odd: 必須是奇數
|
127
|
+
required: 必須存在
|
126
128
|
taken: 已經被使用
|
127
129
|
too_long:
|
128
130
|
one: 過長(最長是一個字)
|
@@ -190,6 +192,7 @@ zh-TW:
|
|
190
192
|
percentage:
|
191
193
|
format:
|
192
194
|
delimiter: ''
|
195
|
+
format: "%n%"
|
193
196
|
precision:
|
194
197
|
format:
|
195
198
|
delimiter: ''
|
data/rails/locale/zh-YUE.yml
CHANGED
@@ -3,7 +3,7 @@ zh-YUE:
|
|
3
3
|
activerecord:
|
4
4
|
errors:
|
5
5
|
messages:
|
6
|
-
record_invalid: "
|
6
|
+
record_invalid: "驗證失敗︰%{errors}"
|
7
7
|
restrict_dependent_destroy:
|
8
8
|
has_one: 唔可以刪除,因為%{record}要用佢
|
9
9
|
has_many: 唔可以刪除,因為%{record}要用佢
|
@@ -104,36 +104,38 @@ zh-YUE:
|
|
104
104
|
second: 秒
|
105
105
|
year: 年
|
106
106
|
errors:
|
107
|
-
format: "%{message}"
|
107
|
+
format: "%{attribute} %{message}"
|
108
108
|
messages:
|
109
|
-
accepted:
|
110
|
-
blank: "
|
111
|
-
present: "
|
112
|
-
confirmation: "
|
113
|
-
empty: "
|
114
|
-
equal_to: "%{
|
115
|
-
even: "
|
116
|
-
exclusion: "
|
117
|
-
greater_than: "
|
118
|
-
greater_than_or_equal_to: "
|
119
|
-
inclusion: "
|
120
|
-
invalid: "
|
121
|
-
less_than: "
|
122
|
-
less_than_or_equal_to: "
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
109
|
+
accepted: 一定要被接受
|
110
|
+
blank: "唔可以空白"
|
111
|
+
present: "一定要空白"
|
112
|
+
confirmation: "兩次輸入唔夾"
|
113
|
+
empty: "唔可以漏空"
|
114
|
+
equal_to: "要等於 %{count}"
|
115
|
+
even: "要係雙數"
|
116
|
+
exclusion: "唔用得"
|
117
|
+
greater_than: "要大過%{count}"
|
118
|
+
greater_than_or_equal_to: "要大過或者等於%{count}"
|
119
|
+
inclusion: "唔係可被接受嘅內容"
|
120
|
+
invalid: "無效"
|
121
|
+
less_than: "要細過%{count}"
|
122
|
+
less_than_or_equal_to: "要細過或者等於%{count}"
|
123
|
+
model_invalid: "驗證失敗︰%{errors}"
|
124
|
+
not_a_number: "唔係一個數字"
|
125
|
+
not_an_integer: "要係整數"
|
126
|
+
odd: "要係單數"
|
127
|
+
required: 必須存在
|
128
|
+
taken: "已經用緊"
|
127
129
|
too_long:
|
128
|
-
one: 太長(最多1個字)
|
129
|
-
other:
|
130
|
+
one: 太長(最多 1 個字)
|
131
|
+
other: 太長(最多 %{count} 個字)
|
130
132
|
too_short:
|
131
|
-
one: 太短(最少1個字)
|
132
|
-
other:
|
133
|
+
one: 太短(最少 1 個字)
|
134
|
+
other: 太短(最少 %{count} 個字)
|
133
135
|
wrong_length:
|
134
|
-
one: 唔啱字數 (要係1個字)
|
135
|
-
other: 唔啱字數 (
|
136
|
-
other_than: "
|
136
|
+
one: 唔啱字數 (要係 1 個字)
|
137
|
+
other: 唔啱字數 (要係 %{count} 個字)
|
138
|
+
other_than: "唔可以係%{count} 個字"
|
137
139
|
template:
|
138
140
|
body: 呢啲有問題︰
|
139
141
|
header:
|
@@ -141,9 +143,9 @@ zh-YUE:
|
|
141
143
|
other: 有%{count}個問題,%{model}儲存唔到。
|
142
144
|
helpers:
|
143
145
|
select:
|
144
|
-
prompt:
|
146
|
+
prompt: 請喺度揀
|
145
147
|
submit:
|
146
|
-
create:
|
148
|
+
create: 新增%{model}
|
147
149
|
submit: 儲存%{model}
|
148
150
|
update: 更新%{model}
|
149
151
|
number:
|