jekyll-theme-chirpy 5.0.2 → 6.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +64 -74
  3. data/_data/locales/ar.yml +91 -0
  4. data/_data/locales/bg-BG.yml +81 -0
  5. data/_data/locales/cs-CZ.yml +89 -0
  6. data/_data/locales/de-DE.yml +80 -0
  7. data/_data/locales/el-GR.yml +91 -0
  8. data/_data/locales/en.yml +23 -23
  9. data/_data/locales/es-ES.yml +77 -0
  10. data/_data/locales/fi-FI.yml +90 -0
  11. data/_data/locales/fr-FR.yml +77 -0
  12. data/_data/locales/hu-HU.yml +79 -0
  13. data/_data/locales/id-ID.yml +5 -19
  14. data/_data/locales/it-IT.yml +90 -0
  15. data/_data/locales/ko-KR.yml +12 -19
  16. data/_data/locales/my-MM.yml +77 -0
  17. data/_data/locales/pt-BR.yml +77 -0
  18. data/_data/locales/ru-RU.yml +77 -0
  19. data/_data/locales/sl-SI.yml +91 -0
  20. data/_data/locales/sv-SE.yml +91 -0
  21. data/_data/locales/th.yml +91 -0
  22. data/_data/locales/tr-TR.yml +77 -0
  23. data/_data/locales/uk-UA.yml +77 -0
  24. data/_data/locales/vi-VN.yml +76 -0
  25. data/_data/locales/zh-CN.yml +13 -20
  26. data/_data/locales/zh-TW.yml +83 -0
  27. data/_data/origin/basic.yml +48 -0
  28. data/_data/origin/cors.yml +59 -0
  29. data/_includes/comments/disqus.html +27 -31
  30. data/_includes/comments/giscus.html +64 -0
  31. data/_includes/comments/utterances.html +2 -2
  32. data/_includes/datetime.html +20 -0
  33. data/_includes/embed/twitch.html +4 -0
  34. data/_includes/embed/youtube.html +6 -0
  35. data/_includes/footer.html +31 -32
  36. data/_includes/head.html +66 -46
  37. data/_includes/js-selector.html +83 -45
  38. data/_includes/jsdelivr-combine.html +26 -0
  39. data/_includes/lang.html +1 -1
  40. data/_includes/mermaid.html +30 -29
  41. data/_includes/metadata-hook.html +1 -0
  42. data/_includes/mode-toggle.html +66 -51
  43. data/_includes/notification.html +24 -0
  44. data/_includes/origin-type.html +13 -0
  45. data/_includes/post-nav.html +26 -22
  46. data/_includes/post-paginator.html +79 -76
  47. data/_includes/post-sharing.html +27 -16
  48. data/_includes/read-time.html +17 -10
  49. data/_includes/refactor-content.html +129 -73
  50. data/_includes/related-posts.html +48 -58
  51. data/_includes/search-loader.html +32 -31
  52. data/_includes/search-results.html +4 -5
  53. data/_includes/sidebar.html +79 -67
  54. data/_includes/toc.html +4 -7
  55. data/_includes/topbar.html +62 -56
  56. data/_includes/trending-tags.html +15 -19
  57. data/_includes/update-list.html +14 -15
  58. data/_layouts/archives.html +25 -29
  59. data/_layouts/categories.html +97 -58
  60. data/_layouts/category.html +8 -10
  61. data/_layouts/default.html +67 -31
  62. data/_layouts/home.html +67 -56
  63. data/_layouts/page.html +20 -58
  64. data/_layouts/post.html +85 -94
  65. data/_layouts/tag.html +8 -10
  66. data/_layouts/tags.html +6 -5
  67. data/_sass/addon/commons.scss +679 -878
  68. data/_sass/addon/module.scss +70 -23
  69. data/_sass/addon/syntax.scss +127 -110
  70. data/_sass/addon/variables.scss +16 -18
  71. data/_sass/colors/syntax-dark.scss +138 -0
  72. data/_sass/colors/syntax-light.scss +179 -0
  73. data/_sass/colors/{dark-typography.scss → typography-dark.scss} +58 -56
  74. data/_sass/colors/typography-light.scss +110 -0
  75. data/_sass/layout/archives.scss +86 -89
  76. data/_sass/layout/categories.scss +29 -13
  77. data/_sass/layout/category-tag.scss +9 -10
  78. data/_sass/layout/home.scss +132 -114
  79. data/_sass/layout/post.scss +213 -173
  80. data/_sass/layout/tags.scss +1 -1
  81. data/_sass/main.scss +13 -0
  82. data/assets/404.html +1 -20
  83. data/assets/css/jekyll-theme-chirpy.scss +6 -0
  84. data/assets/feed.xml +2 -2
  85. data/assets/js/data/search.json +8 -5
  86. data/assets/js/data/swcache.js +14 -29
  87. data/assets/js/dist/categories.min.js +2 -4
  88. data/assets/js/dist/commons.min.js +2 -4
  89. data/assets/js/dist/home.min.js +2 -4
  90. data/assets/js/dist/misc.min.js +4 -0
  91. data/assets/js/dist/page.min.js +2 -4
  92. data/assets/js/dist/post.min.js +2 -4
  93. data/assets/js/pwa/app.js +42 -4
  94. data/assets/js/pwa/sw.js +46 -44
  95. data/assets/js/pwa/unregister.js +12 -0
  96. metadata +64 -32
  97. data/_config.yml +0 -175
  98. data/_data/contact.yml +0 -30
  99. data/_data/share.yml +0 -27
  100. data/_includes/css-selector.html +0 -15
  101. data/_includes/no-zero-date.html +0 -13
  102. data/_includes/timeago.html +0 -26
  103. data/_plugins/posts-lastmod-hook.rb +0 -14
  104. data/_sass/colors/dark-syntax.scss +0 -87
  105. data/_sass/colors/light-syntax.scss +0 -79
  106. data/_sass/colors/light-typography.scss +0 -81
  107. data/_sass/jekyll-theme-chirpy.scss +0 -24
  108. data/_tabs/about.md +0 -8
  109. data/_tabs/archives.md +0 -7
  110. data/_tabs/categories.md +0 -6
  111. data/_tabs/tags.md +0 -6
  112. data/assets/css/style.scss +0 -12
  113. data/assets/js/dist/pvreport.min.js +0 -6
  114. data/index.html +0 -4
