refinerycms-i18n 0.9.9.9 → 0.9.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/config/locales/ar.yml +4 -1
  2. data/config/locales/bg.yml +4 -1
  3. data/config/locales/bn-IN.yml +4 -1
  4. data/config/locales/bs.yml +4 -1
  5. data/config/locales/{ca-ES.yml → ca.yml} +16 -1
  6. data/config/locales/{cz.rb → cs.rb} +2 -2
  7. data/config/locales/cy.yml +181 -0
  8. data/config/locales/da.yml +115 -87
  9. data/config/locales/de-AT.yml +29 -15
  10. data/config/locales/de-CH.yml +154 -0
  11. data/config/locales/de.yml +89 -37
  12. data/config/locales/dsb.yml +185 -182
  13. data/config/locales/el.yml +95 -153
  14. data/config/locales/en-AU.yml +180 -0
  15. data/config/locales/en-GB.yml +210 -0
  16. data/config/locales/en-US.yml +182 -0
  17. data/config/locales/eo.yml +182 -0
  18. data/config/locales/es-AR.yml +150 -141
  19. data/config/locales/es-CO.yml +79 -46
  20. data/config/locales/es-MX.yml +81 -13
  21. data/config/locales/es-PE.yml +124 -0
  22. data/config/locales/es.yml +183 -84
  23. data/config/locales/et.yml +93 -15
  24. data/config/locales/eu.yml +264 -0
  25. data/config/locales/fa.yml +36 -12
  26. data/config/locales/fi.yml +6 -5
  27. data/config/locales/fr-CA.yml +187 -0
  28. data/config/locales/fr-CH.yml +111 -50
  29. data/config/locales/fr.yml +95 -53
  30. data/config/locales/fun/en-AU.rb +1 -1
  31. data/config/locales/fun/gibberish.rb +2 -2
  32. data/config/locales/fur.yml +4 -1
  33. data/config/locales/gl-ES.yml +4 -1
  34. data/config/locales/gsw-CH.yml +182 -0
  35. data/config/locales/he.yml +4 -1
  36. data/config/locales/hi-IN.yml +181 -0
  37. data/config/locales/hi.yml +181 -0
  38. data/config/locales/hr.yml +4 -1
  39. data/config/locales/hsb.yml +193 -190
  40. data/config/locales/hu.yml +4 -1
  41. data/config/locales/id.yml +35 -15
  42. data/config/locales/is.yml +5 -2
  43. data/config/locales/it.yml +76 -24
  44. data/config/locales/ja.yml +72 -23
  45. data/config/locales/ko.yml +131 -98
  46. data/config/locales/lo.yml +42 -39
  47. data/config/locales/lt.yml +4 -1
  48. data/config/locales/lv.yml +58 -9
  49. data/config/locales/mk.yml +4 -1
  50. data/config/locales/mn.yml +159 -0
  51. data/config/locales/nb.yml +44 -7
  52. data/config/locales/nl.yml +171 -158
  53. data/config/locales/nn.yml +5 -2
  54. data/config/locales/pl.yml +117 -51
  55. data/config/locales/pt-BR.yml +85 -25
  56. data/config/locales/pt-PT.yml +132 -162
  57. data/config/locales/rm.yml +4 -1
  58. data/config/locales/ro.yml +6 -3
  59. data/config/locales/ru.yml +4 -1
  60. data/config/locales/sk.yml +195 -139
  61. data/config/locales/sl.yml +4 -1
  62. data/config/locales/sr-Latn.yml +4 -1
  63. data/config/locales/sr.yml +4 -1
  64. data/config/locales/sv.yml +85 -32
  65. data/config/locales/sw.yml +135 -76
  66. data/config/locales/th.rb +180 -203
  67. data/config/locales/tr.yml +4 -1
  68. data/config/locales/uk.yml +4 -1
  69. data/config/locales/vi.yml +4 -1
  70. data/config/locales/zh-CN.yml +91 -12
  71. data/config/locales/zh-TW.yml +92 -14
  72. data/lib/gemspec.rb +1 -1
  73. data/lib/refinery/i18n.rb +1 -1
  74. metadata +18 -5
