diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/en.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index e7ffa64..a5dd5d4 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -90,6 +90,8 @@ export default { 'register.resend_sent': 'A new code has been sent.', 'login.pending_verification': 'Your email is not yet verified. Please check your inbox for the verification code.', 'login.verify_link': 'Verify email', + 'login.invalid': "Wrong username or passphrase.", + 'login.locked': "Too many wrong passphrases for this account. Try again in {minutes} min, or reset your passphrase.", // Sign-in page: what MeshBay is (browser only) 'welcome.title': 'The Internet as it was meant to be.', 'welcome.lead': 'MeshBay is open-source software that gives you remote access to your personal files, and runs applications on top of the storage on your own computer:', @@ -489,6 +491,11 @@ export default { 'admin.mail_email_change_cooldown': "Seconds before an account may propose another address", 'admin.mail_save': "Save mail limits", 'admin.mail_reset_defaults': "Restore defaults", + 'admin.login_heading': "Sign-in", + 'admin.login_hint': "After this many wrong passphrases for one username, signing in with a passphrase is refused for the set duration. Sessions already open and registered devices keep working, and a passphrase reset ends the lockout. 0 turns it off.", + 'admin.login_max_failures': "Wrong passphrases before a lockout", + 'admin.login_lockout_minutes': "Lockout duration (minutes)", + 'admin.login_save': "Save sign-in limits", 'admin.mail_state_is_in_stats': "The current hour's usage is shown under Statistics.", 'admin.mail_state_hint': "Resets and invitations may spend the whole budget; sign-ups and address changes may not spend the share reserved for them. Administrators are notified once per hour when either ceiling is reached.", 'admin.mail_left_signups': "Left for sign-ups", |