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
|
+
pt:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Dom
|
|
5
|
+
- Seg
|
|
6
|
+
- Ter
|
|
7
|
+
- Qua
|
|
8
|
+
- Qui
|
|
9
|
+
- Sex
|
|
10
|
+
- Sáb
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Jan
|
|
14
|
+
- Fev
|
|
15
|
+
- Mar
|
|
16
|
+
- Abr
|
|
17
|
+
- Mai
|
|
18
|
+
- Jun
|
|
19
|
+
- Jul
|
|
20
|
+
- Ago
|
|
21
|
+
- Set
|
|
22
|
+
- Out
|
|
23
|
+
- Nov
|
|
24
|
+
- Dez
|
|
25
|
+
day_names:
|
|
26
|
+
- Domingo
|
|
27
|
+
- Segunda
|
|
28
|
+
- Terça
|
|
29
|
+
- Quarta
|
|
30
|
+
- Quinta
|
|
31
|
+
- Sexta
|
|
32
|
+
- Sábado
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d/%m/%Y'
|
|
35
|
+
long: ! '%d de %B de %Y'
|
|
36
|
+
short: ! '%d de %B'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Janeiro
|
|
40
|
+
- Fevereiro
|
|
41
|
+
- Março
|
|
42
|
+
- Abril
|
|
43
|
+
- Maio
|
|
44
|
+
- Junho
|
|
45
|
+
- Julho
|
|
46
|
+
- Agosto
|
|
47
|
+
- Setembro
|
|
48
|
+
- Outubro
|
|
49
|
+
- Novembro
|
|
50
|
+
- Dezembro
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: aproximadamente 1 hora
|
|
59
|
+
other: aproximadamente %{count} horas
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: aproximadamente 1 mês
|
|
62
|
+
other: aproximadamente %{count} meses
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: aproximadamente 1 ano
|
|
65
|
+
other: aproximadamente %{count} anos
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: quase 1 ano
|
|
68
|
+
other: quase %{count} anos
|
|
69
|
+
half_a_minute: meio minuto
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: menos de um minuto
|
|
72
|
+
other: menos de %{count} minutos
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: menos de 1 segundo
|
|
75
|
+
other: menos de %{count} segundos
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: mais de 1 ano
|
|
78
|
+
other: mais de %{count} anos
|
|
79
|
+
x_days:
|
|
80
|
+
one: 1 dia
|
|
81
|
+
other: ! '%{count} dias'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: 1 minuto
|
|
84
|
+
other: ! '%{count} minutos'
|
|
85
|
+
x_months:
|
|
86
|
+
one: 1 mês
|
|
87
|
+
other: ! '%{count} meses'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: 1 segundo
|
|
90
|
+
other: ! '%{count} segundos'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Dia
|
|
93
|
+
hour: Hora
|
|
94
|
+
minute: Minuto
|
|
95
|
+
month: Mês
|
|
96
|
+
second: Segundo
|
|
97
|
+
year: Ano
|
|
98
|
+
errors:
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: tem de ser aceite
|
|
102
|
+
blank: não pode estar em branco
|
|
103
|
+
confirmation: não coincide com a confirmação
|
|
104
|
+
empty: não pode estar vazio
|
|
105
|
+
equal_to: tem de ser igual a %{count}
|
|
106
|
+
even: tem de ser par
|
|
107
|
+
exclusion: é reservado
|
|
108
|
+
greater_than: tem de ser maior que %{count}
|
|
109
|
+
greater_than_or_equal_to: tem de ser maior ou igual a %{count}
|
|
110
|
+
inclusion: não está incluído na lista
|
|
111
|
+
invalid: é inválido
|
|
112
|
+
less_than: tem de ser menor que %{count}
|
|
113
|
+
less_than_or_equal_to: tem de ser menor ou igual a %{count}
|
|
114
|
+
not_a_number: não é um número
|
|
115
|
+
not_an_integer: tem de ser um inteiro
|
|
116
|
+
odd: tem de ser ímpar
|
|
117
|
+
record_invalid: ! 'A validação falhou: %{errors}'
|
|
118
|
+
taken: não está disponível
|
|
119
|
+
too_long: é demasiado grande (o máximo é de %{count} caracteres)
|
|
120
|
+
too_short: é demasiado pequeno (o mínimo é de %{count} caracteres)
|
|
121
|
+
wrong_length: comprimento errado (deve ter %{count} caracteres)
|
|
122
|
+
template:
|
|
123
|
+
body: ! 'Por favor, verifique os seguintes campos:'
|
|
124
|
+
header:
|
|
125
|
+
one: ! 'Não foi possível guardar %{model}: 1 erro'
|
|
126
|
+
other: ! 'Não foi possível guardar %{model}: %{count} erros'
|
|
127
|
+
helpers:
|
|
128
|
+
select:
|
|
129
|
+
prompt: Por favor seleccione
|
|
130
|
+
submit:
|
|
131
|
+
create: Criar %{model}
|
|
132
|
+
submit: Gravar %{model}
|
|
133
|
+
update: Actualizar %{model}
|
|
134
|
+
number:
|
|
135
|
+
currency:
|
|
136
|
+
format:
|
|
137
|
+
delimiter: .
|
|
138
|
+
format: ! '%u%n'
|
|
139
|
+
precision: 2
|
|
140
|
+
separator: ! ','
|
|
141
|
+
significant: false
|
|
142
|
+
strip_insignificant_zeros: false
|
|
143
|
+
unit: €
|
|
144
|
+
format:
|
|
145
|
+
delimiter: .
|
|
146
|
+
precision: 3
|
|
147
|
+
separator: ! ','
|
|
148
|
+
significant: false
|
|
149
|
+
strip_insignificant_zeros: false
|
|
150
|
+
human:
|
|
151
|
+
decimal_units:
|
|
152
|
+
format: ! '%n %u'
|
|
153
|
+
units:
|
|
154
|
+
billion:
|
|
155
|
+
one: mil milhões
|
|
156
|
+
other: mil milhões
|
|
157
|
+
million:
|
|
158
|
+
one: milhão
|
|
159
|
+
other: milhões
|
|
160
|
+
quadrillion:
|
|
161
|
+
one: mil biliões
|
|
162
|
+
other: mil biliões
|
|
163
|
+
thousand: mil
|
|
164
|
+
trillion:
|
|
165
|
+
one: bilião
|
|
166
|
+
other: biliões
|
|
167
|
+
unit: ''
|
|
168
|
+
format:
|
|
169
|
+
delimiter: ''
|
|
170
|
+
precision: 1
|
|
171
|
+
significant: true
|
|
172
|
+
strip_insignificant_zeros: true
|
|
173
|
+
storage_units:
|
|
174
|
+
format: ! '%n %u'
|
|
175
|
+
units:
|
|
176
|
+
byte:
|
|
177
|
+
one: Byte
|
|
178
|
+
other: Bytes
|
|
179
|
+
gb: GB
|
|
180
|
+
kb: KB
|
|
181
|
+
mb: MB
|
|
182
|
+
tb: TB
|
|
183
|
+
percentage:
|
|
184
|
+
format:
|
|
185
|
+
delimiter: ''
|
|
186
|
+
precision:
|
|
187
|
+
format:
|
|
188
|
+
delimiter: ''
|
|
189
|
+
support:
|
|
190
|
+
array:
|
|
191
|
+
last_word_connector: ! ', e'
|
|
192
|
+
two_words_connector: ! ' e '
|
|
193
|
+
words_connector: ! ', '
|
|
194
|
+
time:
|
|
195
|
+
am: am
|
|
196
|
+
formats:
|
|
197
|
+
default: ! '%A, %d de %B de %Y, %H:%Mh'
|
|
198
|
+
long: ! '%A, %d de %B de %Y, %H:%Mh'
|
|
199
|
+
short: ! '%d/%m, %H:%M hs'
|
|
200
|
+
pm: pm
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
rm:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- du
|
|
5
|
+
- gli
|
|
6
|
+
- ma
|
|
7
|
+
- me
|
|
8
|
+
- gie
|
|
9
|
+
- ve
|
|
10
|
+
- so
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- schan
|
|
14
|
+
- favr
|
|
15
|
+
- mars
|
|
16
|
+
- avr
|
|
17
|
+
- matg
|
|
18
|
+
- zercl
|
|
19
|
+
- fan
|
|
20
|
+
- avust
|
|
21
|
+
- sett
|
|
22
|
+
- oct
|
|
23
|
+
- nov
|
|
24
|
+
- dec
|
|
25
|
+
day_names:
|
|
26
|
+
- dumengia
|
|
27
|
+
- glindesdi
|
|
28
|
+
- mardi
|
|
29
|
+
- mesemna
|
|
30
|
+
- gievgia
|
|
31
|
+
- venderdi
|
|
32
|
+
- sonda
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%e. %B %Y'
|
|
36
|
+
short: ! '%e. %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- schaner
|
|
40
|
+
- favrer
|
|
41
|
+
- mars
|
|
42
|
+
- avrigl
|
|
43
|
+
- matg
|
|
44
|
+
- zercladur
|
|
45
|
+
- fanadur
|
|
46
|
+
- avust
|
|
47
|
+
- settember
|
|
48
|
+
- october
|
|
49
|
+
- november
|
|
50
|
+
- december
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
zero: circa %{count} uras
|
|
59
|
+
one: circa in'ura
|
|
60
|
+
two: circa %{count} uras
|
|
61
|
+
few: circa %{count} uras
|
|
62
|
+
many: circa %{count} uras
|
|
63
|
+
other: circa %{count} uras
|
|
64
|
+
about_x_months:
|
|
65
|
+
zero: circa %{count} mais
|
|
66
|
+
one: circa in mais
|
|
67
|
+
two: circa %{count} mais
|
|
68
|
+
few: circa %{count} mais
|
|
69
|
+
many: circa %{count} mais
|
|
70
|
+
other: circa %{count} mais
|
|
71
|
+
about_x_years:
|
|
72
|
+
zero: circa %{count} onns
|
|
73
|
+
one: circa in onn
|
|
74
|
+
two: circa %{count} onns
|
|
75
|
+
few: circa %{count} onns
|
|
76
|
+
many: circa %{count} onns
|
|
77
|
+
other: circa %{count} onns
|
|
78
|
+
half_a_minute: ina mesa minuta
|
|
79
|
+
less_than_x_minutes:
|
|
80
|
+
zero: main che %{count} minutas
|
|
81
|
+
one: main ch’ina minuta
|
|
82
|
+
two: main che %{count} minutas
|
|
83
|
+
few: main che %{count} minutas
|
|
84
|
+
many: main che %{count} minutas
|
|
85
|
+
other: main che %{count} minutas
|
|
86
|
+
less_than_x_seconds:
|
|
87
|
+
zero: main che %{count} secundas
|
|
88
|
+
one: main ch’ina secunda
|
|
89
|
+
two: main che %{count} secundas
|
|
90
|
+
few: main che %{count} secundas
|
|
91
|
+
many: main che %{count} secundas
|
|
92
|
+
other: main che %{count} secundas
|
|
93
|
+
over_x_years:
|
|
94
|
+
zero: dapli che %{count} onns
|
|
95
|
+
one: dapli ch'in onn
|
|
96
|
+
two: dapli che %{count} onns
|
|
97
|
+
few: dapli che %{count} onns
|
|
98
|
+
many: dapli che %{count} onns
|
|
99
|
+
other: dapli che %{count} onns
|
|
100
|
+
x_days:
|
|
101
|
+
zero: ! '%{count} dis'
|
|
102
|
+
one: in di
|
|
103
|
+
two: ! '%{count} dis'
|
|
104
|
+
few: ! '%{count} dis'
|
|
105
|
+
many: ! '%{count} dis'
|
|
106
|
+
other: ! '%{count} dis'
|
|
107
|
+
x_minutes:
|
|
108
|
+
zero: ! '%{count} minutas'
|
|
109
|
+
one: 1 minuta
|
|
110
|
+
two: ! '%{count} minutas'
|
|
111
|
+
few: ! '%{count} minutas'
|
|
112
|
+
many: ! '%{count} minutas'
|
|
113
|
+
other: ! '%{count} minutas'
|
|
114
|
+
x_months:
|
|
115
|
+
zero: ! '%{count} mais'
|
|
116
|
+
one: in mais
|
|
117
|
+
two: ! '%{count} mais'
|
|
118
|
+
few: ! '%{count} mais'
|
|
119
|
+
many: ! '%{count} mais'
|
|
120
|
+
other: ! '%{count} mais'
|
|
121
|
+
x_seconds:
|
|
122
|
+
zero: ! '%{count} secundas'
|
|
123
|
+
one: ina secunda
|
|
124
|
+
two: ! '%{count} secundas'
|
|
125
|
+
few: ! '%{count} secundas'
|
|
126
|
+
many: ! '%{count} secundas'
|
|
127
|
+
other: ! '%{count} secundas'
|
|
128
|
+
prompts:
|
|
129
|
+
day: dis
|
|
130
|
+
hour: uras
|
|
131
|
+
minute: minutas
|
|
132
|
+
month: mais
|
|
133
|
+
second: secundas
|
|
134
|
+
year: onns
|
|
135
|
+
errors:
|
|
136
|
+
format: ! '%{attribute} %{message}'
|
|
137
|
+
messages:
|
|
138
|
+
accepted: sto vegnir acceptà
|
|
139
|
+
blank: sto vegnir emplenì ora
|
|
140
|
+
confirmation: na correspunda betg al champ da conferma
|
|
141
|
+
empty: sto vegnir emplenì ora
|
|
142
|
+
equal_to: sto esser exact %{count}
|
|
143
|
+
even: sto esser pèr
|
|
144
|
+
exclusion: na stat betg a disposiziun
|
|
145
|
+
greater_than: sto esser pli grond che %{count}
|
|
146
|
+
greater_than_or_equal_to: sto esser pli grond u medem sco %{count}
|
|
147
|
+
inclusion: n'è betg sin la glista
|
|
148
|
+
invalid: n'è betg valid
|
|
149
|
+
less_than: sto esser pli pitschen che %{count}
|
|
150
|
+
less_than_or_equal_to: sto esser pli pitschen u medem sco %{count}
|
|
151
|
+
not_a_number: è betg in dumber
|
|
152
|
+
odd: sto esser spèr
|
|
153
|
+
taken: è gia occupà
|
|
154
|
+
too_long: è memia lung (betg dapli che %{count} caracters)
|
|
155
|
+
too_short: è memia curt (betg pli pauc che %{count} caracters)
|
|
156
|
+
wrong_length: ha la fallida lunghezza (sto avair %{count} caracters)
|
|
157
|
+
template:
|
|
158
|
+
body: ! 'Faschai uschè bain e controllai ils suandants champs:'
|
|
159
|
+
header:
|
|
160
|
+
zero: ! 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
|
161
|
+
one: ! 'Betg pussaivel da memorisar quest %{model}: 1 errur.'
|
|
162
|
+
two: ! 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
|
163
|
+
few: ! 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
|
164
|
+
many: ! 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
|
165
|
+
other: ! 'Betg pussaivel da memorisar quest %{model}: %{count} errurs.'
|
|
166
|
+
number:
|
|
167
|
+
currency:
|
|
168
|
+
format:
|
|
169
|
+
delimiter: ! ''''
|
|
170
|
+
format: ! '%n %u'
|
|
171
|
+
precision: 2
|
|
172
|
+
separator: .
|
|
173
|
+
significant: false
|
|
174
|
+
strip_insignificant_zeros: false
|
|
175
|
+
unit: CHF
|
|
176
|
+
format:
|
|
177
|
+
delimiter: ! ''''
|
|
178
|
+
precision: 2
|
|
179
|
+
separator: .
|
|
180
|
+
significant: false
|
|
181
|
+
strip_insignificant_zeros: false
|
|
182
|
+
human:
|
|
183
|
+
decimal_units:
|
|
184
|
+
format: ! '%n %u'
|
|
185
|
+
units:
|
|
186
|
+
unit: ''
|
|
187
|
+
format:
|
|
188
|
+
delimiter: ''
|
|
189
|
+
precision: 1
|
|
190
|
+
significant: true
|
|
191
|
+
strip_insignificant_zeros: true
|
|
192
|
+
storage_units:
|
|
193
|
+
format: ! '%n %u'
|
|
194
|
+
units:
|
|
195
|
+
byte:
|
|
196
|
+
zero: bytes
|
|
197
|
+
one: byte
|
|
198
|
+
two: bytes
|
|
199
|
+
few: bytes
|
|
200
|
+
many: bytes
|
|
201
|
+
other: bytes
|
|
202
|
+
gb: GB
|
|
203
|
+
kb: KB
|
|
204
|
+
mb: MB
|
|
205
|
+
tb: TB
|
|
206
|
+
percentage:
|
|
207
|
+
format:
|
|
208
|
+
delimiter: ''
|
|
209
|
+
precision:
|
|
210
|
+
format:
|
|
211
|
+
delimiter: ''
|
|
212
|
+
support:
|
|
213
|
+
array:
|
|
214
|
+
last_word_connector: ! ' e '
|
|
215
|
+
two_words_connector: ! ' e '
|
|
216
|
+
words_connector: ! ', '
|
|
217
|
+
time:
|
|
218
|
+
am: avantmezdi
|
|
219
|
+
formats:
|
|
220
|
+
default: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
221
|
+
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
222
|
+
short: ! '%d. %B, %H:%M Uhr'
|
|
223
|
+
pm: suentermezdi
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
ro:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Dum
|
|
5
|
+
- Lun
|
|
6
|
+
- Mar
|
|
7
|
+
- Mie
|
|
8
|
+
- Joi
|
|
9
|
+
- Vin
|
|
10
|
+
- Sâm
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Ian
|
|
14
|
+
- Feb
|
|
15
|
+
- Mar
|
|
16
|
+
- Apr
|
|
17
|
+
- Mai
|
|
18
|
+
- Iun
|
|
19
|
+
- Iul
|
|
20
|
+
- Aug
|
|
21
|
+
- Sep
|
|
22
|
+
- Oct
|
|
23
|
+
- Noi
|
|
24
|
+
- Dec
|
|
25
|
+
day_names:
|
|
26
|
+
- Duminică
|
|
27
|
+
- Luni
|
|
28
|
+
- Marți
|
|
29
|
+
- Miercuri
|
|
30
|
+
- Joi
|
|
31
|
+
- Vineri
|
|
32
|
+
- Sâmbată
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%d %B %Y'
|
|
36
|
+
short: ! '%d %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Ianuarie
|
|
40
|
+
- Februarie
|
|
41
|
+
- Martie
|
|
42
|
+
- Aprilie
|
|
43
|
+
- Mai
|
|
44
|
+
- Iunie
|
|
45
|
+
- Iulie
|
|
46
|
+
- August
|
|
47
|
+
- Septembrie
|
|
48
|
+
- Octombrie
|
|
49
|
+
- Noiembrie
|
|
50
|
+
- Decembrie
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: aproximativ o oră
|
|
59
|
+
few: aproximativ %{count} ore
|
|
60
|
+
other: aproximativ %{count} ore
|
|
61
|
+
about_x_months:
|
|
62
|
+
one: aproximativ o lună
|
|
63
|
+
few: aproximativ %{count} luni
|
|
64
|
+
other: aproximativ %{count} luni
|
|
65
|
+
about_x_years:
|
|
66
|
+
one: aproximativ un an
|
|
67
|
+
few: aproximativ %{count} ani
|
|
68
|
+
other: aproximativ %{count} ani
|
|
69
|
+
almost_x_years:
|
|
70
|
+
one: aproape 1 an
|
|
71
|
+
few: aproape %{count} ani
|
|
72
|
+
other: aproape %{count} ani
|
|
73
|
+
half_a_minute: jumătate de minut
|
|
74
|
+
less_than_x_minutes:
|
|
75
|
+
one: mai puțin de un minut
|
|
76
|
+
few: mai puțin de %{count} minute
|
|
77
|
+
other: mai puțin de %{count} minute
|
|
78
|
+
less_than_x_seconds:
|
|
79
|
+
one: mai puțin de o secundă
|
|
80
|
+
few: mai puțin de %{count} secunde
|
|
81
|
+
other: mai puțin de %{count} secunde
|
|
82
|
+
over_x_years:
|
|
83
|
+
one: mai mult de un an
|
|
84
|
+
few: mai mult de %{count} ani
|
|
85
|
+
other: mai mult de %{count} ani
|
|
86
|
+
x_days:
|
|
87
|
+
one: 1 zi
|
|
88
|
+
few: ! '%{count} zile'
|
|
89
|
+
other: ! '%{count} zile'
|
|
90
|
+
x_minutes:
|
|
91
|
+
one: 1 minut
|
|
92
|
+
few: ! '%{count} minute'
|
|
93
|
+
other: ! '%{count} minute'
|
|
94
|
+
x_months:
|
|
95
|
+
one: 1 lună
|
|
96
|
+
few: ! '%{count} luni'
|
|
97
|
+
other: ! '%{count} luni'
|
|
98
|
+
x_seconds:
|
|
99
|
+
one: 1 secundă
|
|
100
|
+
few: ! '%{count} secunde'
|
|
101
|
+
other: ! '%{count} secunde'
|
|
102
|
+
prompts:
|
|
103
|
+
day: Ziua
|
|
104
|
+
hour: Ora
|
|
105
|
+
minute: Minutul
|
|
106
|
+
month: Luna
|
|
107
|
+
second: Secunda
|
|
108
|
+
year: Anul
|
|
109
|
+
errors:
|
|
110
|
+
format: ! '%{attribute} %{message}'
|
|
111
|
+
messages:
|
|
112
|
+
accepted: trebuie dat acceptul
|
|
113
|
+
blank: nu poate fi gol
|
|
114
|
+
confirmation: nu este confirmat
|
|
115
|
+
empty: nu poate fi gol
|
|
116
|
+
equal_to: trebuie să fie egal cu %{count}
|
|
117
|
+
even: trebuie să fie impar
|
|
118
|
+
exclusion: este rezervat
|
|
119
|
+
greater_than: trebuie să fie mai mare decât %{count}
|
|
120
|
+
greater_than_or_equal_to: trebuie să fie mai mare sau egal cu %{count}
|
|
121
|
+
inclusion: nu este inclus în listă
|
|
122
|
+
invalid: este invalid
|
|
123
|
+
less_than: trebuie să fie mai mic decât %{count}
|
|
124
|
+
less_than_or_equal_to: trebuie să fie mai mic sau egal cu %{count}
|
|
125
|
+
not_a_number: nu este un număr
|
|
126
|
+
not_an_integer: trebuie să fie un mumăr întreg
|
|
127
|
+
odd: trebuie să fie par
|
|
128
|
+
record_invalid: Validare nereuşită %{errors}
|
|
129
|
+
taken: este deja folosit
|
|
130
|
+
too_long: este prea lung (se pot folosi maximum %{count} caractere)
|
|
131
|
+
too_short: este prea scurt (minimum de caractere este %{count})
|
|
132
|
+
wrong_length: nu are lungimea corectă (trebuie să aiba %{count} caractere)
|
|
133
|
+
template:
|
|
134
|
+
body: ! 'Încearcă să corectezi urmatoarele câmpuri:'
|
|
135
|
+
header:
|
|
136
|
+
one: ! 'Nu am putut salva acest %{model}: o eroare'
|
|
137
|
+
few: ! 'Nu am putut salva acest %{model}: %{count} erori.'
|
|
138
|
+
other: ! 'Nu am putut salva acest %{model}: %{count} erori.'
|
|
139
|
+
helpers:
|
|
140
|
+
select:
|
|
141
|
+
prompt: Alegeţi
|
|
142
|
+
submit:
|
|
143
|
+
create: Creare %{model}
|
|
144
|
+
submit: Salvare %{model}
|
|
145
|
+
update: Modificare %{model}
|
|
146
|
+
number:
|
|
147
|
+
currency:
|
|
148
|
+
format:
|
|
149
|
+
delimiter: .
|
|
150
|
+
format: ! '%n %u'
|
|
151
|
+
precision: 2
|
|
152
|
+
separator: ','
|
|
153
|
+
significant: false
|
|
154
|
+
strip_insignificant_zeros: false
|
|
155
|
+
unit: RON
|
|
156
|
+
format:
|
|
157
|
+
delimiter: .
|
|
158
|
+
precision: 3
|
|
159
|
+
separator: ','
|
|
160
|
+
significant: false
|
|
161
|
+
strip_insignificant_zeros: false
|
|
162
|
+
human:
|
|
163
|
+
decimal_units:
|
|
164
|
+
format: ! '%n %u'
|
|
165
|
+
units:
|
|
166
|
+
billion: Miliard
|
|
167
|
+
million: Milion
|
|
168
|
+
quadrillion: Quadrilion
|
|
169
|
+
thousand: Mie
|
|
170
|
+
trillion: Trilion
|
|
171
|
+
unit: ''
|
|
172
|
+
format:
|
|
173
|
+
delimiter: ! ','
|
|
174
|
+
precision: 3
|
|
175
|
+
significant: true
|
|
176
|
+
strip_insignificant_zeros: true
|
|
177
|
+
storage_units:
|
|
178
|
+
format: ! '%n %u'
|
|
179
|
+
units:
|
|
180
|
+
byte:
|
|
181
|
+
one: Byte
|
|
182
|
+
few: Bytes
|
|
183
|
+
other: Bytes
|
|
184
|
+
gb: GB
|
|
185
|
+
kb: KB
|
|
186
|
+
mb: MB
|
|
187
|
+
tb: TB
|
|
188
|
+
percentage:
|
|
189
|
+
format:
|
|
190
|
+
delimiter: ! ','
|
|
191
|
+
precision:
|
|
192
|
+
format:
|
|
193
|
+
delimiter: ''
|
|
194
|
+
support:
|
|
195
|
+
array:
|
|
196
|
+
last_word_connector: ! ' şi '
|
|
197
|
+
two_words_connector: ! ' şi '
|
|
198
|
+
words_connector: ! ', '
|
|
199
|
+
time:
|
|
200
|
+
am: ''
|
|
201
|
+
formats:
|
|
202
|
+
default: ! '%a %d %b %Y, %H:%M:%S %z'
|
|
203
|
+
long: ! '%d %B %Y %H:%M'
|
|
204
|
+
short: ! '%d %b %H:%M'
|
|
205
|
+
pm: ''
|