rails-i18n 0.6.5 → 4.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +217 -0
  3. data/README.md +48 -19
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
  5. data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
  6. data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
  7. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  8. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  9. data/rails/locale/af.yml +199 -0
  10. data/rails/locale/ar.yml +163 -87
  11. data/rails/locale/az.yml +36 -42
  12. data/rails/locale/be.yml +205 -0
  13. data/rails/locale/bg.yml +28 -34
  14. data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
  15. data/rails/locale/bs.yml +46 -44
  16. data/rails/locale/ca.yml +43 -49
  17. data/rails/locale/cs.yml +75 -62
  18. data/rails/locale/cy.yml +88 -44
  19. data/rails/locale/da.yml +32 -32
  20. data/rails/locale/de-AT.yml +48 -41
  21. data/rails/locale/de-CH.yml +58 -47
  22. data/rails/locale/de-DE.yml +210 -0
  23. data/rails/locale/de.yml +51 -44
  24. data/rails/locale/el.yml +41 -41
  25. data/rails/locale/en-AU.yml +28 -34
  26. data/rails/locale/en-CA.yml +28 -43
  27. data/rails/locale/en-GB.yml +28 -34
  28. data/rails/locale/en-IE.yml +199 -0
  29. data/rails/locale/en-IN.yml +28 -34
  30. data/rails/locale/en-NZ.yml +199 -0
  31. data/rails/locale/en-US.yml +35 -35
  32. data/rails/locale/en-ZA.yml +205 -0
  33. data/rails/locale/en.yml +34 -34
  34. data/rails/locale/eo.yml +28 -34
  35. data/rails/locale/es-419.yml +199 -0
  36. data/rails/locale/es-AR.yml +38 -39
  37. data/rails/locale/es-CL.yml +32 -33
  38. data/rails/locale/es-CO.yml +38 -39
  39. data/rails/locale/es-CR.yml +204 -0
  40. data/rails/locale/es-EC.yml +205 -0
  41. data/rails/locale/es-ES.yml +204 -0
  42. data/rails/locale/es-MX.yml +39 -39
  43. data/rails/locale/es-PA.yml +205 -0
  44. data/rails/locale/es-PE.yml +60 -37
  45. data/rails/locale/es-US.yml +204 -0
  46. data/rails/locale/es-VE.yml +40 -41
  47. data/rails/locale/es.yml +41 -36
  48. data/rails/locale/et.yml +33 -39
  49. data/rails/locale/eu.yml +41 -47
  50. data/rails/locale/fa.yml +41 -47
  51. data/rails/locale/fi.yml +43 -49
  52. data/rails/locale/fr-CA.yml +29 -35
  53. data/rails/locale/fr-CH.yml +35 -35
  54. data/rails/locale/fr-FR.yml +207 -0
  55. data/rails/locale/fr.yml +172 -187
  56. data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
  57. data/rails/locale/he.yml +35 -41
  58. data/rails/locale/hi-IN.yml +35 -41
  59. data/rails/locale/hi.yml +37 -43
  60. data/rails/locale/hr.yml +61 -61
  61. data/rails/locale/hu.yml +51 -57
  62. data/rails/locale/id.yml +50 -44
  63. data/rails/locale/is.yml +31 -31
  64. data/rails/locale/it-CH.yml +199 -0
  65. data/rails/locale/it.yml +82 -82
  66. data/rails/locale/ja.yml +53 -55
  67. data/rails/locale/km.yml +164 -0
  68. data/rails/locale/kn.yml +38 -44
  69. data/rails/locale/ko.yml +29 -35
  70. data/rails/locale/lb.yml +206 -0
  71. data/rails/locale/lo.yml +85 -43
  72. data/rails/locale/lt.yml +85 -49
  73. data/rails/locale/lv.yml +63 -48
  74. data/rails/locale/mk.yml +80 -51
  75. data/rails/locale/mn.yml +56 -62
  76. data/rails/locale/mr-IN.yml +206 -0
  77. data/rails/locale/ms.yml +199 -0
  78. data/rails/locale/nb.yml +32 -33
  79. data/rails/locale/ne.yml +199 -0
  80. data/rails/locale/nl.yml +65 -59
  81. data/rails/locale/nn.yml +70 -28
  82. data/rails/locale/or.yml +193 -0
  83. data/rails/locale/pa.yml +205 -0
  84. data/rails/locale/pl.yml +69 -53
  85. data/rails/locale/pt-BR.yml +44 -44
  86. data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
  87. data/rails/locale/rm.yml +74 -32
  88. data/rails/locale/ro.yml +41 -34
  89. data/rails/locale/ru.yml +51 -51
  90. data/rails/locale/sk.yml +35 -40
  91. data/rails/locale/sl.yml +33 -37
  92. data/rails/locale/sq.yml +205 -0
  93. data/rails/locale/sr.yml +128 -61
  94. data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
  95. data/rails/locale/sw.yml +24 -30
  96. data/rails/locale/ta.yml +205 -0
  97. data/rails/locale/th.yml +25 -31
  98. data/rails/locale/tl.yml +105 -135
  99. data/rails/locale/tr.yml +62 -56
  100. data/rails/locale/tt.yml +215 -0
  101. data/rails/locale/ug.yml +204 -0
  102. data/rails/locale/uk.yml +54 -60
  103. data/rails/locale/ur.yml +206 -0
  104. data/rails/locale/uz.yml +251 -0
  105. data/rails/locale/vi.yml +33 -35
  106. data/rails/locale/wo.yml +30 -36
  107. data/rails/locale/zh-CN.yml +47 -41
  108. data/rails/locale/zh-HK.yml +205 -0
  109. data/rails/locale/zh-TW.yml +50 -44
  110. data/rails/locale/zh-YUE.yml +205 -0
  111. data/rails/pluralization/ar.rb +1 -0
  112. data/rails/pluralization/bg.rb +3 -0
  113. data/rails/pluralization/bn.rb +3 -0
  114. data/rails/pluralization/br.rb +1 -0
  115. data/rails/pluralization/ca.rb +3 -0
  116. data/rails/pluralization/da.rb +3 -0
  117. data/rails/pluralization/de-AT.rb +3 -0
  118. data/rails/pluralization/de-CH.rb +3 -0
  119. data/rails/pluralization/de-DE.rb +3 -0
  120. data/rails/pluralization/de.rb +3 -0
  121. data/rails/pluralization/el.rb +3 -0
  122. data/rails/pluralization/en-AU.rb +3 -0
  123. data/rails/pluralization/en-CA.rb +3 -0
  124. data/rails/pluralization/en-GB.rb +3 -0
  125. data/rails/pluralization/en-IN.rb +3 -0
  126. data/rails/pluralization/en-NZ.rb +3 -0
  127. data/rails/pluralization/en.rb +3 -0
  128. data/rails/pluralization/eo.rb +3 -0
  129. data/rails/pluralization/es-419.rb +3 -0
  130. data/rails/pluralization/es-AR.rb +3 -0
  131. data/rails/pluralization/es-CL.rb +3 -0
  132. data/rails/pluralization/es-CO.rb +3 -0
  133. data/rails/pluralization/es-EC.rb +3 -0
  134. data/rails/pluralization/es-ES.rb +3 -0
  135. data/rails/pluralization/es-MX.rb +3 -0
  136. data/rails/pluralization/es-PE.rb +3 -0
  137. data/rails/pluralization/es-VE.rb +3 -0
  138. data/rails/pluralization/es.rb +3 -0
  139. data/rails/pluralization/et.rb +3 -0
  140. data/rails/pluralization/eu.rb +3 -0
  141. data/rails/pluralization/fi.rb +3 -0
  142. data/rails/pluralization/fr-CA.rb +3 -0
  143. data/rails/pluralization/fr-CH.rb +3 -0
  144. data/rails/pluralization/fr-FR.rb +3 -0
  145. data/rails/pluralization/gl.rb +3 -0
  146. data/rails/pluralization/gv.rb +1 -0
  147. data/rails/pluralization/hi-IN.rb +3 -0
  148. data/rails/pluralization/hsb.rb +28 -0
  149. data/rails/pluralization/hu.rb +2 -2
  150. data/rails/pluralization/is.rb +3 -0
  151. data/rails/pluralization/it-CH.rb +3 -0
  152. data/rails/pluralization/it.rb +3 -0
  153. data/rails/pluralization/lag.rb +1 -0
  154. data/rails/pluralization/lt.rb +1 -0
  155. data/rails/pluralization/lv.rb +1 -0
  156. data/rails/pluralization/mk.rb +1 -0
  157. data/rails/pluralization/mn.rb +3 -0
  158. data/rails/pluralization/mr-IN.rb +3 -0
  159. data/rails/pluralization/mt.rb +1 -0
  160. data/rails/pluralization/nb.rb +3 -0
  161. data/rails/pluralization/ne.rb +3 -0
  162. data/rails/pluralization/nl.rb +3 -0
  163. data/rails/pluralization/nn.rb +3 -0
  164. data/rails/pluralization/or.rb +3 -0
  165. data/rails/pluralization/pa.rb +3 -0
  166. data/rails/pluralization/pl.rb +1 -0
  167. data/rails/pluralization/sl.rb +1 -0
  168. data/rails/pluralization/sv.rb +3 -0
  169. data/rails/pluralization/sw.rb +3 -0
  170. data/rails/pluralization/ur.rb +3 -0
  171. data/rails/pluralization/zh-CN.rb +3 -0
  172. data/rails/pluralization/zh-HK.rb +3 -0
  173. data/rails/pluralization/zh-TW.rb +3 -0
  174. data/rails/pluralization/zh-YUE.rb +3 -0
  175. data/rails/transliteration/de.yml +12 -0
  176. data/rails/transliteration/el.yml +104 -0
  177. data/rails/transliteration/fr.yml +36 -0
  178. data/rails/transliteration/pl.yml +22 -0
  179. data/rails/transliteration/ro.yml +14 -0
  180. data/rails/transliteration/ru.rb +2 -0
  181. data/rails/transliteration/uk.rb +3 -1
  182. metadata +278 -194
  183. data/rails/locale/csb.yml +0 -210
  184. data/rails/locale/dsb.yml +0 -215
  185. data/rails/locale/fur.yml +0 -199
  186. data/rails/locale/gsw-CH.yml +0 -199
  187. data/rails/locale/hsb.yml +0 -214
  188. data/rails/locale/sr-Latn.yml +0 -170