data/_data/locales/en.yml CHANGED
@@ -20,21 +20,13 @@ tabs:
20
20
  search:
21
21
  hint: search
22
22
  cancel: Cancel
23
- no_results: Oops! No result founds.
23
+ no_results: Oops! No results found.
24
24
 
25
25
  panel:
26
- lastmod: Recent Update
26
+ lastmod: Recently Updated
27
27
  trending_tags: Trending Tags
28
28
  toc: Contents
29
29
 
30
- # The liquid date format › http://strftime.net/
31
- date_format:
32
- tooltip: '%a, %b %e, %Y, %l:%M %p %z'
33
- post:
34
- long: '%b %e, %Y'
35
- short: '%b %e'
36
- archive_month: '%b'
37
-
38
30
  copyright:
39
31
  # Shown at the bottom of the post
40
32
  license:
@@ -48,13 +40,14 @@ copyright:
48
40
  Except where otherwise noted, the blog posts on this site are licensed
49
41
  under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
50
42
 
51
- meta: Powered by :PLATFORM with :THEME theme.
43
+ meta: Using the :PLATFORM theme :THEME
52
44
 
53
45
  not_found:
54
46
  statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
55
- hint_template: :HEAD_BAK to try finding it again, or search for it on the :ARCHIVES_PAGE.
56
- head_back: Head back Home
57
- archives_page: Archives page
47
+
48
+ notification:
49
+ update_found: A new version of content is available.
50
+ update: Update
58
51
 
59
52
  # ----- Posts related labels -----
60
53
 
@@ -62,11 +55,6 @@ post:
62
55
  written_by: By