@@ -1,5 +1,7 @@
1
- # Estonian localization for Ruby on Rails 2.2+
1
+ # Estonian localization for Ruby on Rails 2 and 3
2
2
  # by Zahhar Kirillov <zahhar@gmail.com>
3
+ # contributors:
4
+ # - Mart Karu - http://github.com/martkaru <karu@metal.ee>
3
5
 
4
6
  et:
5
7
  date:
@@ -17,7 +19,10 @@ et:
17
19
  abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.]
18
20
  standalone_abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.]
19
21
 
20
- order: [ :day, :month, :year ]
22
+ order:
23
+ - :day
24
+ - :month
25
+ - :year
21
26
 
22
27
  time:
23
28
  formats:
@@ -28,19 +33,32 @@ et:
28
33
  am: "enne lõunat"
29
34
  pm: "pärast lõunat"
30
35
 
36
+ support:
37
+ array:
38
+ words_connector: ", "
39
+ two_words_connector: " ja "
40
+ last_word_connector: " ja "
41
+
42
+ select:
43
+ prompt: "Palun vali"
44
+
31
45
  number:
32
46
  format:
33
47
  separator: ","
34
48
  delimiter: " "
35
49
  precision: 2
36
-
50
+ significant: false
51
+ strip_insignificant_zeros: false
52
+
37
53
  currency:
38
54
  format:
39
55
  format: "%n %u"
40
- unit: "kr"
56
+ unit: ""
41
57
  separator: ","
42
58
  delimiter: " "
43
59
  precision: 2
60
+ significant: false
61
+ strip_insignificant_zeros: false
44
62
 
45
63
  percentage:
46
64
  format:
@@ -54,7 +72,27 @@ et:
54
72
  format:
55
73
  delimiter: ""
56
74
  precision: 1
57
- storage_units: [bait, KB, MB, GB, TB]
75
+ significant: true
76
+ strip_insignificant_zeros: true
77
+ storage_units:
78
+ format: "%n %u"
79
+ units:
80
+ byte:
81
+ one: "bait"
82
+ other: "baiti"
83
+ kb: "KB"
84
+ mb: "MB"
85
+ gb: "GB"
86
+ tb: "TB"
87
+ decimal_units:
88
+ format: "%n %u"
89
+ units:
90
+ unit: ""
91
+ thousand: tuhat
92
+ million: miljon
93
+ billion: miljard
94
+ trillion: triljon
95
+ quadrillion: kvadriljon
58
96
 
59
97
  datetime:
60
98
  distance_in_words:
@@ -89,6 +127,9 @@ et:
89
127
  over_x_years:
90
128
  one: "üle %{count} aasta"
91
129
  other: "üle %{count} aastat"
130
+ almost_x_years:
131
+ one: "peaaegu üks aasta"
132
+ other: "peaaegu %{count} aastat"
92
133
  prompts:
93
134
  year: "Aasta"
94
135
  month: "Kuu"
@@ -97,13 +138,50 @@ et:
97
138
  minute: "Minutit"
98
139
  second: "Sekundit"
99
140
 
