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,215 @@
|
|
1
|
+
---
|
2
|
+
el:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Η επικύρωση απέτυχε: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Η εγγραφή δεν μπορεί να διαγραφεί γιατί υπάρχει εξαρτημένο %{record}
|
9
|
+
has_many: Η εγγραφή δεν μπορεί να διαγραφεί γιατί υπάρχουν εξαρτημένα %{record}
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- Κυρ
|
13
|
+
- Δευ
|
14
|
+
- Τρί
|
15
|
+
- Τετ
|
16
|
+
- Πέμ
|
17
|
+
- Παρ
|
18
|
+
- Σάβ
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- Ιαν
|
22
|
+
- Φεβ
|
23
|
+
- Μαρ
|
24
|
+
- Απρ
|
25
|
+
- Μαϊ
|
26
|
+
- Ιουν
|
27
|
+
- Ιουλ
|
28
|
+
- Αυγ
|
29
|
+
- Σεπ
|
30
|
+
- Οκτ
|
31
|
+
- Νοε
|
32
|
+
- Δεκ
|
33
|
+
day_names:
|
34
|
+
- Κυριακή
|
35
|
+
- Δευτέρα
|
36
|
+
- Τρίτη
|
37
|
+
- Τετάρτη
|
38
|
+
- Πέμπτη
|
39
|
+
- Παρασκευή
|
40
|
+
- Σάββατο
|
41
|
+
formats:
|
42
|
+
default: "%d/%m/%Y"
|
43
|
+
long: "%e %B %Y"
|
44
|
+
short: "%d %b"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- Ιανουάριος
|
48
|
+
- Φεβρουάριος
|
49
|
+
- Μάρτιος
|
50
|
+
- Απρίλιος
|
51
|
+
- Μάιος
|
52
|
+
- Ιούνιος
|
53
|
+
- Ιούλιος
|
54
|
+
- Αύγουστος
|
55
|
+
- Σεπτέμβριος
|
56
|
+
- Οκτώβριος
|
57
|
+
- Νοέμβριος
|
58
|
+
- Δεκέμβριος
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: περίπου μία ώρα
|
67
|
+
other: περίπου %{count} ώρες
|
68
|
+
about_x_months:
|
69
|
+
one: περίπου ένα μήνα
|
70
|
+
other: περίπου %{count} μήνες
|
71
|
+
about_x_years:
|
72
|
+
one: περίπου ένα χρόνο
|
73
|
+
other: περίπου %{count} χρόνια
|
74
|
+
almost_x_years:
|
75
|
+
one: σχεδόν ένα χρόνο
|
76
|
+
other: σχεδόν %{count} χρόνια
|
77
|
+
half_a_minute: μισό λεπτό
|
78
|
+
less_than_x_seconds:
|
79
|
+
one: λιγότερο από ένα δευτερόλεπτο
|
80
|
+
other: λιγότερο από %{count} δευτερόλεπτα
|
81
|
+
less_than_x_minutes:
|
82
|
+
one: λιγότερο από ένα λεπτό
|
83
|
+
other: λιγότερο από %{count} λεπτά
|
84
|
+
over_x_years:
|
85
|
+
one: πάνω από ένα χρόνο
|
86
|
+
other: πάνω από %{count} χρόνια
|
87
|
+
x_seconds:
|
88
|
+
one: 1 δευτερόλεπτο
|
89
|
+
other: "%{count} δευτερόλεπτα"
|
90
|
+
x_minutes:
|
91
|
+
one: 1 λεπτό
|
92
|
+
other: "%{count} λεπτά"
|
93
|
+
x_days:
|
94
|
+
one: 1 μέρα
|
95
|
+
other: "%{count} ημέρες"
|
96
|
+
x_months:
|
97
|
+
one: 1 μήνα
|
98
|
+
other: "%{count} μήνες"
|
99
|
+
x_years:
|
100
|
+
one: 1 χρόνος
|
101
|
+
other: "%{count} χρόνια"
|
102
|
+
prompts:
|
103
|
+
second: Δευτερόλεπτο
|
104
|
+
minute: Λεπτό
|
105
|
+
hour: Ώρα
|
106
|
+
day: Ημέρα
|
107
|
+
month: Μήνας
|
108
|
+
year: Έτος
|
109
|
+
errors:
|
110
|
+
format: "%{attribute} %{message}"
|
111
|
+
messages:
|
112
|
+
accepted: πρέπει να είναι αποδεκτό
|
113
|
+
blank: δεν πρέπει να είναι κενό
|
114
|
+
confirmation: δεν ταιριάζει με την επικύρωση
|
115
|
+
empty: δεν πρέπει να είναι άδειο
|
116
|
+
equal_to: πρέπει να είναι ίσο με %{count}
|
117
|
+
even: πρέπει να είναι άρτιος
|
118
|
+
exclusion: είναι δεσμευμένο
|
119
|
+
greater_than: πρέπει να είναι μεγαλύτερο από %{count}
|
120
|
+
greater_than_or_equal_to: πρέπει να είναι μεγαλύτερο ή ίσο με %{count}
|
121
|
+
inclusion: δεν συμπεριλαμβάνεται στη λίστα
|
122
|
+
invalid: είναι άκυρο
|
123
|
+
less_than: πρέπει να είναι λιγότερο από %{count}
|
124
|
+
less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
|
125
|
+
model_invalid: 'Η επικύρωση απέτυχε: %{errors}'
|
126
|
+
not_a_number: δεν είναι αριθμός
|
127
|
+
not_an_integer: πρέπει να είναι ακέραιος αριθμός
|
128
|
+
odd: πρέπει να είναι περιττός
|
129
|
+
other_than: πρέπει να είναι διάφορο του %{count}
|
130
|
+
present: πρέπει να είναι κενό
|
131
|
+
required: πρέπει να υπάρχει
|
132
|
+
taken: το έχουν ήδη χρησιμοποιήσει
|
133
|
+
too_long:
|
134
|
+
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
|
135
|
+
other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
|
136
|
+
too_short:
|
137
|
+
one: είναι πολύ μικρό (το ελάχιστο μήκος είναι 1 χαρακτήρας)
|
138
|
+
other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
|
139
|
+
wrong_length:
|
140
|
+
one: έχει λανθασμένο μήκος (πρέπει να είναι 1 χαρακτήρας)
|
141
|
+
other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
|
142
|
+
template:
|
143
|
+
body: 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
|
144
|
+
header:
|
145
|
+
one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
|
146
|
+
other: "%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί."
|
147
|
+
helpers:
|
148
|
+
select:
|
149
|
+
prompt: Παρακαλώ επιλέξτε
|
150
|
+
submit:
|
151
|
+
create: Δημιουργήστε %{model}
|
152
|
+
submit: Αποθηκεύστε %{model}
|
153
|
+
update: Ενημερώστε %{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: 3
|
167
|
+
separator: ","
|
168
|
+
significant: false
|
169
|
+
strip_insignificant_zeros: false
|
170
|
+
human:
|
171
|
+
decimal_units:
|
172
|
+
format: "%n %u"
|
173
|
+
units:
|
174
|
+
billion: δισεκατομμύριο
|
175
|
+
million: εκατομμύριο
|
176
|
+
quadrillion: τετράκις εκατομμύριο
|
177
|
+
thousand: χίλια
|
178
|
+
trillion: τρισεκατομμύριο
|
179
|
+
unit: ''
|
180
|
+
format:
|
181
|
+
delimiter: ''
|
182
|
+
precision: 1
|
183
|
+
significant: true
|
184
|
+
strip_insignificant_zeros: true
|
185
|
+
storage_units:
|
186
|
+
format: "%n %u"
|
187
|
+
units:
|
188
|
+
byte:
|
189
|
+
one: Byte
|
190
|
+
other: Bytes
|
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: " και "
|
207
|
+
two_words_connector: " και "
|
208
|
+
words_connector: ", "
|
209
|
+
time:
|
210
|
+
am: π.μ.
|
211
|
+
formats:
|
212
|
+
default: "%d %B %Y %H:%M"
|
213
|
+
long: "%A %d %B %Y %H:%M:%S %Z"
|
214
|
+
short: "%d %b %H:%M"
|
215
|
+
pm: μ.μ.
|
@@ -0,0 +1,215 @@
|
|
1
|
+
---
|
2
|
+
en:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Validation failed: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Cannot delete record because a dependent %{record} exists
|
9
|
+
has_many: Cannot delete record because dependent %{record} exist
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- Sun
|
13
|
+
- Mon
|
14
|
+
- Tue
|
15
|
+
- Wed
|
16
|
+
- Thu
|
17
|
+
- Fri
|
18
|
+
- Sat
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- Jan
|
22
|
+
- Feb
|
23
|
+
- Mar
|
24
|
+
- Apr
|
25
|
+
- May
|
26
|
+
- Jun
|
27
|
+
- Jul
|
28
|
+
- Aug
|
29
|
+
- Sep
|
30
|
+
- Oct
|
31
|
+
- Nov
|
32
|
+
- Dec
|
33
|
+
day_names:
|
34
|
+
- Sunday
|
35
|
+
- Monday
|
36
|
+
- Tuesday
|
37
|
+
- Wednesday
|
38
|
+
- Thursday
|
39
|
+
- Friday
|
40
|
+
- Saturday
|
41
|
+
formats:
|
42
|
+
default: "%Y-%m-%d"
|
43
|
+
long: "%B %d, %Y"
|
44
|
+
short: "%b %d"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- January
|
48
|
+
- February
|
49
|
+
- March
|
50
|
+
- April
|
51
|
+
- May
|
52
|
+
- June
|
53
|
+
- July
|
54
|
+
- August
|
55
|
+
- September
|
56
|
+
- October
|
57
|
+
- November
|
58
|
+
- December
|
59
|
+
order:
|
60
|
+
- :year
|
61
|
+
- :month
|
62
|
+
- :day
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: about 1 hour
|
67
|
+
other: about %{count} hours
|
68
|
+
about_x_months:
|
69
|
+
one: about 1 month
|
70
|
+
other: about %{count} months
|
71
|
+
about_x_years:
|
72
|
+
one: about 1 year
|
73
|
+
other: about %{count} years
|
74
|
+
almost_x_years:
|
75
|
+
one: almost 1 year
|
76
|
+
other: almost %{count} years
|
77
|
+
half_a_minute: half a minute
|
78
|
+
less_than_x_seconds:
|
79
|
+
one: less than 1 second
|
80
|
+
other: less than %{count} seconds
|
81
|
+
less_than_x_minutes:
|
82
|
+
one: less than a minute
|
83
|
+
other: less than %{count} minutes
|
84
|
+
over_x_years:
|
85
|
+
one: over 1 year
|
86
|
+
other: over %{count} years
|
87
|
+
x_seconds:
|
88
|
+
one: 1 second
|
89
|
+
other: "%{count} seconds"
|
90
|
+
x_minutes:
|
91
|
+
one: 1 minute
|
92
|
+
other: "%{count} minutes"
|
93
|
+
x_days:
|
94
|
+
one: 1 day
|
95
|
+
other: "%{count} days"
|
96
|
+
x_months:
|
97
|
+
one: 1 month
|
98
|
+
other: "%{count} months"
|
99
|
+
x_years:
|
100
|
+
one: 1 year
|
101
|
+
other: "%{count} years"
|
102
|
+
prompts:
|
103
|
+
second: Second
|
104
|
+
minute: Minute
|
105
|
+
hour: Hour
|
106
|
+
day: Day
|
107
|
+
month: Month
|
108
|
+
year: Year
|
109
|
+
errors:
|
110
|
+
format: "%{attribute} %{message}"
|
111
|
+
messages:
|
112
|
+
accepted: must be accepted
|
113
|
+
blank: can't be blank
|
114
|
+
confirmation: doesn't match %{attribute}
|
115
|
+
empty: can't be empty
|
116
|
+
equal_to: must be equal to %{count}
|
117
|
+
even: must be even
|
118
|
+
exclusion: is reserved
|
119
|
+
greater_than: must be greater than %{count}
|
120
|
+
greater_than_or_equal_to: must be greater than or equal to %{count}
|
121
|
+
inclusion: is not included in the list
|
122
|
+
invalid: is invalid
|
123
|
+
less_than: must be less than %{count}
|
124
|
+
less_than_or_equal_to: must be less than or equal to %{count}
|
125
|
+
model_invalid: 'Validation failed: %{errors}'
|
126
|
+
not_a_number: is not a number
|
127
|
+
not_an_integer: must be an integer
|
128
|
+
odd: must be odd
|
129
|
+
other_than: must be other than %{count}
|
130
|
+
present: must be blank
|
131
|
+
required: must exist
|
132
|
+
taken: has already been taken
|
133
|
+
too_long:
|
134
|
+
one: is too long (maximum is 1 character)
|
135
|
+
other: is too long (maximum is %{count} characters)
|
136
|
+
too_short:
|
137
|
+
one: is too short (minimum is 1 character)
|
138
|
+
other: is too short (minimum is %{count} characters)
|
139
|
+
wrong_length:
|
140
|
+
one: is the wrong length (should be 1 character)
|
141
|
+
other: is the wrong length (should be %{count} characters)
|
142
|
+
template:
|
143
|
+
body: 'There were problems with the following fields:'
|
144
|
+
header:
|
145
|
+
one: 1 error prohibited this %{model} from being saved
|
146
|
+
other: "%{count} errors prohibited this %{model} from being saved"
|
147
|
+
helpers:
|
148
|
+
select:
|
149
|
+
prompt: Please select
|
150
|
+
submit:
|
151
|
+
create: Create %{model}
|
152
|
+
submit: Save %{model}
|
153
|
+
update: Update %{model}
|
154
|
+
number:
|
155
|
+
currency:
|
156
|
+
format:
|
157
|
+
delimiter: ","
|
158
|
+
format: "%u%n"
|
159
|
+
precision: 2
|
160
|
+
separator: "."
|
161
|
+
significant: false
|
162
|
+
strip_insignificant_zeros: false
|
163
|
+
unit: "$"
|
164
|
+
format:
|
165
|
+
delimiter: ","
|
166
|
+
precision: 3
|
167
|
+
separator: "."
|
168
|
+
significant: false
|
169
|
+
strip_insignificant_zeros: false
|
170
|
+
human:
|
171
|
+
decimal_units:
|
172
|
+
format: "%n %u"
|
173
|
+
units:
|
174
|
+
billion: Billion
|
175
|
+
million: Million
|
176
|
+
quadrillion: Quadrillion
|
177
|
+
thousand: Thousand
|
178
|
+
trillion: Trillion
|
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: Bytes
|
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: ", and "
|
207
|
+
two_words_connector: " and "
|
208
|
+
words_connector: ", "
|
209
|
+
time:
|
210
|
+
am: am
|
211
|
+
formats:
|
212
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
213
|
+
long: "%B %d, %Y %H:%M"
|
214
|
+
short: "%d %b %H:%M"
|
215
|
+
pm: pm
|
@@ -0,0 +1,219 @@
|
|
1
|
+
---
|
2
|
+
es:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'La validación falló: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: No se puede eliminar el registro porque existe un %{record} dependiente
|
9
|
+
has_many: No se puede eliminar el registro porque existen %{record} dependientes
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- dom
|
13
|
+
- lun
|
14
|
+
- mar
|
15
|
+
- mié
|
16
|
+
- jue
|
17
|
+
- vie
|
18
|
+
- sáb
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- ene
|
22
|
+
- feb
|
23
|
+
- mar
|
24
|
+
- abr
|
25
|
+
- may
|
26
|
+
- jun
|
27
|
+
- jul
|
28
|
+
- ago
|
29
|
+
- sep
|
30
|
+
- oct
|
31
|
+
- nov
|
32
|
+
- dic
|
33
|
+
day_names:
|
34
|
+
- domingo
|
35
|
+
- lunes
|
36
|
+
- martes
|
37
|
+
- miércoles
|
38
|
+
- jueves
|
39
|
+
- viernes
|
40
|
+
- sábado
|
41
|
+
formats:
|
42
|
+
default: "%-d/%-m/%Y"
|
43
|
+
long: "%-d de %B de %Y"
|
44
|
+
short: "%-d de %b"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- enero
|
48
|
+
- febrero
|
49
|
+
- marzo
|
50
|
+
- abril
|
51
|
+
- mayo
|
52
|
+
- junio
|
53
|
+
- julio
|
54
|
+
- agosto
|
55
|
+
- septiembre
|
56
|
+
- octubre
|
57
|
+
- noviembre
|
58
|
+
- diciembre
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: alrededor de 1 hora
|
67
|
+
other: alrededor de %{count} horas
|
68
|
+
about_x_months:
|
69
|
+
one: alrededor de 1 mes
|
70
|
+
other: alrededor de %{count} meses
|
71
|
+
about_x_years:
|
72
|
+
one: alrededor de 1 año
|
73
|
+
other: alrededor de %{count} años
|
74
|
+
almost_x_years:
|
75
|
+
one: casi 1 año
|
76
|
+
other: casi %{count} años
|
77
|
+
half_a_minute: medio minuto
|
78
|
+
less_than_x_seconds:
|
79
|
+
one: menos de 1 segundo
|
80
|
+
other: menos de %{count} segundos
|
81
|
+
less_than_x_minutes:
|
82
|
+
one: menos de 1 minuto
|
83
|
+
other: menos de %{count} minutos
|
84
|
+
over_x_years:
|
85
|
+
one: más de 1 año
|
86
|
+
other: más de %{count} años
|
87
|
+
x_seconds:
|
88
|
+
one: 1 segundo
|
89
|
+
other: "%{count} segundos"
|
90
|
+
x_minutes:
|
91
|
+
one: 1 minuto
|
92
|
+
other: "%{count} minutos"
|
93
|
+
x_days:
|
94
|
+
one: 1 día
|
95
|
+
other: "%{count} días"
|
96
|
+
x_months:
|
97
|
+
one: 1 mes
|
98
|
+
other: "%{count} meses"
|
99
|
+
x_years:
|
100
|
+
one: 1 año
|
101
|
+
other: "%{count} años"
|
102
|
+
prompts:
|
103
|
+
second: Segundo
|
104
|
+
minute: Minuto
|
105
|
+
hour: Hora
|
106
|
+
day: Día
|
107
|
+
month: Mes
|
108
|
+
year: Año
|
109
|
+
errors:
|
110
|
+
format: "%{attribute} %{message}"
|
111
|
+
messages:
|
112
|
+
accepted: debe ser aceptado
|
113
|
+
blank: no puede estar en blanco
|
114
|
+
confirmation: no coincide
|
115
|
+
empty: no puede estar vacío
|
116
|
+
equal_to: debe ser igual a %{count}
|
117
|
+
even: debe ser par
|
118
|
+
exclusion: está reservado
|
119
|
+
greater_than: debe ser mayor que %{count}
|
120
|
+
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
|
121
|
+
inclusion: no está incluido en la lista
|
122
|
+
invalid: no es válido
|
123
|
+
less_than: debe ser menor que %{count}
|
124
|
+
less_than_or_equal_to: debe ser menor que o igual a %{count}
|
125
|
+
model_invalid: 'La validación falló: %{errors}'
|
126
|
+
not_a_number: no es un número
|
127
|
+
not_an_integer: debe ser un entero
|
128
|
+
odd: debe ser impar
|
129
|
+
other_than: debe ser distinto de %{count}
|
130
|
+
present: debe estar en blanco
|
131
|
+
required: debe existir
|
132
|
+
taken: ya está en uso
|
133
|
+
too_long:
|
134
|
+
one: es demasiado largo (1 carácter máximo)
|
135
|
+
other: es demasiado largo (%{count} caracteres máximo)
|
136
|
+
too_short:
|
137
|
+
one: es demasiado corto (1 carácter mínimo)
|
138
|
+
other: es demasiado corto (%{count} caracteres mínimo)
|
139
|
+
wrong_length:
|
140
|
+
one: no tiene la longitud correcta (1 carácter exactos)
|
141
|
+
other: no tiene la longitud correcta (%{count} caracteres exactos)
|
142
|
+
template:
|
143
|
+
body: 'Se encontraron problemas con los siguientes campos:'
|
144
|
+
header:
|
145
|
+
one: No se pudo guardar este/a %{model} porque se encontró 1 error
|
146
|
+
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
|
147
|
+
helpers:
|
148
|
+
select:
|
149
|
+
prompt: Por favor seleccione
|
150
|
+
submit:
|
151
|
+
create: Crear %{model}
|
152
|
+
submit: Guardar %{model}
|
153
|
+
update: Actualizar %{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: 3
|
167
|
+
separator: ","
|
168
|
+
significant: false
|
169
|
+
strip_insignificant_zeros: false
|
170
|
+
human:
|
171
|
+
decimal_units:
|
172
|
+
format: "%n %u"
|
173
|
+
units:
|
174
|
+
billion: mil millones
|
175
|
+
million:
|
176
|
+
one: millón
|
177
|
+
other: millones
|
178
|
+
quadrillion: mil billones
|
179
|
+
thousand: mil
|
180
|
+
trillion:
|
181
|
+
one: billón
|
182
|
+
other: billones
|
183
|
+
unit: ''
|
184
|
+
format:
|
185
|
+
delimiter: ''
|
186
|
+
precision: 1
|
187
|
+
significant: true
|
188
|
+
strip_insignificant_zeros: true
|
189
|
+
storage_units:
|
190
|
+
format: "%n %u"
|
191
|
+
units:
|
192
|
+
byte:
|
193
|
+
one: Byte
|
194
|
+
other: Bytes
|
195
|
+
eb: EB
|
196
|
+
gb: GB
|
197
|
+
kb: KB
|
198
|
+
mb: MB
|
199
|
+
pb: PB
|
200
|
+
tb: TB
|
201
|
+
percentage:
|
202
|
+
format:
|
203
|
+
delimiter: ''
|
204
|
+
format: "%n %"
|
205
|
+
precision:
|
206
|
+
format:
|
207
|
+
delimiter: ''
|
208
|
+
support:
|
209
|
+
array:
|
210
|
+
last_word_connector: " y "
|
211
|
+
two_words_connector: " y "
|
212
|
+
words_connector: ", "
|
213
|
+
time:
|
214
|
+
am: am
|
215
|
+
formats:
|
216
|
+
default: "%A, %-d de %B de %Y %H:%M:%S %z"
|
217
|
+
long: "%-d de %B de %Y %H:%M"
|
218
|
+
short: "%-d de %b %H:%M"
|
219
|
+
pm: pm
|