mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Merge branch 'master' of https://github.com/splch/hugo-theme-stack
This commit is contained in:
parent
c29ba366aa
commit
96364cea94
@ -40,7 +40,7 @@ It's necessary to use **Hugo Extended ≥ 0.87.0**.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Route 1: Clone / Download this repository to `theme` folder
|
* Route 1: Clone / Download this repository to `themes` folder
|
||||||
* Route 2: Turn your site into a hugo module and add this theme as a module dependency
|
* Route 2: Turn your site into a hugo module and add this theme as a module dependency
|
||||||
|
|
||||||
Edit your site config following `exampleSite/config.yaml`.
|
Edit your site config following `exampleSite/config.yaml`.
|
||||||
|
@ -77,47 +77,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#article-toolbar {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
margin: 20px 0;
|
|
||||||
|
|
||||||
@include respond(md) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.back-home {
|
|
||||||
background: var(--card-background);
|
|
||||||
border-radius: var(--tag-border-radius);
|
|
||||||
color: var(--card-text-color-tertiary);
|
|
||||||
margin-right: 30px;
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: 1.4rem;
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding: 10px 20px 10px 15px;
|
|
||||||
|
|
||||||
transition: box-shadow 0.3s ease;
|
|
||||||
|
|
||||||
box-shadow: var(--shadow-l1);
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
box-shadow: var(--shadow-l2);
|
|
||||||
}
|
|
||||||
|
|
||||||
svg {
|
|
||||||
margin-right: 5px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
|
||||||
font-weight: 500;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget--toc {
|
.widget--toc {
|
||||||
background-color: var(--card-background);
|
background-color: var(--card-background);
|
||||||
border-radius: var(--card-border-radius);
|
border-radius: var(--card-border-radius);
|
||||||
|
@ -26,7 +26,7 @@ disqusShortname: hugo-theme-stack
|
|||||||
googleAnalytics:
|
googleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
|
# Available values: ar, ca, de, el, en, es, fr, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
|
||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
|
|
||||||
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: 关于
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a test page for i18n support.
|
|
10
exampleSite/content/page/about/index.zh-cn.md
Normal file
10
exampleSite/content/page/about/index.zh-cn.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: 关于
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: -90
|
||||||
|
params:
|
||||||
|
icon: user
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a test page for i18n support.
|
@ -30,8 +30,8 @@ article:
|
|||||||
other: التعديل الاخير
|
other: التعديل الاخير
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "قرائة {{ .Count }} دقيقة"
|
one: "تُقرأ خلال دقيقة"
|
||||||
other: "قرائة {{ .Count }} دقائق"
|
other: "تُقرأ خلال {{ .Count }} دقائق"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
|
73
i18n/ca.yaml
Normal file
73
i18n/ca.yaml
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
toggleMenu:
|
||||||
|
other: Toggle Menu
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: Mode fosc
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "{{ .Count }} pàgina"
|
||||||
|
other: "{{ .Count }} pàgines"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: Secció
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: Subsecció
|
||||||
|
other: Subseccions
|
||||||
|
|
||||||
|
article:
|
||||||
|
back:
|
||||||
|
other: Tornar
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: Taula de contingut
|
||||||
|
|
||||||
|
relatedContent:
|
||||||
|
other: Continguts relacionats
|
||||||
|
|
||||||
|
lastUpdatedOn:
|
||||||
|
other: Última vegada actualitzat
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "{{ .Count }} minut a llegir"
|
||||||
|
other: "{{ .Count }} minuts a llegir"
|
||||||
|
|
||||||
|
notFound:
|
||||||
|
title:
|
||||||
|
other: No Trobat
|
||||||
|
|
||||||
|
subtitle:
|
||||||
|
other: Aquesta pàgina no existeix
|
||||||
|
|
||||||
|
widget:
|
||||||
|
archives:
|
||||||
|
title:
|
||||||
|
other: Arxiu
|
||||||
|
|
||||||
|
more:
|
||||||
|
other: Més
|
||||||
|
|
||||||
|
tagCloud:
|
||||||
|
title:
|
||||||
|
other: Etiquetes
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: Categories
|
||||||
|
|
||||||
|
search:
|
||||||
|
title:
|
||||||
|
other: Cerca
|
||||||
|
|
||||||
|
placeholder:
|
||||||
|
other: Tecleja alguna cosa...
|
||||||
|
|
||||||
|
resultTitle:
|
||||||
|
other: "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
|
||||||
|
|
||||||
|
footer:
|
||||||
|
builtWith:
|
||||||
|
other: Creat amb {{ .Generator }}
|
||||||
|
|
||||||
|
designedBy:
|
||||||
|
other: Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}
|
88
i18n/el.yaml
88
i18n/el.yaml
@ -1,70 +1,70 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Εναλλαγή Μενού
|
other: Εναλλαγή Μενού
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Σκοτεινό θέμα
|
other: Σκοτεινό θέμα
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} σελιδα"
|
one: "{{ .Count }} σελιδα"
|
||||||
other: "{{ .Count }} σελιδες"
|
other: "{{ .Count }} σελιδες"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Ενότητα
|
other: Ενότητα
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Υποενότητα
|
one: Υποενότητα
|
||||||
other: Υποενότητες
|
other: Υποενότητες
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Πισω
|
other: Πισω
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Πινακας περιεχομενων
|
other: Πινακας περιεχομενων
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Σχετικο περιεχομενο
|
other: Σχετικο περιεχομενο
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Τελευταια τροποποιηση στις
|
other: Τελευταια τροποποιηση στις
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} λεπτό ανάγνωσης"
|
one: "{{ .Count }} λεπτό ανάγνωσης"
|
||||||
### Seems that there's no need to add 's' even if it's plural in English
|
### Seems that there's no need to add 's' even if it's plural in English
|
||||||
other: "{{ .Count }} λεπτά ανάγνωσης"
|
other: "{{ .Count }} λεπτά ανάγνωσης"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Δε βρέθηκε
|
other: Δε βρέθηκε
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Η σελίδα δε βρέθηκε.
|
other: Η σελίδα δε βρέθηκε.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Αρχειο
|
other: Αρχειο
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Περισσότερα
|
other: Περισσότερα
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tags
|
other: Tags
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Αναζήτηση
|
other: Αναζήτηση
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Πληκτρολογήστε κάτι...
|
other: Πληκτρολογήστε κάτι...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT σελιδες (#TIME_SECONDS δευτερολεπτα)"
|
other: "#PAGES_COUNT σελιδες (#TIME_SECONDS δευτερολεπτα)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Δημιουργήθηκε με τη χρήση {{ .Generator }}
|
other: Δημιουργήθηκε με τη χρήση {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Το θέμα {{ .Theme }} σχεδιάστηκε από το {{ .DesignedBy }}
|
other: Το θέμα {{ .Theme }} σχεδιάστηκε από το {{ .DesignedBy }}
|
||||||
|
92
i18n/en.yaml
92
i18n/en.yaml
@ -1,73 +1,73 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Toggle Menu
|
other: Toggle Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Dark Mode
|
other: Dark Mode
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} page"
|
one: "{{ .Count }} page"
|
||||||
other: "{{ .Count }} pages"
|
other: "{{ .Count }} pages"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Section
|
other: Section
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Subsection
|
one: Subsection
|
||||||
other: Subsections
|
other: Subsections
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Back
|
other: Back
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Table of contents
|
other: Table of contents
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Related content
|
other: Related content
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Last updated on
|
other: Last updated on
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} minute read"
|
one: "{{ .Count }} minute read"
|
||||||
other: "{{ .Count }} minute read"
|
other: "{{ .Count }} minute read"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Not Found
|
other: Not Found
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: This page does not exist
|
other: This page does not exist
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archives
|
other: Archives
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: More
|
other: More
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tags
|
other: Tags
|
||||||
categoriesCloud:
|
categoriesCloud:
|
||||||
title:
|
title:
|
||||||
other: Categories
|
other: Categories
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Search
|
other: Search
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Type something...
|
other: Type something...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Built with {{ .Generator }}
|
other: Built with {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|
||||||
|
90
i18n/es.yaml
90
i18n/es.yaml
@ -1,70 +1,74 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Toggle Menu
|
other: Toggle Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Modo oscuro
|
other: Modo oscuro
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} página"
|
one: "{{ .Count }} página"
|
||||||
other: "{{ .Count }} páginas"
|
other: "{{ .Count }} páginas"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Sección
|
other: Sección
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Subsección
|
one: Subsección
|
||||||
other: Subsecciones
|
other: Subsecciones
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Volver
|
other: Volver
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Tabla de contenido
|
other: Tabla de contenido
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Contenidos relacionados
|
other: Contenidos relacionados
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Última vez actualizado
|
other: Última vez actualizado
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} minuto a leer"
|
one: "{{ .Count }} minuto a leer"
|
||||||
other: "{{ .Count }} minutos a leer"
|
other: "{{ .Count }} minutos a leer"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: No Encontrado
|
other: No Encontrado
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Esta página no existe
|
other: Esta página no existe
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archivo
|
other: Archivo
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Más
|
other: Más
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Etiquetas
|
other: Etiquetas
|
||||||
|
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: Categorías
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Búsqueda
|
other: Búsqueda
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Teclea algo...
|
other: Teclea algo...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Creado con {{ .Generator }}
|
other: Creado con {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|
||||||
|
86
i18n/fr.yaml
86
i18n/fr.yaml
@ -1,69 +1,69 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Afficher le menu
|
other: Afficher le menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Mode sombre
|
other: Mode sombre
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} page"
|
one: "{{ .Count }} page"
|
||||||
other: "{{ .Count }} pages"
|
other: "{{ .Count }} pages"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Section
|
other: Section
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Sous-section
|
one: Sous-section
|
||||||
other: Sous-sections
|
other: Sous-sections
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Retour
|
other: Retour
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Table des matières
|
other: Table des matières
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Contenus liés
|
other: Contenus liés
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Dernière mise à jour le
|
other: Dernière mise à jour le
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} minute de lecture"
|
one: "{{ .Count }} minute de lecture"
|
||||||
other: "{{ .Count }} minutes de lecture"
|
other: "{{ .Count }} minutes de lecture"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Page non trouvée
|
other: Page non trouvée
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Cette page n'existe pas.
|
other: Cette page n'existe pas.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archives
|
other: Archives
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Autres
|
other: Autres
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Mots clés
|
other: Mots clés
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Rechercher
|
other: Rechercher
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Cherchez un article, une publication, etc.
|
other: Cherchez un article, une publication, etc.
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
other: "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Généré avec {{ .Generator }}
|
other: Généré avec {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Thème {{ .Theme }} conçu par {{ .DesignedBy }}
|
other: Thème {{ .Theme }} conçu par {{ .DesignedBy }}
|
||||||
|
90
i18n/id.yaml
90
i18n/id.yaml
@ -1,69 +1,73 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Tampilkan Menu
|
other: Tampilkan Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Mode Gelap
|
other: Mode Gelap
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} halaman"
|
one: "{{ .Count }} halaman"
|
||||||
other: "{{ .Count }} halaman"
|
other: "{{ .Count }} halaman"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Bagian
|
other: Bagian
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Subbagian
|
one: Subbagian
|
||||||
other: Subbagian
|
other: Subbagian
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Kembali
|
other: Kembali
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Daftar Isi
|
other: Daftar Isi
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Konten terkait
|
other: Konten terkait
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Terakhir diperbarui pada
|
other: Terakhir diperbarui pada
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "Waktu Membaca: {{ .Count }} menit"
|
one: "Waktu Membaca: {{ .Count }} menit"
|
||||||
other: "Waktu Membaca: {{ .Count }} menit"
|
other: "Waktu Membaca: {{ .Count }} menit"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Tidak ditemukan
|
other: Tidak ditemukan
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Halaman yang Anda akses tidak ditemukan.
|
other: Halaman yang Anda akses tidak ditemukan.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Arsip
|
other: Arsip
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Lebih
|
other: Lebih
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tag
|
other: Tag
|
||||||
|
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: Kategori
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Cari
|
other: Cari
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Ketik sesuatu...
|
other: Ketik sesuatu...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
other: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Dibangun dengan {{ .Generator }}
|
other: Dibangun dengan {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|
other: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|
||||||
|
86
i18n/it.yaml
86
i18n/it.yaml
@ -1,69 +1,69 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Toggle Menu
|
other: Toggle Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Dark Mode
|
other: Dark Mode
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} pagina"
|
one: "{{ .Count }} pagina"
|
||||||
other: "{{ .Count }} pagine"
|
other: "{{ .Count }} pagine"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Sezione
|
other: Sezione
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Sottosezione
|
one: Sottosezione
|
||||||
other: Sottosezioni
|
other: Sottosezioni
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Indietro
|
other: Indietro
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Indice
|
other: Indice
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Contenuti correlati
|
other: Contenuti correlati
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Aggiornato il
|
other: Aggiornato il
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} min per leggere"
|
one: "{{ .Count }} min per leggere"
|
||||||
other: "{{ .Count }} min per leggere"
|
other: "{{ .Count }} min per leggere"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Non trovato
|
other: Non trovato
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Questa pagina non esiste.
|
other: Questa pagina non esiste.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archivi
|
other: Archivi
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Di più
|
other: Di più
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tags
|
other: Tags
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Cerca
|
other: Cerca
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Scrivi qualcosa...
|
other: Scrivi qualcosa...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Realizzato con {{ .Generator }}
|
other: Realizzato con {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
|
other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
|
||||||
|
74
i18n/ja.yaml
74
i18n/ja.yaml
@ -1,60 +1,60 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: メニューを開く・閉じる
|
other: メニューを開く・閉じる
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: ダークモード
|
other: ダークモード
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: 前のページ
|
other: 前のページ
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: 目次
|
other: 目次
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: 関連するコンテンツ
|
other: 関連するコンテンツ
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: 最終更新
|
other: 最終更新
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
other: "読了時間: {{ .Count }}分"
|
other: "読了時間: {{ .Count }}分"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: 404 Not Found
|
other: 404 Not Found
|
||||||
subtitle:
|
subtitle:
|
||||||
other: 指定されたページは存在しません。
|
other: 指定されたページは存在しません。
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: アーカイブ
|
other: アーカイブ
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: さらに見る
|
other: さらに見る
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: タグ
|
other: タグ
|
||||||
|
|
||||||
categoriesCloud:
|
categoriesCloud:
|
||||||
title:
|
title:
|
||||||
other: カテゴリ
|
other: カテゴリ
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: 検索
|
other: 検索
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: 入力...
|
other: 入力...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Built with {{ .Generator }}
|
other: Built with {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||||
|
100
i18n/ko.yaml
100
i18n/ko.yaml
@ -1,68 +1,68 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: 메뉴 여닫기
|
other: 메뉴 여닫기
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: 다크 모드
|
other: 다크 모드
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} 페이지"
|
one: "{{ .Count }} 페이지"
|
||||||
other: "{{ .Count }} 페이지"
|
other: "{{ .Count }} 페이지"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: 섹션
|
other: 섹션
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: 서브섹션
|
one: 서브섹션
|
||||||
other: 서브섹션
|
other: 서브섹션
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: 뒤로가기
|
other: 뒤로가기
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: 목차
|
other: 목차
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: 관련 글
|
other: 관련 글
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: "마지막 수정: "
|
other: "마지막 수정: "
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} 분 정도"
|
one: "{{ .Count }} 분 정도"
|
||||||
other: "{{ .Count }} 분 정도"
|
other: "{{ .Count }} 분 정도"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: 찾을 수 없음
|
other: 찾을 수 없음
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: 페이지를 찾을 수 없습니다.
|
other: 페이지를 찾을 수 없습니다.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: 보관함
|
other: 보관함
|
||||||
more:
|
more:
|
||||||
other: 더보기
|
other: 더보기
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: 태그
|
other: 태그
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: 검색
|
other: 검색
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: 검색어를 입력하세요...
|
other: 검색어를 입력하세요...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT 페이지 (#TIME_SECONDS 초)"
|
other: "#PAGES_COUNT 페이지 (#TIME_SECONDS 초)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: "{{ .Generator }}로 만듦"
|
other: "{{ .Generator }}로 만듦"
|
||||||
designedBy:
|
designedBy:
|
||||||
other: "{{ .DesignedBy }}의 {{ .Theme }} 테마 사용 중"
|
other: "{{ .DesignedBy }}의 {{ .Theme }} 테마 사용 중"
|
||||||
|
72
i18n/nl.yaml
72
i18n/nl.yaml
@ -1,53 +1,53 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Open Menu
|
other: Open Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Donkere modus
|
other: Donkere modus
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} pagina"
|
one: "{{ .Count }} pagina"
|
||||||
other: "{{ .Count }} pagina's"
|
other: "{{ .Count }} pagina's"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Sectie
|
other: Sectie
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Subsectie
|
one: Subsectie
|
||||||
other: Subsecties
|
other: Subsecties
|
||||||
|
|
||||||
article:
|
article:
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Gerelateerde inhoud
|
other: Gerelateerde inhoud
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Laatst bijgewerkt op
|
other: Laatst bijgewerkt op
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Niet gevonden
|
other: Niet gevonden
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Deze pagina bestaat niet.
|
other: Deze pagina bestaat niet.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archief
|
other: Archief
|
||||||
more:
|
more:
|
||||||
other: Meer
|
other: Meer
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tags
|
other: Tags
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Zoeken
|
other: Zoeken
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Typ iets
|
other: Typ iets
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
|
other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Gemaakt met {{ .Generator }}
|
other: Gemaakt met {{ .Generator }}
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}
|
other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}
|
||||||
|
92
i18n/pl.yaml
92
i18n/pl.yaml
@ -1,69 +1,73 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Przełącz Menu
|
other: Przełącz Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Tryb ciemny
|
other: Tryb ciemny
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} strona"
|
one: "{{ .Count }} strona"
|
||||||
other: "{{ .Count }} stron"
|
other: "{{ .Count }} stron"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Sekcja
|
other: Sekcja
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Podsekcja
|
one: Podsekcja
|
||||||
other: Podsekcje
|
other: Podsekcje
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Wróć
|
other: Wróć
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Spis treści
|
other: Spis treści
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Powiązane artykuły
|
other: Powiązane artykuły
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Ostatnio zaktualizowany
|
other: Ostatnio zaktualizowany
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "Przeczytasz w {{ .Count }} minutę"
|
one: "Przeczytasz w {{ .Count }} minutę"
|
||||||
other: "Przeczytasz w {{ .Count }} minut"
|
other: "Przeczytasz w {{ .Count }} minut"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Nie znaleziono
|
other: Nie znaleziono
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Ta strona nie istnieje
|
other: Ta strona nie istnieje
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archiwum
|
other: Archiwum
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Więcej
|
other: Więcej
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tagi
|
other: Tagi
|
||||||
|
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: Kategorie
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Szukaj
|
other: Szukaj
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Wpisz coś...
|
other: Wpisz coś...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Zbudowano z {{ .Generator }}
|
other: Zbudowano z {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}
|
other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}
|
||||||
|
@ -1,64 +1,64 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Alternar Menu
|
other: Alternar Menu
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Modo Escuro
|
other: Modo Escuro
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} página"
|
one: "{{ .Count }} página"
|
||||||
other: "{{ .Count }} páginas"
|
other: "{{ .Count }} páginas"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Seção
|
other: Seção
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Subseção
|
one: Subseção
|
||||||
other: Subseções
|
other: Subseções
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Voltar
|
other: Voltar
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Índice
|
other: Índice
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Conteúdo relacionado
|
other: Conteúdo relacionado
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Última atualização em
|
other: Última atualização em
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "{{ .Count }} minuto de leitura"
|
one: "{{ .Count }} minuto de leitura"
|
||||||
other: "{{ .Count }} minutos de leitura"
|
other: "{{ .Count }} minutos de leitura"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Não Encontrado
|
other: Não Encontrado
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Esta página não existe.
|
other: Esta página não existe.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Arquivos
|
other: Arquivos
|
||||||
more:
|
more:
|
||||||
other: Mais
|
other: Mais
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Tags
|
other: Tags
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Busca
|
other: Busca
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Digite algo...
|
other: Digite algo...
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Criado com {{ .Generator }}
|
other: Criado com {{ .Generator }}
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|
||||||
|
92
i18n/ru.yaml
92
i18n/ru.yaml
@ -1,63 +1,63 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Показать/скрыть меню
|
other: Показать/скрыть меню
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Тёмный режим
|
other: Тёмный режим
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} страница"
|
one: "{{ .Count }} страница"
|
||||||
few: "{{ .Count }} страницы"
|
few: "{{ .Count }} страницы"
|
||||||
many: "{{ .Count }} страниц"
|
many: "{{ .Count }} страниц"
|
||||||
other: "{{ .Count }} страниц"
|
other: "{{ .Count }} страниц"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Раздел
|
other: Раздел
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Подраздел
|
one: Подраздел
|
||||||
few: Подразделы
|
few: Подразделы
|
||||||
many: Подразделы
|
many: Подразделы
|
||||||
other: Подразделы
|
other: Подразделы
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Назад
|
other: Назад
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Также рекомендуем
|
other: Также рекомендуем
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Обновлено
|
other: Обновлено
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Содержание
|
other: Содержание
|
||||||
readingTime:
|
readingTime:
|
||||||
other: "Время чтения: {{ .Count }} мин."
|
other: "Время чтения: {{ .Count }} мин."
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Не найдено
|
other: Не найдено
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Запрашиваемая страница не существует
|
other: Запрашиваемая страница не существует
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Архивы
|
other: Архивы
|
||||||
more:
|
more:
|
||||||
other: Ещё
|
other: Ещё
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Теги
|
other: Теги
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Поиск
|
other: Поиск
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Введите что-нибудь...
|
other: Введите что-нибудь...
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
|
other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Создано при помощи {{ .Generator }}
|
other: Создано при помощи {{ .Generator }}
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||||
|
86
i18n/th.yaml
86
i18n/th.yaml
@ -1,70 +1,70 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: สลับเมนู
|
other: สลับเมนู
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: ธีมมืด
|
other: ธีมมืด
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} หน้า"
|
one: "{{ .Count }} หน้า"
|
||||||
other: "{{ .Count }} หน้า"
|
other: "{{ .Count }} หน้า"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: หมวดหมู่
|
other: หมวดหมู่
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: หมวดหมู่ย่อย
|
one: หมวดหมู่ย่อย
|
||||||
other: หมวดหมู่ย่อยอื่นๆ
|
other: หมวดหมู่ย่อยอื่นๆ
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: กลับไป
|
other: กลับไป
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: สารบัญ
|
other: สารบัญ
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: เนื้อหาคล้ายคลึงกัน
|
other: เนื้อหาคล้ายคลึงกัน
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: อัปเดตล่าสุดเมื่อ
|
other: อัปเดตล่าสุดเมื่อ
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
one: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||||
other: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
other: "น่าจะใช้เวลา {{ .Count }} นาทีในการอ่าน"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: ไม่พบหัวข้อ
|
other: ไม่พบหัวข้อ
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: ไม่พบหน้านี้ในระบบ
|
other: ไม่พบหน้านี้ในระบบ
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: เนื้อหาที่เก็บถาวรแล้ว
|
other: เนื้อหาที่เก็บถาวรแล้ว
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: อื่นๆ นอกจากนี้
|
other: อื่นๆ นอกจากนี้
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: แท็ก
|
other: แท็ก
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: ค้นหา
|
other: ค้นหา
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: พิมพ์เพื่อค้นหา ...
|
other: พิมพ์เพื่อค้นหา ...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: ถูกสร้างด้วย {{ .Generator }}
|
other: ถูกสร้างด้วย {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: ธีม {{ .Theme }} ออกแบบโดย {{ .DesignedBy }}
|
other: ธีม {{ .Theme }} ออกแบบโดย {{ .DesignedBy }}
|
||||||
|
72
i18n/tr.yaml
72
i18n/tr.yaml
@ -1,53 +1,53 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Menüyü Gizle
|
other: Menüyü Gizle
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Koyu Mod
|
other: Koyu Mod
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} makale"
|
one: "{{ .Count }} makale"
|
||||||
other: "{{ .Count }} makale"
|
other: "{{ .Count }} makale"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Bölüm
|
other: Bölüm
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Alt bölüm
|
one: Alt bölüm
|
||||||
other: Alt bölümler
|
other: Alt bölümler
|
||||||
|
|
||||||
article:
|
article:
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Alakalı içerikler
|
other: Alakalı içerikler
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Son güncelleme
|
other: Son güncelleme
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Bulunamadı
|
other: Bulunamadı
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Aradığınız sayfa mevcut değil.
|
other: Aradığınız sayfa mevcut değil.
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Arşiv
|
other: Arşiv
|
||||||
more:
|
more:
|
||||||
other: Daha fazla
|
other: Daha fazla
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Etiketler
|
other: Etiketler
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Arama
|
other: Arama
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Birşeyler yazın...
|
other: Birşeyler yazın...
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
|
other: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: "{{ .Generator }} ile oluşturuldu."
|
other: "{{ .Generator }} ile oluşturuldu."
|
||||||
designedBy:
|
designedBy:
|
||||||
other: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"
|
other: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"
|
||||||
|
88
i18n/uk.yaml
88
i18n/uk.yaml
@ -1,71 +1,71 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: Показати меню
|
other: Показати меню
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: Темна тема
|
other: Темна тема
|
||||||
|
|
||||||
list:
|
list:
|
||||||
page:
|
page:
|
||||||
one: "{{ .Count }} сторінка"
|
one: "{{ .Count }} сторінка"
|
||||||
few: "{{ .Count }} сторінки"
|
few: "{{ .Count }} сторінки"
|
||||||
other: "{{ .Count }} сторінок"
|
other: "{{ .Count }} сторінок"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Секція
|
other: Секція
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Підсекція
|
one: Підсекція
|
||||||
other: Підсекції
|
other: Підсекції
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: Назад
|
other: Назад
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: Зміст
|
other: Зміст
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: Схожі матеріали
|
other: Схожі матеріали
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Востаннє оновлено
|
other: Востаннє оновлено
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "Час читання: {{ .Count }} хв"
|
one: "Час читання: {{ .Count }} хв"
|
||||||
other: "Час читання: {{ .Count }} хв"
|
other: "Час читання: {{ .Count }} хв"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Не знайдено
|
other: Не знайдено
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Ця сторінка не існує
|
other: Ця сторінка не існує
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Архіви
|
other: Архіви
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Більше
|
other: Більше
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Теґи
|
other: Теґи
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Пошук
|
other: Пошук
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Напишіть що-небудь...
|
other: Напишіть що-небудь...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
|
other: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Створено з {{ .Generator }}
|
other: Створено з {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||||
|
@ -1,60 +1,60 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: 切换菜单
|
other: 切换菜单
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: 暗色模式
|
other: 暗色模式
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: 返回
|
other: 返回
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: 目录
|
other: 目录
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: 相关文章
|
other: 相关文章
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: 最后更新于
|
other: 最后更新于
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
other: "阅读时长: {{ .Count }} 分钟"
|
other: "阅读时长: {{ .Count }} 分钟"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: 404 错误
|
other: 404 错误
|
||||||
subtitle:
|
subtitle:
|
||||||
other: 页面不存在
|
other: 页面不存在
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: 归档
|
other: 归档
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: 更多
|
other: 更多
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: 标签云
|
other: 标签云
|
||||||
|
|
||||||
categoriesCloud:
|
categoriesCloud:
|
||||||
title:
|
title:
|
||||||
other: 分类
|
other: 分类
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: 搜索
|
other: 搜索
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: 输入关键词...
|
other: 输入关键词...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
|
other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Built with {{ .Generator }}
|
other: Built with {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计
|
other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计
|
||||||
|
73
i18n/zh-hk.yaml
Normal file
73
i18n/zh-hk.yaml
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
toggleMenu:
|
||||||
|
other: 切換選單
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: 深色模式
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "第 {{ .Count }} 頁"
|
||||||
|
other: "第 {{ .Count }} 頁"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: Section
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: Subsection
|
||||||
|
other: Subsections
|
||||||
|
|
||||||
|
article:
|
||||||
|
back:
|
||||||
|
other: 返回
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: 目錄
|
||||||
|
|
||||||
|
relatedContent:
|
||||||
|
other: 相關內容
|
||||||
|
|
||||||
|
lastUpdatedOn:
|
||||||
|
other: 上次改過於
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "需要 {{ .Count }} 分鐘閱讀"
|
||||||
|
other: "需要 {{ .Count }} 分鐘閱讀"
|
||||||
|
|
||||||
|
notFound:
|
||||||
|
title:
|
||||||
|
other: Not Found
|
||||||
|
|
||||||
|
subtitle:
|
||||||
|
other: 頁面不存在
|
||||||
|
|
||||||
|
widget:
|
||||||
|
archives:
|
||||||
|
title:
|
||||||
|
other: Archives
|
||||||
|
|
||||||
|
more:
|
||||||
|
other: 更多
|
||||||
|
|
||||||
|
tagCloud:
|
||||||
|
title:
|
||||||
|
other: Tags
|
||||||
|
categoriesCloud:
|
||||||
|
title:
|
||||||
|
other: Categories
|
||||||
|
|
||||||
|
search:
|
||||||
|
title:
|
||||||
|
other: 搜尋
|
||||||
|
|
||||||
|
placeholder:
|
||||||
|
other: Type 關鍵字...
|
||||||
|
|
||||||
|
resultTitle:
|
||||||
|
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||||
|
|
||||||
|
footer:
|
||||||
|
builtWith:
|
||||||
|
other: Built with {{ .Generator }}
|
||||||
|
|
||||||
|
designedBy:
|
||||||
|
other: 主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計
|
@ -1,49 +1,49 @@
|
|||||||
toggleMenu:
|
toggleMenu:
|
||||||
other: 切換選單
|
other: 切換選單
|
||||||
|
|
||||||
darkMode:
|
darkMode:
|
||||||
other: 夜晚模式
|
other: 夜晚模式
|
||||||
|
|
||||||
article:
|
article:
|
||||||
back:
|
back:
|
||||||
other: 返回
|
other: 返回
|
||||||
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
other: 目錄
|
other: 目錄
|
||||||
|
|
||||||
relatedContent:
|
relatedContent:
|
||||||
other: 相關文章
|
other: 相關文章
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: 最後更新
|
other: 最後更新
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
other: "閱讀時間: {{ .Count }} 分鐘"
|
other: "閱讀時間: {{ .Count }} 分鐘"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: 404 錯誤
|
other: 404 錯誤
|
||||||
subtitle:
|
subtitle:
|
||||||
other: 頁面不存在
|
other: 頁面不存在
|
||||||
|
|
||||||
widget:
|
widget:
|
||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: 紀錄
|
other: 紀錄
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: 更多
|
other: 更多
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: 標籤雲
|
other: 標籤雲
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: 搜尋
|
other: 搜尋
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: 輸入關鍵字...
|
other: 輸入關鍵字...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
|
other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div id="vssue"></div>
|
<div id="vssue"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/vue/dist/vue.runtime.min.js"></script>
|
<script src="https://unpkg.com/vue@2/dist/vue.runtime.min.js"></script>
|
||||||
<script src="https://unpkg.com/vssue/dist/vssue.{{ .platform }}.min.js"></script>
|
<script src="https://unpkg.com/vssue/dist/vssue.{{ .platform }}.min.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{- $ThemeVersion := "3.10.0" -}}
|
{{- $ThemeVersion := "3.11.0" -}}
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<section class="copyright">
|
<section class="copyright">
|
||||||
©
|
©
|
||||||
|
Loading…
Reference in New Issue
Block a user