1
0
Fork 0

added russian translation to lines in en.js

This commit is contained in:
/dev/urandom 2021-04-18 14:52:10 +03:00
parent 317a2100fe
commit 4dcea3c90c

20
src/translations/ru.js Normal file
View file

@ -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}}"
}