refinerycms-i18n 0.9.9.9 → 0.9.9.10

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.
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
@@ -13,7 +13,10 @@ ar:
13
13
  abbr_day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت]
14
14
  month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر]
15
15
  abbr_month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر]
16
- order: [ :day, :month, :year ]
16
+ order:
17
+ - :day
18
+ - :month
19
+ - :year
17
20
 
18
21
  time:
19
22
  formats:
@@ -19,7 +19,10 @@ bg:
19
19
  month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември]
20
20
  abbr_month_names: [~, яну., фев., март, апр., май, юни, юли, авг., сеп., окт., ноем., дек.]
21
21
 
22
- order: [ :day, :month, :year ]
22
+ order:
23
+ - :day,
24
+ - :month
25
+ - :year
23
26
 
24
27
  time:
25
28
  formats:
@@ -159,7 +159,10 @@ bn-IN:
159
159
  month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার]
160
160
  abbr_month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার]
161
161
  # Used in date_select and datime_select.
162
- order: [ :year, :month, :day ]
162
+ order:
163
+ - :year
164
+ - :month
165
+ - :day
163
166
 
164
167
  time:
165
168
  formats:
@@ -13,7 +13,10 @@
13
13
  abbr_day_names: [ned, pon, uto, sri, čet, pet, sub]
14
14
  month_names: [~, Januar, Februar, Mart, April, Maj, Јun, Јul, Аvgust, Septembar, Оktobar, Novembar, Decembar]
15
15
  abbr_month_names: [~, Jan, Feb, Mar, Apr, Мaj, Jun, Јul, Avg, Sep, Okt, Nov, Dec]
16
- order: [ :day, :month, :year ]
16
+ order:
17
+ - :day
18
+ - :month
19
+ - :year
17
20
 
18
21
  time:
19
22
  formats:
@@ -47,6 +47,18 @@ ca:
47
47
  # separator:
48
48
  delimiter: ""
49
49
  precision: 1
50
+ storage_units:
51
+ # Storage units output formatting.
52
+ # %u is the storage unit, %n is the number (default: 2 MB)
53
+ format: "%n %u"
54
+ units:
55
+ byte:
56
+ one: "Byte"
57
+ other: "Bytes"
58
+ kb: "KB"
59
+ mb: "MB"
60
+ gb: "GB"
61
+ tb: "TB"
50
62
 
51
63
  # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
52
64
  datetime:
@@ -139,7 +151,10 @@ ca:
139
151
  month_names: [~, gener, febrer, març, abril, maig, juny, juliol, agost, setembre, octubre, novembre, desembre]
140
152
  abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des]
141
153
  # Used in date_select and datime_select.
142
- order: [ :day, :month, :year ]
154
+ order:
155
+ - :day
156
+ - :month
157
+ - :year
143
158
 
144
159
  time:
145
160
  formats:
@@ -1,7 +1,7 @@
1
1
  # Czech translations for Ruby on Rails
2
2
  # by Karel Minařík (karmi@karmi.cz)
3
3
 
