custom-chirpy 5.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +97 -0
  4. data/_data/assets/cross_origin.yml +62 -0
  5. data/_data/assets/self_host.yml +51 -0
  6. data/_data/authors.yml +17 -0
  7. data/_data/contact.yml +29 -0
  8. data/_data/locales/ar.yml +93 -0
  9. data/_data/locales/bg-BG.yml +83 -0
  10. data/_data/locales/cs-CZ.yml +91 -0
  11. data/_data/locales/de-DE.yml +82 -0
  12. data/_data/locales/el-GR.yml +93 -0
  13. data/_data/locales/en.yml +93 -0
  14. data/_data/locales/es-ES.yml +79 -0
  15. data/_data/locales/fi-FI.yml +92 -0
  16. data/_data/locales/fr-FR.yml +79 -0
  17. data/_data/locales/hu-HU.yml +81 -0
  18. data/_data/locales/id-ID.yml +79 -0
  19. data/_data/locales/it-IT.yml +93 -0
  20. data/_data/locales/ko-KR.yml +86 -0
  21. data/_data/locales/my-MM.yml +79 -0
  22. data/_data/locales/pt-BR.yml +79 -0
  23. data/_data/locales/ru-RU.yml +79 -0
  24. data/_data/locales/tr-TR.yml +79 -0
  25. data/_data/locales/uk-UA.yml +79 -0
  26. data/_data/locales/vi-VN.yml +77 -0
  27. data/_data/locales/zh-CN.yml +85 -0
  28. data/_data/share.yml +25 -0
  29. data/_includes/assets-origin.html +12 -0
  30. data/_includes/comments/disqus.html +54 -0
  31. data/_includes/comments/giscus.html +56 -0
  32. data/_includes/comments/utterances.html +51 -0
  33. data/_includes/comments.html +5 -0
  34. data/_includes/datetime.html +15 -0
  35. data/_includes/embed/twitch.html +4 -0
  36. data/_includes/embed/youtube.html +6 -0
  37. data/_includes/favicons.html +17 -0
  38. data/_includes/footer.html +36 -0
  39. data/_includes/google-analytics.html +14 -0
  40. data/_includes/head.html +115 -0
  41. data/_includes/js-selector.html +99 -0
  42. data/_includes/jsdelivr-combine.html +32 -0
  43. data/_includes/language-alias.html +70 -0
  44. data/_includes/mermaid.html +59 -0
  45. data/_includes/mode-toggle.html +129 -0
  46. data/_includes/no-linenos.html +10 -0
  47. data/_includes/post-nav.html +30 -0
  48. data/_includes/post-paginator.html +88 -0
  49. data/_includes/post-sharing.html +27 -0
  50. data/_includes/read-time.html +30 -0
  51. data/_includes/refactor-content.html +282 -0
  52. data/_includes/related-posts.html +103 -0
  53. data/_includes/search-loader.html +46 -0
  54. data/_includes/search-results.html +11 -0
  55. data/_includes/sidebar.html +106 -0
  56. data/_includes/toc.html +16 -0
  57. data/_includes/topbar.html +70 -0
  58. data/_includes/trending-tags.html +50 -0
  59. data/_includes/update-list.html +40 -0
  60. data/_layouts/archives.html +34 -0
  61. data/_layouts/categories.html +118 -0
  62. data/_layouts/category.html +22 -0
  63. data/_layouts/compress.html +10 -0
  64. data/_layouts/default.html +71 -0
  65. data/_layouts/home.html +94 -0
  66. data/_layouts/page.html +63 -0
  67. data/_layouts/post.html +141 -0
  68. data/_layouts/tag.html +21 -0
  69. data/_layouts/tags.html +23 -0
  70. data/_sass/addon/commons.scss +1731 -0
  71. data/_sass/addon/module.scss +163 -0
  72. data/_sass/addon/syntax.scss +275 -0
  73. data/_sass/addon/variables.scss +30 -0
  74. data/_sass/colors/dark-syntax.scss +87 -0
  75. data/_sass/colors/dark-typography.scss +170 -0
  76. data/_sass/colors/light-syntax.scss +83 -0
  77. data/_sass/colors/light-typography.scss +104 -0
  78. data/_sass/jekyll-theme-chirpy.scss +24 -0
  79. data/_sass/layout/archives.scss +136 -0
  80. data/_sass/layout/categories.scss +66 -0
  81. data/_sass/layout/category-tag.scss +73 -0
  82. data/_sass/layout/home.scss +178 -0
  83. data/_sass/layout/post.scss +378 -0
  84. data/_sass/layout/tags.scss +19 -0
  85. data/_sass/variables-hook.scss +3 -0
  86. data/assets/404.html +14 -0
  87. data/assets/css/style.scss +12 -0
  88. data/assets/feed.xml +61 -0
  89. data/assets/img/favicons/android-chrome-192x192.png +0 -0
  90. data/assets/img/favicons/android-chrome-512x512.png +0 -0
  91. data/assets/img/favicons/apple-touch-icon.png +0 -0
  92. data/assets/img/favicons/browserconfig.xml +13 -0
  93. data/assets/img/favicons/favicon-16x16.png +0 -0
  94. data/assets/img/favicons/favicon-32x32.png +0 -0
  95. data/assets/img/favicons/favicon.ico +0 -0
  96. data/assets/img/favicons/mstile-150x150.png +0 -0
  97. data/assets/img/favicons/site.webmanifest +26 -0
  98. data/assets/js/data/search.json +20 -0
  99. data/assets/js/data/swcache.js +54 -0
  100. data/assets/js/dist/categories.min.js +6 -0
  101. data/assets/js/dist/commons.min.js +6 -0
  102. data/assets/js/dist/home.min.js +6 -0
  103. data/assets/js/dist/misc.min.js +6 -0
  104. data/assets/js/dist/page.min.js +6 -0
  105. data/assets/js/dist/post.min.js +6 -0
  106. data/assets/js/dist/pvreport.min.js +6 -0
  107. data/assets/js/pwa/app.js +47 -0
  108. data/assets/js/pwa/sw.js +90 -0
  109. data/assets/js/pwa/unregister.js +12 -0
  110. data/assets/robots.txt +10 -0
  111. metadata +236 -0