100
- support:
101
- array:
102
- # Rails 2.2
103
- sentence_connector: "ja"
104
- skip_last_comma: true
105
-
106
- # Rails 2.3
107
- words_connector: ", "
108
- two_words_connector: " ja "
109
- last_word_connector: " ja "
141
+ helpers:
142
+ select:
143
+ prompt: "Palun vali"
144
+
145
+ submit:
146
+ create: 'Loo uus %{model}'
147
+ update: 'Uuenda objekti %{model}'
148
+ submit: 'Salvesta %{model}'
149
+
150
+ errors:
151
+ format: "%{attribute} %{message}"
152
+ messages: &errors_messages
153
+ inclusion: "ei leidu nimekirjas"
154
+ exclusion: "on reserveeritud"
155
+ invalid: "ei ole korrektne"
156
+ confirmation: "ei vasta kinnitusele"
157
+ accepted: "peab olema heaks kiidetud"
158
+ empty: "on tühi"
159
+ blank: "on täitmata"
160
+ too_long: "on liiga pikk (maksimum on %{count} tähemärki)"
161
+ too_short: "on liiga lühike (miinimum on %{count} tähemärki)"
162
+ wrong_length: "on vale pikkusega (peab olema %{count} tähemärki)"
163
+ not_a_number: "ei ole number"
164
+ not_an_integer: "peab olema täisarv"
165
+ greater_than: "ei tohi olla suurem kui %{count}"
166
+ greater_than_or_equal_to: "peab olema suurem või võrdne arvuga %{count}"
167
+ equal_to: "peab võrdne arvuga %{count}"
168
+ less_than: "peab olema vähem kui %{count}"
169
+ less_than_or_equal_to: "peab olema vähem või võrdne arvuga %{count}"
170
+ odd: "peab olema paaritu arv"
171
+ even: "peab olema paarisarv"
172
+
173
+ activerecord:
174
+ errors:
175
+ template:
176
+ header:
177
+ one: "Üks viga takistas objekti %{model} salvestamist"
178
+ other: "%{count} viga takistasid objekti %{model} salvestamist"
179
+ body: "Probleeme ilmnes järgmiste väljadega:"
180
+
181
+ messages:
182
+ taken: "on juba võetud"
183
+ record_invalid: "Valideerimine ebaõnnestus: %{errors}"
184
+ <<: *errors_messages
185
+
186
+ full_messages:
187
+ format: "%{attribute} %{message}"
@@ -0,0 +1,264 @@
1
+ # Basque translations for Rails
2
+ # by Esti Alvarez (esti@efaber.net)
3
+
4
+ "eu":
5
+ # Action View
6
+ number:
7
+ # Used in number_with_delimiter()
8
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9
+ format:
10
+ # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11
+ separator: ","
12
+ # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13
+ delimiter: "."
14
+ # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
15
+ precision: 3
16
+ # If set to true, precision will mean the number of significant digits instead
17
+ # of the number of decimal digits (1234 with precision 2 becomes 1200, 1.23543 becomes 1.2)
18
+ significant: false
19
+ # If set, the zeros after the decimal separator will always be stripped (eg.: 1.200 will be 1.2)
20
+ strip_insignificant_zeros: false
21
+
22
+ # Used in number_to_currency()
23
+ currency:
24
+ format:
25
+ # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
26
+ format: "%n %u"
27
+ unit: "€"
28
+ # These three are to override number.format and are optional
29
+ separator: ","
30
+ delimiter: "."
31
+ precision: 2
32
+ significant: false
33
+ strip_insignificant_zeros: false
34
+
35
+ # Used in number_to_percentage()
36
+ percentage:
37
+ format:
38
+ # These three are to override number.format and are optional
39
+ # separator:
40
+ delimiter: ""
41
+ # precision:
42
+
43
+ # Used in number_to_precision()
44
+ precision:
45
+ format:
46
+ # These three are to override number.format and are optional
47
+ # separator:
48
+ delimiter: ""
49
+ # precision:
50
+ # significant: false
51
+ # strip_insignificant_zeros: false
52
+
53
+ # Used in number_to_human_size()
54
+ human:
55
+ format:
56
+ # These three are to override number.format and are optional
57
+ # separator:
58
+ delimiter: ""
59
+ precision: 1
60
+ significant: true
61
+ strip_insignificant_zeros: true
62
+ # Used in number_to_human_size()
63
+ storage_units:
64
+ format: "%n %u"
65
+ units:
66
+ byte:
67
+ one: "Byte"
68
+ other: "Byte"
69
+ kb: "KB"
70
+ mb: "MB"
71
+ gb: "GB"
72
+ tb: "TB"
73
+ # Used in number_to_human()
74
+ decimal_units:
75
+ format: "%n %u"
76
+ # Decimal units output formatting
77
+ # By default we will only quantify some of the exponents
78
+ # but the commented ones might be defined or overridden
79
+ # by the user.
80
+ units:
81
+ # femto: Quadrillionth
82
+ # pico: Trillionth
83
+ # nano: Billionth
84
+ # micro: Millionth
85
+ # mili: Thousandth
86
+ # centi: Hundredth
87
+ # deci: Tenth
88
+ unit: ""
89
+ # ten:
90
+ # one: Ten
91
+ # other: Tens
92
+ # hundred: Hundred
93
+ thousand: "Mila"
94
+ million: "Milioi"
95
+ billion: "Mila milioi"
96
+ trillion: "Trilioi"
97
+ quadrillion: "Kuatrilioi"
98
+
99
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
100
+ datetime:
101
+ distance_in_words:
102
+ half_a_minute: "minutu erdi"
103
+ less_than_x_seconds:
104
+ one: "segundu bat baino gutxiago"
105
+ other: "%{count} segundu baino gutxiago"
106
+ x_seconds:
107
+ one: "segundu bat"
108
+ other: "%{count} segundu"
109
+ less_than_x_minutes:
110
+ one: "1 minutu bat baino gutxiago"
111
+ other: "%{count} minutu baino gutxiago"
112
+ x_minutes:
113
+ one: "minutu bat"
114
+ other: "%{count} minutu"
115
+ about_x_hours:
116
+ one: "ordu bat inguru"
117
+ other: "%{count} ordu inguru"
118
+ x_days:
119
+ one: "egun bat"
120
+ other: "%{count} egun"
121
+ about_x_months:
122
+ one: "hilabete bat inguru"
123
+ other: "%{count} hilabete inguru"
124
+ x_months:
125
+ one: "hilabete bat"
126
+ other: "%{count} hilabete"
127
+ about_x_years:
128
+ one: "urte bat inguru"
129
+ other: "%{count} urte inguru"
130
+ over_x_years:
131
+ one: "urte bat baino gehiago"
132
+ other: "%{count} urte baino gehiago"
133
+ almost_x_years:
134
+ one: "ia urte bat"
135
+ other: "ia %{count} urte"
136
+ prompts:
137
+ year: "Urte"
138
+ month: "Hilabete"
139
+ day: "Egun"
140
+ hour: "Ordu"
141
+ minute: "Minutu"
142
+ second: "Segundu"
143
+
144
+ helpers:
145
+ select:
146
+ # Default value for :prompt => true in FormOptionsHelper
147
+ prompt: "Mesedez, aukeratu"
148
+
149
+ # Default translation keys for submit FormHelper
150
+ submit:
151
+ create: '%{model}a eratu'
152
+ update: '%{model}a eguneratu'
153
+ submit: '%{model}a gorde'
154
+
155
+ # Attributes names common to most models
156
+ #attributes:
157
+ #created_at: "Sortze data"
158
+ #updated_at: "Eguneratze data"
159
+
160
+ # Active Record models configuration
161
+ activerecord:
162
+ errors:
163
+ messages:
164
+ taken: "hartuta dago"
165
+ record_invalid: "Balioztatze arazoa: %{errors}"
166
+ # Append your own errors here or at the model/attributes scope.
167
+
168
+ # You can define own errors for models or model attributes.
169
+ # The values :model, :attribute and :value are always available for interpolation.
170
+ #
171
+ # For example,
172
+ # models:
173
+ # user:
174
+ # blank: "This is a custom blank message for %{model}: %{attribute}"
175
+ # attributes:
176
+ # login:
177
+ # blank: "This is a custom blank message for User login"
178
+ # Will define custom blank validation message for User model and
179
+ # custom blank validation message for login attribute of User model.
180
+ #models:
181
+
182
+ # Translate model names. Used in Model.human_name().
183
+ #models:
184
+ # For example,
185
+ # user: "Dude"
186
+ # will translate User model name to "Dude"
187
+
188
+ # Translate model attribute names. Used in Model.human_attribute_name(attribute).
189
+ #attributes:
190
+ # For example,
191
+ # user:
192
+ # login: "Handle"
193
+ # will translate User attribute "login" as "Handle"
194
+
195
+ # Active Model
196
+ errors:
197
+ # The default format to use in full error messages.
198
+ format: "%{attribute} %{message}"
199
+
200
+ template:
201
+ header:
202
+ one: "Errore batek ezinezkoa egin du {{model}} hau gordetzea"
203
+ other: "{{count}} errorek ezinezkoa egiten dute {{model}} hau gordetzea"
204
+ # The variable :count is also available
205
+ body: "Arazoak egon dira ondoko eremuekin:"
206
+
207
+ # The values :model, :attribute and :value are always available for interpolation
208
+ # The value :count is available when applicable. Can be used for pluralization.
209
+ messages:
210
+ inclusion: "ez da zerrendako aukera bat"
211
+ exclusion: "erreserbatuta dago"
212
+ invalid: "ez da zuzena"
213
+ confirmation: "ez dator bat konfirmazioarekin"
214
+ accepted: "onartuta izan behar da"
215
+ empty: "ezin da hutsik egon"
216
+ blank: "ezin da zuriz utzi"
217
+ too_long: "luzeegia da (%{count} karaktere gehienez)"
218
+ too_short: "laburregia da (%{count} karaktere gutxienez)"
219
+ wrong_length: "ez du luzeera zuzena (%{count} karaktere izan behar ditu)"
220
+ not_a_number: "ez da zenbaki bat"
221
+ greater_than: "%{count} baino handiagoa izan behar da"
222
+ greater_than_or_equal_to: "%{count} baino handiago edo berdin izan behar da"
223
+ equal_to: "%{count} izan behar da"
224
+ less_than: "%{count} baino txikiago izan behar da"
225
+ less_than_or_equal_to: "%{count} baino txikiago edo berdin izan behar da"
226
+ odd: "bakoitia izan behar du"
227
+ even: "bikoitia izan behar du"
228
+
229
+ # Active Support
230
+ date:
231
+ formats:
232
+ # Use the strftime parameters for formats.
233
+ # When no format has been given, it uses default.
234
+ # You can provide other formats here if you like!
235
+ default: "%Y/%m/%e"
236
+ short: "%b %e"
237
+ long: "%Y(e)ko %Bk %e"
238
+
239
+ day_names: [Igandea, Astelehena, Asteartea, Asteazkena, Osteguna, Ostirala, Larunbata]
240
+ abbr_day_names: [Igan, Astel, Astear, Asteaz, Oste, Osti, Lar]
241
+
242
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
243
+ month_names: [~, Urtarrila, Otsaila, Martxoa, Apirila, Maiatza, Ekaina, Uztaila, Abuztua, Iraila, Urria, Azaroa, Abendua]
244
+ abbr_month_names: [~, Urt, Ots, Mar, Api, Mai, Eka, Uzt, Abu, Ira, Urr, Aza, Aben]
245
+ # Used in date_select and datime_select.
246
+ order:
247
+ - :year
248
+ - :month
249
+ - :day
250
+
251
+ time:
252
+ formats:
253
+ default: "%A, %Y(e)ko %Bren %e %H:%M:%S %z"
254
+ short: "%b %e, %H:%M"
255
+ long: "%Y(e)ko %Bren %e, %H:%M"
256
+ am: "am"
257
+ pm: "pm"
258
+
259
+ # Used in array.to_sentence.
260
+ support:
261
+ array:
262
+ words_connector: ", "
263
+ two_words_connector: " eta "
264
+ last_word_connector: " eta "
@@ -24,40 +24,51 @@ fa:
24
24
  format:
25
25
  delimiter: ""
26
26
  precision: 1
27
- storage_units: [بایت, کیلوبایت, مگابایت, گیگابایت, ترابایت]
27
+ storage_units:
28
+ format: "%n %u"
29
+ units:
30
+ byte:
31
+ one: "بایت"
32
+ other: "بایت"
33
+ kb: "کیلوبایت"
34
+ mb: "مگابایت"
35
+ gb: "گیگابایت"
36
+ tb: "ترابایت"
28
37
 
29
38
  date:
30
39
  formats:
31
40
  default: "%Y/%m/%d"
32
41
  short: "%m/%d"
33
42
  long: "%e %B %Y"
34
- only_day: "%e"
35
-
36
43
  day_names: [یکشنبه, دوشنبه, سه‌شنبه, چهارشنبه, پنج‌شنبه, جمعه, شنبه]
37
- abbr_day_names: [ی, د, س, چ, پ, ج]
44
+ abbr_day_names: [ی, د, س, چ, پ, ج, ش]
38
45
  month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
39
46
  abbr_month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
40
- order: [ :day, :month, :year ]
47
+ order:
48
+ - :day
49
+ - :month
50
+ - :year
41
51
 
42
52
  time:
43
53
  formats:
44
54
  default: "%A، %e %B %Y، ساعت %H:%M:%S (%Z)"
