From 5dbb3e290ed3c7abbf2bf72a9a6b25d46eb6ae22 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 14 Aug 2022 23:20:43 +0800 Subject: [PATCH] :globe_with_meridians: Docs(i18n): update de in i18n https://github.com/dillonzq/LoveIt/pull/405 --- CHANGELOG.md | 2 +- i18n/de.toml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8282492..1cc477bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. - :sparkles: Feat: add custom aside template in post page ([#172](https://github.com/hugo-fixit/FixIt/issues/172)) - :bug: Fix: add function doc2unix to unify new lines symbol between Windows and Unix/Mac OS - :bug: Fix: author display error in post and markdown file -- :globe_with_meridians: Docs(i18n): update pt-br in i18n +- :globe_with_meridians: Docs(i18n): update pt-br, de in i18n - :wrench: Chore: modify babel config and optimize theme.js compilation and loading - :wrench: Chore(deps-dev): - Remove minimist diff --git a/i18n/de.toml b/i18n/de.toml index 8f51a231..d9f898e7 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -21,7 +21,7 @@ other = "" # waitting for translation # === baseof === [backToTop] -other = "nach oben" +other = "Nach oben" [viewComments] other = "Kommentare anzeigen" @@ -71,12 +71,12 @@ other = "Sprache wählen" other = "Keine weiteren Übersetzungen" [switchTheme] -other = "Thema wechseln" +other = "Darstellung ändern" # === partials/header.html === # === partials/footer.html === [poweredBySome] -other = "Ermöglicht durch {{ .Hugo }} | Thema - {{ .Theme }}" +other = "Realisiert durch {{ .Hugo }} | Thema - {{ .Theme }}" [siteUV] other = "Besucher insgesamt" @@ -152,21 +152,21 @@ other = "Inhalt" other = "" # waitting for translation [publishedOnDate] -other = "veröffentlicht auf {{ .Date }}" +other = "veröffentlicht an {{ .Date }}" [includedInCategories] other = "enthalten in {{ .Categories }}" [wordCount] -one = "Ein wort" -other = "{{ .Count }} wörter" +one = "Ein Wort" +other = "{{ .Count }} Wörter" [readingTime] -one = "Eine minute" -other = "{{ .Count }} minuten" +one = "Eine Minute" +other = "{{ .Count }} Minuten" [views] -other = "aufrufe" +other = "Aufrufe" [comments] other = "Kommentare" @@ -229,13 +229,13 @@ other = "Sie sind nicht mit dem Internet verbunden, es stehen nur zwischengespei other = "Notiz" [abstract] -other = "Ausblick" +other = "Kurzfassung" [info] other = "Info" [tip] -other = "Tip" +other = "Tipp" [success] other = "Erfolg" @@ -250,7 +250,7 @@ other = "Warnung" other = "Fehler" [danger] -other = "Gefahr" +other = "Vorsicht" [bug] other = "Bug"