Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav <MrYadro@users.noreply.github.com>2022-07-08 17:54:23 +0300
committerGitHub <noreply@github.com>2022-07-08 17:54:23 +0300
commit36b4cb35a41244c703bc05c70071121b051598f5 (patch)
tree3ca5ef7608110b8a19753a66c15fdfaf10a39e03
parent9af128a8a638d139771afc30a8f331a73ce810b1 (diff)
Update russian translation (#957)
-rw-r--r--i18n/ru.yaml18
1 files changed, 17 insertions, 1 deletions
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 7ef8ed21..a5dbb5cb 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -5,7 +5,20 @@
translation: "Следующая"
- id: read_time
- translation: "{{ .Count }} мин"
+ translation:
+ zero: "0 минут"
+ one: "1 минута"
+ few: "{{ .Count }} минуты"
+ many: "{{ .Count }} минут"
+ other: "{{ .Count }} минута"
+
+- id: words
+ translation:
+ zero: "0 слов"
+ one: "1 слово"
+ few: "{{ .Count }} слова"
+ many: "{{ .Count }} слов"
+ other: "{{ .Count }} слово"
- id: toc
translation: "Оглавление"
@@ -16,6 +29,9 @@
- id: home
translation: "Главная"
+- id: edit_post
+ translation: "Редактировать"
+
- id: code_copy
translation: "копировать"