diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b952baefbf..a3f6ba304ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/hugomods/search/compare/v0.5.0...v0.6.0) (2023-11-01) + + +### Features + +* **i18n:** add Russian translations ([#170](https://github.com/hugomods/search/issues/170)) ([bcf8362](https://github.com/hugomods/search/commit/bcf83622fbd093ff77b4f6f48893a5b981a63045)) + ## [0.5.0](https://github.com/hugomods/search/compare/v0.4.5...v0.5.0) (2023-10-21) 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 = "Поиск"