diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 3 | ||||
| -rw-r--r-- | i18n/ru.toml | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index f1a413f..bc92d51 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -39,3 +39,6 @@ [send] other = 'Send' + +[all_publications] + other = 'All publications' diff --git a/i18n/ru.toml b/i18n/ru.toml index a2db4b2..2598df1 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -5,7 +5,7 @@ other = 'Вернуться наверх' [more] - other = 'Далее...' + other = 'Читать далее...' [updated_at] other = 'Обновлено' @@ -17,7 +17,7 @@ other = 'Ваше имя' [email_addres] - other = 'Email' + other = 'Обратный адрес' [message] other = 'Сообщение' @@ -39,3 +39,6 @@ [send] other = 'Отправить' + +[all_publications] + other = 'Все публикации' |