4
- { :'cz' => {
4
+ { :'cs' => {
5
5
 
6
6
  # ActiveSupport
7
7
  :support => {
@@ -163,4 +163,4 @@
163
163
  }
164
164
  }
165
165
  }
166
- }
166
+ }
@@ -0,0 +1,181 @@
1
+ # Welsh translations for Ruby on Rails
2
+ # by Aran Jones (aranjones@gmail.com)
3
+
4
+ cy:
5
+ date:
6
+ formats:
7
+ default: "%d-%m-%Y"
8
+ short: "%b %d"
9
+ long: "%B %d, %Y"
10
+
11
+ day_names: [Dydd Sul, Dydd Llun, Dydd Mawrth, Dydd Mercher, Dydd Iau, Dydd Gwener, Dydd Sadwrn]
12
+ abbr_day_names: [Sul, Llun, Maw, Mer, Iau, Gwe, Sad]
13
+
14
+ month_names: [~, mis Ionawr, mis Chwefror, mis Mawrth, mis Ebrill, mis Mai, mis Mehefin, mis Gorffennaf, mis Awst, mis Medi, mis Hydref, mis Tachwedd, mis Rhagfyr]
15
+ abbr_month_names: [~, Ion, Chw, Maw, Ebr, Mai, Meh, Gor, Awst, Med, Hyd, Tach, Rha]
16
+ order:
17
+ - :year
18
+ - :month
19
+ - :day
20
+
21
+ time:
22
+ formats:
23
+ default: "%a, %d %b %Y %H:%M:%S %z"
24
+ short: "%d %b %H:%M"
25
+ long: "%B %d, %Y %H:%M"
26
+ am: "yb"
27
+ pm: "yh"
28
+
29
+ support:
30
+ array:
31
+ words_connector: ", "
32
+ two_words_connector: " a "
33
+ last_word_connector: ", a "
34
+
35
+ select:
36
+ prompt: "Dewiswch"
37
+
38
+ number:
39
+ format:
40
+ separator: "."
41
+ delimiter: ","
42
+ precision: 3
43
+ significant: false
44
+ strip_insignificant_zeros: false
45
+
46
+ currency:
47
+ format:
48
+ format: "%u%n"
49
+ unit: "£"
50
+ separator: "."
51
+ delimiter: ","
52
+ precision: 2
53
+ significant: false
54
+ strip_insignificant_zeros: false
55
+
56
+ percentage:
57
+ format:
58
+ delimiter: ""
59
+
60
+ precision:
61
+ format:
62
+ delimiter: ""
63
+
64
+ human:
65
+ format:
66
+ delimiter: ""
67
+ precision: 3
68
+ significant: true
69
+ strip_insignificant_zeros: true
70
+ storage_units:
71
+ format: "%n %u"
72
+ units:
73
+ byte:
74
+ one: "Byte"
75
+ other: "Bytes"
76
+ kb: "KB"
77
+ mb: "MB"
78
+ gb: "GB"
79
+ tb: "TB"
80
+ decimal_units:
81
+ format: "%n %u"
82
+ units:
83
+ unit: ""
84
+ thousand: Mil
85
+ million: Miliwn
86
+ billion: Biliwn
87
+ trillion: Triliwn
88
+ quadrillion: Cwadriliwn
89
+
90
+ datetime:
91
+ distance_in_words:
92
+ half_a_minute: "hanner munud"
93
+ less_than_x_seconds:
94
+ one: "llai nag eiliad"
95
+ other: "llai na %{count} eiliad"
96
+ x_seconds:
97
+ one: "1 eiliad"
98
+ other: "%{count} o eiliadau"
99
+ less_than_x_minutes:
100
+ one: "llai na munud"
101
+ other: "llai na %{count} munud"
102
+ x_minutes:
103
+ one: "1 munud"
104
+ other: "%{count} o funudau"
105
+ about_x_hours:
106
+ one: "tuag awr"
107
+ other: "tua %{count} awr"
108
+ x_days:
109
+ one: "1 diwrnod"
110
+ other: "%{count} diwrnod"
111
+ about_x_months:
112
+ one: "tua mis"
113
+ other: "tua %{count} mis"
114
+ x_months:
115
+ one: "1 mis"
116
+ other: "%{count} mis"
117
+ about_x_years:
118
+ one: "tua blwyddyn"
119
+ other: "tua %{count} blynedd"
120
+ over_x_years:
121
+ one: "dros flwyddyn"
122
+ other: "dros %{count} blynedd"
123
+ almost_x_years:
124
+ one: "bron yn flwyddyn"
125
+ other: "bron yn %{count} blynedd"
126
+ prompts:
127
+ year: "Blwyddyn"
128
+ month: "Mis"
129
+ day: "Diwrnod"
130
+ hour: "Awr"
131
+ minute: "Munud"
132
+ second: "Eiliad"
133
+
134
+ helpers:
135
+ select:
136
+ prompt: "Dewiswch"
137
+
138
+ submit:
139
+ create: 'Creu %{model}'
140
+ update: 'Diweddaru %{model}'
141
+ submit: 'Cadw %{model}'
142
+
143
+ errors:
144
+ format: "%{attribute} %{message}"
145
+
146
+ messages: &errors_messages
147
+ inclusion: "heb fod yn y rhestr"
148
+ exclusion: "wedi cadw"
149
+ invalid: "heb fod yn nheilwng"
150
+ confirmation: "heb fod yn gyfateb"
151
+ accepted: "angen ei dderbyn"
152
+ empty: "methu bod yn wag"
153
+ blank: "methu bod yn wag"
154
+ too_long: "yn rhy hir (cewch %{count} llythyren ar y fwyaf)"
155
+ too_short: "yn rhy fyr (rhaid am o leiaf %{count} llythyren)"
156
+ wrong_length: "gyda maint anghywir o lythrennau (dylai fod yn %{count} llythyren)"
157
+ not_a_number: "heb fod yn rhif"
158
+ not_an_integer: "heb fod yn rhif llawn"
159
+ greater_than: "angen bod yn fwy na %{count}"
160
+ greater_than_or_equal_to: "angen bod yr un maint neu fwy na %{count}"
161
+ equal_to: "angen bod yn %{count}"
162
+ less_than: "angen bod yn llai na %{count}"
163
+ less_than_or_equal_to: "angen bod yr un maint neu lai na %{count}"
164
+ odd: "rhaid bod yn odrif"
165
+ even: "rhaid bod yn eilrif"
166
+
167
+ activerecord:
168
+ errors:
169
+ template:
170
+ header:
171
+ one: "Atalwyd y %{model} hwn rhag ei gadw gan 1 nam"
172
+ other: "Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam"
173
+ body: "Cafwyd broblemau gyda'r meysydd canlynol:"
174
+
175
+ messages:
176
+ taken: "wedi'i gymryd yn barod"
177
+ record_invalid: "Gwirio wedi methu: %{errors}"
178
+ <<: *errors_messages
179
+
180
+ full_messages:
181
+ format: "%{attribute}%{message}"
@@ -4,19 +4,23 @@
4
4
  da:
