initial commit
This commit is contained in:
94
themes/hugo-dpsg/i18n/de.yaml
Normal file
94
themes/hugo-dpsg/i18n/de.yaml
Normal file
@@ -0,0 +1,94 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Weiterlesen…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menü"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menü"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Zuletzt geändert"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Übersetzungen"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Inhaltsverzeichnis"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Zurück"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Weiter"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Über {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "WARNUNG"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Bitte aktivieren sie mindestens ein Widget."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "Suche..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Sprachen"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Kategorien"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Letzte Beiträge"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Soziale Netzwerke"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Erstellt mit <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> und \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> Theme."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Seite nicht gefunden"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"Die gesuchte Seite existiert nicht, wurde verschoben oder gelöscht. Bitte nutzen Sie die Suche oder gehen Sie zur"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "Startseite"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Es gibt noch keine Posts!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Hier erscheinen Posts, die in einem Unterordner des <b>content/</b> Ordners abgelegt werden (z.B. in \
|
||||
<b>content/post</b>). Standardmäßig werden nur Posts der Gruppe mit den meisten Einträgen angezeigt."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Tipp:</b> Mit dem \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
Parameter lassen sich beliebig viele weitere Gruppen konfigurieren."
|
||||
94
themes/hugo-dpsg/i18n/en.yaml
Normal file
94
themes/hugo-dpsg/i18n/en.yaml
Normal file
@@ -0,0 +1,94 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Read more…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Last Modified"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Translations"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Page content"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Previous"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Next"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "About {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "WARNING"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Please activate at least one sidebar widget."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "SEARCH..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Languages"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categories"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Recent Posts"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Generated with <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> and \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> theme."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Page not found"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "main page"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "You don't have any posts yet!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Once you post something in any folder (section) under the <b>content</b> directory, it will appear here. Only one \
|
||||
section (with the most posts) will be displayed on the main page by default."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Tip:</b> You can show as many sections as you like with \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
config parameter."
|
||||
92
themes/hugo-dpsg/i18n/es.yaml
Normal file
92
themes/hugo-dpsg/i18n/es.yaml
Normal file
@@ -0,0 +1,92 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Leer más"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menú"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menú"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Última modificación"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traducciones"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Índice"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Anterior"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Siguiente"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Sobre el autor {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "Atención"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Activa al menos un widget en la barra lateral."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "Buscar..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Idiomas"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorías"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Más Recientes"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Etiquetas"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Generado con <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> y \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Página no encontrada"
|
||||
|
||||
- id: 404_text
|
||||
translation: "La página que estás buscando no aparece, no existe o se ha movido a otro lugar."
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "Página principal"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "¡Todavía no hay publicaciones!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Una vez que publiques algo en cualquier carpeta (sección) dentro del directorio <b>content</b>, se verá aquí. \
|
||||
Sólo una sección (la que tenga más publicaciones) se mostrará por defecto en la página principal."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Aviso:</b> Puedes mostrar tantas secciones como gustes con el parámetro de configuración \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
93
themes/hugo-dpsg/i18n/fr.yaml
Normal file
93
themes/hugo-dpsg/i18n/fr.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Lire la suite…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Dernière modification"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traductions"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Sommaire"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Précédent"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Suivant"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "À propos {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "Attention"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Activez au moins un widget pour la barre latérale."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "Rechercher..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Langues"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Catégories"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Articles récents"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Mots-clefs"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Produit par <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> et le thème \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Page introuvable."
|
||||
|
||||
- id: 404_text
|
||||
translation: "La page que vous recherchez a apparemment été supprimée, déplacée, ou n'existe pas."
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "Accueil"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Vous n'avez pas encore de posts!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Une fois que vous avez publié quelque chose dans n'importe quel sous-dossier (section) du dossier <b>content</b>, \
|
||||
ça apparaîtra ici. par défaut, une seule section (Celle avec le plus de posts) sera affichée sur la page \
|
||||
principale."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Astuce:</b> Vous pouvez afficher autant de sections que vous voulez avec le paramètre de configuration \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
95
themes/hugo-dpsg/i18n/hu.yaml
Normal file
95
themes/hugo-dpsg/i18n/hu.yaml
Normal file
@@ -0,0 +1,95 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Tovább olvas…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Utoljára módosítva"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Fordítások"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Az oldal tartalma"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Előző"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Következő"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "A {{ .Count }} -ról"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "FIGYELMEZTETÉS"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Kérjük, aktiváljon legalább egy oldalsáv-modult."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "KERES..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Nyelvek"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Kategóriák"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Legutóbbi bejegyzések"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Közösség"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Cimkék"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Létrehozva <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> és \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> témával."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Az oldal nem található"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"Úgy tűnik, hogy a kívánt oldalt áthelyezték, törölték vagy nem létezik. Kérjük, használja a keresést, vagy lépjen \
|
||||
ide"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "főoldal"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Még nincs bejegyzésed!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Ha valamit a <b>content</b> könyvtár alatti mappába (szakaszba) közzéteszel, az itt jelenik meg. Csak egy szakasz \
|
||||
(a legtöbb hozzászólással) jelenik meg a főoldalon alapértelmezés szerint."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Tipp:</b> Megjeleníthet annyi szakaszt, amennyit csak akar a \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
konfigurációs paraméterrel."
|
||||
94
themes/hugo-dpsg/i18n/it.yaml
Normal file
94
themes/hugo-dpsg/i18n/it.yaml
Normal file
@@ -0,0 +1,94 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Continua a leggere…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Ultima modifica"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traduzioni"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Indice"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Precedente"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Prossimo"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Riguardo {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ATTENZIONE"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Si prega di attivare almeno un widget della barra laterale."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "CERCA..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Lingue"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorie"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Post recenti"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tag"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Generato con <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> e il tema \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Pagina non trovata"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"La pagina che stai cercando sembra essere stata spostata, rimossa o non esiste. Si prega di usare la ricerca o \
|
||||
andare alla"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "pagina principale"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Non hai ancora nessun post!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Una volta pubblicato qualcosa in una qualsiasi cartella (sezione) dentro la directory <b>content</b>, apparirà \
|
||||
qui. Solo una sezione (quella con più post) verrà mostrata in modo predefinito nella pagina principale."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Suggerimento:</b> Puoi mostrare quante sezioni vuoi con il parametro \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
95
themes/hugo-dpsg/i18n/ja.yaml
Normal file
95
themes/hugo-dpsg/i18n/ja.yaml
Normal file
@@ -0,0 +1,95 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "続きを読む…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "メニュー"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "メニュー"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "最終更新"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "翻訳"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "目次"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "前の投稿"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "次の投稿"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "{{ .Count }}について"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "警告"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "1つ以上のサイドバーウィジェットを有効にしてください。"
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "検索..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "言語"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "カテゴリー"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "最近の投稿"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "ソーシャル"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "タグ"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"このサイトは <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> と \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> \
|
||||
テーマで生成されています。"
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. ページが見つかりません"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"お探しのページは移動されたか削除された、もしくは存在しないようです。検索するか、こちらのページに移動してください: "
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "メインページ"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "まだ何も投稿していません!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"<b>content</b> 以下のどこかのディレクトリに投稿を追加するとここに表示されます。デフォルトでは(最も投稿の多い)1つのセクション \
|
||||
だけがメインページに表示されます。"
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>ヒント:</b> 設定のパラメーター \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
を使って好きな数だけセクションを表示させることもできます。"
|
||||
93
themes/hugo-dpsg/i18n/nl.yaml
Normal file
93
themes/hugo-dpsg/i18n/nl.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Meer lezen…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Laatst gewijzigd"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Vertalingen"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Inhoud"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Vorige"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Volgende"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Over {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "WAARSCHUWING"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Activeer minstens één sidebar widget."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "ZOEKEN..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Talen"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorieën"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Recente posts"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Gegenereerd met <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> en het \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> theme."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Pagina niet gevonden"
|
||||
|
||||
- id: 404_text
|
||||
translation: "De pagina is mogelijk verplaatst, verwijderd of bestaat niet. Gebruik de zoekfunctie of \"ga naar\""
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "hoofdpagina"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Er zijn nog geen posts!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Zodra je iets post in welke map (sectie) dan ook onder de <b>content</b> directory, zal het hier verschijnen. \
|
||||
Slechts één sectie (met de meeste posts) zal standaard getoond worden op de hoofdpagina."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Tip:</b> Je kunt zoveel secties laten zien als je wilt met de \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
config parameter."
|
||||
93
themes/hugo-dpsg/i18n/pt-br.yaml
Normal file
93
themes/hugo-dpsg/i18n/pt-br.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Leia mais…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Última modificação"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traduções"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Conteúdo da página"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Anterior"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Próximo"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Sobre {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ATENÇÃO"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Ative pelo menos um widget da barra lateral."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "BUSCAR..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Línguas"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorias"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Postagens recentes"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Gerado com <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> com o tema \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Página não encontrada"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"A página que você estava procurando parece ter sido excluída ou não existe. Por favor, use a pesquisa ou vá para"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "página principal"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Você ainda não tem nenhuma postagem!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Quando você criar uma postagem em qualquer pasta (seção) dentro do diretório <b>content</b>, ele vai aparecer aqui. \
|
||||
Apenas uma seção (a que conter mais postagens) será exibida na página principal por padrão."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Dica:</b> Você pode mostrar quantas seções você quiser com o parâmetro de configuração \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
93
themes/hugo-dpsg/i18n/pt.yaml
Normal file
93
themes/hugo-dpsg/i18n/pt.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Leia mais…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Última modificação"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traduções"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Conteúdo da página"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Anterior"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Próximo"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Sobre {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ATENÇÃO"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Ative pelo menos um widget da barra lateral."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "BUSCAR..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Línguas"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorias"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Postagens recentes"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Gerado com <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> com o tema \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Página não encontrada"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"A página que você estava procurando parece ter sido excluída ou não existe. Por favor, use a pesquisa ou vá para"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "página principal"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Você ainda não tem nenhuma postagem!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Quando você criar uma postagem em qualquer pasta (seção) dentro do diretório <b>content</b>, ele vai aparecer aqui. \
|
||||
Apenas uma seção (a que conter mais postagens) será exibida na página principal por padrão."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Dica:</b> Você pode mostrar quantas seções você quiser com o parâmetro de configuração \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
95
themes/hugo-dpsg/i18n/ru.yaml
Normal file
95
themes/hugo-dpsg/i18n/ru.yaml
Normal file
@@ -0,0 +1,95 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "Читать далее…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Меню"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Меню"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Последнее изменение"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Переводы"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Содержимое страницы"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Назад"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Вперед"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Об авторе {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ВНИМАНИЕ"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Пожалуйста, активируйте как минимум один виджет боковой панели."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "ПОИСК..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Языки"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Категории"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Недавние публикации"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Социальные сети"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Теги"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Сгенерировано с использованием <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> \
|
||||
и темы <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Страница не найдена"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"Страница, которую вы искали, по-видимому, была перемещена, удалена или не существовала вообще. Пожалуйста, \
|
||||
используйте поиск или перейдите на"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "главную страницу"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "У вас нет ни одной публикации!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Как только вы опубликуете что-нибудь в любой папке (разделе) внутри директории <b>content</b>, оно появится \
|
||||
здесь. По-умолчанию на главной странице будет отображаться только один раздел (с наибольшим количеством \
|
||||
публикаций)."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Совет:</b> Вы можете отображать сколько угодно разделов с помощью параметра конфигурации \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
||||
92
themes/hugo-dpsg/i18n/zh-cn.yaml
Normal file
92
themes/hugo-dpsg/i18n/zh-cn.yaml
Normal file
@@ -0,0 +1,92 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "阅读全文…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "菜单"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "菜单"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "最后修改"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "翻译"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "目录"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "上一篇"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "下一篇"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "关于 {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "警告"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "请至少选择一个侧边栏组件"
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "搜索..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "语言"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "分类"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "近期文章"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "社交"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "标签"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation: "基于 <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> 引擎和 \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>主題"
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. 抱歉,找不到您要找的页面"
|
||||
|
||||
- id: 404_text
|
||||
translation: "您要找的页面可能已经被移除、刪除或不存在,不妨去首页搜索一下吧。"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "回到首页"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "目前还没有任何内容!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"在 <b>content</b> 目录下的任意文件夹(板块)中发布内容后,它就会显示在这里。\
|
||||
只有一个板块的内容(默认文章最多的文件夹)会显示在主页面上"
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>提示:</b> 您可以通过 \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
参数来控制展示您想要展示的板块内容。"
|
||||
93
themes/hugo-dpsg/i18n/zh-tw.yaml
Normal file
93
themes/hugo-dpsg/i18n/zh-tw.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
# General
|
||||
- id: read_more
|
||||
translation: "閱讀全文…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "選單"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "選單"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "最後修改"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "翻譯"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "內文"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "前一則"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "下一則"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "關於 {{ .Count }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "警告"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "請至少選擇一個側邊欄元件"
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "搜尋..."
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "語言"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "分類"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "近期文章"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "社群"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "標籤"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"使用 <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> 技術與 \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>主題"
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. 糟糕!我們似乎無法找到您要找的頁面。"
|
||||
|
||||
- id: 404_text
|
||||
translation: "您要找的頁面可能已經被移除、刪除或是不存在。請回到首頁或是使用搜尋功能。"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "回到首頁"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "目前還沒有任何内容!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"在 <b>content</b> 目錄下的任意資料夾(區塊)中發布内容後,就會被顯示在此處。\
|
||||
其中只有一個區塊的内容(預設是擁有文章數量最多的資料夾)會被顯示在主要頁面上"
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>提示:</b> 您可以透過 \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
|
||||
參數來控制所要展示的區塊內容。"
|
||||
Reference in New Issue
Block a user