j1-template 2021.1.14 → 2021.1.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/issue.proc +28 -5
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +66 -23
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +0 -1
- data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +16 -1
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +197 -219
- data/_includes/themes/j1/layouts/content_generator_collection.html +3 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +30 -22
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +27 -5
- data/_includes/themes/j1/procedures/posts/pager.proc +123 -0
- data/_layouts/default.html +2 -2
- data/assets/data/cookieconsent.html +0 -2
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu_toc.html +20 -1
- data/assets/data/panel.html +28 -7
- data/assets/themes/j1/adapter/js/cookieConsent.js +5 -3
- data/assets/themes/j1/adapter/js/j1.js +51 -29
- data/assets/themes/j1/adapter/js/themer.js +12 -24
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +4 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/footer.yml +52 -20
- data/lib/starter_web/_data/blocks/panel.yml +4 -4
- data/lib/starter_web/_data/builder/blog_navigator.yml +9 -192
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +389 -0
- data/lib/starter_web/_data/j1_config.yml +5 -2
- data/lib/starter_web/_data/locales/be.yml +269 -0
- data/lib/starter_web/_data/locales/cs.yml +218 -0
- data/lib/starter_web/_data/locales/da.yml +213 -0
- data/lib/starter_web/_data/locales/de.yml +222 -0
- data/lib/starter_web/_data/locales/el.yml +215 -0
- data/lib/starter_web/_data/locales/en.yml +215 -0
- data/lib/starter_web/_data/locales/es.yml +219 -0
- data/lib/starter_web/_data/locales/et.yml +207 -0
- data/lib/starter_web/_data/locales/fi.yml +211 -0
- data/lib/starter_web/_data/locales/fr.yml +219 -0
- data/lib/starter_web/_data/locales/hr.yml +240 -0
- data/lib/starter_web/_data/locales/hu.yml +196 -0
- data/lib/starter_web/_data/locales/it.yml +215 -0
- data/lib/starter_web/_data/locales/lv.yml +233 -0
- data/lib/starter_web/_data/locales/nl.yml +213 -0
- data/lib/starter_web/_data/locales/pl.yml +241 -0
- data/lib/starter_web/_data/locales/pt.yml +217 -0
- data/lib/starter_web/_data/locales/readme +4 -0
- data/lib/starter_web/_data/locales/ro.yml +209 -0
- data/lib/starter_web/_data/locales/ru.yml +269 -0
- data/lib/starter_web/_data/locales/sk.yml +211 -0
- data/lib/starter_web/_data/locales/sl.yml +209 -0
- data/lib/starter_web/_data/locales/sv.yml +207 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +0 -1
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- data/lib/starter_web/_data/modules/themer.yml +1 -0
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +7 -6
- data/lib/starter_web/_data/plugins/paginator.yml +3 -0
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/date-i18n.rb +67 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +76 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +90 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +77 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +91 -37
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +116 -0
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +94 -0
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +320 -0
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +123 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +33 -3
- data/_includes/themes/j1/procedures/global/pager.proc +0 -79
@@ -0,0 +1,240 @@
|
|
1
|
+
---
|
2
|
+
hr:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Validacija nije uspjela: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Nije moguće izbrisati zapis jer postoji ovisan %{record}
|
9
|
+
has_many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- Ned
|
13
|
+
- Pon
|
14
|
+
- Uto
|
15
|
+
- Sri
|
16
|
+
- Čet
|
17
|
+
- Pet
|
18
|
+
- Sub
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- Sij
|
22
|
+
- Velj
|
23
|
+
- Ožu
|
24
|
+
- Tra
|
25
|
+
- Svi
|
26
|
+
- Lip
|
27
|
+
- Srp
|
28
|
+
- Kol
|
29
|
+
- Ruj
|
30
|
+
- Lis
|
31
|
+
- Stu
|
32
|
+
- Pro
|
33
|
+
day_names:
|
34
|
+
- Nedjelja
|
35
|
+
- Ponedjeljak
|
36
|
+
- Utorak
|
37
|
+
- Srijeda
|
38
|
+
- Četvrtak
|
39
|
+
- Petak
|
40
|
+
- Subota
|
41
|
+
formats:
|
42
|
+
default: "%d.%m.%Y."
|
43
|
+
long: "%e. %B %Y."
|
44
|
+
short: "%e.%-m."
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- Siječanj
|
48
|
+
- Veljača
|
49
|
+
- Ožujak
|
50
|
+
- Travanj
|
51
|
+
- Svibanj
|
52
|
+
- Lipanj
|
53
|
+
- Srpanj
|
54
|
+
- Kolovoz
|
55
|
+
- Rujan
|
56
|
+
- Listopad
|
57
|
+
- Studeni
|
58
|
+
- Prosinac
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: oko %{count} sat
|
67
|
+
few: oko %{count} sata
|
68
|
+
many: oko %{count} sati
|
69
|
+
other: oko %{count} sati
|
70
|
+
about_x_months:
|
71
|
+
one: oko %{count} mjesec
|
72
|
+
few: oko %{count} mjeseca
|
73
|
+
many: oko %{count} mjeseci
|
74
|
+
other: oko %{count} mjeseci
|
75
|
+
about_x_years:
|
76
|
+
one: oko %{count} godine
|
77
|
+
few: oko %{count} godine
|
78
|
+
many: oko %{count} godina
|
79
|
+
other: oko %{count} godina
|
80
|
+
almost_x_years:
|
81
|
+
one: skoro %{count} godina
|
82
|
+
few: skoro %{count} godine
|
83
|
+
many: skoro %{count} godina
|
84
|
+
other: skoro %{count} godina
|
85
|
+
half_a_minute: pola minute
|
86
|
+
less_than_x_seconds:
|
87
|
+
one: manje od %{count} sekunde
|
88
|
+
few: manje od %{count} sekunde
|
89
|
+
many: manje od %{count} sekundi
|
90
|
+
other: manje od %{count} sekundi
|
91
|
+
less_than_x_minutes:
|
92
|
+
one: manje od %{count} minute
|
93
|
+
few: manje od %{count} minute
|
94
|
+
many: manje od %{count} minuta
|
95
|
+
other: manje od %{count} minuta
|
96
|
+
over_x_years:
|
97
|
+
one: preko %{count} godine
|
98
|
+
few: preko %{count} godine
|
99
|
+
many: preko %{count} godina
|
100
|
+
other: preko %{count} godina
|
101
|
+
x_seconds:
|
102
|
+
one: "%{count} sekunda"
|
103
|
+
few: "%{count} sekunde"
|
104
|
+
many: "%{count} sekundi"
|
105
|
+
other: "%{count} sekundi"
|
106
|
+
x_minutes:
|
107
|
+
one: "%{count} minuta"
|
108
|
+
few: "%{count} minute"
|
109
|
+
many: "%{count} minuta"
|
110
|
+
other: "%{count} minuta"
|
111
|
+
x_days:
|
112
|
+
one: "%{count} dan"
|
113
|
+
few: "%{count} dana"
|
114
|
+
many: "%{count} dana"
|
115
|
+
other: "%{count} dana"
|
116
|
+
x_months:
|
117
|
+
one: "%{count} mjesec"
|
118
|
+
few: "%{count} mjeseca"
|
119
|
+
many: "%{count} mjeseci"
|
120
|
+
other: "%{count} mjeseci"
|
121
|
+
prompts:
|
122
|
+
second: Sekunde
|
123
|
+
minute: Minuta
|
124
|
+
hour: Sat
|
125
|
+
day: Dan
|
126
|
+
month: Mjesec
|
127
|
+
year: Godina
|
128
|
+
errors:
|
129
|
+
format: "%{attribute} %{message}"
|
130
|
+
messages:
|
131
|
+
accepted: mora biti prihvaćen
|
132
|
+
blank: ne smije biti prazan
|
133
|
+
confirmation: se ne slaže sa svojom potvrdom
|
134
|
+
empty: ne smije biti prazan
|
135
|
+
equal_to: mora biti jednak %{count}
|
136
|
+
even: mora biti paran
|
137
|
+
exclusion: je rezerviran
|
138
|
+
greater_than: mora biti veći od %{count}
|
139
|
+
greater_than_or_equal_to: mora biti veći ili jednak %{count}
|
140
|
+
inclusion: nije u listi
|
141
|
+
invalid: nije ispravan
|
142
|
+
less_than: mora biti manji od %{count}
|
143
|
+
less_than_or_equal_to: mora biti manji ili jednak %{count}
|
144
|
+
not_a_number: nije broj
|
145
|
+
not_an_integer: nije cijeli broj
|
146
|
+
odd: mora biti neparan
|
147
|
+
other_than: mora biti različit od %{count}
|
148
|
+
present: mora biti prazan
|
149
|
+
taken: je već zauzet
|
150
|
+
too_long:
|
151
|
+
one: je predugačak (maksimum je %{count} znak)
|
152
|
+
few: je predugačak (maksimum je %{count} znaka)
|
153
|
+
many: je predugačak (maksimum je %{count} znakova)
|
154
|
+
other: je predugačak (maksimum je %{count} znakova)
|
155
|
+
too_short:
|
156
|
+
one: je prekratak (minimum je %{count} znak)
|
157
|
+
few: je prekratak (minimum je %{count} znaka)
|
158
|
+
many: je prekratak (minimum je %{count} znakova)
|
159
|
+
other: je prekratak (minimum je %{count} znakova)
|
160
|
+
wrong_length:
|
161
|
+
one: nije odgovarajuće duljine (treba biti %{count} znak)
|
162
|
+
few: nije odgovarajuće duljine (treba biti %{count} znaka)
|
163
|
+
many: nije odgovarajuće duljine (treba biti %{count} znakova)
|
164
|
+
other: nije odgovarajuće duljine (treba biti %{count} znakova)
|
165
|
+
template:
|
166
|
+
body: 'Sljedeća polja su neispravno popunjena:'
|
167
|
+
header:
|
168
|
+
one: "%{count} greška je spriječila %{model} da se spremi"
|
169
|
+
few: "%{count} greške su spriječile %{model} da se spremi"
|
170
|
+
many: "%{count} grešaka je spriječilo %{model} da se spremi"
|
171
|
+
other: "%{count} grešaka je spriječilo %{model} da se spremi"
|
172
|
+
helpers:
|
173
|
+
select:
|
174
|
+
prompt: Izaberite
|
175
|
+
submit:
|
176
|
+
create: Stvori %{model}
|
177
|
+
submit: Spremi %{model}
|
178
|
+
update: Izmjeni %{model}
|
179
|
+
number:
|
180
|
+
currency:
|
181
|
+
format:
|
182
|
+
delimiter: "."
|
183
|
+
format: "%n %u"
|
184
|
+
precision: 2
|
185
|
+
separator: ","
|
186
|
+
significant: false
|
187
|
+
strip_insignificant_zeros: false
|
188
|
+
unit: kn
|
189
|
+
format:
|
190
|
+
delimiter: "."
|
191
|
+
precision: 3
|
192
|
+
separator: ","
|
193
|
+
significant: false
|
194
|
+
strip_insignificant_zeros: false
|
195
|
+
human:
|
196
|
+
decimal_units:
|
197
|
+
format: "%n %u"
|
198
|
+
units:
|
199
|
+
billion: Milijarda
|
200
|
+
million: Milijun
|
201
|
+
quadrillion: Bilijarda
|
202
|
+
thousand: Tisuća
|
203
|
+
trillion: Bilijun
|
204
|
+
unit: ''
|
205
|
+
format:
|
206
|
+
delimiter: ''
|
207
|
+
precision: 3
|
208
|
+
significant: true
|
209
|
+
strip_insignificant_zeros: true
|
210
|
+
storage_units:
|
211
|
+
format: "%n %u"
|
212
|
+
units:
|
213
|
+
byte:
|
214
|
+
one: bajt
|
215
|
+
few: bajta
|
216
|
+
many: bajtova
|
217
|
+
other: bajtova
|
218
|
+
gb: GB
|
219
|
+
kb: KB
|
220
|
+
mb: MB
|
221
|
+
tb: TB
|
222
|
+
percentage:
|
223
|
+
format:
|
224
|
+
delimiter: ''
|
225
|
+
format: "%n%"
|
226
|
+
precision:
|
227
|
+
format:
|
228
|
+
delimiter: ''
|
229
|
+
support:
|
230
|
+
array:
|
231
|
+
last_word_connector: " i "
|
232
|
+
two_words_connector: " i "
|
233
|
+
words_connector: ", "
|
234
|
+
time:
|
235
|
+
am: AM
|
236
|
+
formats:
|
237
|
+
default: "%d.%m.%Y. %H:%M:%S"
|
238
|
+
long: "%e. %B %Y. %H:%M"
|
239
|
+
short: "%e.%-m. %k:%M"
|
240
|
+
pm: PM
|
@@ -0,0 +1,196 @@
|
|
1
|
+
---
|
2
|
+
hu:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: Sikertelen validálás %{errors}
|
7
|
+
date:
|
8
|
+
abbr_day_names:
|
9
|
+
- v.
|
10
|
+
- h.
|
11
|
+
- k.
|
12
|
+
- sze.
|
13
|
+
- cs.
|
14
|
+
- p.
|
15
|
+
- szo.
|
16
|
+
abbr_month_names:
|
17
|
+
-
|
18
|
+
- jan.
|
19
|
+
- febr.
|
20
|
+
- márc.
|
21
|
+
- ápr.
|
22
|
+
- máj.
|
23
|
+
- jún.
|
24
|
+
- júl.
|
25
|
+
- aug.
|
26
|
+
- szept.
|
27
|
+
- okt.
|
28
|
+
- nov.
|
29
|
+
- dec.
|
30
|
+
day_names:
|
31
|
+
- vasárnap
|
32
|
+
- hétfő
|
33
|
+
- kedd
|
34
|
+
- szerda
|
35
|
+
- csütörtök
|
36
|
+
- péntek
|
37
|
+
- szombat
|
38
|
+
formats:
|
39
|
+
default: "%Y.%m.%d."
|
40
|
+
long: "%Y. %B %e."
|
41
|
+
short: "%b %e."
|
42
|
+
month_names:
|
43
|
+
-
|
44
|
+
- január
|
45
|
+
- február
|
46
|
+
- március
|
47
|
+
- április
|
48
|
+
- május
|
49
|
+
- június
|
50
|
+
- július
|
51
|
+
- augusztus
|
52
|
+
- szeptember
|
53
|
+
- október
|
54
|
+
- november
|
55
|
+
- december
|
56
|
+
order:
|
57
|
+
- :year
|
58
|
+
- :month
|
59
|
+
- :day
|
60
|
+
datetime:
|
61
|
+
distance_in_words:
|
62
|
+
about_x_hours:
|
63
|
+
one: kb. 1 órája
|
64
|
+
other: kb. %{count} órája
|
65
|
+
about_x_months:
|
66
|
+
one: kb. 1 hónapja
|
67
|
+
other: kb. %{count} hónapja
|
68
|
+
about_x_years:
|
69
|
+
one: kb. 1 éve
|
70
|
+
other: kb. %{count} éve
|
71
|
+
almost_x_years:
|
72
|
+
one: majdnem 1 éve
|
73
|
+
other: majdnem %{count} éve
|
74
|
+
half_a_minute: fél perce
|
75
|
+
less_than_x_seconds:
|
76
|
+
one: kevesebb, mint 1 másodperce
|
77
|
+
other: kevesebb, mint %{count} másodperce
|
78
|
+
less_than_x_minutes:
|
79
|
+
one: kevesebb, mint 1 perce
|
80
|
+
other: kevesebb, mint %{count} perce
|
81
|
+
over_x_years:
|
82
|
+
one: több, mint 1 éve
|
83
|
+
other: több, mint %{count} éve
|
84
|
+
x_seconds:
|
85
|
+
one: 1 másodperce
|
86
|
+
other: "%{count} másodperce"
|
87
|
+
x_minutes:
|
88
|
+
one: 1 perce
|
89
|
+
other: "%{count} perce"
|
90
|
+
x_days:
|
91
|
+
one: 1 napja
|
92
|
+
other: "%{count} napja"
|
93
|
+
x_months:
|
94
|
+
one: 1 hónapja
|
95
|
+
other: "%{count} hónapja"
|
96
|
+
prompts:
|
97
|
+
second: Másodperc
|
98
|
+
minute: Perc
|
99
|
+
hour: Óra
|
100
|
+
day: Nap
|
101
|
+
month: Hónap
|
102
|
+
year: Év
|
103
|
+
errors:
|
104
|
+
format: "%{attribute} %{message}"
|
105
|
+
messages:
|
106
|
+
accepted: nincs elfogadva
|
107
|
+
blank: nincs megadva
|
108
|
+
confirmation: nem egyezik
|
109
|
+
empty: nincs megadva
|
110
|
+
equal_to: pontosan %{count} kell legyen
|
111
|
+
even: páros kell legyen
|
112
|
+
exclusion: nem elérhető
|
113
|
+
greater_than: nagyobb kell legyen, mint %{count}
|
114
|
+
greater_than_or_equal_to: legalább %{count} kell legyen
|
115
|
+
inclusion: nincs a listában
|
116
|
+
invalid: nem megfelelő
|
117
|
+
less_than: kevesebb, mint %{count} kell legyen
|
118
|
+
less_than_or_equal_to: legfeljebb %{count} lehet
|
119
|
+
not_a_number: nem szám
|
120
|
+
not_an_integer: egész számnak kell lennie
|
121
|
+
odd: páratlan kell legyen
|
122
|
+
taken: már foglalt
|
123
|
+
too_long: túl hosszú (nem lehet több %{count} karakternél)
|
124
|
+
too_short: túl rövid (legalább %{count} karakter kell legyen)
|
125
|
+
wrong_length: nem megfelelő hosszúságú (%{count} karakter szükséges)
|
126
|
+
template:
|
127
|
+
body: 'Problémás mezők:'
|
128
|
+
header:
|
129
|
+
one: '1 hiba miatt nem menthető a következő: %{model}'
|
130
|
+
other: "%{count} hiba miatt nem menthető a következő: %{model}"
|
131
|
+
helpers:
|
132
|
+
select:
|
133
|
+
prompt: Válasszon
|
134
|
+
submit:
|
135
|
+
create: Új %{model}
|
136
|
+
submit: "%{model} mentése"
|
137
|
+
update: "%{model} módosítása"
|
138
|
+
number:
|
139
|
+
currency:
|
140
|
+
format:
|
141
|
+
delimiter: ''
|
142
|
+
format: "%n %u"
|
143
|
+
precision: 0
|
144
|
+
separator: ","
|
145
|
+
significant: true
|
146
|
+
strip_insignificant_zeros: true
|
147
|
+
unit: Ft
|
148
|
+
format:
|
149
|
+
delimiter: " "
|
150
|
+
precision: 2
|
151
|
+
separator: ","
|
152
|
+
significant: true
|
153
|
+
strip_insignificant_zeros: true
|
154
|
+
human:
|
155
|
+
decimal_units:
|
156
|
+
format: "%n %u"
|
157
|
+
units:
|
158
|
+
billion: milliárd
|
159
|
+
million: millió
|
160
|
+
quadrillion: billiárd
|
161
|
+
thousand: ezer
|
162
|
+
trillion: billió
|
163
|
+
unit: ''
|
164
|
+
format:
|
165
|
+
delimiter: ''
|
166
|
+
precision: 1
|
167
|
+
significant: true
|
168
|
+
strip_insignificant_zeros: true
|
169
|
+
storage_units:
|
170
|
+
format: "%n %u"
|
171
|
+
units:
|
172
|
+
byte:
|
173
|
+
one: bájt
|
174
|
+
other: bájt
|
175
|
+
gb: GB
|
176
|
+
kb: KB
|
177
|
+
mb: MB
|
178
|
+
tb: TB
|
179
|
+
percentage:
|
180
|
+
format:
|
181
|
+
delimiter: ''
|
182
|
+
precision:
|
183
|
+
format:
|
184
|
+
delimiter: ''
|
185
|
+
support:
|
186
|
+
array:
|
187
|
+
last_word_connector: " és "
|
188
|
+
two_words_connector: " és "
|
189
|
+
words_connector: ", "
|
190
|
+
time:
|
191
|
+
am: de.
|
192
|
+
formats:
|
193
|
+
default: "%Y. %b %e., %H:%M"
|
194
|
+
long: "%Y. %B %e., %A, %H:%M"
|
195
|
+
short: "%b %e., %H:%M"
|
196
|
+
pm: du.
|
@@ -0,0 +1,215 @@
|
|
1
|
+
---
|
2
|
+
it:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Validazione fallita: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Il record non può essere cancellato perchè esiste un %{record} dipendente
|
9
|
+
has_many: Il record non può essere cancellato perchè esistono %{record} dipendenti
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- dom
|
13
|
+
- lun
|
14
|
+
- mar
|
15
|
+
- mer
|
16
|
+
- gio
|
17
|
+
- ven
|
18
|
+
- sab
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- gen
|
22
|
+
- feb
|
23
|
+
- mar
|
24
|
+
- apr
|
25
|
+
- mag
|
26
|
+
- giu
|
27
|
+
- lug
|
28
|
+
- ago
|
29
|
+
- set
|
30
|
+
- ott
|
31
|
+
- nov
|
32
|
+
- dic
|
33
|
+
day_names:
|
34
|
+
- domenica
|
35
|
+
- lunedì
|
36
|
+
- martedì
|
37
|
+
- mercoledì
|
38
|
+
- giovedì
|
39
|
+
- venerdì
|
40
|
+
- sabato
|
41
|
+
formats:
|
42
|
+
default: "%d/%m/%Y"
|
43
|
+
long: "%d %B %Y"
|
44
|
+
short: "%d %b"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- gennaio
|
48
|
+
- febbraio
|
49
|
+
- marzo
|
50
|
+
- aprile
|
51
|
+
- maggio
|
52
|
+
- giugno
|
53
|
+
- luglio
|
54
|
+
- agosto
|
55
|
+
- settembre
|
56
|
+
- ottobre
|
57
|
+
- novembre
|
58
|
+
- dicembre
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: circa un'ora
|
67
|
+
other: circa %{count} ore
|
68
|
+
about_x_months:
|
69
|
+
one: circa un mese
|
70
|
+
other: circa %{count} mesi
|
71
|
+
about_x_years:
|
72
|
+
one: circa un anno
|
73
|
+
other: circa %{count} anni
|
74
|
+
almost_x_years:
|
75
|
+
one: quasi un anno
|
76
|
+
other: quasi %{count} anni
|
77
|
+
half_a_minute: mezzo minuto
|
78
|
+
less_than_x_seconds:
|
79
|
+
one: meno di un secondo
|
80
|
+
other: meno di %{count} secondi
|
81
|
+
less_than_x_minutes:
|
82
|
+
one: meno di un minuto
|
83
|
+
other: meno di %{count} minuti
|
84
|
+
over_x_years:
|
85
|
+
one: oltre un anno
|
86
|
+
other: oltre %{count} anni
|
87
|
+
x_seconds:
|
88
|
+
one: 1 secondo
|
89
|
+
other: "%{count} secondi"
|
90
|
+
x_minutes:
|
91
|
+
one: 1 minuto
|
92
|
+
other: "%{count} minuti"
|
93
|
+
x_days:
|
94
|
+
one: 1 giorno
|
95
|
+
other: "%{count} giorni"
|
96
|
+
x_months:
|
97
|
+
one: 1 mese
|
98
|
+
other: "%{count} mesi"
|
99
|
+
x_years:
|
100
|
+
one: 1 anno
|
101
|
+
other: "%{count} anni"
|
102
|
+
prompts:
|
103
|
+
second: Secondi
|
104
|
+
minute: Minuto
|
105
|
+
hour: Ora
|
106
|
+
day: Giorno
|
107
|
+
month: Mese
|
108
|
+
year: Anno
|
109
|
+
errors:
|
110
|
+
format: "%{attribute} %{message}"
|
111
|
+
messages:
|
112
|
+
accepted: deve essere accettata
|
113
|
+
blank: non può essere lasciato in bianco
|
114
|
+
confirmation: non coincide con %{attribute}
|
115
|
+
empty: non può essere vuoto
|
116
|
+
equal_to: deve essere uguale a %{count}
|
117
|
+
even: deve essere pari
|
118
|
+
exclusion: è riservato
|
119
|
+
greater_than: deve essere maggiore di %{count}
|
120
|
+
greater_than_or_equal_to: deve essere maggiore o uguale a %{count}
|
121
|
+
inclusion: non è compreso tra le opzioni disponibili
|
122
|
+
invalid: non è valido
|
123
|
+
less_than: deve essere minore di %{count}
|
124
|
+
less_than_or_equal_to: deve essere minore o uguale a %{count}
|
125
|
+
model_invalid: 'Validazione fallita: %{errors}'
|
126
|
+
not_a_number: non è un numero
|
127
|
+
not_an_integer: non è un numero intero
|
128
|
+
odd: deve essere dispari
|
129
|
+
other_than: devono essere di numero diverso da %{count}
|
130
|
+
present: deve essere lasciato in bianco
|
131
|
+
required: deve esistere
|
132
|
+
taken: è già presente
|
133
|
+
too_long:
|
134
|
+
one: è troppo lungo (il massimo è 1 carattere)
|
135
|
+
other: è troppo lungo (il massimo è %{count} caratteri)
|
136
|
+
too_short:
|
137
|
+
one: è troppo corto (il minimo è 1 carattere)
|
138
|
+
other: è troppo corto (il minimo è %{count} caratteri)
|
139
|
+
wrong_length:
|
140
|
+
one: è della lunghezza sbagliata (deve essere di 1 carattere)
|
141
|
+
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
|
142
|
+
template:
|
143
|
+
body: 'Ricontrolla i seguenti campi:'
|
144
|
+
header:
|
145
|
+
one: 'Non posso salvare questo %{model}: 1 errore'
|
146
|
+
other: 'Non posso salvare questo %{model}: %{count} errori.'
|
147
|
+
helpers:
|
148
|
+
select:
|
149
|
+
prompt: Seleziona...
|
150
|
+
submit:
|
151
|
+
create: Crea %{model}
|
152
|
+
submit: Invia %{model}
|
153
|
+
update: Aggiorna %{model}
|
154
|
+
number:
|
155
|
+
currency:
|
156
|
+
format:
|
157
|
+
delimiter: "."
|
158
|
+
format: "%n %u"
|
159
|
+
precision: 2
|
160
|
+
separator: ","
|
161
|
+
significant: false
|
162
|
+
strip_insignificant_zeros: false
|
163
|
+
unit: "€"
|
164
|
+
format:
|
165
|
+
delimiter: "."
|
166
|
+
precision: 2
|
167
|
+
separator: ","
|
168
|
+
significant: false
|
169
|
+
strip_insignificant_zeros: false
|
170
|
+
human:
|
171
|
+
decimal_units:
|
172
|
+
format: "%n %u"
|
173
|
+
units:
|
174
|
+
billion: Miliardi
|
175
|
+
million: Milioni
|
176
|
+
quadrillion: Biliardi
|
177
|
+
thousand: Mila
|
178
|
+
trillion: Bilioni
|
179
|
+
unit: ''
|
180
|
+
format:
|
181
|
+
delimiter: ''
|
182
|
+
precision: 3
|
183
|
+
significant: true
|
184
|
+
strip_insignificant_zeros: true
|
185
|
+
storage_units:
|
186
|
+
format: "%n %u"
|
187
|
+
units:
|
188
|
+
byte:
|
189
|
+
one: Byte
|
190
|
+
other: Byte
|
191
|
+
eb: EB
|
192
|
+
gb: GB
|
193
|
+
kb: KB
|
194
|
+
mb: MB
|
195
|
+
pb: PB
|
196
|
+
tb: TB
|
197
|
+
percentage:
|
198
|
+
format:
|
199
|
+
delimiter: ''
|
200
|
+
format: "%n%"
|
201
|
+
precision:
|
202
|
+
format:
|
203
|
+
delimiter: ''
|
204
|
+
support:
|
205
|
+
array:
|
206
|
+
last_word_connector: " e "
|
207
|
+
two_words_connector: " e "
|
208
|
+
words_connector: ", "
|
209
|
+
time:
|
210
|
+
am: am
|
211
|
+
formats:
|
212
|
+
default: "%a %d %b %Y, %H:%M:%S %z"
|
213
|
+
long: "%d %B %Y %H:%M"
|
214
|
+
short: "%d %b %H:%M"
|
215
|
+
pm: pm
|