From 2363cf51857da78b7490b304e392b22086c23684 Mon Sep 17 00:00:00 2001 From: Elizaveta <71515870+driukova@users.noreply.github.com> Date: Sat, 28 Nov 2020 18:11:05 +0300 Subject: [PATCH] Add ru.toml (#175) --- i18n/ru.toml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 i18n/ru.toml diff --git a/i18n/ru.toml b/i18n/ru.toml new file mode 100644 index 000000000..725d4bb14 --- /dev/null +++ b/i18n/ru.toml @@ -0,0 +1,51 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Главная" + +[posts] +other = "Посты" + +[toc_heading] +other = "Оглавление" + +[at] +other = "в" + +[resume] +other = "Резюме" + +[navigation] +other = "Навигация" + +[contact_me] +other = "Контакты:" + +[email] +other = "Email" + +[phone] +other = "Телефон" + +[newsletter_text] +other = "Подпишитесь на уведомления, чтобы не пропустить новый пост" + +[newsletter_input_placeholder] +other = "Введите email" + +[newsletter_warning] +other = "Ваши данные в безопасности" + +[submit] +other = "Подтвердить" + +[hugoAttributionText] +other = "Создано при помощи" + +[prev] +other = "Предыдущий" + +[next] +other = "Следующий" + +[improve_this_page] +other = "Улучшить эту страницу" \ No newline at end of file