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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorPavel Tsaregorodtsev <me@ixpict.com>2020-01-20 00:50:37 +0300
committerVictoria Drake <24644237+victoriadrake@users.noreply.github.com>2020-01-20 00:50:37 +0300
commit2133fd8ffcfb161f24a833f12c48333f372e27eb (patch)
treed2b3562707023fa6cfad9c9fcdd5604802278e70 /i18n
parent964f596fe63071a54afe958cc7ee4329dd27e477 (diff)
add ru localisation (#193)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ru.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 0000000..4a78306
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,25 @@
+[404_title]
+ other = "404"
+[404_description]
+ other = "Упс! Кажется вы нашли ошибку{{ with .Site.Params.email }} (если это так, [сообщите](mailto:{{ . }})) {{ end }} или такой страницы не существует!"
+[index_projects_allProjects]
+ other = "Проекты"
+[index_blog_latestPosts]
+ other = "Свежее сообщение"
+[index_blog_allPosts]
+ other = "Всё подряд"
+[index_blog_readMore]
+ other = "Читать дальше"
+[index_currentTime]
+ other = "Текущее время"
+[nav_backToSection]
+ other = "Вернуться к {{ .Title }}"
+[nav_main]
+ other = "Главная"
+[blog_readingTime]
+ one = "Читаете {{ .Count }} минуту"
+ other = "Читаете {{ .Count }} минут"
+[blog_shareThis]
+ other = "Поделиться"
+[footer_text]
+ other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) тема для [Hugo](http://gohugo.io/). Создано с использованием [<i class=\"fa fa-heart\"></i> и <i class=\"fa fa-coffee\"></i>](https://victoria.dev) участниками open source сообщества."