45
55
  short: "%e %B، ساعت %H:%M"
46
56
  long: "%e %B %Y، ساعت %H:%M"
47
- time: "%H:%M"
48
57
  am: "قبل از ظهر"
49
58
  pm: "بعد از ظهر"
50
59
 
51
60
  support:
52
61
  array:
53
- sentence_connector: "و"
54
- skip_last_comma: true
62
+ words_connector: "، "
63
+ two_words_connector: " و "
64
+ last_word_connector: "، و "
65
+ select:
66
+ prompt: "لطفا انتخاب کنید"
55
67
 
56
68
  datetime:
57
69
  distance_in_words:
58
70
  half_a_minute: "نیم دقیقه"
59
71
  less_than_x_seconds:
60
- zero: "کمتر از ۱ ثانیه"
61
72
  one: "۱ ثانیه"
62
73
  other: "کمتر از %{count} ثانیه"
63
74
  x_seconds:
@@ -87,14 +98,27 @@ fa:
87
98
  over_x_years:
88
99
  one: "بیش از ۱ سال"
89
100
  other: "بیش از %{count} سال"
101
+ almost_x_years:
102
+ one: "حدود ۱ سال"
103
+ other: "حدود %{count} سال"
104
+ prompts:
105
+ year: "سال"
106
+ month: "ماه"
107
+ day: "روز"
108
+ hour: "ساعت"
109
+ minute: "دقیقه"
110
+ second: "ثانیه"
90
111
 
