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

28 lines
821 B
JavaScript
Raw Normal View History

2021-04-18 11:28:55 +01:00
module.exports = {
// The localised name for the language
"language_name": "English",
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",
2021-04-19 19:45:51 +01:00
"your_token_expires_in": "Your token expires in {{date, until_date}}",
"unseal_vault_text": "Unseal the Vault",
"submit_key_btn": "Submit Key",
"key_input_placeholder": "Key",
"unseal_keys_progress": "Keys: {{progress}}/{{keys_needed}}"
2021-04-18 11:52:24 +01:00
2021-04-18 11:28:55 +01:00
}