summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json17
1 files changed, 13 insertions, 4 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index d2e340641..2a536925c 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -661,8 +661,10 @@
"email_signup.find": "Find my teams",
"email_verify.almost": "{siteName}: You are almost done",
"email_verify.notVerifiedBody": "Please verify your email address. Check your inbox for an email.",
+ "email_verify.verifyFailed": "Failed to verify your email.",
"email_verify.resend": "Resend Email",
"email_verify.sent": " Verification email sent.",
+ "email_verify.failed": " Failed to send verification email.",
"email_verify.verified": "{siteName} Email Verified",
"email_verify.verifiedBody": "<p>Your email has been verified! Click <a href={url}>here</a> to log in.</p>",
"error_bar.preview_mode": "Preview Mode: Email notifications have not been configured",
@@ -758,6 +760,7 @@
"login.or": "or",
"login.signTo": "Sign in to:",
"login.verified": " Email Verified",
+ "login.session_expired": " Your session has expired. Please login again.",
"login_email.badTeam": "Bad team name",
"login_email.email": "Email",
"login_email.emailReq": "An email is required",
@@ -822,16 +825,16 @@
"navbar_dropdown.teamSettings": "Team Settings",
"password_form.change": "Change my password",
"password_form.click": "Click <a href={url}>here</a> to log in.",
- "password_form.enter": "Enter a new password for your {teamDisplayName} {siteName} account.",
+ "password_form.enter": "Enter a new password for your {siteName} account.",
"password_form.error": "Please enter at least {chars} characters.",
"password_form.pwd": "Password",
"password_form.title": "Password Reset",
"password_form.update": "Your password has been updated successfully.",
"password_send.checkInbox": "Please check your inbox.",
- "password_send.description": "To reset your password, enter the email address you used to sign up for {teamName}.",
+ "password_send.description": "To reset your password, enter the email address you used to sign up.",
"password_send.email": "Email",
"password_send.error": "Please enter a valid email address.",
- "password_send.link": "<p>A password reset link has been sent to <b>{email}</b> for your <b>{teamDisplayName}</b> team on {hostname}.</p>",
+ "password_send.link": "<p>A password reset link has been sent to <b>{email}</b></p>",
"password_send.reset": "Reset my password",
"password_send.title": "Password Reset",
"post_attachment.collapse": "▲ collapse text",
@@ -1303,5 +1306,11 @@
"view_image.loading": "Loading ",
"view_image_popover.download": "Download",
"view_image_popover.file": "File {count} of {total}",
- "view_image_popover.publicLink": "Get Public Link"
+ "view_image_popover.publicLink": "Get Public Link",
+ "web.footer.about": "About",
+ "web.footer.help": "Help",
+ "web.footer.privacy": "Privacy",
+ "web.footer.terms": "Terms",
+ "web.header.back": "Back",
+ "web.root.singup_info": "All team communication in one place, searchable and accessible anywhere"
}