doc-theme 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/_data/locales/ar.yml +91 -0
- data/_data/locales/bg-BG.yml +81 -0
- data/_data/locales/cs-CZ.yml +89 -0
- data/_data/locales/de-DE.yml +87 -0
- data/_data/locales/el-GR.yml +91 -0
- data/_data/locales/en.yml +91 -0
- data/_data/locales/es-ES.yml +77 -0
- data/_data/locales/fi-FI.yml +90 -0
- data/_data/locales/fr-FR.yml +77 -0
- data/_data/locales/hu-HU.yml +79 -0
- data/_data/locales/id-ID.yml +77 -0
- data/_data/locales/it-IT.yml +90 -0
- data/_data/locales/ko-KR.yml +84 -0
- data/_data/locales/my-MM.yml +77 -0
- data/_data/locales/pt-BR.yml +77 -0
- data/_data/locales/ru-RU.yml +87 -0
- data/_data/locales/sl-SI.yml +91 -0
- data/_data/locales/sv-SE.yml +91 -0
- data/_data/locales/th.yml +91 -0
- data/_data/locales/tr-TR.yml +77 -0
- data/_data/locales/uk-UA.yml +77 -0
- data/_data/locales/vi-VN.yml +76 -0
- data/_data/locales/zh-CN.yml +83 -0
- data/_data/locales/zh-TW.yml +83 -0
- data/_data/origin/basic.yml +46 -0
- data/_data/origin/cors.yml +59 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/analytics/goatcounter.html +6 -0
- data/_includes/analytics/google.html +13 -0
- data/_includes/comments/disqus.html +50 -0
- data/_includes/comments/giscus.html +65 -0
- data/_includes/comments/utterances.html +50 -0
- data/_includes/comments.html +5 -0
- data/_includes/datetime.html +20 -0
- data/_includes/embed/bilibili.html +9 -0
- data/_includes/embed/twitch.html +8 -0
- data/_includes/embed/video.html +38 -0
- data/_includes/embed/youtube.html +9 -0
- data/_includes/favicons.html +19 -0
- data/_includes/footer.html +42 -0
- data/_includes/head.html +111 -0
- data/_includes/img-url.html +39 -0
- data/_includes/js-selector.html +126 -0
- data/_includes/jsdelivr-combine.html +26 -0
- data/_includes/lang.html +10 -0
- data/_includes/language-alias.html +70 -0
- data/_includes/mermaid.html +58 -0
- data/_includes/metadata-hook.html +1 -0
- data/_includes/mode-toggle.html +143 -0
- data/_includes/no-linenos.html +10 -0
- data/_includes/notification.html +24 -0
- data/_includes/origin-type.html +13 -0
- data/_includes/pageviews/goatcounter.html +18 -0
- data/_includes/post-nav.html +34 -0
- data/_includes/post-paginator.html +91 -0
- data/_includes/post-sharing.html +52 -0
- data/_includes/read-time.html +37 -0
- data/_includes/refactor-content.html +255 -0
- data/_includes/related-posts.html +96 -0
- data/_includes/search-loader.html +47 -0
- data/_includes/search-results.html +10 -0
- data/_includes/sidebar.html +99 -0
- data/_includes/toc.html +13 -0
- data/_includes/topbar.html +77 -0
- data/_includes/trending-tags.html +46 -0
- data/_includes/update-list.html +40 -0
- data/_layouts/archives.html +35 -0
- data/_layouts/categories.html +138 -0
- data/_layouts/category.html +24 -0
- data/_layouts/compress.html +10 -0
- data/_layouts/default.html +87 -0
- data/_layouts/home.html +118 -0
- data/_layouts/page.html +20 -0
- data/_layouts/post.html +149 -0
- data/_layouts/tag.html +23 -0
- data/_layouts/tags.html +22 -0
- data/_sass/.DS_Store +0 -0
- data/_sass/addon/commons.scss +1553 -0
- data/_sass/addon/module.scss +200 -0
- data/_sass/addon/syntax.scss +292 -0
- data/_sass/addon/variables.scss +33 -0
- data/_sass/colors/syntax-dark.scss +164 -0
- data/_sass/colors/syntax-light.scss +214 -0
- data/_sass/colors/typography-dark.scss +147 -0
- data/_sass/colors/typography-light.scss +112 -0
- data/_sass/layout/archives.scss +144 -0
- data/_sass/layout/categories.scss +83 -0
- data/_sass/layout/category-tag.scss +72 -0
- data/_sass/layout/home.scss +189 -0
- data/_sass/layout/post.scss +357 -0
- data/_sass/layout/tags.scss +19 -0
- data/_sass/main.scss +13 -0
- data/_sass/variables-hook.scss +3 -0
- data/assets/.DS_Store +0 -0
- data/assets/404.html +14 -0
- data/assets/css/doc-theme.scss +6 -0
- data/assets/feed.xml +61 -0
- data/assets/img/favicons/android-chrome-192x192.png +0 -0
- data/assets/img/favicons/android-chrome-512x512.png +0 -0
- data/assets/img/favicons/apple-touch-icon.png +0 -0
- data/assets/img/favicons/browserconfig.xml +13 -0
- data/assets/img/favicons/favicon-16x16.png +0 -0
- data/assets/img/favicons/favicon-32x32.png +0 -0
- data/assets/img/favicons/favicon.ico +0 -0
- data/assets/img/favicons/mstile-150x150.png +0 -0
- data/assets/img/favicons/site.webmanifest +26 -0
- data/assets/js/data/search.json +20 -0
- data/assets/js/data/swconf.js +51 -0
- data/assets/js/pwa/app.js +54 -0
- data/assets/js/pwa/sw.js +101 -0
- data/assets/robots.txt +10 -0
- metadata +260 -0
@@ -0,0 +1,87 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Пост
|
7
|
+
category: Категория
|
8
|
+
tag: Тег
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Главная
|
14
|
+
categories: Категории
|
15
|
+
tags: Теги
|
16
|
+
archives: Архив
|
17
|
+
about: О сайте
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: поиск
|
22
|
+
cancel: Отмена
|
23
|
+
no_results: Упс! Ничего не найдено.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Недавно обновлено
|
27
|
+
trending_tags: Популярные теги
|
28
|
+
toc: Содержание
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Авторский пост защищен лицензией :LICENSE_NAME.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Некоторые права защищены.
|
39
|
+
verbose: >-
|
40
|
+
Если не указано иное, авторские посты на этом сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0).
|
41
|
+
|
42
|
+
meta: Использует тему :THEME для :PLATFORM
|
43
|
+
|
44
|
+
not_found:
|
45
|
+
statment: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее.
|
46
|
+
|
47
|
+
notification:
|
48
|
+
update_found: Доступна новая версия контента.
|
49
|
+
update: Обновить
|
50
|
+
|
51
|
+
# ----- Posts related labels -----
|
52
|
+
|
53
|
+
post:
|
54
|
+
written_by: Автор
|
55
|
+
posted: Опубликовано
|
56
|
+
updated: Обновлено
|
57
|
+
words: слов
|
58
|
+
pageview_measure: просмотров
|
59
|
+
read_time:
|
60
|
+
unit: мин.
|
61
|
+
prompt: чтения
|
62
|
+
relate_posts: Похожие посты
|
63
|
+
share: Поделиться
|
64
|
+
button:
|
65
|
+
next: Следующий пост
|
66
|
+
previous: Предыдущий пост
|
67
|
+
copy_code:
|
68
|
+
succeed: Скопировано!
|
69
|
+
share_link:
|
70
|
+
title: Скопировать ссылку
|
71
|
+
succeed: Ссылка успешно скопирована!
|
72
|
+
|
73
|
+
# Date time format.
|
74
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
75
|
+
df:
|
76
|
+
post:
|
77
|
+
strftime: "%d.%m.%Y"
|
78
|
+
dayjs: "DD.MM.YYYY"
|
79
|
+
|
80
|
+
# categories page
|
81
|
+
categories:
|
82
|
+
category_measure:
|
83
|
+
singular: категория
|
84
|
+
plural: категории
|
85
|
+
post_measure:
|
86
|
+
singular: пост
|
87
|
+
plural: посты
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Objava #Post
|
7
|
+
category: Kategorija #Category
|
8
|
+
tag: Oznaka #Tag
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Domov #Home
|
14
|
+
categories: Kategorije #Categories
|
15
|
+
tags: Oznake #Tags
|
16
|
+
archives: Arhiv #Archives
|
17
|
+
about: O meni #About
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: išči #search
|
22
|
+
cancel: Prekliči #Cancel
|
23
|
+
no_results: Ups! Vsebina ni bila najdena #Oops! No results found.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Nedavno Posodobljeno #Recently Updated
|
27
|
+
trending_tags: Priljubljene Oznake #Trending Tags
|
28
|
+
toc: Vsebina #Contents
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Ta objava je licencirana pod :LICENCE_NAME s strani avtorja. #This post is licensed under :LICENSE_NAME by the author.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Nekatere pravice pridržane. #Some rights reserved.
|
39
|
+
verbose: >-
|
40
|
+
Razen kjer navedeno drugače, vse objave spletnega dnevnika so licencirane
|
41
|
+
pod Creative Commons Attribution 4.0 International (CC BY 4.0) s strani avtorja.
|
42
|
+
|
43
|
+
meta: Uporabljena :PLATFORM tema :THEME #Using the :PLATFORM theme :THEME
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Novejša različica vsebine je na voljo. #A new version of content is available.
|
50
|
+
update: Posodobi #Update
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Od #By
|
56
|
+
posted: Objavljeno #Posted
|
57
|
+
updated: Posodobljeno #Updated
|
58
|
+
words: besede #words
|
59
|
+
pageview_measure: ogledi #views
|
60
|
+
read_time:
|
61
|
+
unit: min
|
62
|
+
prompt: beri #read
|
63
|
+
relate_posts: Nadaljnje branje #Further Reading
|
64
|
+
share: Deli #Share
|
65
|
+
button:
|
66
|
+
next: Novejše #Newer
|
67
|
+
previous: Starejše #Older
|
68
|
+
copy_code:
|
69
|
+
succeed: Kopirano! #Copied!
|
70
|
+
share_link:
|
71
|
+
title: Kopiraj povezavo #Copy link
|
72
|
+
succeed: Povezava uspešno kopirana! #Link copied successfully!
|
73
|
+
|
74
|
+
# Date time format.
|
75
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
76
|
+
df:
|
77
|
+
post:
|
78
|
+
strftime: "%e %b, %Y"
|
79
|
+
dayjs: "ll"
|
80
|
+
archives:
|
81
|
+
strftime: "%b"
|
82
|
+
dayjs: "MMM"
|
83
|
+
|
84
|
+
# categories page
|
85
|
+
categories:
|
86
|
+
category_measure:
|
87
|
+
singular: kategorija #category
|
88
|
+
plural: kategorije #categories
|
89
|
+
post_measure:
|
90
|
+
singular: objava #post
|
91
|
+
plural: objave #posts
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Inlägg #Post
|
7
|
+
category: Kategori #Category
|
8
|
+
tag: Tagga #Tag
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Hem #Home
|
14
|
+
categories: Kategorier #Categories
|
15
|
+
tags: Taggar #Tags
|
16
|
+
archives: Arkiv #Archives
|
17
|
+
about: Om #About
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: sök
|
22
|
+
cancel: Avbryt
|
23
|
+
no_results: Hoppsan! Hittade inga sökträffar.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Senast uppdaterad
|
27
|
+
trending_tags: Trendande taggar
|
28
|
+
toc: Innehåll
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Den här posten är publicerad under licensen :LICENSE_NAME av författaren.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Vissa rättigheter är reserverade.
|
39
|
+
verbose: >-
|
40
|
+
Om inte annat anges är blogginläggen på denna webbplats licensierade
|
41
|
+
under Creative Commons Attribution 4.0 International (CC BY 4.0) av författaren.
|
42
|
+
|
43
|
+
meta: Byggd med :PLATFORM och temat :THEME
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Ursäkta, vi har tappat bort den här webbadressen eller så pekar den på något som inte längre finns.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Det finns en ny version av innehållet.
|
50
|
+
update: Uppdatera sidan
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Av
|
56
|
+
posted: Postad
|
57
|
+
updated: Uppdaterad
|
58
|
+
words: ord
|
59
|
+
pageview_measure: visningar
|
60
|
+
read_time:
|
61
|
+
unit: min
|
62
|
+
prompt: läsning
|
63
|
+
relate_posts: Mer läsning
|
64
|
+
share: Dela
|
65
|
+
button:
|
66
|
+
next: Nyare
|
67
|
+
previous: Äldre
|
68
|
+
copy_code:
|
69
|
+
succeed: Kopierat!
|
70
|
+
share_link:
|
71
|
+
title: Kopiera länk
|
72
|
+
succeed: Länken har kopierats!
|
73
|
+
|
74
|
+
# Date time format.
|
75
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
76
|
+
df:
|
77
|
+
post:
|
78
|
+
strftime: "%b %e, %Y"
|
79
|
+
dayjs: "ll"
|
80
|
+
archives:
|
81
|
+
strftime: "%b"
|
82
|
+
dayjs: "MMM"
|
83
|
+
|
84
|
+
# categories page
|
85
|
+
categories:
|
86
|
+
category_measure:
|
87
|
+
singular: kategori
|
88
|
+
plural: kategorier
|
89
|
+
post_measure:
|
90
|
+
singular: inlägg
|
91
|
+
plural: inlägg
|
@@ -0,0 +1,91 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: โพสต์
|
7
|
+
category: หมวดหมู่
|
8
|
+
tag: แท็ก
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: หน้าแรก
|
14
|
+
categories: หมวดหมู่
|
15
|
+
tags: แท็ก
|
16
|
+
archives: คลังเก็บ
|
17
|
+
about: เกี่ยวกับ
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: ค้นหา
|
22
|
+
cancel: ยกเลิก
|
23
|
+
no_results: โอ๊ะ! ไม่พบผลลัพธ์
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: อัปเดตล่าสุด
|
27
|
+
trending_tags: แท็กยอดนิยม
|
28
|
+
toc: เนื้อหา
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: โพสต์นี้อยู่ภายใต้การอนุญาต :LICENSE_NAME โดยผู้เขียน
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: สงวนลิขสิทธิ์เป็นบางส่วน
|
39
|
+
verbose: >-
|
40
|
+
เว้นแต่ว่าจะระบุเป็นอย่างอื่น โพสต์บนเว็บไซต์นี้อยู่ภายใต้
|
41
|
+
สัญญาอนุญาตครีเอทีฟคอมมอนส์แบบ 4.0 นานาชาติ (CC BY 4.0) โดยผู้เขียน
|
42
|
+
|
43
|
+
meta: กำลังใช้ธีมของ :PLATFORM ชื่อ :THEME
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: ขออภัย เราวาง URL นั้นไว้ผิดที่ หรือมันชี้ไปยังสิ่งที่ไม่มีอยู่
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: มีเวอร์ชันใหม่ของเนื้อหา
|
50
|
+
update: อัปเดต
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: โดย
|
56
|
+
posted: โพสต์เมื่อ
|
57
|
+
updated: อัปเดตเมื่อ
|
58
|
+
words: คำ
|
59
|
+
pageview_measure: ครั้ง
|
60
|
+
read_time:
|
61
|
+
unit: นาที
|
62
|
+
prompt: อ่าน
|
63
|
+
relate_posts: อ่านต่อ
|
64
|
+
share: แชร์
|
65
|
+
button:
|
66
|
+
next: ใหม่กว่า
|
67
|
+
previous: เก่ากว่า
|
68
|
+
copy_code:
|
69
|
+
succeed: คัดลอกแล้ว!
|
70
|
+
share_link:
|
71
|
+
title: คัดลอกลิงก์
|
72
|
+
succeed: คัดลอกลิงก์เรียบร้อยแล้ว!
|
73
|
+
|
74
|
+
# Date time format.
|
75
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
76
|
+
df:
|
77
|
+
post:
|
78
|
+
strftime: "%b %e, %Y"
|
79
|
+
dayjs: "ll"
|
80
|
+
archives:
|
81
|
+
strftime: "%b"
|
82
|
+
dayjs: "MMM"
|
83
|
+
|
84
|
+
# categories page
|
85
|
+
categories:
|
86
|
+
category_measure:
|
87
|
+
singular: หมวดหมู่
|
88
|
+
plural: หมวดหมู่
|
89
|
+
post_measure:
|
90
|
+
singular: โพสต์
|
91
|
+
plural: โพสต์
|
@@ -0,0 +1,77 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Gönderi
|
7
|
+
category: Kategori
|
8
|
+
tag: Etiket
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Ana Sayfa
|
14
|
+
categories: Kategoriler
|
15
|
+
tags: Etiketler
|
16
|
+
archives: Arşiv
|
17
|
+
about: Hakkında
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: Ara...
|
22
|
+
cancel: İptal
|
23
|
+
no_results: Hop! Öyle bir şey bulamadım.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Son Güncellenenler
|
27
|
+
trending_tags: Yükselen Etiketler
|
28
|
+
toc: İçindekiler
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Bu gönderi :LICENSE_NAME lisansı altındadır.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/deed.tr
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Bazı hakları saklıdır.
|
39
|
+
verbose: >-
|
40
|
+
Aksi belirtilmediği sürece, bu sitedeki gönderiler Creative Commons Atıf 4.0 Uluslararası (CC BY 4.0) Lisansı altındadır.
|
41
|
+
Kısaca sayfa linkini vererek değiştirebilir / paylaşabilirsiniz.
|
42
|
+
|
43
|
+
meta: :PLATFORM ve :THEME teması
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Üzgünüz, bu linki yanlış yerleştirdik veya var olmayan bir şeye işaret ediyor.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: İçeriğin yeni bir sürümü mevcut.
|
50
|
+
update: Güncelle
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Yazan
|
56
|
+
posted: Gönderim
|
57
|
+
updated: Güncelleme
|
58
|
+
words: sözcük
|
59
|
+
pageview_measure: görüntülenme
|
60
|
+
read_time:
|
61
|
+
unit: dakikada
|
62
|
+
prompt: okunabilir
|
63
|
+
relate_posts: Benzer Gönderiler
|
64
|
+
share: Paylaş
|
65
|
+
button:
|
66
|
+
next: İleri
|
67
|
+
previous: Geri
|
68
|
+
copy_code:
|
69
|
+
succeed: Kopyalandı.
|
70
|
+
share_link:
|
71
|
+
title: Linki kopyala
|
72
|
+
succeed: Link kopyalandı.
|
73
|
+
|
74
|
+
# categories page
|
75
|
+
categories:
|
76
|
+
category_measure: kategori
|
77
|
+
post_measure: gönderi
|
@@ -0,0 +1,77 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Публікація
|
7
|
+
category: Категорія
|
8
|
+
tag: Тег
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Домашня сторінка
|
14
|
+
categories: Категорії
|
15
|
+
tags: Теги
|
16
|
+
archives: Архів
|
17
|
+
about: Про сайт
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: пошук
|
22
|
+
cancel: Скасувати
|
23
|
+
no_results: Ох! Нічого не знайдено.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Нещодавно оновлено
|
27
|
+
trending_tags: Популярні теги
|
28
|
+
toc: Зміст
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Публікація захищена ліцензією :LICENSE_NAME.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Деякі права захищено.
|
39
|
+
verbose: >-
|
40
|
+
Публікації на сайті захищено ліцензією Creative Commons Attribution 4.0 International (CC BY 4.0),
|
41
|
+
якщо інше не вказано в тексті.
|
42
|
+
|
43
|
+
meta: Powered by :PLATFORM with :THEME theme
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Вибачте, це посилання вказує на ресурс, що не існує.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Доступна нова версія вмісту.
|
50
|
+
update: Оновлення
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Автор
|
56
|
+
posted: Час публікації
|
57
|
+
updated: Оновлено
|
58
|
+
words: слів
|
59
|
+
pageview_measure: переглядів
|
60
|
+
read_time:
|
61
|
+
unit: хвилин
|
62
|
+
prompt: читання
|
63
|
+
relate_posts: Вас також може зацікавити
|
64
|
+
share: Поділитися
|
65
|
+
button:
|
66
|
+
next: Попередня публікація
|
67
|
+
previous: Наступна публікація
|
68
|
+
copy_code:
|
69
|
+
succeed: Успішно скопійовано!
|
70
|
+
share_link:
|
71
|
+
title: Скопіювати посилання
|
72
|
+
succeed: Посилання успішно скопійовано!
|
73
|
+
|
74
|
+
# categories page
|
75
|
+
categories:
|
76
|
+
category_measure: категорії
|
77
|
+
post_measure: публікації
|
@@ -0,0 +1,76 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Bài viết
|
7
|
+
category: Danh mục
|
8
|
+
tag: Thẻ
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Trang chủ
|
14
|
+
categories: Các danh mục
|
15
|
+
tags: Các thẻ
|
16
|
+
archives: Lưu trữ
|
17
|
+
about: Giới thiệu
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: tìm kiếm
|
22
|
+
cancel: Hủy
|
23
|
+
no_results: Không có kết quả tìm kiếm.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Mới cập nhật
|
27
|
+
trending_tags: Các thẻ thịnh hành
|
28
|
+
toc: Mục lục
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Bài viết này được cấp phép bởi tác giả theo giấy phép :LICENSE_NAME.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Một số quyền được bảo lưu.
|
39
|
+
verbose: >-
|
40
|
+
Trừ khi có ghi chú khác, các bài viết đăng trên trang này được cấp phép bởi tác giả theo giấy phép Creative Commons Attribution 4.0 International (CC BY 4.0).
|
41
|
+
|
42
|
+
meta: Trang web này được tạo bởi :PLATFORM với chủ đề :THEME
|
43
|
+
|
44
|
+
not_found:
|
45
|
+
statment: Xin lỗi, chúng tôi đã đặt nhầm URL hoặc đường dẫn trỏ đến một trang nào đó không tồn tại.
|
46
|
+
|
47
|
+
notification:
|
48
|
+
update_found: Đã có phiên bản mới của nội dung.
|
49
|
+
update: Cập nhật
|
50
|
+
|
51
|
+
# ----- Posts related labels -----
|
52
|
+
|
53
|
+
post:
|
54
|
+
written_by: Viết bởi
|
55
|
+
posted: Đăng lúc
|
56
|
+
updated: Cập nhật lúc
|
57
|
+
words: từ
|
58
|
+
pageview_measure: lượt xem
|
59
|
+
read_time:
|
60
|
+
unit: phút
|
61
|
+
prompt: đọc
|
62
|
+
relate_posts: Bài viết liên quan
|
63
|
+
share: Chia sẻ
|
64
|
+
button:
|
65
|
+
next: Mới hơn
|
66
|
+
previous: Cũ hơn
|
67
|
+
copy_code:
|
68
|
+
succeed: Đã sao chép!
|
69
|
+
share_link:
|
70
|
+
title: Sao chép đường dẫn
|
71
|
+
succeed: Đã sao chép đường dẫn thành công!
|
72
|
+
|
73
|
+
# categories page
|
74
|
+
categories:
|
75
|
+
category_measure: danh mục
|
76
|
+
post_measure: bài viết
|
@@ -0,0 +1,83 @@
|
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: 文章
|
7
|
+
category: 分类
|
8
|
+
tag: 标签
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: 首页
|
14
|
+
categories: 分类
|
15
|
+
tags: 标签
|
16
|
+
archives: 归档
|
17
|
+
about: 关于
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: 搜索
|
22
|
+
cancel: 取消
|
23
|
+
no_results: 搜索结果为空
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: 最近更新
|
27
|
+
trending_tags: 热门标签
|
28
|
+
toc: 文章内容
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: 本文由作者按照 :LICENSE_NAME 进行授权
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: 保留部分权利。
|
39
|
+
verbose: >-
|
40
|
+
除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。
|
41
|
+
|
42
|
+
meta: 本站采用 :PLATFORM 主题 :THEME
|
43
|
+
|
44
|
+
not_found:
|
45
|
+
statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。
|
46
|
+
|
47
|
+
notification:
|
48
|
+
update_found: 发现新版本的内容。
|
49
|
+
update: 更新
|
50
|
+
|
51
|
+
# ----- Posts related labels -----
|
52
|
+
|
53
|
+
post:
|
54
|
+
written_by: 作者
|
55
|
+
posted: 发表于
|
56
|
+
updated: 更新于
|
57
|
+
words: 字
|
58
|
+
pageview_measure: 次浏览
|
59
|
+
read_time:
|
60
|
+
unit: 分钟
|
61
|
+
prompt: 阅读
|
62
|
+
relate_posts: 相关文章
|
63
|
+
share: 分享
|
64
|
+
button:
|
65
|
+
next: 下一篇
|
66
|
+
previous: 上一篇
|
67
|
+
copy_code:
|
68
|
+
succeed: 已复制!
|
69
|
+
share_link:
|
70
|
+
title: 分享链接
|
71
|
+
succeed: 链接已复制!
|
72
|
+
|
73
|
+
# Date time format.
|
74
|
+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
75
|
+
df:
|
76
|
+
post:
|
77
|
+
strftime: "%Y/%m/%d"
|
78
|
+
dayjs: "YYYY/MM/DD"
|
79
|
+
|
80
|
+
# categories page
|
81
|
+
categories:
|
82
|
+
category_measure: 个分类
|
83
|
+
post_measure: 篇文章
|