module.exports = { // The localised name for the language "language_name": "English", // These are the buttons on the top bar. "home_btn": "Home", "back_btn": "Back", "refresh_btn": "Refresh", "me_btn": "Me/Settings", // These are the page titles "me_page_title": "Me/Settings", "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}}", "unseal_vault_text": "Unseal the Vault", "submit_key_btn": "Submit Key", "key_input_placeholder": "Key", "unseal_keys_progress": "Keys: {{progress}}/{{keys_needed}}" }