@@ -0,0 +1,210 @@
1
+ ---
2
+ de-DE:
3
+ date:
4
+ abbr_day_names:
5
+ - So
6
+ - Mo
7
+ - Di
8
+ - Mi
9
+ - Do
10
+ - Fr
11
+ - Sa
12
+ abbr_month_names:
13
+ -
14
+ - Jan
15
+ - Feb
16
+ - Mär
17
+ - Apr
18
+ - Mai
19
+ - Jun
20
+ - Jul
21
+ - Aug
22
+ - Sep
23
+ - Okt
24
+ - Nov
25
+ - Dez
26
+ day_names:
27
+ - Sonntag
28
+ - Montag
29
+ - Dienstag
30
+ - Mittwoch
31
+ - Donnerstag
32
+ - Freitag
33
+ - Samstag
34
+ formats:
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b"
38
+ month_names:
39
+ -
40
+ - Januar
41
+ - Februar
42
+ - März
43
+ - April
44
+ - Mai
45
+ - Juni
46
+ - Juli
47
+ - August
48
+ - September
49
+ - Oktober
50
+ - November
51
+ - Dezember
52
+ order:
53
+ - :day
54
+ - :month
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: etwa eine Stunde
60
+ other: etwa %{count} Stunden
61
+ about_x_months:
62
+ one: etwa ein Monat
63
+ other: etwa %{count} Monate
64
+ about_x_years:
65
+ one: etwa ein Jahr
66
+ other: etwa %{count} Jahre
67
+ almost_x_years:
68
+ one: fast ein Jahr
69
+ other: fast %{count} Jahre
70
+ half_a_minute: eine halbe Minute
71
+ less_than_x_minutes:
72
+ one: weniger als eine Minute
73
+ other: weniger als %{count} Minuten
74
+ less_than_x_seconds:
75
+ one: weniger als eine Sekunde
76
+ other: weniger als %{count} Sekunden
77
+ over_x_years:
78
+ one: mehr als ein Jahr
79
+ other: mehr als %{count} Jahre
80
+ x_days:
81
+ one: ein Tag
82
+ other: "%{count} Tage"
83
+ x_minutes:
84
+ one: eine Minute
85
+ other: "%{count} Minuten"
86
+ x_months:
87
+ one: ein Monat
88
+ other: "%{count} Monate"
89
+ x_seconds:
90
+ one: eine Sekunde
91
+ other: "%{count} Sekunden"
92
+ prompts:
93
+ day: Tag
94
+ hour: Stunden
95
+ minute: Minute
96
+ month: Monat
97
+ second: Sekunde
98
+ year: Jahr
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: muss akzeptiert werden
103
+ blank: muss ausgefüllt werden
104
+ present: darf nicht ausgefüllt werden
105
+ confirmation: stimmt nicht mit %{attribute} überein
106
+ empty: muss ausgefüllt werden
107
+ equal_to: muss genau %{count} sein
108
+ even: muss gerade sein
109
+ exclusion: ist nicht verfügbar
110
+ greater_than: muss größer als %{count} sein
111
+ greater_than_or_equal_to: muss größer oder gleich %{count} sein
112
+ inclusion: ist kein gültiger Wert
113
+ invalid: ist nicht gültig
114
+ less_than: muss kleiner als %{count} sein
115
+ less_than_or_equal_to: muss kleiner oder gleich %{count} sein
116
+ not_a_number: ist keine Zahl
117
+ not_an_integer: muss ganzzahlig sein
118
+ odd: muss ungerade sein
119
+ record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
122
+ existiert.
123
+ many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
124
+ taken: ist bereits vergeben
125
+ too_long:
126
+ one: ist zu lang (mehr als 1 Zeichen)
127
+ other: ist zu lang (mehr als %{count} Zeichen)
128
+ too_short:
129
+ one: ist zu kurz (weniger als 1 Zeichen)
130
+ other: ist zu kurz (weniger als %{count} Zeichen)
131
+ wrong_length:
132
+ one: hat die falsche Länge (muss genau 1 Zeichen haben)
133
+ other: hat die falsche Länge (muss genau %{count} Zeichen haben)
134
+ other_than: darf nicht gleich %{count} sein
135
+ template:
136
+ body: 'Bitte überprüfen Sie die folgenden Felder:'
137
+ header:
138
+ one: 'Konnte %{model} nicht speichern: ein Fehler.'
139
+ other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
140
+ helpers:
141
+ select:
142
+ prompt: Bitte wählen
143
+ submit:
144
+ create: "%{model} erstellen"
145
+ submit: "%{model} speichern"
146
+ update: "%{model} aktualisieren"
147
+ number:
148
+ currency:
149
+ format:
150
+ delimiter: "."
151
+ format: "%n %u"
152
+ precision: 2
153
+ separator: ","
154
+ significant: false
155
+ strip_insignificant_zeros: false
156
+ unit: "€"
157
+ format:
158
+ delimiter: "."
159
+ precision: 2
160
+ separator: ","
161
+ significant: false
162
+ strip_insignificant_zeros: false
163
+ human:
164
+ decimal_units:
165
+ format: "%n %u"
166
+ units:
167
+ billion:
168
+ one: Milliarde
169
+ other: Milliarden
170
+ million: Millionen
171
+ quadrillion:
172
+ one: Billiarde
173
+ other: Billiarden
174
+ thousand: Tausend
175
+ trillion: Billionen
176
+ unit: ''
177
+ format:
178
+ delimiter: ''
179
+ precision: 3
180
+ significant: true
181
+ strip_insignificant_zeros: true
182
+ storage_units:
183
+ format: "%n %u"
184
+ units:
185
+ byte:
186
+ one: Byte
187
+ other: Bytes
188
+ gb: GB
189
+ kb: KB
190
+ mb: MB
191
+ tb: TB
192
+ percentage:
193
+ format:
194
+ delimiter: ''
195
+ format: "%n %"
196
+ precision:
197
+ format:
198
+ delimiter: ''
199
+ support:
200
+ array:
201
+ last_word_connector: " und "
202
+ two_words_connector: " und "
203
+ words_connector: ", "
204
+ time:
205
+ am: vormittags
206
+ formats:
207
+ default: "%A, %d. %B %Y, %H:%M Uhr"
208
+ long: "%A, %d. %B %Y, %H:%M Uhr"
209
+ short: "%d. %B, %H:%M Uhr"
210
+ pm: nachmittags
data/rails/locale/de.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ de:
31
32
  - Freitag
