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

20 lines
571 B
JavaScript
Raw Normal View History

2021-04-18 11:28:55 +01:00
module.exports = {
2021-04-18 11:52:24 +01:00
// These are the buttons on the top bar.
2021-04-18 11:28:55 +01:00
"home_btn": "Home",
"back_btn": "Back",
2021-04-18 11:52:24 +01:00
"refresh_btn": "Refresh",
2021-04-18 12:07:58 +01:00
"me_btn": "Me/Settings",
2021-04-18 11:52:24 +01:00
// These are the page titles
2021-04-18 12:07:58 +01:00
"me_page_title": "Me/Settings",
2021-04-18 11:52:24 +01:00
"home_page_title": "Home",
// These are all o the other translations
"log_out_btn": "Log Out",
"copy_token_btn": "Copy Token",
"renew_lease_btn": "Renew Token Lease",
"vaulturl_text": "Vault URL: {{text}}",
"password_generator_btn": "Password Generator",
"your_token_expires_in": "Your token expires in {{date, until_date}}"
2021-04-18 11:28:55 +01:00
}