5
5
  # active_support
6
6
  date:
7
- # See http://www.dsn.dk/oss_faq.htm#datoer and http://en.wikipedia.org/wiki/Date_formats
7
+ # See http://sproget.dk/svarbase/SV00000046/ and http://en.wikipedia.org/wiki/Date_formats
8
8
  # either use traditional (2.10.03, 2. oktober 2003): "%e.%m.%y", "%e. %B %Y"
9
9
  # or international ISO 8601 format (2003-10-20): "%Y-%m-%d"
10
+ # Note: some Windows distributions do not support %e - you may have to use %d instead
10
11
  formats:
11
12
  default: "%d.%m.%Y"
12
13
  short: "%e. %b %Y"
13
14
  long: "%e. %B %Y"
14
15
 
15
16
  day_names: [søndag, mandag, tirsdag, onsdag, torsdag, fredag, lørdag]
16
- abbr_day_names: [sø, ma, ti, 'on', to, fr, lø]
17
+ abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] # Note: unescaped 'on' is parsed as true
17
18
  month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december]
18
19
  abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec]
19
- order: [ :day, :month, :year ]
20
+ order:
21
+ - :day
22
+ - :month
23
+ - :year
20
24
 
21
25
  time:
22
26
  formats:
@@ -39,56 +43,15 @@ da:
39
43
  # default value for :prompt => true in FormOptionsHelper
40
44
  prompt: "Vælg..."
41
45
 