32
33
  - Samstag
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e. %B %Y'
36
- short: ! '%e. %b'
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b"
37
38
  month_names:
38
39
  -
39
40
  - Januar
@@ -78,29 +79,30 @@ de:
78
79
  other: mehr als %{count} Jahre
79
80
  x_days:
80
81
  one: ein Tag
81
- other: ! '%{count} Tage'
82
+ other: "%{count} Tage"
82
83
  x_minutes:
83
84
  one: eine Minute
84
- other: ! '%{count} Minuten'
85
+ other: "%{count} Minuten"
85
86
  x_months:
86
87
  one: ein Monat
87
- other: ! '%{count} Monate'
88
+ other: "%{count} Monate"
88
89
  x_seconds:
89
90
  one: eine Sekunde
90
- other: ! '%{count} Sekunden'
91
+ other: "%{count} Sekunden"
91
92
  prompts:
92
93
  day: Tag
93
94
  hour: Stunden
94
- minute: Minuten
95
+ minute: Minute
95
96
  month: Monat
96
- second: Sekunden
97
+ second: Sekunde
97
98
  year: Jahr
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: muss akzeptiert werden
102
103
  blank: muss ausgefüllt werden
103
- confirmation: stimmt nicht mit der Bestätigung überein
104
+ present: darf nicht ausgefüllt werden
105
+ confirmation: stimmt nicht mit %{attribute} überein
104
106
  empty: muss ausgefüllt werden
