From 2133fd8ffcfb161f24a833f12c48333f372e27eb Mon Sep 17 00:00:00 2001 From: Pavel Tsaregorodtsev Date: Mon, 20 Jan 2020 00:50:37 +0300 Subject: add ru localisation (#193) --- i18n/ru.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 i18n/ru.toml (limited to 'i18n') 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/). Создано с использованием [ и ](https://victoria.dev) участниками open source сообщества." -- cgit v1.2.3