42
- datetime:
43
- distance_in_words:
44
- half_a_minute: "et halvt minut"
45
- less_than_x_seconds:
46
- one: "mindre end et sekund"
47
- other: "mindre end %{count} sekunder"
48
- x_seconds:
49
- one: "et sekund"
50
- other: "%{count} sekunder"
51
- less_than_x_minutes:
52
- one: "mindre end et minut"
53
- other: "mindre end %{count} minutter"
54
- x_minutes:
55
- one: "et minut"
56
- other: "%{count} minutter"
57
- about_x_hours:
58
- one: "cirka en time"
59
- other: "cirka %{count} timer"
60
- x_days:
61
- one: "en dag"
62
- other: "%{count} dage"
63
- about_x_months:
64
- one: "cirka en måned"
65
- other: "cirka %{count} måneder"
66
- x_months:
67
- one: "en måned"
68
- other: "%{count} måneder"
69
- about_x_years:
70
- one: "cirka et år"
71
- other: "cirka %{count} år"
72
- over_x_years:
73
- one: "mere end et år"
74
- other: "mere end %{count} år"
75
- almost_x_years:
76
- one: "næsten et år"
77
- other: "næsten %{count} years"
78
- prompts:
79
- second: "Sekund"
80
- minute: "Minut"
81
- hour: "Time"
82
- day: "Dag"
83
- month: "Måned"
84
- year: "År"
85
-
86
46
  # action_view
87
47
  number:
88
48
  format:
89
49
  separator: ","
90
50
  delimiter: "."
91
51
  precision: 3
52
+ significant: false
53
+ strip_insignificant_zeros: false
54
+
92
55
  currency:
93
56
  format:
94
57
  format: "%u %n"
@@ -96,16 +59,23 @@ da:
96
59
  separator: ","
97
60
  delimiter: "."
98
61
  precision: 2
62
+ significant: false
63
+ strip_insignificant_zeros: false
64
+
65
+ percentage:
66
+ format:
67
+ delimiter: ""
68
+
99
69
  precision:
100
70
  format:
101
- # separator:
102
71
  delimiter: ""
103
- # precision:
72
+
104
73
  human:
105
74
  format:
106
- # separator:
107
75
  delimiter: ""
108
- precision: 1
76
+ precision: 3
77
+ significant: true
78
+ strip_insignificant_zeros: true
109
79
  # Rails 2.2
110
80
  #storage_units: [Bytes, KB, MB, GB, TB]
111
81
  # Rails 2.3
@@ -121,47 +91,105 @@ da:
121
91
  mb: "MB"
122
92
  gb: "GB"
123
93
  tb: "TB"
124
- percentage:
125
- format:
126
- # separator:
127
- delimiter: ""
128
- # precision:
94
+ decimal_units:
95
+ format: "%n %u"
96
+ units:
97
+ unit: ""
98
+ thousand: Tusind
99
+ million: Million
100
+ billion: Milliard
101
+ trillion: Billion
102
+ quadrillion: Billiard
129
103
 
