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,200 @@
|
|
|
1
|
+
fr-CH:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- dim
|
|
5
|
+
- lun
|
|
6
|
+
- mar
|
|
7
|
+
- mer
|
|
8
|
+
- jeu
|
|
9
|
+
- ven
|
|
10
|
+
- sam
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- jan.
|
|
14
|
+
- fév.
|
|
15
|
+
- mar.
|
|
16
|
+
- avr.
|
|
17
|
+
- mai
|
|
18
|
+
- juin
|
|
19
|
+
- juil.
|
|
20
|
+
- août
|
|
21
|
+
- sept.
|
|
22
|
+
- oct.
|
|
23
|
+
- nov.
|
|
24
|
+
- déc.
|
|
25
|
+
day_names:
|
|
26
|
+
- dimanche
|
|
27
|
+
- lundi
|
|
28
|
+
- mardi
|
|
29
|
+
- mercredi
|
|
30
|
+
- jeudi
|
|
31
|
+
- vendredi
|
|
32
|
+
- samedi
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%e %B %Y'
|
|
36
|
+
short: ! '%e %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- janvier
|
|
40
|
+
- février
|
|
41
|
+
- mars
|
|
42
|
+
- avril
|
|
43
|
+
- mai
|
|
44
|
+
- juin
|
|
45
|
+
- juillet
|
|
46
|
+
- août
|
|
47
|
+
- septembre
|
|
48
|
+
- octobre
|
|
49
|
+
- novembre
|
|
50
|
+
- décembre
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: environ une heure
|
|
59
|
+
other: environ %{count} heures
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: environ un mois
|
|
62
|
+
other: environ %{count} mois
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: environ un an
|
|
65
|
+
other: environ %{count} ans
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: presqu'un an
|
|
68
|
+
other: presque %{count} ans
|
|
69
|
+
half_a_minute: une demi-minute
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: moins d'une minute
|
|
72
|
+
other: moins de %{count} minutes
|
|
73
|
+
zero: moins d'une minute
|
|
74
|
+
less_than_x_seconds:
|
|
75
|
+
one: moins d'une seconde
|
|
76
|
+
other: moins de %{count} secondes
|
|
77
|
+
zero: moins d'une seconde
|
|
78
|
+
over_x_years:
|
|
79
|
+
one: plus d'un an
|
|
80
|
+
other: plus de %{count} ans
|
|
81
|
+
x_days:
|
|
82
|
+
one: 1 jour
|
|
83
|
+
other: ! '%{count} jours'
|
|
84
|
+
x_minutes:
|
|
85
|
+
one: 1 minute
|
|
86
|
+
other: ! '%{count} minutes'
|
|
87
|
+
x_months:
|
|
88
|
+
one: 1 mois
|
|
89
|
+
other: ! '%{count} mois'
|
|
90
|
+
x_seconds:
|
|
91
|
+
one: 1 seconde
|
|
92
|
+
other: ! '%{count} secondes'
|
|
93
|
+
prompts:
|
|
94
|
+
day: Jour
|
|
95
|
+
hour: Heure
|
|
96
|
+
minute: Minute
|
|
97
|
+
month: Mois
|
|
98
|
+
second: Seconde
|
|
99
|
+
year: Année
|
|
100
|
+
errors:
|
|
101
|
+
format: '%{attribute} %{message}'
|
|
102
|
+
messages:
|
|
103
|
+
accepted: doit être accepté(e)
|
|
104
|
+
blank: doit être rempli(e)
|
|
105
|
+
confirmation: ne concorde pas avec la confirmation
|
|
106
|
+
empty: doit être rempli(e)
|
|
107
|
+
equal_to: doit être égal à %{count}
|
|
108
|
+
even: doit être pair
|
|
109
|
+
exclusion: n'est pas disponible
|
|
110
|
+
greater_than: doit être supérieur à %{count}
|
|
111
|
+
greater_than_or_equal_to: doit être supérieur ou égal à %{count}
|
|
112
|
+
inclusion: n'est pas inclus(e) dans la liste
|
|
113
|
+
invalid: n'est pas valide
|
|
114
|
+
less_than: doit être inférieur à %{count}
|
|
115
|
+
less_than_or_equal_to: doit être inférieur ou égal à %{count}
|
|
116
|
+
not_a_number: n'est pas un nombre
|
|
117
|
+
not_an_integer: doit être un nombre entier
|
|
118
|
+
odd: doit être impair
|
|
119
|
+
record_invalid: ! 'La validation a échoué : %{errors}'
|
|
120
|
+
taken: n'est pas disponible
|
|
121
|
+
too_long:
|
|
122
|
+
one: est trop long (pas plus d'un caractère)
|
|
123
|
+
other: est trop long (pas plus de %{count} caractères)
|
|
124
|
+
too_short:
|
|
125
|
+
one: est trop court (au moins un caractère)
|
|
126
|
+
other: est trop court (au moins %{count} caractères)
|
|
127
|
+
wrong_length:
|
|
128
|
+
one: ne fait pas la bonne longueur (doit comporter un seul caractère)
|
|
129
|
+
other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
|
|
130
|
+
template:
|
|
131
|
+
body: ! 'Veuillez vérifier les champs suivants : '
|
|
132
|
+
header:
|
|
133
|
+
one: ! 'Impossible d''enregistrer ce %{model} : 1 erreur'
|
|
134
|
+
other: ! 'Impossible d''enregistrer ce %{model} : %{count} erreurs'
|
|
135
|
+
helpers:
|
|
136
|
+
select:
|
|
137
|
+
prompt: Veuillez sélectionner
|
|
138
|
+
submit:
|
|
139
|
+
create: Créer un %{model}
|
|
140
|
+
submit: Enregistrer ce %{model}
|
|
141
|
+
update: Modifier ce %{model}
|
|
142
|
+
number:
|
|
143
|
+
currency:
|
|
144
|
+
format:
|
|
145
|
+
delimiter: ! ''''
|
|
146
|
+
format: ! '%n %u'
|
|
147
|
+
precision: 2
|
|
148
|
+
separator: .
|
|
149
|
+
significant: false
|
|
150
|
+
strip_insignificant_zeros: false
|
|
151
|
+
unit: sFr.
|
|
152
|
+
format:
|
|
153
|
+
delimiter: ! ''''
|
|
154
|
+
precision: 3
|
|
155
|
+
separator: .
|
|
156
|
+
significant: false
|
|
157
|
+
strip_insignificant_zeros: false
|
|
158
|
+
human:
|
|
159
|
+
decimal_units:
|
|
160
|
+
format: ! '%n %u'
|
|
161
|
+
units:
|
|
162
|
+
billion: milliard
|
|
163
|
+
million: million
|
|
164
|
+
quadrillion: million de milliards
|
|
165
|
+
thousand: millier
|
|
166
|
+
trillion: billion
|
|
167
|
+
unit: ''
|
|
168
|
+
format:
|
|
169
|
+
delimiter: ''
|
|
170
|
+
precision: 2
|
|
171
|
+
significant: true
|
|
172
|
+
strip_insignificant_zeros: true
|
|
173
|
+
storage_units:
|
|
174
|
+
format: ! '%n %u'
|
|
175
|
+
units:
|
|
176
|
+
byte:
|
|
177
|
+
one: octet
|
|
178
|
+
other: octets
|
|
179
|
+
gb: Go
|
|
180
|
+
kb: ko
|
|
181
|
+
mb: Mo
|
|
182
|
+
tb: To
|
|
183
|
+
percentage:
|
|
184
|
+
format:
|
|
185
|
+
delimiter: ''
|
|
186
|
+
precision:
|
|
187
|
+
format:
|
|
188
|
+
delimiter: ''
|
|
189
|
+
support:
|
|
190
|
+
array:
|
|
191
|
+
last_word_connector: ! ' et '
|
|
192
|
+
two_words_connector: ! ' et '
|
|
193
|
+
words_connector: ! ', '
|
|
194
|
+
time:
|
|
195
|
+
am: am
|
|
196
|
+
formats:
|
|
197
|
+
default: ! '%d. %B %Y %H h %M'
|
|
198
|
+
long: ! '%A, %d %B %Y %H h %M min %S s %Z'
|
|
199
|
+
short: ! '%d %b %H h %M'
|
|
200
|
+
pm: pm
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# French translations for Ruby on Rails
|
|
2
|
+
# by Christian Lescuyer (christian@flyingcoders.com)
|
|
3
|
+
# contributors:
|
|
4
|
+
# - Sebastien Grosjean - ZenCocoon.com
|
|
5
|
+
# - Bruno Michel - http://github.com/nono
|
|
6
|
+
# - Tsutomu Kuroda - http://github.com/kuroda (t-kuroda@oiax.jp)
|
|
7
|
+
# Emended by Benjamin des Gachons and Patrick Chew : <http://www.fitima.org/docs/fiche.pdf>
|
|
8
|
+
|
|
9
|
+
fr:
|
|
10
|
+
date:
|
|
11
|
+
abbr_day_names:
|
|
12
|
+
- dim
|
|
13
|
+
- lun
|
|
14
|
+
- mar
|
|
15
|
+
- mer
|
|
16
|
+
- jeu
|
|
17
|
+
- ven
|
|
18
|
+
- sam
|
|
19
|
+
abbr_month_names:
|
|
20
|
+
- ~
|
|
21
|
+
- jan.
|
|
22
|
+
- fév.
|
|
23
|
+
- mar.
|
|
24
|
+
- avr.
|
|
25
|
+
- mai
|
|
26
|
+
- juin
|
|
27
|
+
- juil.
|
|
28
|
+
- août
|
|
29
|
+
- sept.
|
|
30
|
+
- oct.
|
|
31
|
+
- nov.
|
|
32
|
+
- déc.
|
|
33
|
+
day_names:
|
|
34
|
+
- dimanche
|
|
35
|
+
- lundi
|
|
36
|
+
- mardi
|
|
37
|
+
- mercredi
|
|
38
|
+
- jeudi
|
|
39
|
+
- vendredi
|
|
40
|
+
- samedi
|
|
41
|
+
formats:
|
|
42
|
+
default: "%d/%m/%Y"
|
|
43
|
+
short: "%e %b"
|
|
44
|
+
long: "%e %B %Y"
|
|
45
|
+
month_names:
|
|
46
|
+
- ~
|
|
47
|
+
- janvier
|
|
48
|
+
- février
|
|
49
|
+
- mars
|
|
50
|
+
- avril
|
|
51
|
+
- mai
|
|
52
|
+
- juin
|
|
53
|
+
- juillet
|
|
54
|
+
- août
|
|
55
|
+
- septembre
|
|
56
|
+
- octobre
|
|
57
|
+
- novembre
|
|
58
|
+
- décembre
|
|
59
|
+
order:
|
|
60
|
+
- :day
|
|
61
|
+
- :month
|
|
62
|
+
- :year
|
|
63
|
+
datetime:
|
|
64
|
+
distance_in_words:
|
|
65
|
+
about_x_hours:
|
|
66
|
+
one: "environ une heure"
|
|
67
|
+
other: "environ %{count} heures"
|
|
68
|
+
about_x_months:
|
|
69
|
+
one: "environ un mois"
|
|
70
|
+
other: "environ %{count} mois"
|
|
71
|
+
about_x_years:
|
|
72
|
+
one: "environ un an"
|
|
73
|
+
other: "environ %{count} ans"
|
|
74
|
+
almost_x_years:
|
|
75
|
+
one: "presqu'un an"
|
|
76
|
+
other: "presque %{count} ans"
|
|
77
|
+
half_a_minute: "une demi-minute"
|
|
78
|
+
less_than_x_minutes:
|
|
79
|
+
zero: "moins d'une minute"
|
|
80
|
+
one: "moins d'une minute"
|
|
81
|
+
other: "moins de %{count} minutes"
|
|
82
|
+
less_than_x_seconds:
|
|
83
|
+
zero: "moins d'une seconde"
|
|
84
|
+
one: "moins d'une seconde"
|
|
85
|
+
other: "moins de %{count} secondes"
|
|
86
|
+
over_x_years:
|
|
87
|
+
one: "plus d'un an"
|
|
88
|
+
other: "plus de %{count} ans"
|
|
89
|
+
x_days:
|
|
90
|
+
one: "1 jour"
|
|
91
|
+
other: "%{count} jours"
|
|
92
|
+
x_minutes:
|
|
93
|
+
one: "1 minute"
|
|
94
|
+
other: "%{count} minutes"
|
|
95
|
+
x_months:
|
|
96
|
+
one: "1 mois"
|
|
97
|
+
other: "%{count} mois"
|
|
98
|
+
x_seconds:
|
|
99
|
+
one: "1 seconde"
|
|
100
|
+
other: "%{count} secondes"
|
|
101
|
+
prompts:
|
|
102
|
+
day: "Jour"
|
|
103
|
+
hour: "Heure"
|
|
104
|
+
minute: "Minute"
|
|
105
|
+
month: "Mois"
|
|
106
|
+
second: "Seconde"
|
|
107
|
+
year: "Année"
|
|
108
|
+
errors:
|
|
109
|
+
format: "%{attribute} %{message}"
|
|
110
|
+
messages: &errors_messages
|
|
111
|
+
accepted: "doit être accepté(e)"
|
|
112
|
+
blank: "doit être rempli(e)"
|
|
113
|
+
present: "doit être vide"
|
|
114
|
+
confirmation: "ne concorde pas avec la confirmation"
|
|
115
|
+
empty: "doit être rempli(e)"
|
|
116
|
+
equal_to: "doit être égal à %{count}"
|
|
117
|
+
even: "doit être pair"
|
|
118
|
+
exclusion: "n'est pas disponible"
|
|
119
|
+
greater_than: "doit être supérieur à %{count}"
|
|
120
|
+
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
|
121
|
+
inclusion: "n'est pas inclus(e) dans la liste"
|
|
122
|
+
invalid: "n'est pas valide"
|
|
123
|
+
less_than: "doit être inférieur à %{count}"
|
|
124
|
+
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
|
125
|
+
not_a_number: "n'est pas un nombre"
|
|
126
|
+
not_an_integer: "doit être un nombre entier"
|
|
127
|
+
odd: "doit être impair"
|
|
128
|
+
record_invalid: "La validation a échoué : %{errors}"
|
|
129
|
+
restrict_dependent_destroy:
|
|
130
|
+
one: "Suppression impossible: un autre enregistrement est lié"
|
|
131
|
+
many: "Suppression impossible: d'autres enregistrements sont liés"
|
|
132
|
+
taken: "n'est pas disponible"
|
|
133
|
+
too_long:
|
|
134
|
+
one: "est trop long (pas plus d'un caractère)"
|
|
135
|
+
other: "est trop long (pas plus de %{count} caractères)"
|
|
136
|
+
too_short:
|
|
137
|
+
one: "est trop court (au moins un caractère)"
|
|
138
|
+
other: "est trop court (au moins %{count} caractères)"
|
|
139
|
+
wrong_length:
|
|
140
|
+
one: "ne fait pas la bonne longueur (doit comporter un seul caractère)"
|
|
141
|
+
other: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
|
142
|
+
other_than: "doit être différent de %{count}"
|
|
143
|
+
template: &errors_template
|
|
144
|
+
body: "Veuillez vérifier les champs suivants : "
|
|
145
|
+
header:
|
|
146
|
+
one: "Impossible d'enregistrer ce(tte) %{model} : 1 erreur"
|
|
147
|
+
other: "Impossible d'enregistrer ce(tte) %{model} : %{count} erreurs"
|
|
148
|
+
helpers:
|
|
149
|
+
select:
|
|
150
|
+
prompt: "Veuillez sélectionner"
|
|
151
|
+
submit:
|
|
152
|
+
create: "Créer un(e) %{model}"
|
|
153
|
+
submit: "Enregistrer ce(tte) %{model}"
|
|
154
|
+
update: "Modifier ce(tte) %{model}"
|
|
155
|
+
number:
|
|
156
|
+
currency:
|
|
157
|
+
format:
|
|
158
|
+
delimiter: " "
|
|
159
|
+
format: "%n %u"
|
|
160
|
+
precision: 2
|
|
161
|
+
separator: ","
|
|
162
|
+
significant: false
|
|
163
|
+
strip_insignificant_zeros: false
|
|
164
|
+
unit: "€"
|
|
165
|
+
format:
|
|
166
|
+
delimiter: " "
|
|
167
|
+
precision: 3
|
|
168
|
+
separator: ","
|
|
169
|
+
significant: false
|
|
170
|
+
strip_insignificant_zeros: false
|
|
171
|
+
human:
|
|
172
|
+
decimal_units:
|
|
173
|
+
format: "%n %u"
|
|
174
|
+
units:
|
|
175
|
+
billion: "milliard"
|
|
176
|
+
million: "million"
|
|
177
|
+
quadrillion: "million de milliards"
|
|
178
|
+
thousand: "millier"
|
|
179
|
+
trillion: "billion"
|
|
180
|
+
unit: ""
|
|
181
|
+
format:
|
|
182
|
+
delimiter: ""
|
|
183
|
+
precision: 2
|
|
184
|
+
significant: true
|
|
185
|
+
strip_insignificant_zeros: true
|
|
186
|
+
storage_units:
|
|
187
|
+
format: "%n %u"
|
|
188
|
+
units:
|
|
189
|
+
byte:
|
|
190
|
+
one: "octet"
|
|
191
|
+
other: "octets"
|
|
192
|
+
gb: "Go"
|
|
193
|
+
kb: "ko"
|
|
194
|
+
mb: "Mo"
|
|
195
|
+
tb: "To"
|
|
196
|
+
percentage:
|
|
197
|
+
format:
|
|
198
|
+
delimiter: ""
|
|
199
|
+
format: "%n%"
|
|
200
|
+
precision:
|
|
201
|
+
format:
|
|
202
|
+
delimiter: ""
|
|
203
|
+
support:
|
|
204
|
+
array:
|
|
205
|
+
last_word_connector: " et "
|
|
206
|
+
two_words_connector: " et "
|
|
207
|
+
words_connector: ", "
|
|
208
|
+
time:
|
|
209
|
+
am: 'am'
|
|
210
|
+
formats:
|
|
211
|
+
default: "%d %B %Y %Hh %Mmin %Ss"
|
|
212
|
+
long: "%A %d %B %Y %Hh%M"
|
|
213
|
+
short: "%d %b %Hh%M"
|
|
214
|
+
pm: 'pm'
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
gl:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Dom
|
|
5
|
+
- Lun
|
|
6
|
+
- Mar
|
|
7
|
+
- Mer
|
|
8
|
+
- Xov
|
|
9
|
+
- Ven
|
|
10
|
+
- Sab
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Xan
|
|
14
|
+
- Feb
|
|
15
|
+
- Mar
|
|
16
|
+
- Abr
|
|
17
|
+
- Mai
|
|
18
|
+
- Xuñ
|
|
19
|
+
- Xul
|
|
20
|
+
- Ago
|
|
21
|
+
- Set
|
|
22
|
+
- Out
|
|
23
|
+
- Nov
|
|
24
|
+
- Dec
|
|
25
|
+
day_names:
|
|
26
|
+
- Domingo
|
|
27
|
+
- Luns
|
|
28
|
+
- Martes
|
|
29
|
+
- Mércores
|
|
30
|
+
- Xoves
|
|
31
|
+
- Venres
|
|
32
|
+
- Sábado
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%e/%m/%Y'
|
|
35
|
+
long: ! '%A %e de %B de %Y'
|
|
36
|
+
short: ! '%e %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Xaneiro
|
|
40
|
+
- Febreiro
|
|
41
|
+
- Marzo
|
|
42
|
+
- Abril
|
|
43
|
+
- Maio
|
|
44
|
+
- Xuño
|
|
45
|
+
- Xullo
|
|
46
|
+
- Agosto
|
|
47
|
+
- Setembro
|
|
48
|
+
- Outubro
|
|
49
|
+
- Novembro
|
|
50
|
+
- Decembro
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: aproximadamente unha hora
|
|
59
|
+
other: ! '%{count} horas'
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: aproximadamente 1 mes
|
|
62
|
+
other: ! '%{count} meses'
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: aproximadamente 1 ano
|
|
65
|
+
other: ! '%{count} anos'
|
|
66
|
+
half_a_minute: medio minuto
|
|
67
|
+
less_than_x_minutes:
|
|
68
|
+
one: 1 minuto
|
|
69
|
+
other: ! '%{count} minutos'
|
|
70
|
+
zero: menos dun minuto
|
|
71
|
+
less_than_x_seconds:
|
|
72
|
+
few: poucos segundos
|
|
73
|
+
one: 1 segundo
|
|
74
|
+
other: ! '%{count} segundos'
|
|
75
|
+
zero: menos dun segundo
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: máis dun ano
|
|
78
|
+
other: ! '%{count} anos'
|
|
79
|
+
x_days:
|
|
80
|
+
one: 1 día
|
|
81
|
+
other: ! '%{count} días'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: 1 minuto
|
|
84
|
+
other: ! '%{count} minuto'
|
|
85
|
+
x_months:
|
|
86
|
+
one: 1 mes
|
|
87
|
+
other: ! '%{count} meses'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: 1 segundo
|
|
90
|
+
other: ! '%{count} segundos'
|
|
91
|
+
errors:
|
|
92
|
+
format: ! '%{attribute} %{message}'
|
|
93
|
+
messages:
|
|
94
|
+
accepted: debe ser aceptado
|
|
95
|
+
blank: non pode estar en blanco
|
|
96
|
+
confirmation: non coincide coa confirmación
|
|
97
|
+
empty: non pode estar valeiro
|
|
98
|
+
equal_to: debe ser igual a %{count}
|
|
99
|
+
even: debe ser impar
|
|
100
|
+
exclusion: xa existe
|
|
101
|
+
greater_than: debe ser maior que %{count}
|
|
102
|
+
greater_than_or_equal_to: debe ser maior ou igual que %{count}
|
|
103
|
+
inclusion: non está incluido na lista
|
|
104
|
+
invalid: non é válido
|
|
105
|
+
less_than: debe ser menor que %{count}
|
|
106
|
+
less_than_or_equal_to: debe ser menor ou igual que %{count}
|
|
107
|
+
not_a_number: non é un número
|
|
108
|
+
odd: debe ser par
|
|
109
|
+
taken: non está dispoñible
|
|
110
|
+
too_long: é demasiado longo (non máis de %{count} carácteres)
|
|
111
|
+
too_short: é demasiado curto (non menos de %{count} carácteres)
|
|
112
|
+
wrong_length: non ten a lonxitude correcta (debe ser de %{count} carácteres)
|
|
113
|
+
template:
|
|
114
|
+
body: ! 'Atopáronse os seguintes problemas:'
|
|
115
|
+
header:
|
|
116
|
+
one: 1 erro evitou que se poidese gardar o %{model}
|
|
117
|
+
other: ! '%{count} erros evitaron que se poidese gardar o %{model}'
|
|
118
|
+
number:
|
|
119
|
+
currency:
|
|
120
|
+
format:
|
|
121
|
+
delimiter: .
|
|
122
|
+
format: ! '%n %u'
|
|
123
|
+
precision: 2
|
|
124
|
+
separator: ! ','
|
|
125
|
+
significant: false
|
|
126
|
+
strip_insignificant_zeros: false
|
|
127
|
+
unit: €
|
|
128
|
+
format:
|
|
129
|
+
delimiter: .
|
|
130
|
+
precision: 2
|
|
131
|
+
separator: ! ','
|
|
132
|
+
significant: false
|
|
133
|
+
strip_insignificant_zeros: false
|
|
134
|
+
human:
|
|
135
|
+
decimal_units:
|
|
136
|
+
format: ! '%n %u'
|
|
137
|
+
units:
|
|
138
|
+
unit: ''
|
|
139
|
+
format:
|
|
140
|
+
delimiter: ''
|
|
141
|
+
precision: 1
|
|
142
|
+
significant: true
|
|
143
|
+
strip_insignificant_zeros: true
|
|
144
|
+
storage_units:
|
|
145
|
+
format: ! '%n %u'
|
|
146
|
+
units:
|
|
147
|
+
byte:
|
|
148
|
+
one: Byte
|
|
149
|
+
other: Bytes
|
|
150
|
+
gb: GB
|
|
151
|
+
kb: KB
|
|
152
|
+
mb: MB
|
|
153
|
+
tb: TB
|
|
154
|
+
percentage:
|
|
155
|
+
format:
|
|
156
|
+
delimiter: ''
|
|
157
|
+
precision:
|
|
158
|
+
format:
|
|
159
|
+
delimiter: ''
|
|
160
|
+
support:
|
|
161
|
+
array:
|
|
162
|
+
last_word_connector: ! ' e '
|
|
163
|
+
two_words_connector: ! ' e '
|
|
164
|
+
words_connector: ! ', '
|
|
165
|
+
time:
|
|
166
|
+
am: ''
|
|
167
|
+
formats:
|
|
168
|
+
default: ! '%A, %e de %B de %Y ás %H:%M'
|
|
169
|
+
long: ! '%A %e de %B de %Y ás %H:%M'
|
|
170
|
+
short: ! '%e/%m, %H:%M'
|
|
171
|
+
pm: ''
|