105
107
  equal_to: muss genau %{count} sein
106
108
  even: muss gerade sein
@@ -114,42 +116,53 @@ de:
114
116
  not_a_number: ist keine Zahl
115
117
  not_an_integer: muss ganzzahlig sein
116
118
  odd: muss ungerade sein
117
- record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
119
+ record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
122
+ existiert.
123
+ many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
118
124
  taken: ist bereits vergeben
119
- too_long: ist zu lang (nicht mehr als %{count} Zeichen)
120
- too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
121
- wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
125
+ too_long:
126
+ one: ist zu lang (mehr als 1 Zeichen)
127
+ other: ist zu lang (mehr als %{count} Zeichen)
128
+ too_short:
129
+ one: ist zu kurz (weniger als 1 Zeichen)
130
+ other: ist zu kurz (weniger als %{count} Zeichen)
131
+ wrong_length:
132
+ one: hat die falsche Länge (muss genau 1 Zeichen haben)
133
+ other: hat die falsche Länge (muss genau %{count} Zeichen haben)
134
+ other_than: darf nicht gleich %{count} sein
122
135
  template:
123
- body: ! 'Bitte überprüfen Sie die folgenden Felder:'
136
+ body: 'Bitte überprüfen Sie die folgenden Felder:'
124
137
  header:
125
- one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
126
- other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
138
+ one: 'Konnte %{model} nicht speichern: ein Fehler.'
139
+ other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
127
140
  helpers:
128
141
  select:
129
142
  prompt: Bitte wählen
130
143
  submit:
131
- create: ! '%{model} erstellen'
132
- submit: ! '%{model} speichern'
133
- update: ! '%{model} aktualisieren'
144
+ create: "%{model} erstellen"
145
+ submit: "%{model} speichern"
146
+ update: "%{model} aktualisieren"
134
147
  number:
135
148
  currency:
136
149
  format:
137
- delimiter: .
138
- format: ! '%n %u'
150
+ delimiter: "."
151
+ format: "%n %u"
139
152
  precision: 2
140
- separator: ! ','
153
+ separator: ","
141
154
  significant: false
142
155
  strip_insignificant_zeros: false
143
- unit: €
156
+ unit: ""
144
157
  format:
145
- delimiter: .
158
+ delimiter: "."
146
159
  precision: 2
147
- separator: ! ','
160
+ separator: ","
148
161
  significant: false
149
162
  strip_insignificant_zeros: false
150
163
  human:
151
164
  decimal_units:
152
- format: ! '%n %u'
165
+ format: "%n %u"
153
166
  units:
154
167
  billion:
155
168
  one: Milliarde
@@ -163,11 +176,11 @@ de:
163
176
  unit: ''
164
177
  format:
165
178
  delimiter: ''
166
- precision: 1
179
+ precision: 3
167
180
  significant: true
168
181
  strip_insignificant_zeros: true
169
182
  storage_units:
170
- format: ! '%n %u'
183
+ format: "%n %u"
171
184
  units:
172
185
  byte:
173
186
  one: Byte
@@ -179,25 +192,19 @@ de:
179
192
  percentage:
180
193
  format:
181
194
  delimiter: ''
195
+ format: "%n %"
182
196
  precision:
183
197
  format:
184
198
  delimiter: ''
185
199
  support:
186
200
  array:
187
- last_word_connector: ! ' und '
188
- two_words_connector: ! ' und '
189
- words_connector: ! ', '
201
+ last_word_connector: " und "
202
+ two_words_connector: " und "
203
+ words_connector: ", "
190
204
  time:
191
205
  am: vormittags
192
206
  formats:
193
- default: ! '%A, %d. %B %Y, %H:%M Uhr'
194
- long: ! '%A, %d. %B %Y, %H:%M Uhr'
195
- short: ! '%d. %B, %H:%M Uhr'
207
+ default: "%A, %d. %B %Y, %H:%M Uhr"
208
+ long: "%A, %d. %B %Y, %H:%M Uhr"
209
+ short: "%d. %B, %H:%M Uhr"
196
210
  pm: nachmittags
197
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
198
- activemodel:
199
- errors:
200
- <<: *errors
201
- activerecord:
202
- errors:
203
- <<: *errors
data/rails/locale/el.yml CHANGED
@@ -1,27 +1,28 @@
1
+ ---
1
2
  el:
2
3
  date:
3
4
  abbr_day_names:
4
5
  - Κυρ
5
6
  - Δευ
6
- - Τρι
7
+ - Τρί
7
8
  - Τετ
8
- - Πεμ
9
+ - Πέμ
9
10
  - Παρ
10
- - Σαβ
11
+ - Σάβ
11
12
  abbr_month_names:
12
- -
13
- - Ιαν.
14
- - Φεβ.
15
- - Μάρ.
16
- - Απρ.
17
- - Μαι.
18
- - Ιουν.
19
- - Ιούλ.
20
- - Αυγ.
21
- - Σεπ.
22
- - Οκτ.
23
- - Νοε.
24
- - Δεκ.
13
+ -
14
+ - Ιαν
15
+ - Φεβ
16
+ - Μαρ
17
+ - Απρ
18
+ - Μαϊ
19
+ - Ιουν
20
+ - Ιουλ
21
+ - Αυγ
22
+ - Σεπ
23
+ - Οκτ
24
+ - Νοε
25
+ - Δεκ
25
26
  day_names:
26
27
  - Κυριακή
27
28
  - Δευτέρα
@@ -35,7 +36,7 @@ el:
35
36
  long: ! '%e %B %Y'
36
37
  short: ! '%d %b'
37
38
  month_names:
38
- -
39
+ -
39
40
  - Ιανουάριος
40
41
  - Φεβρουάριος
41
42
  - Μάρτιος