130
- # active_record
131
- activerecord:
132
- errors:
133
- messages:
134
- inclusion: "er ikke i listen"
135
- exclusion: "er reserveret"
136
- invalid: "er ikke gyldig"
137
- confirmation: "stemmer ikke overens"
138
- accepted: "skal accepteres"
139
- empty: "må ikke udelades"
140
- blank: "skal udfyldes"
141
- too_long: "er for lang (maksimum %{count} tegn)"
142
- too_short: "er for kort (minimum %{count} tegn)"
143
- wrong_length: "har forkert længde (skulle være %{count} tegn)"
144
- taken: "er allerede brugt"
145
- not_a_number: "er ikke et tal"
146
- greater_than: "skal være større end %{count}"
147
- greater_than_or_equal_to: "skal være større end eller lig med %{count}"
148
- equal_to: "skal være lig med %{count}"
149
- less_than: "skal være mindre end %{count}"
150
- less_than_or_equal_to: "skal være mindre end eller lig med %{count}"
151
- odd: "skal være ulige"
152
- even: "skal være lige"
153
- record_invalid: "Validering fejlede: %{errors}"
104
+ datetime:
105
+ distance_in_words:
106
+ half_a_minute: "et halvt minut"
107
+ less_than_x_seconds:
108
+ one: "mindre end et sekund"
109
+ other: "mindre end %{count} sekunder"
110
+ x_seconds:
111
+ one: "et sekund"
112
+ other: "%{count} sekunder"
113
+ less_than_x_minutes:
114
+ one: "mindre end et minut"
115
+ other: "mindre end %{count} minutter"
116
+ x_minutes:
117
+ one: "et minut"
118
+ other: "%{count} minutter"
119
+ about_x_hours:
120
+ one: "cirka en time"
121
+ other: "cirka %{count} timer"
122
+ x_days:
123
+ one: "en dag"
124
+ other: "%{count} dage"
125
+ about_x_months:
126
+ one: "cirka en måned"
127
+ other: "cirka %{count} måneder"
128
+ x_months:
129
+ one: "en måned"
130
+ other: "%{count} måneder"
131
+ about_x_years:
132
+ one: "cirka et år"
133
+ other: "cirka %{count} år"
134
+ over_x_years:
135
+ one: "mere end et år"
136
+ other: "mere end %{count} år"
137
+ almost_x_years:
138
+ one: "næsten et år"
139
+ other: "næsten %{count} år"
140
+ prompts:
141
+ year: "År"
142
+ month: "Måned"
143
+ day: "Dag"
144
+ hour: "Time"
145
+ minute: "Minut"
146
+ second: "Sekund"
154
147
 
155
- template:
156
- header:
157
- one: "En fejl forhindrede %{model} i at blive gemt"
158
- other: "%{count} fejl forhindrede denne %{model} i at blive gemt"
159
- body: "Der var problemer med følgende felter:"
148
+ helpers:
149
+ select:
150
+ prompt: "Vælg..."
151
+
152
+ submit:
153
+ create: "Opret %{model}"
154
+ update: "Opdater %{model}"
155
+ submit: "Gem %{model}"
160
156
 
161
- activemodel:
157
+ errors:
158
+ format: "%{attribute} %{message}"
159
+
160
+ messages: &errors_messages
161
+ inclusion: "er ikke i listen"
162
+ exclusion: "er reserveret"
163
+ invalid: "er ikke gyldig"
164
+ confirmation: "stemmer ikke overens med bekræftelse"
165
+ accepted: "skal accepteres"
166
+ empty: "må ikke udelades"
167
+ blank: "skal udfyldes"
168
+ too_long: "er for lang (maksimum %{count} tegn)"
169
+ too_short: "er for kort (minimum %{count} tegn)"
170
+ wrong_length: "har forkert længde (skulle være %{count} tegn)"
171
+ not_a_number: "er ikke et tal"
172
+ not_an_integer: "er ikke et heltal"
173
+ greater_than: "skal være større end %{count}"
174
+ greater_than_or_equal_to: "skal være større end eller lig med %{count}"
175
+ equal_to: "skal være lig med %{count}"
176
+ less_than: "skal være mindre end %{count}"
177
+ less_than_or_equal_to: "skal være mindre end eller lig med %{count}"
178
+ odd: "skal være ulige"
179
+ even: "skal være lige"
180
+
181
+ activerecord:
162
182
  errors:
163
183
  template:
164
184
  header:
165
185
  one: "En fejl forhindrede %{model} i at blive gemt"
166
- other: "%{count} fejl forhindrede denne %{model} i at blive gemt"
186
+ other: "%{count} fejl forhindrede %{model} i at blive gemt"
167
187
  body: "Der var problemer med følgende felter:"
188
+
189
+ messages:
190
+ taken: "er allerede brugt"
191
+ record_invalid: "Validering fejlede: %{errors}"
192
+ <<: *errors_messages
193
+
194
+ full_messages:
195
+ format: "%{attribute}%{message}"