mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
b0ab8ea495
Usage: ShowWordCount: true
34 lines
529 B
YAML
34 lines
529 B
YAML
- id: prev_page
|
|
translation: "Vorherige Seite"
|
|
|
|
- id: next_page
|
|
translation: "Nächste Seite"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one: "1 Minute"
|
|
other: "{{ .Count }} Minuten"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "Wort"
|
|
other: "{{ .Count }} Wörter"
|
|
|
|
- id: toc
|
|
translation: "Inhaltsverzeichnis"
|
|
|
|
- id: translations
|
|
translation: "Übersetzungen"
|
|
|
|
- id: home
|
|
translation: "Home"
|
|
|
|
- id: edit_post
|
|
translation: "Bearbeiten"
|
|
|
|
- id: code_copy
|
|
translation: "Kopieren"
|
|
|
|
- id: code_copied
|
|
translation: "Kopiert!"
|