91
- activerecord:
112
+ activemodel:
92
113
  errors:
93
114
  template:
94
115
  header:
95
116
  one: "1 خطا جلوی ذخیره این %{model} را گرفت"
96
117
  other: "%{count} خطا جلوی ذخیره این %{model} را گرفت"
97
118
  body: "موارد زیر مشکل داشت:"
119
+
120
+ activerecord:
121
+ errors:
98
122
  messages:
99
123
  inclusion: "در لیست موجود نیست"
100
124
  exclusion: "رزرو است"
@@ -108,6 +132,7 @@ fa:
108
132
  wrong_length: "نااندازه است (باید %{count} کاراکتر باشد)"
109
133
  taken: "پیشتر گرفته شده"
110
134
  not_a_number: "عدد نیست"
135
+ not_an_integer: "عدد صحیح نیست"
111
136
  greater_than: "باید بزرگتر از %{count} باشد"
112
137
  greater_than_or_equal_to: "باید بزرگتر یا برابر %{count} باشد"
113
138
  equal_to: "باید برابر %{count} باشد"
@@ -115,5 +140,4 @@ fa:
115
140
  less_than_or_equal_to: "باید کمتر یا برابر %{count} باشد"
116
141
  odd: "باید فرد باشد"
117
142
  even: "باید زوج باشد"
118
- presence: "را فراموش کرده‌اید"
119
- format: "فرمت مشکل دارد"
143
+ record_invalid: "رکورد نامعتبر است %{errors}"