mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
34 lines
498 B
YAML
34 lines
498 B
YAML
|
- id: prev_page
|
||
|
translation: "Předchozí"
|
||
|
|
||
|
- id: next_page
|
||
|
translation: "Další"
|
||
|
|
||
|
- id: read_time
|
||
|
translation:
|
||
|
one : "1 min"
|
||
|
other: "{{ .Count }} min"
|
||
|
|
||
|
- id: words
|
||
|
translation:
|
||
|
one : "slovo"
|
||
|
other: "{{ .Count }} slov"
|
||
|
|
||
|
- id: toc
|
||
|
translation: "Obsah"
|
||
|
|
||
|
- id: translations
|
||
|
translation: "Překlady"
|
||
|
|
||
|
- id: home
|
||
|
translation: "Domů"
|
||
|
|
||
|
- id: edit_post
|
||
|
translation: "Upravit"
|
||
|
|
||
|
- id: code_copy
|
||
|
translation: "kopírovat"
|
||
|
|
||
|
- id: code_copied
|
||
|
translation: "zkopírováno!"
|