33 lines
605 B
YAML
33 lines
605 B
YAML
- id: prev_page
|
|
translation: "Предыдущая"
|
|
|
|
- id: next_page
|
|
translation: "Следующая"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one : "минута"
|
|
other: "{{ .Count }} мин"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "слово"
|
|
other: "{{ .Count }} слов"
|
|
|
|
- id: toc
|
|
translation: "Оглавление"
|
|
|
|
- id: translations
|
|
translation: "Переводы"
|
|
|
|
- id: home
|
|
translation: "Главная"
|
|
|
|
- id: edit_post
|
|
translation: "Редактировать"
|
|
|
|
- id: code_copy
|
|
translation: "копировать"
|
|
|
|
- id: code_copied
|
|
translation: "скопировано!" |