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",
|
|
|
|
"me_btn": "Me",
|
|
|
|
// These are the page titles
|
|
|
|
"me_page_title": "Me",
|
|
|
|
"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
|
|
|
}
|