diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 9 | ||||
| -rw-r--r-- | i18n/ru.toml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index d892a10..f65d31f 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -60,3 +60,12 @@ [clear_search_results] other = 'New Search' + +[search_enter_term] + other = 'Please enter a search term.' + +[search_no_results] + other = 'No results found.' + +[search_results] + other = 'Found results:' diff --git a/i18n/ru.toml b/i18n/ru.toml index 23ecf30..1bbb38e 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -60,3 +60,12 @@ [clear_search_results] other = 'Новый поиск' + +[search_enter_term] + other = 'Введите поисковый запрос.' + +[search_no_results] + other = 'Ничего не найдено.' + +[search_results] + other = 'Найдено результатов:' |
