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
data/rails/locale/da.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  da:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ da:
31
32
  - fredag
32
33
  - lørdag
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e. %B %Y'
36
- short: ! '%e. %b %Y'
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b %Y"
37
38
  month_names:
38
39
  -
39
40
  - januar
@@ -78,16 +79,16 @@ da:
78
79
  other: mere end %{count} år
79
80
  x_days:
80
81
  one: en dag
81
- other: ! '%{count} dage'
82
+ other: "%{count} dage"
82
83
  x_minutes:
83
84
  one: et minut
84
- other: ! '%{count} minutter'
85
+ other: "%{count} minutter"
85
86
  x_months:
86
87
  one: en måned
87
- other: ! '%{count} måneder'
88
+ other: "%{count} måneder"
88
89
  x_seconds:
89
90
  one: et sekund
90
- other: ! '%{count} sekunder'
91
+ other: "%{count} sekunder"
91
92
  prompts:
92
93
  day: Dag
93
94
  hour: Time
@@ -95,11 +96,12 @@ da:
95
96
  month: Måned
96
97
  second: Sekund
97
98
  year: År
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: skal accepteres
102
103
  blank: skal udfyldes
104
+ present: skal være tom
103
105
  confirmation: stemmer ikke overens med bekræftelse
104
106
  empty: må ikke udelades
105
107
  equal_to: skal være %{count}
@@ -114,16 +116,20 @@ da:
114
116
  not_a_number: er ikke et tal
115
117
  not_an_integer: er ikke et heltal
116
118
  odd: skal være et ulige tal
117
- record_invalid: ! 'Godkendelse gik galt: %{errors}'
119
+ record_invalid: 'Godkendelse gik galt: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Kunne ikke slette posten fordi en afhængig %{record} findes
122
+ many: Kunne ikke slette posten fordi afhængige %{record} findes
118
123
  taken: er allerede brugt
119
124
  too_long: er for lang (højest %{count} tegn)
120
125
  too_short: er for kort (mindst %{count} tegn)
121
126
  wrong_length: har forkert længde (skulle være %{count} tegn)
127
+ other_than: skal være forskellig fra %{count}
122
128
  template:
123
- body: ! 'Der var problemer med følgende felter:'
129
+ body: 'Der var problemer med følgende felter:'
124
130
  header:
125
131
  one: En fejl forhindrede %{model} i at blive gemt
126
- other: ! '%{count} fejl forhindrede %{model} i at blive gemt'
132
+ other: "%{count} fejl forhindrede %{model} i at blive gemt"
127
133
  helpers:
128
134
  select:
129
135
  prompt: Vælg...
@@ -134,22 +140,22 @@ da:
134
140
  number:
135
141
  currency:
136
142
  format:
137
- delimiter: .
138
- format: ! '%u %n'
143
+ delimiter: "."
144
+ format: "%u %n"
139
145
  precision: 2
140
- separator: ! ','
146
+ separator: ","
141
147
  significant: false
142
148
  strip_insignificant_zeros: false
143
149
  unit: DKK
144
150
  format:
145
- delimiter: .
151
+ delimiter: "."
146
152
  precision: 3
147
- separator: ! ','
153
+ separator: ","
148
154
  significant: false
149
155
  strip_insignificant_zeros: false
150
156
  human:
151
157
  decimal_units:
152
- format: ! '%n %u'
158
+ format: "%n %u"
153
159
  units:
154
160
  billion: Milliard
155
161
  million: Million
@@ -163,7 +169,7 @@ da:
163
169
  significant: true
164
170
  strip_insignificant_zeros: true
165
171
  storage_units:
166
- format: ! '%n %u'
172
+ format: "%n %u"
167
173
  units:
168
174
  byte:
169
175
  one: Byte
@@ -175,25 +181,19 @@ da:
175
181
  percentage:
176
182
  format:
177
183
  delimiter: ''
184
+ format: "%n%"
178
185
  precision:
179
186
  format:
180
187
  delimiter: ''
181
188
  support:
182
189
  array:
183
- last_word_connector: ! ' og '
184
- two_words_connector: ! ' og '
185
- words_connector: ! ', '
190
+ last_word_connector: " og "
191
+ two_words_connector: " og "
192
+ words_connector: ", "
186
193
  time:
187
194
  am: ''
188
195
  formats:
189
- default: ! '%e. %B %Y, %H.%M'
190
- long: ! '%A d. %e. %B %Y, %H.%M'
191
- short: ! '%e. %b %Y, %H.%M'
196
+ default: "%e. %B %Y, %H.%M"
197
+ long: "%A d. %e. %B %Y, %H.%M"
198
+ short: "%e. %b %Y, %H.%M"
192
199
  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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de-AT:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ de-AT:
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
  - Jänner
@@ -78,16 +79,16 @@ de-AT:
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
@@ -95,12 +96,13 @@ de-AT:
95
96
  month: Monat
96
97
  second: Sekunden
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-AT:
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: ! '%u %n'
150
+ delimiter: "."
151
+ format: "%u %n"
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
@@ -167,7 +180,7 @@ de-AT:
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-AT:
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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de-CH:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ de-CH:
9
10
  - Fr
10
11
  - Sa
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Jan
14
15
  - Feb
15
16
  - Mär
@@ -31,11 +32,11 @@ de-CH:
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
40
41
  - Februar
41
42
  - März
@@ -78,29 +79,30 @@ de-CH:
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,52 +116,67 @@ de-CH:
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: ! '%u %n'
150
+ delimiter: "'"
151
+ format: "%u %n"
139
152
  precision: 2
140
- separator: .
153
+ separator: "."
141
154
  significant: false
142
155
  strip_insignificant_zeros: false
143
- unit: SFr.
156
+ unit: CHF
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
156
169
  other: Milliarden
157
- million: Millionen
170
+ million:
171
+ one: Million
172
+ other: Millionen
158
173
  quadrillion:
159
174
  one: Billiarde
160
175
  other: Billiarden
161
176
  thousand: Tausend
162
- trillion: Billionen
177
+ trillion:
178
+ one: Billion
179
+ other: Billionen
163
180
  unit: ''
164
181
  format:
165
182
  delimiter: ''
@@ -167,7 +184,7 @@ de-CH:
167
184
  significant: true
168
185
  strip_insignificant_zeros: true
169
186
  storage_units:
170
- format: ! '%n %u'
187
+ format: "%n %u"
171
188
  units:
172
189
  byte:
173
190
  one: Byte
@@ -179,25 +196,19 @@ de-CH:
179
196
  percentage:
180
197
  format:
181
198
  delimiter: ''
199
+ format: "%n%"
182
200
  precision:
183
201
  format:
184
202
  delimiter: ''
185
203
  support:
186
204
  array:
187
- last_word_connector: ! ' und '
188
- two_words_connector: ! ' und '
189
- words_connector: ! ', '
205
+ last_word_connector: " und "
206
+ two_words_connector: " und "
207
+ words_connector: ", "
190
208
  time:
191
209
  am: vormittags
192
210
  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'
211
+ default: "%A, %d. %B %Y, %H:%M Uhr"
212
+ long: "%A, %d. %B %Y, %H:%M Uhr"
213
+ short: "%d. %B, %H:%M Uhr"
196
214
  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