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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgiy Mogelashvili <gmogelashvili@gmail.com>2021-04-13 16:43:25 +0300
committerGitHub <noreply@github.com>2021-04-13 16:43:25 +0300
commiteb0aecd3a6e694491e7c98ab499427c7958ffa82 (patch)
treefd2cec9f791f8705577d38c5d0a936694ba2a952
parent5ee69779a3dcd941419110d977c161675abe0132 (diff)
feat(i18n): Added support for Russian language (#322)
-rw-r--r--i18n/ru.toml169
1 files changed, 169 insertions, 0 deletions
diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 0000000..1d40b51
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,169 @@
+[ellipsis]
+other = "…"
+
+[colon]
+other = ": "
+
+[minute]
+one = "мин"
+other = "мин"
+
+[tocTitle]
+other = "Содержание"
+
+[readMore]
+other = "Читать далее"
+
+[prevPage]
+other = "Новые"
+
+[nextPage]
+other = "Старые"
+
+[copy]
+other = "Копировать"
+
+[copied]
+other = "Скопировано!"
+
+[copyrightAuthor]
+other = "Автор"
+
+[copyrightLink]
+other = "Ссылка"
+
+[copyrightLicense]
+other = "Лицензия"
+
+[shareOn]
+other = "Поделиться:"
+
+[shareOnTitle]
+other = "Поделиться "
+
+[shareViaTitle]
+other = "Поделиться "
+
+[relatedPosts]
+other = "Ещё:"
+
+[loadComments]
+other = "Загрузить комментарии?"
+
+[pageNotFound]
+other = "404 - Страница не найдена"
+
+[fofLinkText]
+other = "Домой"
+
+[searchResultsTitle]
+one = "Найден один результат для “{{ .Term }}”"
+other = "Найдено {{ .Count }} результатов для “{{ .Term }}”"
+
+[searchResultsNone]
+other = "Ничего не найдено для “{{ .Term }}”"
+
+
+# Socials
+
+[twitter]
+other = "Twitter"
+
+[facebook]
+other = "Facebook"
+
+[linkedin]
+other = "LinkedIn"
+
+[telegram]
+other = "Telegram"
+
+[weibo]
+other = "Weibo"
+
+[douban]
+other = "Douban"
+
+[qq]
+other = "QQ"
+
+[qzone]
+other = "Qzone"
+
+[qrcode]
+other = "QR Code"
+
+
+# Months
+# Used for `i18nMonth`
+
+[january]
+other = "Январь"
+
+[february]
+other = "Февраль"
+
+[march]
+other = "Март"
+
+[april]
+other = "Апрель"
+
+[may]
+other = "Март"
+
+[june]
+other = "Июнь"
+
+[july]
+other = "Июль"
+
+[august]
+other = "Август"
+
+[september]
+other = "Сентябрь"
+
+[october]
+other = "Октябрь"
+
+[november]
+other = "Ноябрь"
+
+[december]
+other = "Декабрь"
+
+
+# Numbers
+# Used for `i18nYear`
+
+[0]
+other = "0"
+
+[1]
+other = "1"
+
+[2]
+other = "2"
+
+[3]
+other = "3"
+
+[4]
+other = "4"
+
+[5]
+other = "5"
+
+[6]
+other = "6"
+
+[7]
+other = "7"
+
+[8]
+other = "8"
+
+[9]
+other = "9"
+