mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🌐 Docs(i18n): update de in i18n
https://github.com/dillonzq/LoveIt/pull/405
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+12
-12
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user