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,389 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/builder/blog_navigator.yml
|
3
|
+
# # User Configuration to configure generated pages by the blog post navigator
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2021 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
12
|
+
#
|
13
|
+
# ------------------------------------------------------------------------------
|
14
|
+
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Global Builder settings
|
17
|
+
# ------------------------------------------------------------------------------
|
18
|
+
|
19
|
+
# Settings for future posts
|
20
|
+
#
|
21
|
+
# Future posts
|
22
|
+
# -------------------------------------
|
23
|
+
# The future flag allows post authors to give the post a date in the future
|
24
|
+
# and to have it excluded from the build until the system time is equal or
|
25
|
+
# after the post time.
|
26
|
+
#
|
27
|
+
# In Jekyll 3, this has been corrected and --future is disabled by default.
|
28
|
+
# This means you will need to include --future if you want your future-dated
|
29
|
+
# posts to generate when running jekyll build or jekyll serve.
|
30
|
+
#
|
31
|
+
# Note: In Jekyll 2.x, the --future flag was automatically enabled.
|
32
|
+
#
|
33
|
+
#future: false
|
34
|
+
|
35
|
+
# ------------------------------------------------------------------------------
|
36
|
+
# Blog (page) builder settings
|
37
|
+
# ------------------------------------------------------------------------------
|
38
|
+
|
39
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
40
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
41
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
42
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
43
|
+
# control how to build those pages can be set here.
|
44
|
+
#
|
45
|
+
# icon|image_random
|
46
|
+
# ----------------------------------------------------------------------------
|
47
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
48
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
49
|
+
# supported for the timeline-box. The parameters icon|image can be
|
50
|
+
# overwritten by the frontmatter of a post.
|
51
|
+
#
|
52
|
+
# icon
|
53
|
+
# If configured, puts an icon in front of the post excerpt for all posts
|
54
|
+
# of a category. Can be seen as a default setting and can be overwritten
|
55
|
+
# individually by the frontmatter parameter "icon" each post.
|
56
|
+
#
|
57
|
+
# values: string (name of the icon|false)
|
58
|
+
# default: false
|
59
|
+
#
|
60
|
+
# icon_family
|
61
|
+
# Set the icon familiy from what a configured "icon" should be taken from.
|
62
|
+
# Note that the respective CSS file for the icon-set needs to be included
|
63
|
+
# (with the CSS loader).
|
64
|
+
#
|
65
|
+
# values: string (FontAwesome|Glyphicon)
|
66
|
+
# default: FontAwesome
|
67
|
+
#
|
68
|
+
# image_random
|
69
|
+
# If configured, selects an random image from the folder specified by
|
70
|
+
# "image_random_path" for all posts of a category. Can be seen as a
|
71
|
+
# default setting if no specific "image" is|should configured with the
|
72
|
+
# posts frontmatter.
|
73
|
+
#
|
74
|
+
# values: boolean (true|false)
|
75
|
+
# default: false
|
76
|
+
#
|
77
|
+
# image_random_path
|
78
|
+
# If "image_random" is set to "true", the random image is taken from folder
|
79
|
+
# specified by "image_random_path"
|
80
|
+
#
|
81
|
+
# values: string (path)
|
82
|
+
# default: empty
|
83
|
+
#
|
84
|
+
# sharing_provider
|
85
|
+
# ----------------------------------------------------------------------------
|
86
|
+
# Set the provider (API) from which are likes_count|comment_count is taken.
|
87
|
+
#
|
88
|
+
# provider
|
89
|
+
# Name of the the provider (API) used for commenting the blog post.
|
90
|
+
#
|
91
|
+
# values: disqus|livefyre|intensedebate|facebook|false
|
92
|
+
# default: false
|
93
|
+
#
|
94
|
+
# likes_count, comment_count
|
95
|
+
# If set to true, set the respective values for the blog posts helper
|
96
|
+
# to display their numbers
|
97
|
+
#
|
98
|
+
# values: boolean (true|false)
|
99
|
+
# default: true
|
100
|
+
# ------------------------------------------------------------------------------
|
101
|
+
|
102
|
+
# ------------------------------------------------------------------------------
|
103
|
+
# Builder settings
|
104
|
+
#
|
105
|
+
# previewer
|
106
|
+
# ----------------------------------------------------------------------------
|
107
|
+
# Set the previewer type
|
108
|
+
#
|
109
|
+
# NOTE:
|
110
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
111
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
112
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
113
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
114
|
+
# control how to build those pages can be set here.
|
115
|
+
#
|
116
|
+
# previewer
|
117
|
+
# Name of the preview generator for the article preview.
|
118
|
+
#
|
119
|
+
# values: list|calendar|timeline
|
120
|
+
# default: list
|
121
|
+
#
|
122
|
+
# description
|
123
|
+
# ----------------------------------------------------------------------------
|
124
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
125
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
126
|
+
# supported for the timeline-box. The parameters icon|image can be
|
127
|
+
# overwritten by the frontmatter of a post.
|
128
|
+
#
|
129
|
+
# ------------------------------------------------------------------------------
|
130
|
+
|
131
|
+
# ------------------------------------------------------------------------------
|
132
|
+
# About this configuration (used for J1 CC only)
|
133
|
+
#
|
134
|
+
about_config:
|
135
|
+
title: Blog Navigator
|
136
|
+
scope: Default settings
|
137
|
+
location: _data/builder/defaults/blog_navigator.yml
|
138
|
+
|
139
|
+
# ------------------------------------------------------------------------------
|
140
|
+
# Default settings
|
141
|
+
#
|
142
|
+
defaults:
|
143
|
+
|
144
|
+
post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
|
145
|
+
previewer: timeline
|
146
|
+
|
147
|
+
button_text:
|
148
|
+
|
149
|
+
pager:
|
150
|
+
previous:
|
151
|
+
en: Previous
|
152
|
+
de: Vorheriger
|
153
|
+
next:
|
154
|
+
en: Next
|
155
|
+
de: Nächster
|
156
|
+
back:
|
157
|
+
en: Back
|
158
|
+
de: Zurück
|
159
|
+
first:
|
160
|
+
en: First
|
161
|
+
de: Erster
|
162
|
+
last:
|
163
|
+
en: Last
|
164
|
+
de: Letzter
|
165
|
+
|
166
|
+
paginator:
|
167
|
+
older_posts:
|
168
|
+
en: Older Posts
|
169
|
+
de: Ältere Beiträge
|
170
|
+
newer_posts:
|
171
|
+
en: Newer Posts
|
172
|
+
de: Neuere Beiträge
|
173
|
+
first_post:
|
174
|
+
en: First Page
|
175
|
+
de: Erste Seite
|
176
|
+
last_post:
|
177
|
+
en: Last Page
|
178
|
+
de: Letzte Seite
|
179
|
+
|
180
|
+
view_selector:
|
181
|
+
category_view:
|
182
|
+
en: By Category
|
183
|
+
de: Nach Kategorie
|
184
|
+
date_view:
|
185
|
+
en: By Date
|
186
|
+
de: Nach Datum
|
187
|
+
archive_view:
|
188
|
+
en: All Posts
|
189
|
+
de: Alle Beiträge
|
190
|
+
tag_view:
|
191
|
+
en: By Tag
|
192
|
+
de: Nach Tag
|
193
|
+
|
194
|
+
article_navigator:
|
195
|
+
page_text:
|
196
|
+
enabled: true
|
197
|
+
|
198
|
+
en:
|
199
|
+
description: >
|
200
|
+
Navigate through all of the articles available on this site. To do this,
|
201
|
+
use the various display pages to find the articles that interest you.
|
202
|
+
The <b>By Category</b> page lists articles on a specific <b>topic</b>.
|
203
|
+
If you are looking for articles by publication date, you can use the view
|
204
|
+
Use <b>By Date</b>. All articles in reverse order of appearance can be
|
205
|
+
found in the view <b>All Posts</b>.
|
206
|
+
de:
|
207
|
+
description: >
|
208
|
+
Navigieren Sie durch alle auf dieser Site verfügbaren Artikel. Verenden Sie
|
209
|
+
dazu die verschiedenen Anzeigeseiten um die Beitäge finden, die Sie interessieren.
|
210
|
+
Die Seite <b>Nach Kategorie</b> listet Artikel zu einem bestimmten <b>Thema</b>.
|
211
|
+
Suchen Sie nach Artikeln nach einem Erscheinungsdatum, könne Sie die Ansicht
|
212
|
+
<b>Nach Datum</b> verwenden. Alle Artikel in umgekehrter Reihenfolge ihres
|
213
|
+
Erscheinens sind in der Ansicht <b>Alle Beiträge</b> zu finden.
|
214
|
+
|
215
|
+
article_previewer:
|
216
|
+
page_text:
|
217
|
+
enabled: true
|
218
|
+
|
219
|
+
en:
|
220
|
+
headline: Preview
|
221
|
+
description: >
|
222
|
+
All articles are reverse ordered by date. The current articles are displayed
|
223
|
+
first. From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
224
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a table of contents
|
225
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
226
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
227
|
+
in the same order. To preview older posts, use the button <b>Older Posts</b> from
|
228
|
+
the Preview Bar. For newer posts use the button <b>Newer Posts</b> for more recent
|
229
|
+
articles.
|
230
|
+
de:
|
231
|
+
headline: Vorschau
|
232
|
+
description: >
|
233
|
+
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
234
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
235
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
236
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
237
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
238
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
239
|
+
in gleicher Reihenfolge. Zur Anzeige älterer Artikel, verwenden Sie die Schältfläche
|
240
|
+
<b>Ältere Beiträge</b>. Für jüngere Posts klicken Sie auf die Schältfläche
|
241
|
+
<b>Neuere Beiträge</b>.
|
242
|
+
|
243
|
+
archive_view:
|
244
|
+
page_text:
|
245
|
+
enabled: true
|
246
|
+
|
247
|
+
en:
|
248
|
+
headline: All Posts
|
249
|
+
description: >
|
250
|
+
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
251
|
+
Below, find articles available this site sorted from the youngest
|
252
|
+
to the oldest. From the FAM button <a href="#void"
|
253
|
+
class="btn-fab-floating btn-small btn-md-blue">
|
254
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
255
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
256
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available
|
257
|
+
articles in the same order.
|
258
|
+
<br/><br/>
|
259
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
260
|
+
<b>main page</b> of the Navigator. Articles ordered by <b>category</b>
|
261
|
+
can be found in the view <b>By Category</b>. To search for posts
|
262
|
+
in the archive by <b>date</b>, go for the view <b>By Date</b>.
|
263
|
+
de:
|
264
|
+
headline: Alle Beiträge
|
265
|
+
description: >
|
266
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
267
|
+
Blog-Beiträge. Die Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
268
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
269
|
+
<a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
270
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
271
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
272
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
273
|
+
in gleicher Reihenfolge.
|
274
|
+
<br/><br/>
|
275
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
276
|
+
des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
277
|
+
<b>Nach Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
|
278
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
|
279
|
+
|
280
|
+
category_view:
|
281
|
+
skip_categories: Posts, Public, Featured, Series
|
282
|
+
page_text:
|
283
|
+
enabled: true
|
284
|
+
|
285
|
+
en:
|
286
|
+
headline: Posts by category
|
287
|
+
description: >
|
288
|
+
On this page you will find all articles from the <b>archive</b>
|
289
|
+
of the blog posts. The articles are grouped by <b>category</b>.
|
290
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
291
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
292
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
293
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
294
|
+
in the same order.
|
295
|
+
<br/><br/>
|
296
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
297
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
298
|
+
archive by date, go for the view <b>By Date</b>. All articles in
|
299
|
+
reverse order of appearance can be found in the view <b>All Posts</b>.
|
300
|
+
de:
|
301
|
+
headline: Artikel nach Kategorie
|
302
|
+
description: >
|
303
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
304
|
+
Blog-Beiträge. Die Artikel sind nach <b>Kategorie</b> gruppiert.
|
305
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
306
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
307
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
308
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
309
|
+
in gleicher Reihenfolge.
|
310
|
+
<br/><br/>
|
311
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
312
|
+
des Navigators. Um Artikel im Archiv nach <b>Datum</b> zu durchsuchen,
|
313
|
+
rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel in umgekehrter
|
314
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
315
|
+
zu finden.
|
316
|
+
date_view:
|
317
|
+
page_text:
|
318
|
+
enabled: true
|
319
|
+
|
320
|
+
en:
|
321
|
+
headline: Posts by date
|
322
|
+
description: >
|
323
|
+
On this page you will find all articles from the <b>archive</b>
|
324
|
+
of the blog posts. The articles are grouped by <b>Date</b>.
|
325
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
326
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
327
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
328
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
329
|
+
in the same order.
|
330
|
+
<br/><br/>
|
331
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
332
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
333
|
+
archive by category, go for the view <b>By Category</b>. All articles
|
334
|
+
in reverse order of appearance can be found in the view <b>All Posts</b>.
|
335
|
+
de:
|
336
|
+
headline: Artikel nach Datum
|
337
|
+
description: >
|
338
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
339
|
+
Blog-Beiträge. Die Artikel sind nach <b>Datum</b> gruppiert.
|
340
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
341
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
342
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
343
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
344
|
+
in gleicher Reihenfolge.
|
345
|
+
<br/><br/>
|
346
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
347
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
348
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
349
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
350
|
+
zu finden.
|
351
|
+
tag_view:
|
352
|
+
page_text:
|
353
|
+
enabled: true
|
354
|
+
|
355
|
+
en:
|
356
|
+
headline: Posts by tag
|
357
|
+
description: >
|
358
|
+
On this page you will find all articles from the <b>archive</b>
|
359
|
+
of the blog posts. The articles are grouped by <b>Tag</b>.
|
360
|
+
From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
361
|
+
<i class="mdi mdi-plus"></i>FAM button</a> you can reach a
|
362
|
+
table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
363
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
364
|
+
in the same order.
|
365
|
+
<br/><br/>
|
366
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
367
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
368
|
+
archive by <b>category</b>, go for the view <b>By Category</b>.
|
369
|
+
All articles in reverse order of appearance can be found in the
|
370
|
+
view <b>All Posts</b>.
|
371
|
+
de:
|
372
|
+
headline: Artikel nach Tag
|
373
|
+
description: >
|
374
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
375
|
+
Blog-Beiträge. Die Artikel sind nach <b>Tag</b> gruppiert.
|
376
|
+
Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
377
|
+
<i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
|
378
|
+
Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
|
379
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
380
|
+
in gleicher Reihenfolge.
|
381
|
+
<br/><br/>
|
382
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
383
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
384
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
385
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
386
|
+
zu finden.
|
387
|
+
|
388
|
+
# ------------------------------------------------------------------------------
|
389
|
+
# END config
|
@@ -384,9 +384,12 @@ body:
|
|
384
384
|
# ------------------------------------------------------------------------------
|
385
385
|
comments:
|
386
386
|
enabled: false
|
387
|
-
|
387
|
+
|
388
|
+
provider: hyvor # disqus | hyvor | commento | just-comments
|
388
389
|
xhr_data_path: /assets/data
|
389
|
-
|
390
|
+
comments_headline:
|
391
|
+
en: Leave a comment
|
392
|
+
de: Kommentieren
|
390
393
|
|
391
394
|
hyvor:
|
392
395
|
site_id: 'hyvor-site-id'
|
@@ -0,0 +1,269 @@
|
|
1
|
+
---
|
2
|
+
be:
|
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: "%-d %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: каля %{count} гадзіны
|
67
|
+
few: каля %{count} гадзін
|
68
|
+
many: каля %{count} гадзін
|
69
|
+
other: каля %{count} гадзін
|
70
|
+
about_x_months:
|
71
|
+
one: каля %{count} месяца
|
72
|
+
few: каля %{count} месяцаў
|
73
|
+
many: каля %{count} месяцаў
|
74
|
+
other: каля %{count} месяцаў
|
75
|
+
about_x_years:
|
76
|
+
one: каля %{count} года
|
77
|
+
few: каля %{count} гадоў
|
78
|
+
many: каля %{count} гадоў
|
79
|
+
other: каля %{count} гадоў
|
80
|
+
almost_x_years:
|
81
|
+
one: амаль %{count} год
|
82
|
+
few: амаль %{count} гады
|
83
|
+
many: амаль %{count} гадоў
|
84
|
+
other: амаль %{count} гадоў
|
85
|
+
half_a_minute: палова хвіліны
|
86
|
+
less_than_x_seconds:
|
87
|
+
one: меней за %{count} секунду
|
88
|
+
few: меней за %{count} секунды
|
89
|
+
many: меней за %{count} секунд
|
90
|
+
other: меней за %{count} секунды
|
91
|
+
less_than_x_minutes:
|
92
|
+
one: меней за %{count} хвіліну
|
93
|
+
few: меней за %{count} хвіліны
|
94
|
+
many: меней за %{count} хвілін
|
95
|
+
other: меней за %{count} хвіліны
|
96
|
+
over_x_years:
|
97
|
+
one: болей за %{count} год
|
98
|
+
few: болей за %{count} гады
|
99
|
+
many: болей за %{count} гадоў
|
100
|
+
other: болей за %{count} года
|
101
|
+
x_seconds:
|
102
|
+
one: "%{count} секунда"
|
103
|
+
few: "%{count} секунды"
|
104
|
+
many: "%{count} секунд"
|
105
|
+
other: "%{count} секунды"
|
106
|
+
x_minutes:
|
107
|
+
one: "%{count} хвіліна"
|
108
|
+
few: "%{count} хвіліны"
|
109
|
+
many: "%{count} хвілін"
|
110
|
+
other: "%{count} хвіліны"
|
111
|
+
x_days:
|
112
|
+
one: "%{count} дзень"
|
113
|
+
few: "%{count} дні"
|
114
|
+
many: "%{count} дзён"
|
115
|
+
other: "%{count} дня"
|
116
|
+
x_months:
|
117
|
+
one: "%{count} месяц"
|
118
|
+
few: "%{count} месяцы"
|
119
|
+
many: "%{count} месяцаў"
|
120
|
+
other: "%{count} месяца"
|
121
|
+
x_years:
|
122
|
+
one: "%{count} год"
|
123
|
+
few: "%{count} гады"
|
124
|
+
many: "%{count} гадоў"
|
125
|
+
other: "%{count} года"
|
126
|
+
prompts:
|
127
|
+
second: Секунда
|
128
|
+
minute: Хвіліна
|
129
|
+
hour: Гадзіна
|
130
|
+
day: Дзень
|
131
|
+
month: Месяц
|
132
|
+
year: Год
|
133
|
+
errors:
|
134
|
+
format: "%{attribute} %{message}"
|
135
|
+
messages:
|
136
|
+
accepted: трэба прыняць
|
137
|
+
blank: не можа быць пустым
|
138
|
+
confirmation: не супадае з %{attribute}
|
139
|
+
empty: не можа быць пустым
|
140
|
+
equal_to: павінна быць роўным %{count}
|
141
|
+
even: павінна быць цотным
|
142
|
+
exclusion: мае зарэзерваванае значэнне
|
143
|
+
greater_than: павінна быць болей за %{count}
|
144
|
+
greater_than_or_equal_to: павінна быць болей ці роўным %{count}
|
145
|
+
inclusion: значэнне не уключана ў спіс
|
146
|
+
invalid: няправільнае значэнне
|
147
|
+
less_than: павінна быць меней за %{count}
|
148
|
+
less_than_or_equal_to: павінна быць меней ці роўным %{count}
|
149
|
+
model_invalid: 'Узніклі настпупныя памылкі: %{errors}'
|
150
|
+
not_a_number: гэта не лічба
|
151
|
+
not_an_integer: павінна быць цэлай лічбай
|
152
|
+
odd: павінна быць няцотным
|
153
|
+
other_than: павінна адрознівацца ад %{count}
|
154
|
+
present: павінна быць пустым
|
155
|
+
required: не можа адсутнічаць
|
156
|
+
taken: ўжо занята
|
157
|
+
too_long:
|
158
|
+
one: занадта доўгі (максімум %{count} сімвал)
|
159
|
+
few: занадта доўгі (максімум %{count} сімвала)
|
160
|
+
many: занадта доўгі (максімум %{count} сімвалаў)
|
161
|
+
other: занадта доўгі (максімум %{count} сімвалаў)
|
162
|
+
too_short:
|
163
|
+
one: занадта кароткі (мінімум %{count} сімвал)
|
164
|
+
few: занадта кароткі (мінімум %{count} сімвала)
|
165
|
+
many: занадта кароткі (мінімум %{count} сімвалаў)
|
166
|
+
other: занадта кароткі (мінімум %{count} сімвалаў)
|
167
|
+
wrong_length:
|
168
|
+
one: няправільная даўжыня (павінен быць %{count} сімвал)
|
169
|
+
few: няправільная даўжыня (павінен быць %{count} сімвала)
|
170
|
+
many: няправільная даўжыня (павінны быць %{count} сімвалаў)
|
171
|
+
other: няправільная даўжыня (павінны быць %{count} сімвалаў)
|
172
|
+
template:
|
173
|
+
body: 'Узніклі праблемы з наступнымі палямі:'
|
174
|
+
header:
|
175
|
+
one: не атрымалася захаваць %{model} з-за %{count} памылкі
|
176
|
+
few: не атрымалася захаваць %{model} з-за %{count} памылак
|
177
|
+
many: не атрымалася захаваць %{model} з-за %{count} памылак
|
178
|
+
other: не атрымалася захаваць %{model} з-за %{count} памылак
|
179
|
+
helpers:
|
180
|
+
select:
|
181
|
+
prompt: Калі ласка, абярыце
|
182
|
+
submit:
|
183
|
+
create: Стварыць %{model}
|
184
|
+
submit: Захаваць %{model}
|
185
|
+
update: Абнавіць %{model}
|
186
|
+
number:
|
187
|
+
currency:
|
188
|
+
format:
|
189
|
+
delimiter: " "
|
190
|
+
format: "%n %u"
|
191
|
+
precision: 2
|
192
|
+
separator: ","
|
193
|
+
significant: false
|
194
|
+
strip_insignificant_zeros: false
|
195
|
+
unit: руб.
|
196
|
+
format:
|
197
|
+
delimiter: ","
|
198
|
+
precision: 3
|
199
|
+
separator: "."
|
200
|
+
significant: false
|
201
|
+
strip_insignificant_zeros: false
|
202
|
+
human:
|
203
|
+
decimal_units:
|
204
|
+
format: "%n %u"
|
205
|
+
units:
|
206
|
+
billion:
|
207
|
+
one: мільярд
|
208
|
+
few: мільярда
|
209
|
+
many: мільярдаў
|
210
|
+
other: мільярда
|
211
|
+
million:
|
212
|
+
one: мільён
|
213
|
+
few: мільёна
|
214
|
+
many: мільёнаў
|
215
|
+
other: мільёна
|
216
|
+
quadrillion:
|
217
|
+
one: квадрыльён
|
218
|
+
few: квадрыльёна
|
219
|
+
many: квадрыльёнаў
|
220
|
+
other: квадрыльёна
|
221
|
+
thousand:
|
222
|
+
one: тысяча
|
223
|
+
few: тысячы
|
224
|
+
many: тысяч
|
225
|
+
other: тысячы
|
226
|
+
trillion:
|
227
|
+
one: трыльён
|
228
|
+
few: трыльёна
|
229
|
+
many: трыльёнаў
|
230
|
+
other: трыльёна
|
231
|
+
unit: ''
|
232
|
+
format:
|
233
|
+
delimiter: ''
|
234
|
+
precision: 1
|
235
|
+
significant: false
|
236
|
+
strip_insignificant_zeros: false
|
237
|
+
storage_units:
|
238
|
+
format: "%n %u"
|
239
|
+
units:
|
240
|
+
byte:
|
241
|
+
one: байт
|
242
|
+
few: байта
|
243
|
+
many: байтаў
|
244
|
+
other: байта
|
245
|
+
eb: ЭБ
|
246
|
+
gb: ГБ
|
247
|
+
kb: КБ
|
248
|
+
mb: МБ
|
249
|
+
pb: ПБ
|
250
|
+
tb: ТБ
|
251
|
+
percentage:
|
252
|
+
format:
|
253
|
+
delimiter: ''
|
254
|
+
format: "%n%"
|
255
|
+
precision:
|
256
|
+
format:
|
257
|
+
delimiter: ''
|
258
|
+
support:
|
259
|
+
array:
|
260
|
+
last_word_connector: " і "
|
261
|
+
two_words_connector: " і "
|
262
|
+
words_connector: ", "
|
263
|
+
time:
|
264
|
+
am: раніцы
|
265
|
+
formats:
|
266
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
267
|
+
long: "%d %B %Y, %H:%M"
|
268
|
+
short: "%d %b %H:%M"
|
269
|
+
pm: вечара
|