rails-i18n 0.1.7 → 0.1.8
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/README.md +2 -2
- data/rails/locale/he.yml +18 -17
- data/rails/locale/id.yml +97 -3
- data/rails/locale/sv-SE.yml +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -36,12 +36,12 @@ Available locales are:
|
|
|
36
36
|
Note that all locale files are not yet ready for Rails 3. Currently, following locales are ready for Rails 2 and 3:
|
|
37
37
|
|
|
38
38
|
> ar, bg, bs, ca, cs, cy, da, de, de-AT, de-CH, el, en-AU, en-GB, en-US, eo, es, es-AR, es-CL, es-CO, es-MX, et,
|
|
39
|
-
> eu, fa, fi, fr, fr-CA, fr-CH, gsw-CH, he, hi, hi-IN, hu, is, it, ja, kn, ko, lv, nb,
|
|
39
|
+
> eu, fa, fi, fr, fr-CA, fr-CH, gsw-CH, he, hi, hi-IN, hu, id, is, it, ja, kn, ko, lv, nb,
|
|
40
40
|
> nl, pl, pt-BR, pt-PT, ro, ru, sk, sv-SE, sw, th, uk, zh-CN, zh-TW
|
|
41
41
|
|
|
42
42
|
Not-yet-ready locales are:
|
|
43
43
|
|
|
44
|
-
> bn-IN, dsb, es-PE, fur, gl-ES, hr, hsb,
|
|
44
|
+
> bn-IN, dsb, es-PE, fur, gl-ES, hr, hsb, lo, lt, mk, mn, nn, rm, sl, sr, sr-Latn, tr, vi
|
|
45
45
|
|
|
46
46
|
We always welcome your contributions!
|
|
47
47
|
|
data/rails/locale/he.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Hebrew translations for Ruby on Rails
|
|
2
2
|
# by Dotan Nahum (dipidi@gmail.com)
|
|
3
3
|
# Rails 3 update by rbjarnason
|
|
4
|
+
# Grammer updates and completion of missing translations by Meron Bareket (mrnbrkt)
|
|
4
5
|
|
|
5
6
|
"he":
|
|
6
7
|
date:
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
abbr_month_names:
|
|
45
46
|
- ~
|
|
46
47
|
- יאנ
|
|
47
|
-
-
|
|
48
|
+
- פבר
|
|
48
49
|
- מרץ
|
|
49
50
|
- אפר
|
|
50
51
|
- מאי
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
- ספט
|
|
55
56
|
- אוק
|
|
56
57
|
- נוב
|
|
57
|
-
-
|
|
58
|
+
- דצמ
|
|
58
59
|
order:
|
|
59
60
|
- :day
|
|
60
61
|
- :month
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
|
|
90
91
|
currency:
|
|
91
92
|
format:
|
|
92
|
-
unit: '
|
|
93
|
+
unit: '₪'
|
|
93
94
|
precision: 2
|
|
94
95
|
format: '%u %n'
|
|
95
96
|
separator: "."
|
|
@@ -115,12 +116,12 @@
|
|
|
115
116
|
format: "%n %u"
|
|
116
117
|
units:
|
|
117
118
|
byte:
|
|
118
|
-
one: "
|
|
119
|
+
one: "בייט"
|
|
119
120
|
other: "בתים"
|
|
120
|
-
kb: "
|
|
121
|
-
mb: "
|
|
122
|
-
gb: "
|
|
123
|
-
tb: "
|
|
121
|
+
kb: "קילו-בייט"
|
|
122
|
+
mb: "מגה-בייט"
|
|
123
|
+
gb: "ג'יגה-בייט"
|
|
124
|
+
tb: "טרה-בייט"
|
|
124
125
|
decimal_units:
|
|
125
126
|
format: "%n %u"
|
|
126
127
|
units:
|
|
@@ -192,16 +193,16 @@
|
|
|
192
193
|
messages: &errors_messages
|
|
193
194
|
inclusion: "לא נכלל ברשימה"
|
|
194
195
|
exclusion: "לא זמין"
|
|
195
|
-
invalid: "לא
|
|
196
|
+
invalid: "לא תקין"
|
|
196
197
|
confirmation: "לא תואם לאישורו"
|
|
197
198
|
accepted: "חייב באישור"
|
|
198
|
-
empty: "
|
|
199
|
-
blank: "
|
|
199
|
+
empty: "לא יכול להיות ריק"
|
|
200
|
+
blank: "לא יכול להיות ריק"
|
|
200
201
|
too_long: "יותר מדי ארוך (לא יותר מ- %{count} תוים)"
|
|
201
202
|
too_short: "יותר מדי קצר (לא יותר מ- %{count} תוים)"
|
|
202
203
|
wrong_length: "לא באורך הנכון (חייב להיות %{count} תוים)"
|
|
203
|
-
not_a_number: "
|
|
204
|
-
not_an_integer: "
|
|
204
|
+
not_a_number: "חייב להיות מספר"
|
|
205
|
+
not_an_integer: "חייב להיות מספר שלם"
|
|
205
206
|
greater_than: "חייב להיות גדול מ- %{count}"
|
|
206
207
|
greater_than_or_equal_to: "חייב להיות גדול או שווה ל- %{count}"
|
|
207
208
|
equal_to: "חייב להיות שווה ל- %{count}"
|
|
@@ -214,13 +215,13 @@
|
|
|
214
215
|
errors:
|
|
215
216
|
template:
|
|
216
217
|
header:
|
|
217
|
-
one: "לא ניתן לשמור
|
|
218
|
-
other: "לא ניתן לשמור
|
|
218
|
+
one: "לא ניתן לשמור את ה%{model}: שגיאה אחת"
|
|
219
|
+
other: "לא ניתן לשמור את ה%{model}: %{count} שגיאות."
|
|
219
220
|
body: "אנא בדוק את השדות הבאים:"
|
|
220
221
|
|
|
221
222
|
messages:
|
|
222
|
-
taken: "
|
|
223
|
-
record_invalid: "
|
|
223
|
+
taken: "כבר בשימוש"
|
|
224
|
+
record_invalid: "האימות נכשל: %{errors}"
|
|
224
225
|
<<: *errors_messages
|
|
225
226
|
|
|
226
227
|
full_messages:
|
data/rails/locale/id.yml
CHANGED
|
@@ -67,7 +67,6 @@ id:
|
|
|
67
67
|
short: "%d %b %H.%M"
|
|
68
68
|
long: "%d %B %Y %H.%M"
|
|
69
69
|
time: "%H:%M"
|
|
70
|
-
|
|
71
70
|
am: "am"
|
|
72
71
|
pm: "pm"
|
|
73
72
|
|
|
@@ -156,6 +155,46 @@ id:
|
|
|
156
155
|
almost_x_years:
|
|
157
156
|
one: "hampir setahun"
|
|
158
157
|
other: "hampir %{count} tahun"
|
|
158
|
+
prompts:
|
|
159
|
+
year: "Tahun"
|
|
160
|
+
month: "Bulan"
|
|
161
|
+
day: "Hari"
|
|
162
|
+
hour: "Jam"
|
|
163
|
+
minute: "Menit"
|
|
164
|
+
second: "Detik"
|
|
165
|
+
|
|
166
|
+
helpers:
|
|
167
|
+
select:
|
|
168
|
+
prompt: "Silahkan pilih"
|
|
169
|
+
|
|
170
|
+
submit:
|
|
171
|
+
create: 'Buat %{model}'
|
|
172
|
+
update: 'Update %{model}'
|
|
173
|
+
submit: 'Simpan %{model}'
|
|
174
|
+
|
|
175
|
+
errors:
|
|
176
|
+
format: "%{attribute} %{message}"
|
|
177
|
+
|
|
178
|
+
messages: &errors_messages
|
|
179
|
+
inclusion: "tak termasuk dalam daftar"
|
|
180
|
+
exclusion: "dipakai"
|
|
181
|
+
invalid: "tidak valid"
|
|
182
|
+
confirmation: "tidak sesuai dengan konfirmasi"
|
|
183
|
+
accepted: "harus diterima"
|
|
184
|
+
empty: "tidak boleh kosong"
|
|
185
|
+
blank: "tidak boleh kosong"
|
|
186
|
+
too_long: "terlalu panjang (maksimum adalah %{count} karakter)"
|
|
187
|
+
too_short: "terlalu pendek (minimum adalah %{count} karakter)"
|
|
188
|
+
wrong_length: "tidak sesuai dengan jumlah karakter yg di butuhkan (seharusnya %{count} karakter)"
|
|
189
|
+
not_a_number: "bukan angka"
|
|
190
|
+
not_an_integer: "harus angka"
|
|
191
|
+
greater_than: "harus lebih besar dari %{count}"
|
|
192
|
+
greater_than_or_equal_to: "harus lebih besar atau sama dengan %{count}"
|
|
193
|
+
equal_to: "harus sama dengan %{count}"
|
|
194
|
+
less_than: "harus kurang dari %{count}"
|
|
195
|
+
less_than_or_equal_to: "harus kurang atau sama dengan %{count}"
|
|
196
|
+
odd: "harus ganjil"
|
|
197
|
+
even: "harus genap"
|
|
159
198
|
|
|
160
199
|
activerecord:
|
|
161
200
|
errors:
|
|
@@ -173,8 +212,8 @@ id:
|
|
|
173
212
|
empty: "tidak bisa kosong"
|
|
174
213
|
blank: "tidak bisa kosong"
|
|
175
214
|
too_long: "terlalu panjang (maksimum %{count} karakter)"
|
|
176
|
-
too_short: "terlalu pendek (
|
|
177
|
-
wrong_length: "
|
|
215
|
+
too_short: "terlalu pendek (minimum %{count} karakter)"
|
|
216
|
+
wrong_length: "jumlah karakter salah (seharusnya %{count} karakter)"
|
|
178
217
|
taken: "sudah digunakan"
|
|
179
218
|
not_a_number: "bukan angka"
|
|
180
219
|
greater_than: "harus lebih besar dari %{count}"
|
|
@@ -185,3 +224,58 @@ id:
|
|
|
185
224
|
odd: "harus ganjil"
|
|
186
225
|
even: "harus genap"
|
|
187
226
|
record_invalid: "Verifikasi gagal: %{errors}"
|
|
227
|
+
|
|
228
|
+
full_messages:
|
|
229
|
+
format: "%{attribute} %{message}"
|
|
230
|
+
|
|
231
|
+
number:
|
|
232
|
+
format:
|
|
233
|
+
separator: ","
|
|
234
|
+
delimiter: "."
|
|
235
|
+
precision: 3
|
|
236
|
+
significant: false
|
|
237
|
+
strip_insignificant_zeros: false
|
|
238
|
+
|
|
239
|
+
currency:
|
|
240
|
+
format:
|
|
241
|
+
format: "%u%n"
|
|
242
|
+
unit: "Rp"
|
|
243
|
+
separator: ","
|
|
244
|
+
delimiter: "."
|
|
245
|
+
precision: 2
|
|
246
|
+
significant: false
|
|
247
|
+
strip_insignificant_zeros: false
|
|
248
|
+
|
|
249
|
+
percentage:
|
|
250
|
+
format:
|
|
251
|
+
delimiter: ""
|
|
252
|
+
|
|
253
|
+
precision:
|
|
254
|
+
format:
|
|
255
|
+
delimiter: ""
|
|
256
|
+
|
|
257
|
+
human:
|
|
258
|
+
format:
|
|
259
|
+
delimiter: ""
|
|
260
|
+
precision: 3
|
|
261
|
+
significant: true
|
|
262
|
+
strip_insignificant_zeros: true
|
|
263
|
+
storage_units:
|
|
264
|
+
format: "%n %u"
|
|
265
|
+
units:
|
|
266
|
+
byte:
|
|
267
|
+
one: "Byte"
|
|
268
|
+
other: "Byte"
|
|
269
|
+
kb: "KB"
|
|
270
|
+
mb: "MB"
|
|
271
|
+
gb: "GB"
|
|
272
|
+
tb: "TB"
|
|
273
|
+
decimal_units:
|
|
274
|
+
format: "%n %u"
|
|
275
|
+
units:
|
|
276
|
+
unit: ""
|
|
277
|
+
thousand: Ribu
|
|
278
|
+
million: Juta
|
|
279
|
+
billion: Miliar
|
|
280
|
+
trillion: Triliun
|
|
281
|
+
quadrillion: Quadriliun
|
data/rails/locale/sv-SE.yml
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
messages: &errors_messages
|
|
126
126
|
inclusion: "finns inte i listan"
|
|
127
127
|
exclusion: "är reserverat"
|
|
128
|
-
invalid: "
|
|
128
|
+
invalid: "har fel format"
|
|
129
129
|
confirmation: "stämmer inte överens"
|
|
130
130
|
accepted: "måste vara accepterad"
|
|
131
131
|
empty: "får ej vara tom"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.1.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Rails I18n Group
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-11 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: i18n
|