refactor: migrate i18n files from YAML to TOML format and simplify structure (#1230)
* refactor: migrate i18n files from YAML to TOML format and simplify structure * refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly * refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file * docs: update comments for i18n language availability and CJK language detection in hugo.toml.
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
toggleMenu = "Menü umschalten"
|
||||
darkMode = "Dunkler Modus"
|
||||
|
||||
[list]
|
||||
section = "Abschnitt"
|
||||
|
||||
[list.page]
|
||||
one = "{{ .Count }} Seite"
|
||||
other = "{{ .Count }} Seiten"
|
||||
|
||||
[list.subsection]
|
||||
one = "Unterabschnitt"
|
||||
other = "Unterabschnitte"
|
||||
|
||||
[article]
|
||||
back = "Zurück"
|
||||
tableOfContents = "Inhaltsverzeichnis"
|
||||
relatedContent = "Verwandte Inhalte"
|
||||
lastUpdatedOn = "Zuletzt aktualisiert am"
|
||||
|
||||
[article.readingTime]
|
||||
one = "{{ .Count }} Minute Lesezeit"
|
||||
other = "{{ .Count }} Minuten Lesezeit"
|
||||
|
||||
[notFound]
|
||||
title = "Seite nicht gefunden"
|
||||
subtitle = "Diese Seite existiert nicht"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "Archiv"
|
||||
more = "Weitere"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "Schlagwörter"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "Kategorien"
|
||||
|
||||
[search]
|
||||
title = "Suche"
|
||||
placeholder = "Etwas tippen..."
|
||||
resultTitle = "#PAGES_COUNT Seiten (#TIME_SECONDS Sekunden)"
|
||||
|
||||
[footer]
|
||||
builtWith = "Erstellt mit {{ .Generator }}"
|
||||
designedBy = "Theme {{ .Theme }} gestaltet von {{ .DesignedBy }}"
|
||||
Reference in New Issue
Block a user