From bcf83622fbd093ff77b4f6f48893a5b981a63045 Mon Sep 17 00:00:00 2001 From: wildserver <124554988+wildserver@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:11:12 +0300 Subject: [PATCH] feat(i18n): add Russian translations (#170) Co-authored-by: wildserver --- data/search/i18n/ru.toml | 54 ++++++++++++++++++++++++++++++++++++++++ i18n/ru.toml | 2 ++ 2 files changed, 56 insertions(+) create mode 100644 data/search/i18n/ru.toml create mode 100644 i18n/ru.toml diff --git a/data/search/i18n/ru.toml b/data/search/i18n/ru.toml new file mode 100644 index 00000000000..eab3f0c8adc --- /dev/null +++ b/data/search/i18n/ru.toml @@ -0,0 +1,54 @@ +[all] +other = "Все" + +[cancel] +other = "Отмена" + +[expand] +other = "Подробности" + +[index_fails] +other = "Не удалось инициализировать индекс." + +[input_placeholder] +other = "Введите поисковый запрос" + +[search_stat] +one = "Найден {total} результат за {time}." +other = "Найдено результатов: {total} за {time}." + +[sort_by_default] +other = "Лучшее совпадение" + +[sort_by_date_asc] +other = "Самый старый" + +[sort_by_date_desc] +other = "Самый новый" + +[taxonomy_authors] +other = "Авторы" + +[taxonomy_categories] +other = "Категории" + +[taxonomy_series] +other = "Серии" + +[taxonomy_tags] +other = "Теги" + +[to_close] +other = "Закрыть" + +[to_navigate] +other = "Навигация" + +[to_search] +other = "Поиск" + +[to_select] +other = "Выбрать" + +[years] +other = "Год" diff --git a/i18n/ru.toml b/i18n/ru.toml new file mode 100644 index 00000000000..077f021443b --- /dev/null +++ b/i18n/ru.toml @@ -0,0 +1,2 @@ +[search] +other = "Поиск"