@@ -0,0 +1,93 @@
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: 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: Oops! Κανένα αποτέλεσμα δεν βρέθηκε.
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 Greekforce1821.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Ορισμένα δικαιώματα reserved.
39
+ verbose: >-
40
+ Εκτός αλλού ή οπουδήποτε αλλού, τα blog posts σε αυτήν την σελίδα βρίσκονται υπο την άδεια
41
+ Creative Commons Attribution 4.0 International (CC BY 4.0) του δημιουργού.
42
+
43
+ meta: Αξιοποιώντας την :PLATFORM theme :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
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Pinned
75
+
76
+ # Date time format.
77
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78
+ df:
79
+ post:
80
+ strftime: '%b %e, %Y'
81
+ dayjs: 'll'
82
+ archives:
83
+ strftime: '%b'
84
+ dayjs: 'MMM'
85
+
86
+ # categories page
87
+ categories:
88
+ category_measure:
89
+ singular: Κατηγορία
90
+ plural: Κατηγορίες
91
+ post_measure:
92
+ singular: Δημοσίευση
93
+ plural: Δημοσιεύσεις
@@ -0,0 +1,93 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Post
7
+ category: Category
8
+ tag: Tag
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Home
14
+ categories: Categories
15
+ tags: Tags
16
+ archives: Archives
17
+ about: About
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: search
22
+ cancel: Cancel
23
+ no_results: Oops! No results found.
24
+
25
+ panel:
26
+ lastmod: Recently Updated
27
+ trending_tags: Trending Tags
28
+ toc: Contents
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: 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: Some rights reserved.
39
+ verbose: >-
40
+ Except where otherwise noted, the blog posts on this site are licensed
41
+ under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
42
+
43
+ meta: Using the :PLATFORM theme :THEME.
44
+
45
+ not_found:
46
+ statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47
+
48
+ notification:
49
+ update_found: A new version of content is available.
50
+ update: Update
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: By
56
+ posted: Posted
57
+ updated: Updated
58
+ words: words
59
+ pageview_measure: views
60
+ read_time:
61
+ unit: min
62
+ prompt: read
63
+ relate_posts: Further Reading
64
+ share: Share
65
+ button:
66
+ next: Newer
67
+ previous: Older
68
+ copy_code:
69
+ succeed: Copied!
70
+ share_link:
71
+ title: Copy link
72
+ succeed: Link copied successfully!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Pinned
75
+
76
+ # Date time format.
77
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78
+ df:
79
+ post:
80
+ strftime: '%b %e, %Y'
81
+ dayjs: 'll'
82
+ archives:
83
+ strftime: '%b'
84
+ dayjs: 'MMM'
85
+
86
+ # categories page
87
+ categories:
88
+ category_measure:
89
+ singular: category
90
+ plural: categories
91
+ post_measure:
92
+ singular: post
93
+ plural: posts
@@ -0,0 +1,79 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Entrada
7
+ category: Categoría
8
+ tag: Etiqueta
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Inicio
14
+ categories: Categorías
15
+ tags: Etiquetas
16
+ archives: Archivo
17
+ about: Acerca de
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: Buscar
22
+ cancel: Cancelar
23
+ no_results: ¡Oops! No se encuentran resultados.
24
+
25
+ panel:
26
+ lastmod: Actualizado recientemente
27
+ trending_tags: Etiquetas populares
28
+ toc: Contenido
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Algunos derechos reservados.
39
+ verbose: >-
40
+ Salvo que se indique explícitamente, las entradas de este blog están licenciadas
41
+ bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
42
+
43
+ meta: Hecho con :PLATFORM usando el tema :THEME.
44
+
45
+ not_found:
46
+ statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
47
+
48
+ notification:
49
+ update_found: Hay una nueva versión de contenido disponible.
50
+ update: Actualizar
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Por
56
+ posted: Publicado
57
+ updated: Actualizado
58
+ words: palabras
59
+ pageview_measure: visitas
60
+ read_time:
61
+ unit: min
62
+ prompt: ' de lectura'
63
+ relate_posts: Lecturas adicionales
64
+ share: Compartir
65
+ button:
66
+ next: Nuevo
67
+ previous: Anterior
68
+ copy_code:
69
+ succeed: ¡Copiado!
70
+ share_link:
71
+ title: Copiar enlace
72
+ succeed: ¡Enlace copiado!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Fijado
75
+
76
+ # categories page
77
+ categories:
78
+ category_measure: categorias
79
+ post_measure: entradas
@@ -0,0 +1,92 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Julkaisu
7
+ category: Kateogoria
8
+ tag: Tagi
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Koti
14
+ categories: Kateogoriat
15
+ tags: Tagit
16
+ archives: Arkistot
17
+ about: Minusta
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: etsi
22
+ cancel: Peruuta
23
+ no_results: Hups! Ei tuloksia.
24
+
25
+ panel:
26
+ lastmod: Viimeksi päivitetty
27
+ trending_tags: Trendaavat tagit
28
+ toc: Sisältö
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Tämä julkaisu on lisenssoitu :LICENSE_NAME julkaisijan toimesta.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Jotkut oikeudet pidätetään.
39
+ verbose: >-
40
+ Paitsi jos erikseen mainitaan on kaikki sisältö Creative Commons Attribution 4.0 International (CC BY 4.0) Lisensoitu kirjoittajan toimesta.
41
+
42
+ meta: Käytetään :PLATFORM iä Teema :THEME.
43
+
44
+ not_found:
45
+ statment: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.
46
+
47
+ notification:
48
+ update_found: Uusi versio sisällöstä on saatavilla.
49
+ update: Päivitä
50
+
51
+ # ----- Posts related labels -----
52
+
53
+ post:
54
+ written_by: Kirjoittaja
55
+ posted: Julkaistu
56
+ updated: Päivitetty
57
+ words: sanaa
58
+ pageview_measure: katselukertoja
59
+ read_time:
60
+ unit: minuuttia
61
+ prompt: lukea
62
+ relate_posts: Jatka lukemista
63
+ share: Jaa
64
+ button:
65
+ next: Uudempi
66
+ previous: Vanhempi
67
+ copy_code:
68
+ succeed: Kopiotu!
69
+ share_link:
70
+ title: Kopioi linkki
71
+ succeed: Linkki kopioitu onnistuneesti!
72
+ # pinned prompt of posts list on homepage
73
+ pin_prompt: Kiinnitetty
74
+
75
+ # Date time format.
76
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
77
+ df:
78
+ post:
79
+ strftime: '%b %e, %Y'
80
+ dayjs: 'll'
81
+ archives:
82
+ strftime: '%b'
83
+ dayjs: 'MMM'
84
+
85
+ # categories page
86
+ categories:
87
+ category_measure:
88
+ singular: kategoria
89
+ plural: kategoriat
90
+ post_measure:
91
+ singular: julkaisu
92
+ plural: julkaisut
@@ -0,0 +1,79 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Post
7
+ category: Catégorie
8
+ tag: Tag
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Accueil
14
+ categories: Catégories
15
+ tags: Tags
16
+ archives: Archives
17
+ about: A propos de
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: recherche
22
+ cancel: Annuler
23
+ no_results: Oups ! Aucun résultat trouvé.
24
+
25
+ panel:
26
+ lastmod: Récemment mis à jour
27
+ trending_tags: Tags tendance
28
+ toc: Contenu
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Cet article est sous licence :LICENSE_NAME par l'auteur.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Certains droits réservés.
39
+ verbose: >-
40
+ Sauf mention contraire, les articles de ce site sont publiés sous licence
41
+ sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur.
42
+
43
+ meta: Propulsé par :PLATFORM avec le thème :THEME
44
+
45
+ not_found:
46
+ statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
47
+
48
+ notification:
49
+ update_found: Une nouvelle version du contenu est disponible.
50
+ update: Mise à jour
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Par
56
+ posted: Posté
57
+ updated: Mis à jour
58
+ words: mots
59
+ pageview_measure: vues
60
+ read_time:
61
+ unit: min
62
+ prompt: lire
63
+ relate_posts: Autres lectures
64
+ share: Partager
65
+ button:
66
+ next: Plus récent
67
+ previous: Plus ancien
68
+ copy_code:
69
+ succeed: Copié !
70
+ share_link:
71
+ title: Copier le lien
72
+ succeed: Lien copié avec succès !
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Épinglé
75
+
76
+ # categories page
77
+ categories:
78
+ category_measure: catégories
79
+ post_measure: posts
@@ -0,0 +1,81 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Bejegyzés
7
+ category: Kategória
8
+ tag: Címke
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Kezdőlap
14
+ categories: Kategóriák
15
+ tags: Címkék
16
+ archives: Archívum
17
+ about: Rólam
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: keresés
22
+ cancel: Mégse
23
+ no_results: Oops! Nincs találat a keresésre.
24
+
25
+ panel:
26
+ lastmod: Legutóbb frissítve
27
+ trending_tags: Népszerű Címkék
28
+ toc: Tartalom
29
+ links: Blog linkek
30
+
31
+ copyright:
32
+ # Shown at the bottom of the post
33
+ license:
34
+ template: A bejegyzés :LICENSE_NAME licenccel rendelkezik.
35
+ name: CC BY 4.0
36
+ link: https://creativecommons.org/licenses/by/4.0/
37
+
38
+ # Displayed in the footer
39
+ brief: Néhány jog fenntartva.
40
+ verbose: >-
41
+ Az oldalon található tartalmak
42
+ Creative Commons Attribution 4.0 International (CC BY 4.0) licenccel rendelkeznek,
43
+ hacsak másképp nincs jelezve.
44
+
45
+ meta: Készítve :PLATFORM motorral :THEME témával.
46
+
47
+ not_found:
48
+ statment: Sajnáljuk, az URL-t rosszul helyeztük el, vagy valami nem létezőre mutat.
49
+
50
+ notification:
51
+ update_found: Elérhető a tartalom új verziója.
52
+ update: Frissítés
53
+
54
+ # ----- Posts related labels -----
55
+
56
+ post:
57
+ written_by: Szerző
58
+ posted: Létrehozva
59
+ updated: Frissítve
60
+ words: szó
61
+ pageview_measure: látogató
62
+ read_time:
63
+ unit: perc
64
+ prompt: elolvasni
65
+ relate_posts: További olvasnivaló
66
+ share: Megosztás
67
+ button:
68
+ next: Újabb
69
+ previous: Régebbi
70
+ copy_code:
71
+ succeed: Másolva!
72
+ share_link:
73
+ title: Link másolása
74
+ succeed: Link sikeresen másolva!
75
+ # pinned prompt of posts list on homepage
76
+ pin_prompt: Kitűzve
77
+
78
+ # categories page
79
+ categories:
80
+ category_measure: kategória
81
+ post_measure: bejegyzés
@@ -0,0 +1,79 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Postingan
7
+ category: Kategori
8
+ tag: Tagar
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Beranda
14
+ categories: Kategori
15
+ tags: Tagar
16
+ archives: Arsip
17
+ about: Tentang
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: Cari
22
+ cancel: Batal
23
+ no_results: Ups! Tidak ada hasil yang ditemukan.
24
+
25
+ panel:
26
+ lastmod: Postingan Terbaru
27
+ trending_tags: Tagar Terpopuler
28
+ toc: Konten
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Postingan ini dilisensikan di bawah :LICENSE_NAME oleh penulis.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Sebagian konten dilindungi.
39
+ verbose: >-
40
+ Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan
41
+ di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis.
42
+
43
+ meta: Didukung oleh :PLATFORM dengan tema :THEME.
44
+
45
+ not_found:
46
+ statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
47
+
48
+ notification:
49
+ update_found: Versi konten baru tersedia.
50
+ update: Perbarui
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Oleh
56
+ posted: Diterbitkan
57
+ updated: Diperbarui
58
+ words: kata
59
+ pageview_measure: dilihat
60
+ read_time:
61
+ unit: menit
62
+ prompt: baca
63
+ relate_posts: Postingan Lainya
64
+ share: Bagikan
65
+ button:
66
+ next: Terbaru
67
+ previous: Terlama
68
+ copy_code:
69
+ succeed: Disalin!
70
+ share_link:
71
+ title: Salin tautan
72
+ succeed: Tautan berhasil disalin!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: Disematkan
75
+
76
+ # categories page
77
+ categories:
78
+ category_measure: kategori
79
+ post_measure: Postingan
@@ -0,0 +1,93 @@
1
+ # The layout text of site
2
+
3
+ # ----- Commons label -----
4
+
5
+ layout:
6
+ post: Post
7
+ category: Categoria
8
+ tag: Tag
9
+
10
+ # The tabs of sidebar
11
+ tabs:
12
+ # format: <filename_without_extension>: <value>
13
+ home: Pagina principale
14
+ categories: Categorie
15
+ tags: Tags
16
+ archives: Archivio
17
+ about: Informazioni
18
+
19
+ # the text displayed in the search bar & search results
20
+ search:
21
+ hint: ricerca
22
+ cancel: Cancella
23
+ no_results: Oops! La ricerca non ha fornito risultati.
24
+
25
+ panel:
26
+ lastmod: Aggiornati recentemente
27
+ trending_tags: Tags più cliccati
28
+ toc: Contenuti
29
+
30
+ copyright:
31
+ # Shown at the bottom of the post
32
+ license:
33
+ template: Questo post è sotto licenza :LICENSE_NAME a nome dell'autore.
34
+ name: CC BY 4.0
35
+ link: https://creativecommons.org/licenses/by/4.0/
36
+
37
+ # Displayed in the footer
38
+ brief: Alcuni diritti riservati.
39
+ verbose: >-
40
+ Eccetto quando esplicitamente menzionato, i post di questo blog sono da ritenersi sotto
41
+ i termini di licenza Creative Commons Attribution 4.0 International (CC BY 4.0).
42
+
43
+
44
+ meta: Servizio offerto da :PLATFORM con tema :THEME.
45
+ not_found:
46
+ statment: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.
47
+
48
+ notification:
49
+ update_found: Nuova versione del contenuto disponibile.
50
+ update: Aggiornamento
51
+
52
+ # ----- Posts related labels -----
53
+
54
+ post:
55
+ written_by: Da
56
+ posted: Postato
57
+ updated: Aggiornato
58
+ words: parole
59
+ pageview_measure: visioni
60
+ read_time:
61
+ unit: min
62
+ prompt: lettura
63
+ relate_posts: Continua a leggere
64
+ share: Condividi
65
+ button:
66
+ next: Più recenti
67
+ previous: Meno recenti
68
+ copy_code:
69
+ succeed: Copiato!
70
+ share_link:
71
+ title: Copia link
72
+ succeed: Link copiato con successo!
73
+ # pinned prompt of posts list on homepage
74
+ pin_prompt: In alto
75
+
76
+ # Date time format.
77
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
78
+ df:
79
+ post:
80
+ strftime: '%b %e, %Y'
81
+ dayjs: 'll'
82
+ archives:
83
+ strftime: '%b'
84
+ dayjs: 'MMM'
85
+
86
+ # categories page
87
+ categories:
88
+ category_measure:
89
+ singular: categoria
90
+ plural: categorie
91
+ post_measure:
92
+ singular: post
93
+ plural: posts