1
0
Fork 0
VaultUI/src/translations/ru.js

21 lines
784 B
JavaScript
Raw Normal View History

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