amber 0.2.6 → 0.3.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.
- checksums.yaml +7 -0
- data/LICENSE +14 -1
- data/README.md +88 -19
- data/bin/amber +26 -13
- data/lib/amber.rb +25 -39
- data/lib/amber/cli.rb +25 -1
- data/lib/amber/i18n.rb +43 -0
- data/lib/amber/render/apache.rb +44 -0
- data/lib/amber/render/asset.rb +28 -2
- data/lib/amber/render/helpers/blog_helper.rb +35 -0
- data/lib/amber/render/helpers/date_helper.rb +14 -0
- data/lib/amber/render/helpers/haml_helper.rb +9 -0
- data/lib/amber/render/helpers/html_helper.rb +30 -8
- data/lib/amber/render/helpers/navigation_helper.rb +31 -32
- data/lib/amber/render/layout.rb +2 -1
- data/lib/amber/render/template.rb +24 -11
- data/lib/amber/render/view.rb +31 -12
- data/lib/amber/server.rb +122 -56
- data/lib/amber/site.rb +171 -29
- data/lib/amber/site_configuration.rb +26 -11
- data/lib/amber/static_page.rb +34 -20
- data/lib/amber/static_page/filesystem.rb +3 -7
- data/lib/amber/static_page/page_properties.rb +7 -0
- data/lib/amber/static_page/render.rb +47 -31
- data/lib/amber/templates/apache_config.erb +12 -0
- data/lib/amber/templates/apache_config_with_prefix.erb +14 -0
- data/lib/amber/templates/htaccess.erb +176 -0
- data/lib/amber/version.rb +5 -0
- data/locales/rails-i18n/af.yml +201 -0
- data/locales/rails-i18n/ar.yml +274 -0
- data/locales/rails-i18n/az.yml +192 -0
- data/locales/rails-i18n/bg.yml +192 -0
- data/locales/rails-i18n/bn.yml +175 -0
- data/locales/rails-i18n/bs.yml +243 -0
- data/locales/rails-i18n/ca.yml +192 -0
- data/locales/rails-i18n/cs.yml +210 -0
- data/locales/rails-i18n/cy.yml +242 -0
- data/locales/rails-i18n/da.yml +198 -0
- data/locales/rails-i18n/de-AT.yml +202 -0
- data/locales/rails-i18n/de-CH.yml +206 -0
- data/locales/rails-i18n/de.yml +202 -0
- data/locales/rails-i18n/el.yml +198 -0
- data/locales/rails-i18n/en-AU.yml +198 -0
- data/locales/rails-i18n/en-CA.yml +207 -0
- data/locales/rails-i18n/en-GB.yml +198 -0
- data/locales/rails-i18n/en-IE.yml +198 -0
- data/locales/rails-i18n/en-IN.yml +198 -0
- data/locales/rails-i18n/en-NZ.yml +198 -0
- data/locales/rails-i18n/en-US.yml +204 -0
- data/locales/rails-i18n/en-ZA.yml +204 -0
- data/locales/rails-i18n/en.yml +204 -0
- data/locales/rails-i18n/eo.yml +194 -0
- data/locales/rails-i18n/es-419.yml +207 -0
- data/locales/rails-i18n/es-AR.yml +198 -0
- data/locales/rails-i18n/es-CL.yml +192 -0
- data/locales/rails-i18n/es-CO.yml +198 -0
- data/locales/rails-i18n/es-CR.yml +198 -0
- data/locales/rails-i18n/es-EC.yml +204 -0
- data/locales/rails-i18n/es-MX.yml +204 -0
- data/locales/rails-i18n/es-PA.yml +204 -0
- data/locales/rails-i18n/es-PE.yml +177 -0
- data/locales/rails-i18n/es-US.yml +198 -0
- data/locales/rails-i18n/es-VE.yml +198 -0
- data/locales/rails-i18n/es.yml +192 -0
- data/locales/rails-i18n/et.yml +192 -0
- data/locales/rails-i18n/eu.yml +192 -0
- data/locales/rails-i18n/fa.yml +192 -0
- data/locales/rails-i18n/fi.yml +192 -0
- data/locales/rails-i18n/fr-CA.yml +200 -0
- data/locales/rails-i18n/fr-CH.yml +200 -0
- data/locales/rails-i18n/fr.yml +214 -0
- data/locales/rails-i18n/gl.yml +171 -0
- data/locales/rails-i18n/he.yml +194 -0
- data/locales/rails-i18n/hi-IN.yml +192 -0
- data/locales/rails-i18n/hi.yml +192 -0
- data/locales/rails-i18n/hr.yml +236 -0
- data/locales/rails-i18n/hu.yml +192 -0
- data/locales/rails-i18n/id.yml +193 -0
- data/locales/rails-i18n/is.yml +212 -0
- data/locales/rails-i18n/iso-639-2/csb.yml +203 -0
- data/locales/rails-i18n/iso-639-2/dsb.yml +208 -0
- data/locales/rails-i18n/iso-639-2/fur.yml +192 -0
- data/locales/rails-i18n/iso-639-2/gsw-CH.yml +196 -0
- data/locales/rails-i18n/iso-639-2/hsb.yml +207 -0
- data/locales/rails-i18n/iso-639-2/pap-AW.yml +205 -0
- data/locales/rails-i18n/iso-639-2/pap-CW.yml +205 -0
- data/locales/rails-i18n/iso-639-2/scr.yml +236 -0
- data/locales/rails-i18n/it-CH.yml +198 -0
- data/locales/rails-i18n/it.yml +204 -0
- data/locales/rails-i18n/ja.yml +194 -0
- data/locales/rails-i18n/km.yml +54 -0
- data/locales/rails-i18n/kn.yml +192 -0
- data/locales/rails-i18n/ko.yml +190 -0
- data/locales/rails-i18n/lo.yml +227 -0
- data/locales/rails-i18n/lt.yml +217 -0
- data/locales/rails-i18n/lv.yml +229 -0
- data/locales/rails-i18n/mk.yml +198 -0
- data/locales/rails-i18n/mn.yml +198 -0
- data/locales/rails-i18n/ms.yml +200 -0
- data/locales/rails-i18n/nb.yml +205 -0
- data/locales/rails-i18n/ne.yml +198 -0
- data/locales/rails-i18n/nl.yml +204 -0
- data/locales/rails-i18n/nn.yml +201 -0
- data/locales/rails-i18n/or.yml +192 -0
- data/locales/rails-i18n/pl.yml +236 -0
- data/locales/rails-i18n/pt-BR.yml +206 -0
- data/locales/rails-i18n/pt.yml +200 -0
- data/locales/rails-i18n/rm.yml +223 -0
- data/locales/rails-i18n/ro.yml +205 -0
- data/locales/rails-i18n/ru.yml +256 -0
- data/locales/rails-i18n/sk.yml +206 -0
- data/locales/rails-i18n/sl.yml +205 -0
- data/locales/rails-i18n/sr.yml +236 -0
- data/locales/rails-i18n/sv.yml +192 -0
- data/locales/rails-i18n/sw.yml +190 -0
- data/locales/rails-i18n/ta.yml +204 -0
- data/locales/rails-i18n/th.yml +166 -0
- data/locales/rails-i18n/tl.yml +224 -0
- data/locales/rails-i18n/tr.yml +204 -0
- data/locales/rails-i18n/uk.yml +250 -0
- data/locales/rails-i18n/ur.yml +204 -0
- data/locales/rails-i18n/uz.yml +250 -0
- data/locales/rails-i18n/vi.yml +198 -0
- data/locales/rails-i18n/wo.yml +198 -0
- data/locales/rails-i18n/zh-CN.yml +203 -0
- data/locales/rails-i18n/zh-HK.yml +204 -0
- data/locales/rails-i18n/zh-TW.yml +203 -0
- data/locales/rails-i18n/zh-YUE.yml +204 -0
- metadata +164 -74
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
cy:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Sul
|
|
5
|
+
- Llun
|
|
6
|
+
- Maw
|
|
7
|
+
- Mer
|
|
8
|
+
- Iau
|
|
9
|
+
- Gwe
|
|
10
|
+
- Sad
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Ion
|
|
14
|
+
- Chw
|
|
15
|
+
- Maw
|
|
16
|
+
- Ebr
|
|
17
|
+
- Mai
|
|
18
|
+
- Meh
|
|
19
|
+
- Gor
|
|
20
|
+
- Awst
|
|
21
|
+
- Med
|
|
22
|
+
- Hyd
|
|
23
|
+
- Tach
|
|
24
|
+
- Rha
|
|
25
|
+
day_names:
|
|
26
|
+
- Dydd Sul
|
|
27
|
+
- Dydd Llun
|
|
28
|
+
- Dydd Mawrth
|
|
29
|
+
- Dydd Mercher
|
|
30
|
+
- Dydd Iau
|
|
31
|
+
- Dydd Gwener
|
|
32
|
+
- Dydd Sadwrn
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%B %d, %Y'
|
|
36
|
+
short: ! '%b %d'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Ionawr
|
|
40
|
+
- Chwefror
|
|
41
|
+
- Mawrth
|
|
42
|
+
- Ebrill
|
|
43
|
+
- Mai
|
|
44
|
+
- Mehefin
|
|
45
|
+
- Gorffennaf
|
|
46
|
+
- Awst
|
|
47
|
+
- Medi
|
|
48
|
+
- Hydref
|
|
49
|
+
- Tachwedd
|
|
50
|
+
- Rhagfyr
|
|
51
|
+
order:
|
|
52
|
+
- :year
|
|
53
|
+
- :month
|
|
54
|
+
- :day
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
zero: tua %{count} awr
|
|
59
|
+
one: tuag awr
|
|
60
|
+
two: tua %{count} awr
|
|
61
|
+
few: tua %{count} awr
|
|
62
|
+
many: tua %{count} awr
|
|
63
|
+
other: tua %{count} awr
|
|
64
|
+
about_x_months:
|
|
65
|
+
zero: tua %{count} mis
|
|
66
|
+
one: tua mis
|
|
67
|
+
two: tua %{count} mis
|
|
68
|
+
few: tua %{count} mis
|
|
69
|
+
many: tua %{count} mis
|
|
70
|
+
other: tua %{count} mis
|
|
71
|
+
about_x_years:
|
|
72
|
+
zero: tua %{count} blynedd
|
|
73
|
+
one: tua blwyddyn
|
|
74
|
+
two: tua %{count} blynedd
|
|
75
|
+
few: tua %{count} blynedd
|
|
76
|
+
many: tua %{count} blynedd
|
|
77
|
+
other: tua %{count} blynedd
|
|
78
|
+
almost_x_years:
|
|
79
|
+
zero: bron yn %{count} blynedd
|
|
80
|
+
one: bron yn flwyddyn
|
|
81
|
+
two: bron yn %{count} blynedd
|
|
82
|
+
few: bron yn %{count} blynedd
|
|
83
|
+
many: bron yn %{count} blynedd
|
|
84
|
+
other: bron yn %{count} blynedd
|
|
85
|
+
half_a_minute: hanner munud
|
|
86
|
+
less_than_x_minutes:
|
|
87
|
+
zero: llai na %{count} munud
|
|
88
|
+
one: llai na munud
|
|
89
|
+
two: llai na %{count} munud
|
|
90
|
+
few: llai na %{count} munud
|
|
91
|
+
many: llai na %{count} munud
|
|
92
|
+
other: llai na %{count} munud
|
|
93
|
+
less_than_x_seconds:
|
|
94
|
+
zero: llai na %{count} eiliad
|
|
95
|
+
one: llai nag eiliad
|
|
96
|
+
two: llai na %{count} eiliad
|
|
97
|
+
few: llai na %{count} eiliad
|
|
98
|
+
many: llai na %{count} eiliad
|
|
99
|
+
other: llai na %{count} eiliad
|
|
100
|
+
over_x_years:
|
|
101
|
+
zero: dros %{count} blynedd
|
|
102
|
+
one: dros flwyddyn
|
|
103
|
+
two: dros %{count} blynedd
|
|
104
|
+
few: dros %{count} blynedd
|
|
105
|
+
many: dros %{count} blynedd
|
|
106
|
+
other: dros %{count} blynedd
|
|
107
|
+
x_days:
|
|
108
|
+
zero: ! '%{count} diwrnod'
|
|
109
|
+
one: 1 diwrnod
|
|
110
|
+
two: ! '%{count} diwrnod'
|
|
111
|
+
few: ! '%{count} diwrnod'
|
|
112
|
+
many: ! '%{count} diwrnod'
|
|
113
|
+
other: ! '%{count} diwrnod'
|
|
114
|
+
x_minutes:
|
|
115
|
+
zero: ! '%{count} o funudau'
|
|
116
|
+
one: 1 munud
|
|
117
|
+
two: ! '%{count} o funudau'
|
|
118
|
+
few: ! '%{count} o funudau'
|
|
119
|
+
many: ! '%{count} o funudau'
|
|
120
|
+
other: ! '%{count} o funudau'
|
|
121
|
+
x_months:
|
|
122
|
+
zero: ! '%{count} mis'
|
|
123
|
+
one: 1 mis
|
|
124
|
+
two: ! '%{count} mis'
|
|
125
|
+
few: ! '%{count} mis'
|
|
126
|
+
many: ! '%{count} mis'
|
|
127
|
+
other: ! '%{count} mis'
|
|
128
|
+
x_seconds:
|
|
129
|
+
zero: ! '%{count} o eiliadau'
|
|
130
|
+
one: 1 eiliad
|
|
131
|
+
two: ! '%{count} o eiliadau'
|
|
132
|
+
few: ! '%{count} o eiliadau'
|
|
133
|
+
many: ! '%{count} o eiliadau'
|
|
134
|
+
other: ! '%{count} o eiliadau'
|
|
135
|
+
prompts:
|
|
136
|
+
day: Diwrnod
|
|
137
|
+
hour: Awr
|
|
138
|
+
minute: Munud
|
|
139
|
+
month: Mis
|
|
140
|
+
second: Eiliad
|
|
141
|
+
year: Blwyddyn
|
|
142
|
+
errors:
|
|
143
|
+
format: ! '%{attribute} %{message}'
|
|
144
|
+
messages:
|
|
145
|
+
accepted: angen ei dderbyn
|
|
146
|
+
blank: methu bod yn wag
|
|
147
|
+
confirmation: heb fod yn gyfateb
|
|
148
|
+
empty: methu bod yn wag
|
|
149
|
+
equal_to: angen bod yn %{count}
|
|
150
|
+
even: rhaid bod yn eilrif
|
|
151
|
+
exclusion: wedi cadw
|
|
152
|
+
greater_than: angen bod yn fwy na %{count}
|
|
153
|
+
greater_than_or_equal_to: angen bod yr un maint neu fwy na %{count}
|
|
154
|
+
inclusion: heb fod yn y rhestr
|
|
155
|
+
invalid: heb fod yn nheilwng
|
|
156
|
+
less_than: angen bod yn llai na %{count}
|
|
157
|
+
less_than_or_equal_to: angen bod yr un maint neu lai na %{count}
|
|
158
|
+
not_a_number: heb fod yn rhif
|
|
159
|
+
not_an_integer: heb fod yn rhif llawn
|
|
160
|
+
odd: rhaid bod yn odrif
|
|
161
|
+
record_invalid: ! 'Gwirio wedi methu: %{errors}'
|
|
162
|
+
taken: wedi'i gymryd yn barod
|
|
163
|
+
too_long: yn rhy hir (cewch %{count} llythyren ar y fwyaf)
|
|
164
|
+
too_short: yn rhy fyr (rhaid am o leiaf %{count} llythyren)
|
|
165
|
+
wrong_length: gyda maint anghywir o lythrennau (dylai fod yn %{count} llythyren)
|
|
166
|
+
template:
|
|
167
|
+
body: ! 'Cafwyd broblemau gyda''r meysydd canlynol:'
|
|
168
|
+
header:
|
|
169
|
+
one: Atalwyd y %{model} hwn rhag ei gadw gan 1 nam
|
|
170
|
+
two: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
|
|
171
|
+
many: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
|
|
172
|
+
other: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam
|
|
173
|
+
helpers:
|
|
174
|
+
select:
|
|
175
|
+
prompt: Dewiswch
|
|
176
|
+
submit:
|
|
177
|
+
create: Creu %{model}
|
|
178
|
+
submit: Cadw %{model}
|
|
179
|
+
update: Diweddaru %{model}
|
|
180
|
+
number:
|
|
181
|
+
currency:
|
|
182
|
+
format:
|
|
183
|
+
delimiter: ! ','
|
|
184
|
+
format: ! '%u%n'
|
|
185
|
+
precision: 2
|
|
186
|
+
separator: .
|
|
187
|
+
significant: false
|
|
188
|
+
strip_insignificant_zeros: false
|
|
189
|
+
unit: £
|
|
190
|
+
format:
|
|
191
|
+
delimiter: ! ','
|
|
192
|
+
precision: 3
|
|
193
|
+
separator: .
|
|
194
|
+
significant: false
|
|
195
|
+
strip_insignificant_zeros: false
|
|
196
|
+
human:
|
|
197
|
+
decimal_units:
|
|
198
|
+
format: ! '%n %u'
|
|
199
|
+
units:
|
|
200
|
+
billion: Biliwn
|
|
201
|
+
million: Miliwn
|
|
202
|
+
quadrillion: Cwadriliwn
|
|
203
|
+
thousand: Mil
|
|
204
|
+
trillion: Triliwn
|
|
205
|
+
unit: ''
|
|
206
|
+
format:
|
|
207
|
+
delimiter: ''
|
|
208
|
+
precision: 3
|
|
209
|
+
significant: true
|
|
210
|
+
strip_insignificant_zeros: true
|
|
211
|
+
storage_units:
|
|
212
|
+
format: ! '%n %u'
|
|
213
|
+
units:
|
|
214
|
+
byte:
|
|
215
|
+
zero: Bytes
|
|
216
|
+
one: Byte
|
|
217
|
+
two: Bytes
|
|
218
|
+
few: Bytes
|
|
219
|
+
many: Bytes
|
|
220
|
+
other: Bytes
|
|
221
|
+
gb: GB
|
|
222
|
+
kb: KB
|
|
223
|
+
mb: MB
|
|
224
|
+
tb: TB
|
|
225
|
+
percentage:
|
|
226
|
+
format:
|
|
227
|
+
delimiter: ''
|
|
228
|
+
precision:
|
|
229
|
+
format:
|
|
230
|
+
delimiter: ''
|
|
231
|
+
support:
|
|
232
|
+
array:
|
|
233
|
+
last_word_connector: ! ', a '
|
|
234
|
+
two_words_connector: ! ' a '
|
|
235
|
+
words_connector: ! ', '
|
|
236
|
+
time:
|
|
237
|
+
am: yb
|
|
238
|
+
formats:
|
|
239
|
+
default: ! '%a, %d %b %Y %H:%M:%S %z'
|
|
240
|
+
long: ! '%B %d, %Y %H:%M'
|
|
241
|
+
short: ! '%d %b %H:%M'
|
|
242
|
+
pm: yh
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
da:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- søn
|
|
5
|
+
- man
|
|
6
|
+
- tir
|
|
7
|
+
- ons
|
|
8
|
+
- tor
|
|
9
|
+
- fre
|
|
10
|
+
- lør
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- jan
|
|
14
|
+
- feb
|
|
15
|
+
- mar
|
|
16
|
+
- apr
|
|
17
|
+
- maj
|
|
18
|
+
- jun
|
|
19
|
+
- jul
|
|
20
|
+
- aug
|
|
21
|
+
- sep
|
|
22
|
+
- okt
|
|
23
|
+
- nov
|
|
24
|
+
- dec
|
|
25
|
+
day_names:
|
|
26
|
+
- søndag
|
|
27
|
+
- mandag
|
|
28
|
+
- tirsdag
|
|
29
|
+
- onsdag
|
|
30
|
+
- torsdag
|
|
31
|
+
- fredag
|
|
32
|
+
- lørdag
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%e. %B %Y'
|
|
36
|
+
short: ! '%e. %b %Y'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- januar
|
|
40
|
+
- februar
|
|
41
|
+
- marts
|
|
42
|
+
- april
|
|
43
|
+
- maj
|
|
44
|
+
- juni
|
|
45
|
+
- juli
|
|
46
|
+
- august
|
|
47
|
+
- september
|
|
48
|
+
- oktober
|
|
49
|
+
- november
|
|
50
|
+
- december
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: cirka en time
|
|
59
|
+
other: cirka %{count} timer
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: cirka en måned
|
|
62
|
+
other: cirka %{count} måneder
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: cirka et år
|
|
65
|
+
other: cirka %{count} år
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: næsten et år
|
|
68
|
+
other: næsten %{count} år
|
|
69
|
+
half_a_minute: et halvt minut
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: mindre end et minut
|
|
72
|
+
other: mindre end %{count} minutter
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: mindre end et sekund
|
|
75
|
+
other: mindre end %{count} sekunder
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: mere end et år
|
|
78
|
+
other: mere end %{count} år
|
|
79
|
+
x_days:
|
|
80
|
+
one: en dag
|
|
81
|
+
other: ! '%{count} dage'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: et minut
|
|
84
|
+
other: ! '%{count} minutter'
|
|
85
|
+
x_months:
|
|
86
|
+
one: en måned
|
|
87
|
+
other: ! '%{count} måneder'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: et sekund
|
|
90
|
+
other: ! '%{count} sekunder'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Dag
|
|
93
|
+
hour: Time
|
|
94
|
+
minute: Minut
|
|
95
|
+
month: Måned
|
|
96
|
+
second: Sekund
|
|
97
|
+
year: År
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: skal accepteres
|
|
102
|
+
blank: skal udfyldes
|
|
103
|
+
present: skal være tom
|
|
104
|
+
confirmation: stemmer ikke overens med bekræftelse
|
|
105
|
+
empty: må ikke udelades
|
|
106
|
+
equal_to: skal være %{count}
|
|
107
|
+
even: skal være et lige tal
|
|
108
|
+
exclusion: er reserveret
|
|
109
|
+
greater_than: skal være større end %{count}
|
|
110
|
+
greater_than_or_equal_to: skal være større end, eller lig med, %{count}
|
|
111
|
+
inclusion: er ikke på listen
|
|
112
|
+
invalid: er ikke gyldig
|
|
113
|
+
less_than: skal være mindre end %{count}
|
|
114
|
+
less_than_or_equal_to: skal være mindre end, eller lig med, %{count}
|
|
115
|
+
not_a_number: er ikke et tal
|
|
116
|
+
not_an_integer: er ikke et heltal
|
|
117
|
+
odd: skal være et ulige tal
|
|
118
|
+
record_invalid: ! 'Godkendelse gik galt: %{errors}'
|
|
119
|
+
restrict_dependent_destroy:
|
|
120
|
+
one: "Kunne ikke slette posten fordi en afhængig %{record} findes"
|
|
121
|
+
many: "Kunne ikke slette posten fordi afhængige %{record} findes"
|
|
122
|
+
taken: er allerede brugt
|
|
123
|
+
too_long: er for lang (højest %{count} tegn)
|
|
124
|
+
too_short: er for kort (mindst %{count} tegn)
|
|
125
|
+
wrong_length: har forkert længde (skulle være %{count} tegn)
|
|
126
|
+
other_than: "skal være forskellig fra %{count}"
|
|
127
|
+
template:
|
|
128
|
+
body: ! 'Der var problemer med følgende felter:'
|
|
129
|
+
header:
|
|
130
|
+
one: En fejl forhindrede %{model} i at blive gemt
|
|
131
|
+
other: ! '%{count} fejl forhindrede %{model} i at blive gemt'
|
|
132
|
+
helpers:
|
|
133
|
+
select:
|
|
134
|
+
prompt: Vælg...
|
|
135
|
+
submit:
|
|
136
|
+
create: Opret %{model}
|
|
137
|
+
submit: Gem %{model}
|
|
138
|
+
update: Opdater %{model}
|
|
139
|
+
number:
|
|
140
|
+
currency:
|
|
141
|
+
format:
|
|
142
|
+
delimiter: .
|
|
143
|
+
format: ! '%u %n'
|
|
144
|
+
precision: 2
|
|
145
|
+
separator: ! ','
|
|
146
|
+
significant: false
|
|
147
|
+
strip_insignificant_zeros: false
|
|
148
|
+
unit: DKK
|
|
149
|
+
format:
|
|
150
|
+
delimiter: .
|
|
151
|
+
precision: 3
|
|
152
|
+
separator: ! ','
|
|
153
|
+
significant: false
|
|
154
|
+
strip_insignificant_zeros: false
|
|
155
|
+
human:
|
|
156
|
+
decimal_units:
|
|
157
|
+
format: ! '%n %u'
|
|
158
|
+
units:
|
|
159
|
+
billion: Milliard
|
|
160
|
+
million: Million
|
|
161
|
+
quadrillion: Billiard
|
|
162
|
+
thousand: Tusind
|
|
163
|
+
trillion: Billion
|
|
164
|
+
unit: ''
|
|
165
|
+
format:
|
|
166
|
+
delimiter: ''
|
|
167
|
+
precision: 3
|
|
168
|
+
significant: true
|
|
169
|
+
strip_insignificant_zeros: true
|
|
170
|
+
storage_units:
|
|
171
|
+
format: ! '%n %u'
|
|
172
|
+
units:
|
|
173
|
+
byte:
|
|
174
|
+
one: Byte
|
|
175
|
+
other: Bytes
|
|
176
|
+
gb: GB
|
|
177
|
+
kb: KB
|
|
178
|
+
mb: MB
|
|
179
|
+
tb: TB
|
|
180
|
+
percentage:
|
|
181
|
+
format:
|
|
182
|
+
delimiter: ''
|
|
183
|
+
format: "%n%"
|
|
184
|
+
precision:
|
|
185
|
+
format:
|
|
186
|
+
delimiter: ''
|
|
187
|
+
support:
|
|
188
|
+
array:
|
|
189
|
+
last_word_connector: ! ' og '
|
|
190
|
+
two_words_connector: ! ' og '
|
|
191
|
+
words_connector: ! ', '
|
|
192
|
+
time:
|
|
193
|
+
am: ''
|
|
194
|
+
formats:
|
|
195
|
+
default: ! '%e. %B %Y, %H.%M'
|
|
196
|
+
long: ! '%A d. %e. %B %Y, %H.%M'
|
|
197
|
+
short: ! '%e. %b %Y, %H.%M'
|
|
198
|
+
pm: ''
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
de-AT:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- So
|
|
5
|
+
- Mo
|
|
6
|
+
- Di
|
|
7
|
+
- Mi
|
|
8
|
+
- Do
|
|
9
|
+
- Fr
|
|
10
|
+
- Sa
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Jän
|
|
14
|
+
- Feb
|
|
15
|
+
- Mär
|
|
16
|
+
- Apr
|
|
17
|
+
- Mai
|
|
18
|
+
- Jun
|
|
19
|
+
- Jul
|
|
20
|
+
- Aug
|
|
21
|
+
- Sep
|
|
22
|
+
- Okt
|
|
23
|
+
- Nov
|
|
24
|
+
- Dez
|
|
25
|
+
day_names:
|
|
26
|
+
- Sonntag
|
|
27
|
+
- Montag
|
|
28
|
+
- Dienstag
|
|
29
|
+
- Mittwoch
|
|
30
|
+
- Donnerstag
|
|
31
|
+
- Freitag
|
|
32
|
+
- Samstag
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%e. %B %Y'
|
|
36
|
+
short: ! '%e. %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Jänner
|
|
40
|
+
- Februar
|
|
41
|
+
- März
|
|
42
|
+
- April
|
|
43
|
+
- Mai
|
|
44
|
+
- Juni
|
|
45
|
+
- Juli
|
|
46
|
+
- August
|
|
47
|
+
- September
|
|
48
|
+
- Oktober
|
|
49
|
+
- November
|
|
50
|
+
- Dezember
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: etwa eine Stunde
|
|
59
|
+
other: etwa %{count} Stunden
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: etwa ein Monat
|
|
62
|
+
other: etwa %{count} Monate
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: etwa ein Jahr
|
|
65
|
+
other: etwa %{count} Jahre
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: fast ein Jahr
|
|
68
|
+
other: fast %{count} Jahre
|
|
69
|
+
half_a_minute: eine halbe Minute
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: weniger als eine Minute
|
|
72
|
+
other: weniger als %{count} Minuten
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: weniger als eine Sekunde
|
|
75
|
+
other: weniger als %{count} Sekunden
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: mehr als ein Jahr
|
|
78
|
+
other: mehr als %{count} Jahre
|
|
79
|
+
x_days:
|
|
80
|
+
one: ein Tag
|
|
81
|
+
other: ! '%{count} Tage'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: eine Minute
|
|
84
|
+
other: ! '%{count} Minuten'
|
|
85
|
+
x_months:
|
|
86
|
+
one: ein Monat
|
|
87
|
+
other: ! '%{count} Monate'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: eine Sekunde
|
|
90
|
+
other: ! '%{count} Sekunden'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Tag
|
|
93
|
+
hour: Stunden
|
|
94
|
+
minute: Minuten
|
|
95
|
+
month: Monat
|
|
96
|
+
second: Sekunden
|
|
97
|
+
year: Jahr
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: muss akzeptiert werden
|
|
102
|
+
blank: muss ausgefüllt werden
|
|
103
|
+
present: darf nicht ausgefüllt werden
|
|
104
|
+
confirmation: stimmt nicht mit %{attribute} überein
|
|
105
|
+
empty: muss ausgefüllt werden
|
|
106
|
+
equal_to: muss genau %{count} sein
|
|
107
|
+
even: muss gerade sein
|
|
108
|
+
exclusion: ist nicht verfügbar
|
|
109
|
+
greater_than: muss größer als %{count} sein
|
|
110
|
+
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
|
111
|
+
inclusion: ist kein gültiger Wert
|
|
112
|
+
invalid: ist nicht gültig
|
|
113
|
+
less_than: muss kleiner als %{count} sein
|
|
114
|
+
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
|
115
|
+
not_a_number: ist keine Zahl
|
|
116
|
+
not_an_integer: muss ganzzahlig sein
|
|
117
|
+
odd: muss ungerade sein
|
|
118
|
+
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
|
119
|
+
restrict_dependent_destroy:
|
|
120
|
+
one: ! 'Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz existiert.'
|
|
121
|
+
many: ! 'Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.'
|
|
122
|
+
taken: ist bereits vergeben
|
|
123
|
+
too_long: ist zu lang (nicht mehr als %{count} Zeichen)
|
|
124
|
+
too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
|
|
125
|
+
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
|
126
|
+
other_than: darf nicht gleich %{count} sein
|
|
127
|
+
template:
|
|
128
|
+
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
|
129
|
+
header:
|
|
130
|
+
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
|
131
|
+
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
|
132
|
+
helpers:
|
|
133
|
+
select:
|
|
134
|
+
prompt: Bitte wählen
|
|
135
|
+
submit:
|
|
136
|
+
create: ! '%{model} erstellen'
|
|
137
|
+
submit: ! '%{model} speichern'
|
|
138
|
+
update: ! '%{model} aktualisieren'
|
|
139
|
+
number:
|
|
140
|
+
currency:
|
|
141
|
+
format:
|
|
142
|
+
delimiter: .
|
|
143
|
+
format: ! '%u %n'
|
|
144
|
+
precision: 2
|
|
145
|
+
separator: ! ','
|
|
146
|
+
significant: false
|
|
147
|
+
strip_insignificant_zeros: false
|
|
148
|
+
unit: €
|
|
149
|
+
format:
|
|
150
|
+
delimiter: .
|
|
151
|
+
precision: 2
|
|
152
|
+
separator: ! ','
|
|
153
|
+
significant: false
|
|
154
|
+
strip_insignificant_zeros: false
|
|
155
|
+
human:
|
|
156
|
+
decimal_units:
|
|
157
|
+
format: ! '%n %u'
|
|
158
|
+
units:
|
|
159
|
+
billion:
|
|
160
|
+
one: Milliarde
|
|
161
|
+
other: Milliarden
|
|
162
|
+
million: Millionen
|
|
163
|
+
quadrillion:
|
|
164
|
+
one: Billiarde
|
|
165
|
+
other: Billiarden
|
|
166
|
+
thousand: Tausend
|
|
167
|
+
trillion: Billionen
|
|
168
|
+
unit: ''
|
|
169
|
+
format:
|
|
170
|
+
delimiter: ''
|
|
171
|
+
precision: 1
|
|
172
|
+
significant: true
|
|
173
|
+
strip_insignificant_zeros: true
|
|
174
|
+
storage_units:
|
|
175
|
+
format: ! '%n %u'
|
|
176
|
+
units:
|
|
177
|
+
byte:
|
|
178
|
+
one: Byte
|
|
179
|
+
other: Bytes
|
|
180
|
+
gb: GB
|
|
181
|
+
kb: KB
|
|
182
|
+
mb: MB
|
|
183
|
+
tb: TB
|
|
184
|
+
percentage:
|
|
185
|
+
format:
|
|
186
|
+
delimiter: ''
|
|
187
|
+
format: "%n%"
|
|
188
|
+
precision:
|
|
189
|
+
format:
|
|
190
|
+
delimiter: ''
|
|
191
|
+
support:
|
|
192
|
+
array:
|
|
193
|
+
last_word_connector: ! ' und '
|
|
194
|
+
two_words_connector: ! ' und '
|
|
195
|
+
words_connector: ! ', '
|
|
196
|
+
time:
|
|
197
|
+
am: vormittags
|
|
198
|
+
formats:
|
|
199
|
+
default: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
200
|
+
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
201
|
+
short: ! '%d. %B, %H:%M Uhr'
|
|
202
|
+
pm: nachmittags
|