From e0969a4ab96d939527a31101764b8bf780788dd9 Mon Sep 17 00:00:00 2001
From: Kirill <ponfertato@ya.ru>
Date: Mon, 19 Jun 2023 12:21:00 +0000
Subject: [PATCH] Update Russian translation in i18/ru.toml (#816)

---
 i18n/ru.toml |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/i18n/ru.toml b/i18n/ru.toml
index e3885aa..e8bb77c 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -1,18 +1,18 @@
 [categories]
 one = "категория"
-other = "categories"
+other = "категории"
 
 [tags]
 one = "тэг"
-other = "tags"
+other = "тэги"
 
 [series]
-one = "серии"
-other = "series"
+one = "серия"
+other = "серии"
 
 [authors]
 one = "автор"
-other = "authors"
+other = "авторы"
 
 [posts]
 other = "статьи"
@@ -32,7 +32,7 @@
 other = "Можете вернуться обратно на <a href=\"{{ . }}\">домашнюю страницу</a>."
 
 [licensed_under]
-other = "Licensed under"
+other = "Лицензирован по"
 
 [powered_by]
 other = "Работает на"
@@ -41,25 +41,25 @@
 other = "Также смотреть"
 
 [note]
-other = "note"
+other = "заметка"
 
 [tip]
-other = "tip"
+other = "совет"
 
 [example]
-other = "example"
+other = "пример"
 
 [question]
-other = "question"
+other = "вопрос"
 
 [info]
-other = "info"
+other = "информация"
 
 [warning]
-other = "warning"
+other = "предупреждение"
 
 [error]
-other = "error"
+other = "ошибка"
 
 [link_to_heading]
-other = "Link to heading"
+other = "Ссылка на заголовок"

--
Gitblit v1.10.0