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.json72
1 files changed, 71 insertions, 1 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index ae302b86e..5127d38d5 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -396,6 +396,11 @@
"admin.user_item.makeActive": "Make Active",
"admin.user_item.makeInactive": "Make Inactive",
"admin.user_item.resetPwd": "Reset Password",
+ "authorize.title": "An application would like to connect to your {teamName} account",
+ "authorize.app": "The app {appName} would like the ability to access and modify your basic information.",
+ "authorize.access": "Allow {appName} access?",
+ "authorize.deny": "Deny",
+ "authorize.allow": "Allow",
"claim.account.noEmail": "No email specified",
"claim.email_to_sso.pwdError": "Please enter your password.",
"claim.email_to_sso.pwd": "Password",
@@ -412,11 +417,76 @@
"claim.sso_to_email_newPwd": "Enter a new password for your {team} {site} account",
"claim.sso_to_email.switchTo": "Switch {type} to email and password",
"error_bar.preview_mode": "Preview Mode: Email notifications have not been configured",
+ "find_team.submitError": "Please enter a valid email address",
+ "find_team.placeholder": "you@domain.com",
+ "find_team.findTitle": "Find Your Team",
+ "find_team.findDescription": "An email was sent with links to any teams to which you are a member.",
+ "find_team.getLinks": "Get an email with links to any teams to which you are a member.",
+ "find_team.email": "Email",
+ "find_team.send": "Send",
"loading_screen.loading": "Loading",
+ "login_email.badTeam": "Bad team name",
+ "login_email.emailReq": "An email is required",
+ "login_email.pwdReq": "A password is required",
+ "login_email.email": "Email",
+ "login_email.pwd": "Password",
+ "login_email.signin": "Sign in",
+ "login_ldap.badTeam": "Bad team name",
+ "login_ldap.idlReq": "An LDAP ID is required",
+ "login_ldap.pwdReq": "An LDAP password is required",
+ "login_ldap.username": "LDAP Username",
+ "login_ldap.pwd": "LDAP Password",
+ "login_ldap.signin": "Sign in",
+ "login.gitlab": "with GitLab",
+ "login.google": "with Google Apps",
+ "login.changed": " Sign-in method changed successfully",
+ "login.verified": " Email Verified",
+ "login.or": "or",
+ "login.forgot": "I forgot my password",
+ "login.noAccount": "Don't have an account? ",
+ "login.create": "Create one now",
+ "login.createTeam": "Create a new team",
+ "login.find": "Find your other teams",
+ "login.signTo": "Sign in to:",
+ "login.on": "on {siteName}",
+ "password_form.error": "Please enter at least {chars} characters.",
+ "password_form.update": "Your password has been updated successfully.",
+ "password_form.pwd": "Password",
+ "password_form.click": "Click <a href={url}>here</a> to log in.",
+ "password_form.title": "Password Reset",
+ "password_form.enter": "Enter a new password for your {teamDisplayName} {siteName} account.",
+ "password_form.change": "Change my password",
+ "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.checkInbox": "Please check your inbox.",
+ "password_send.email": "Email",
+ "password_send.title": "Password Reset",
+ "password_send.description": "To reset your password, enter the email address you used to sign up for {teamName}.",
+ "password_send.reset": "Reset my password",
+ "signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.",
+ "signup_team.choose": "Choose a Team",
+ "signup_team.createTeam": "Or Create a Team",
+ "signup_team.disabled": "Team creation has been disabled. Please contact an administrator for access.",
+ "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.",
"suggestion.mention.all": "Notifies everyone in the team",
"suggestion.mention.channel": "Notifies everyone in the channel",
"suggestion.search.public": "Public Channels",
- "suggestion.search.private": "Private Groups",
+ "suggestion.search.private": "Public Groups",
+ "choose_auth_page.gitlabCreate": "Create new team with GitLab Account",
+ "choose_auth_page.googleCreate": "Create new team with Google Apps Account",
+ "choose_auth_page.emailCreate": "Create new team with email address",
+ "choose_auth_page.noSignup": "No sign-up methods configured, please contact your system administrator.",
+ "choose_auth_page.find": "Find my teams",
+ "email_signup.emailError": "Please enter a valid email address",
+ "email_signup.address": "Email Address",
+ "email_signup.createTeam": "Create Team",
+ "email_signup.find": "Find my teams",
+ "sso_signup.team_error": "Please enter a team name",
+ "sso_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
+ "sso_signup.teamName": "Enter name of new team",
+ "sso_signup.gitlab": "Create team with GitLab Account",
+ "sso_signup.google": "Create team with Google Apps Account",
+ "sso_signup.find": "Find my teams",
"tutorial_intro.screenOne": "<h3>Welcome to:</h3>\n <h1>Mattermost</h1>\n <p>Your team communication all in one place, instantly searchable and available anywhere</p>\n <p>Keep your team connected to help them achieve what matters most.</p>",
"tutorial_intro.screenTwo": "<h3>How Mattermost works:</h3>\n <p>Communication happens in public discussion channels, private groups and direct messages.</p>\n <p>Everything is archived and searchable from any web-enabled desktop, laptop or phone.</p>",
"tutorial_intro.invite": "Invite teammates",