34 lines
486 B
YAML
34 lines
486 B
YAML
|
- id: prev_page
|
||
|
translation: "Prev"
|
||
|
|
||
|
- id: next_page
|
||
|
translation: "Next"
|
||
|
|
||
|
- id: read_time
|
||
|
translation:
|
||
|
one : "1 min"
|
||
|
other: "{{ .Count }} min"
|
||
|
|
||
|
- id: words
|
||
|
translation:
|
||
|
one : "word"
|
||
|
other: "{{ .Count }} words"
|
||
|
|
||
|
- id: toc
|
||
|
translation: "Table of Contents"
|
||
|
|
||
|
- id: translations
|
||
|
translation: "Translations"
|
||
|
|
||
|
- id: home
|
||
|
translation: "Home"
|
||
|
|
||
|
- id: edit_post
|
||
|
translation: "Edit"
|
||
|
|
||
|
- id: code_copy
|
||
|
translation: "copy"
|
||
|
|
||
|
- id: code_copied
|
||
|
translation: "copied!"
|