diff --git a/src/translations/ru.js b/src/translations/ru.js new file mode 100644 index 0000000..4e81b63 --- /dev/null +++ b/src/translations/ru.js @@ -0,0 +1,20 @@ +module.exports = { + // These are the buttons on the top bar. + "home_btn": "Главная страница", + "back_btn": "Назад", + "refresh_btn": "Обновить", + "me_btn": "Профиль/параметры", + // These are the page titles + "me_page_title": "Профиль/параметры", + "home_page_title": "Главная страница", + + // These are all o the other translations + "log_out_btn": "Выход", + "copy_token_btn": "Копировать ключ", + "renew_lease_btn": "Продлить время действия ключа", + + "vaulturl_text": "Адрес хранилища: {{text}}", + "password_generator_btn": "Генератор паролей", + "your_token_expires_in": "Ключ годен до: {{date, until_date}}" + +}