@@ -78,7 +79,7 @@ el:
78
79
  other: πάνω από %{count} χρόνια
79
80
  x_days:
80
81
  one: 1 μέρα
81
- other: ! '%{count} μέρες'
82
+ other: ! '%{count} ημέρες'
82
83
  x_minutes:
83
84
  one: 1 λεπτό
84
85
  other: ! '%{count} λεπτά'
@@ -95,7 +96,7 @@ el:
95
96
  month: Μήνας
96
97
  second: Δευτερόλεπτο
97
98
  year: Έτος
98
- errors: &errors
99
+ errors:
99
100
  format: ! '%{attribute} %{message}'
100
101
  messages:
101
102
  accepted: πρέπει να είναι αποδεκτό
@@ -111,19 +112,25 @@ el:
111
112
  invalid: είναι άκυρο
112
113
  less_than: πρέπει να είναι λιγότερο από %{count}
113
114
  less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
114
- not_a_number: δεν είναι ένας αριθμός
115
+ not_a_number: δεν είναι αριθμός
115
116
  not_an_integer: πρέπει να είναι ακέραιος αριθμός
116
117
  odd: πρέπει να είναι περιττός
117
- record_invalid: ! 'Επικύρωση απέτυχε: %{errors}'
118
+ record_invalid: ! 'Η επικύρωση απέτυχε: %{errors}'
118
119
  taken: το έχουν ήδη χρησιμοποιήσει
119
- too_long: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
120
- too_short: είναι πολύ μικρό (το μικρότερο μήκος είναι %{count} χαρακτήρες)
121
- wrong_length: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
120
+ too_long:
121
+ one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
122
+ other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
123
+ too_short:
124
+ one: είναι πολύ μικρό (το ελάχιστο μήκος είναι 1 χαρακτήρας)
125
+ other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
126
+ wrong_length:
127
+ one: έχει λανθασμένο μήκος (πρέπει να είναι 1 χαρακτήρας)
128
+ other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
122
129
  template:
123
130
  body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
124
131
  header:
125
- one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευθεί.
126
- other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευθεί.'
132
+ one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
133
+ other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί.'
127
134
  helpers:
128
135
  select:
129
136
  prompt: Παρακαλώ επιλέξτε
@@ -134,15 +141,15 @@ el:
134
141
  number:
135
142
  currency:
136
143
  format:
137
- delimiter: ! ','
144
+ delimiter: "."
138
145
  format: ! '%n %u'
139
146
  precision: 2
140
- separator: .
147
+ separator: ! ','
141
148
  significant: false
142
149
  strip_insignificant_zeros: false
143
150
  unit: €
144
151
  format:
145
- delimiter: .
152
+ delimiter: "."
146
153
  precision: 3
147
154
  separator: ! ','
148
155
  significant: false
@@ -153,7 +160,7 @@ el:
153
160
  units:
154
161
  billion: δισεκατομμύριο
155
162
  million: εκατομμύριο
156
- quadrillion: τετρακις εκατομμύριο
163
+ quadrillion: τετράκις εκατομμύριο
157
164
  thousand: χίλια
158
165
  trillion: τρισεκατομμύριο
159
166
  unit: ''
@@ -166,8 +173,8 @@ el:
166
173
  format: ! '%n %u'
167
174
  units:
168
175
  byte:
169
- one: byte
170
- other: bytes
176
+ one: Byte
177
+ other: Bytes
171
178
  gb: GB
172
179
  kb: KB
173
180
  mb: MB
@@ -184,16 +191,9 @@ el:
184
191
  two_words_connector: ! ' και '
185
192
  words_connector: ! ', '
186
193
  time:
187
- am: πμ
194
+ am: π.μ.
188
195
  formats:
189
196
  default: ! '%d %B %Y %H:%M'
190
197
  long: ! '%A %d %B %Y %H:%M:%S %Z'
191
198
  short: ! '%d %b %H:%M'
192
- pm: μμ
193
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
194
- activemodel:
195
- errors:
196
- <<: *errors
197
- activerecord:
198
- errors:
199
- <<: *errors
199
+ pm: μ.μ.