63
56
  posted: Posted
64
57
  updated: Updated
65
- timeago:
66
- day: days ago
67
- hour: hours ago
68
- minute: minutes ago
69
- just_now: just now
70
58
  words: words
71
59
  pageview_measure: views
72
60
  read_time:
@@ -82,10 +70,22 @@ post:
82
70
  share_link:
83
71
  title: Copy link
84
72
  succeed: Link copied successfully!
85
- # pinned prompt of posts list on homepage
86
- pin_prompt: Pinned
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"
87
83
 
88
84
  # categories page
89
85
  categories:
90
- category_measure: categories
91
- post_measure: posts
86
+ category_measure:
87
+ singular: category
88
+ plural: categories
89
+ post_measure:
90
+ singular: post
91
+ plural: posts
@@ -0,0 +1,77 @@
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
+
74
+ # categories page
75
+ categories:
76
+ category_measure: categorias
77
+ post_measure: entradas
@@ -0,0 +1,90 @@
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
+
73
+ # Date time format.
74
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
+ df:
76
+ post:
77
+ strftime: "%b %e, %Y"
78
+ dayjs: "ll"
79
+ archives:
80
+ strftime: "%b"
81
+ dayjs: "MMM"
82
+
83
+ # categories page
84
+ categories:
85
+ category_measure:
86
+ singular: kategoria
87
+ plural: kategoriat
88
+ post_measure:
89
+ singular: julkaisu
90
+ plural: julkaisut
@@ -0,0 +1,77 @@
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
+
74
+ # categories page
75
+ categories:
76
+ category_measure: catégories
77
+ post_measure: posts
@@ -0,0 +1,79 @@
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
+
76
+ # categories page
77
+ categories:
78
+ category_measure: kategória
79
+ post_measure: bejegyzés
@@ -27,14 +27,6 @@ panel:
27
27
  trending_tags: Tagar Terpopuler
28
28
  toc: Konten
29
29
 
30
- # The liquid date format › http://strftime.net/
31
- date_format:
32
- tooltip: "%a, %e %b, %Y, %l:%M %p"
33
- post:
34
- long: "%e %b, %Y"
35
- short: "%e %b"
36
- archive_month: "%b"
37
-
38
30
  copyright:
39
31
  # Shown at the bottom of the post
40
32
  license:
@@ -48,13 +40,14 @@ copyright:
48
40
  Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan
49
41
  di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis.
50
42
 
51
- meta: Didukung oleh :PLATFORM dengan tema :THEME.
43
+ meta: Didukung oleh :PLATFORM dengan tema :THEME
52
44
 
53
45
  not_found:
54
46
  statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
55
- hint_template: :HEAD_BAK untuk mencoba mencari kembali, atau cari di :ARCHIVES_PAGE.
56
- head_back: Kembali ke Beranda
57
- archives_page: Halaman Arsip
47
+
48
+ notification:
49
+ update_found: Versi konten baru tersedia.
50
+ update: Perbarui
58
51
 
59
52
  # ----- Posts related labels -----
60
53
 
@@ -62,11 +55,6 @@ post:
62
55
  written_by: Oleh
63
56
  posted: Diterbitkan
64
57
  updated: Diperbarui
65
- timeago:
66
- day: hari yang lalu
67
- hour: jam yang lalu
68
- minute: menit yang lalu
69
- just_now: baru saja
70
58
  words: kata
71
59
  pageview_measure: dilihat
72
60
  read_time:
@@ -82,8 +70,6 @@ post:
82
70
  share_link:
83
71
  title: Salin tautan
84
72
  succeed: Tautan berhasil disalin!
85
- # pinned prompt of posts list on homepage
86
- pin_prompt: Disematkan
87
73
 
88
74
  # categories page
89
75
  categories:
@@ -0,0 +1,90 @@
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
+ meta: Servizio offerto da :PLATFORM con tema :THEME
44
+ not_found:
45
+ statment: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.
46
+
47
+ notification:
48
+ update_found: Nuova versione del contenuto disponibile.
49
+ update: Aggiornamento
50
+
51
+ # ----- Posts related labels -----
52
+
53
+ post:
54
+ written_by: Da
55
+ posted: Postato
56
+ updated: Aggiornato
57
+ words: parole
58
+ pageview_measure: visioni
59
+ read_time:
60
+ unit: min
61
+ prompt: lettura
62
+ relate_posts: Continua a leggere
63
+ share: Condividi
64
+ button:
65
+ next: Più recenti
66
+ previous: Meno recenti
67
+ copy_code:
68
+ succeed: Copiato!
69
+ share_link:
70
+ title: Copia link
71
+ succeed: Link copiato con successo!
72
+
73
+ # Date time format.
74
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75
+ df:
76
+ post:
77
+ strftime: "%b %e, %Y"
78
+ dayjs: "ll"
79
+ archives:
80
+ strftime: "%b"
81
+ dayjs: "MMM"
82
+
83
+ # categories page
84
+ categories:
85
+ category_measure:
86
+ singular: categoria
87
+ plural: categorie
88
+ post_measure:
89
+ singular: post
90
+ plural: posts
@@ -27,14 +27,6 @@ panel:
27
27
  trending_tags: 인기 태그
28
28
  toc: 바로가기
29
29
 
30
- # The liquid date format › http://strftime.net/
31
- date_format:
32
- tooltip: '%F, %R %z'
33
- post:
34
- long: '%Y년 %m월 %d일'
35
- short: '%m월 %d일'
36
- archive_month: '%b월'
37
-
38
30
  copyright:
39
31
  # Shown at the bottom of the post
40
32
  license:
@@ -48,13 +40,14 @@ copyright:
48
40
  명시되지 않는 한 이 사이트의 블로그 게시물은 작성자의
49
41
  Creative Commons Attribution 4.0 International(CC BY 4.0) 라이선스에 따라 사용이 허가되었습니다.
50
42
 
51
- meta: Powered by :PLATFORM with :THEME theme.
43
+ meta: Powered by :PLATFORM with :THEME theme
52
44
 
53
45
  not_found:
54
46
  statment: 해당 URL은 존재하지 않습니다.
55
- hint_template: :HEAD_BAK을 눌러 다시 찾거나 :ARCHIVES_PAGE에서 검색해 주세요.
56
- head_back: 홈으로 돌아가기
57
- archives_page: 아카이브 페이지
47
+
48
+ notification:
49
+ update_found: 버전의 콘텐츠를 사용할 수 있습니다.
50
+ update: 업데이트
58
51
 
59
52
  # ----- Posts related labels -----
60
53
 
@@ -62,11 +55,6 @@ post:
62
55
  written_by: By
63
56
  posted: 게시
64
57
  updated: 업데이트
65
- timeago:
66
- day: 일 전
67
- hour: 시간 전
68
- minute: 분 전
69
- just_now: 방금
70
58
  words: 단어
71
59
  pageview_measure: 조회
72
60
  read_time:
@@ -82,8 +70,13 @@ post:
82
70
  share_link:
83
71
  title: 링크 복사하기
84
72
  succeed: 링크가 복사되었습니다!
85
- # pinned prompt of posts list on homepage
86
- pin_prompt:
73
+
74
+ # Date time format.
75
+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76
+ df:
77
+ post:
78
+ strftime: "%Y/%m/%d"
79
+ dayjs: "YYYY/MM/DD"
87
80
 
88
81
  # categories page
89
82
  categories:
@@ -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
+ အခြားမှတ်သားထားချက်များမှလွဲ၍ ဤဆိုက်ရှိ ဘလော့ဂ်ပို့စ်များသည် စာရေးသူ၏
41
+ Creative Commons Attribution 4.0 International (CC BY 4.0) အောက်တွင် လိုင်စင်ရထားပါသည်။
42
+
43
+ meta: Powered by :PLATFORM with :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
+
74
+ # categories page
75
+ categories:
76
+ category_measure: ကဏ္ဍများ
77
+ post_measure: ပို့စ်များ