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 b241a89..d892a10 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -51,3 +51,12 @@ [table_of_contents] other = 'Contents' + +[search_help] + other = "To search the site, enter a search term and press Enter." + +[search_site] + other = 'Search site' + +[clear_search_results] + other = 'New Search' diff --git a/i18n/ru.toml b/i18n/ru.toml index 7b2e464..23ecf30 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -51,3 +51,12 @@ [table_of_contents] other = 'Содержание' + +[search_help] + other = "Для поиска по сайту введите поисковый запрос и нажмите Enter." + +[search_site] + other = 'Поиск по сайту' + +[clear_search_results] + other = 'Новый поиск' |
