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.json88
1 files changed, 85 insertions, 3 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index cb955ee6b..56744ddac 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1,5 +1,87 @@
{
- "login.find_teams": "Find your other teams",
- "login.forgot_password": "I forgot my password",
- "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured"
+ "admin.nav.switch": "Switch to {display_name}",
+ "admin.nav.logout": "Logout",
+ "admin.nav.help": "Help",
+ "admin.nav.report": "Report a Problem",
+ "admin.sidebarHeader.systemConsole": "System Console",
+ "admin.sidebar.loading": "Loading",
+ "admin.sidebar.rmTeamSidebar": "Remove team from sidebar menu",
+ "admin.sidebar.addTeamSidebar": "Add team from sidebar menu",
+ "admin.sidebar.users": "- Users",
+ "admin.sidebar.statistics": "- Statistics",
+ "admin.sidebar.ldap": "LDAP Settings",
+ "admin.sidebar.license": "Edition and License",
+ "admin.sidebar.reports": "SITE REPORTS",
+ "admin.sidebar.view_statistics": "View Statistics",
+ "admin.sidebar.settings": "SETTINGS",
+ "admin.sidebar.service": "Service Settings",
+ "admin.sidebar.team": "Team Settings",
+ "admin.sidebar.sql": "SQL Settings",
+ "admin.sidebar.email": "Email Settings",
+ "admin.sidebar.file": "File Settings",
+ "admin.sidebar.log": "Log Settings",
+ "admin.sidebar.rate_limit": "Rate Limit Settings",
+ "admin.sidebar.privacy": "Privacy Settings",
+ "admin.sidebar.gitlab": "GitLab Settings",
+ "admin.sidebar.support": "Legal and Support Settings",
+ "admin.sidebar.teams": "TEAMS ({count})",
+ "admin.sidebar.other": "OTHER",
+ "admin.sidebar.logs": "Logs",
+ "admin.email.notificationDisplayExample": "Ex: \"Mattermost Notification\", \"System\", \"No-Reply\"",
+ "admin.email.notificationEmailExample": "Ex: \"mattermost@yourcompany.com\", \"admin@yourcompany.com\"",
+ "admin.email.smtpUsernameExample": "Ex: \"admin@yourcompany.com\", \"AKIADTOVBGERKLCBV\"",
+ "admin.email.smtpPasswordExample": "Ex: \"yourpassword\", \"jcuS8PuvcpGhpgHhlcpT1Mx42pnqMxQY\"",
+ "admin.email.smtpServerExample": "Ex: \"smtp.yourcompany.com\", \"email-smtp.us-east-1.amazonaws.com\"",
+ "admin.email.smtpPortExample": "Ex: \"25\", \"465\"",
+ "admin.email.connectionSecurityNone": "None",
+ "admin.email.connectionSecurityTls": "TLS (Recommended)",
+ "admin.email.connectionSecurityStart": "STARTTLS",
+ "admin.email.inviteSaltExample": "Ex \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
+ "admin.email.passwordSaltExample": "Ex \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
+ "admin.email.pushServerEx": "E.g.: \"https://push-test.mattermost.com\"",
+ "admin.email.testing": "Testing...",
+ "admin.email.saving": "Saving Config...",
+ "admin.email.emailSuccess": "No errors were reported while sending an email. Please check your inbox to make sure.",
+ "admin.email.emailFail": "Connection unsuccessful: {error}",
+ "admin.email.emailSettings": "Email Settings",
+ "admin.email.allowSignupTitle": "Allow Sign Up With Email: ",
+ "admin.email.true": "true",
+ "admin.email.false": "false",
+ "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
+ "admin.email.notificationsTitle": "Send Email Notifications: ",
+ "admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
+ "admin.email.requireVerificationTitle": "Require Email Verification: ",
+ "admin.email.requireVerificationDescription": "Typically set to true in production. When true, Mattermost requires email verification after account creation prior to allowing login. Developers may set this field to false so skip sending verification emails for faster development.",
+ "admin.email.notificationDisplayTitle": "Notification Display Name:",
+ "admin.email.notificationDisplayDescription": "Display name on email account used when sending notification emails from Mattermost.",
+ "admin.email.notificationEmailTitle": "Notification Email Address:",
+ "admin.email.notificationEmailDescription": "Email address displayed on email account used when sending notification emails from Mattermost.",
+ "admin.email.smtpUsernameTitle": "SMTP Username:",
+ "admin.email.smtpUsernameDescription": " Obtain this credential from administrator setting up your email server.",
+ "admin.email.smtpPasswordTitle": "SMTP Password:",
+ "admin.email.smtpPasswordDescription": " Obtain this credential from administrator setting up your email server.",
+ "admin.email.smtpServerTitle": "SMTP Server:",
+ "admin.email.smtpServerDescription": "Location of SMTP email server.",
+ "admin.email.smtpPortTitle": "SMTP Port:",
+ "admin.email.smtpPortDescription": "Port of SMTP email server.",
+ "admin.email.connectionSecurityTitle": "Connection Security:",
+ "admin.email.connectionSecurityNoneDescription": "Mattermost will send email over an unsecure connection.",
+ "admin.email.connectionSecurityTlsDescription": "Encrypts the communication between Mattermost and your email server.",
+ "admin.email.connectionSecurityStartDescription": "Takes an existing insecure connection and attempts to upgrade it to a secure connection using TLS.",
+ "admin.email.connectionSecurityTest": "Test Connection",
+ "admin.email.inviteSaltTitle": "Invite Salt:",
+ "admin.email.inviteSaltDescription": "32-character salt added to signing of email invites. Randomly generated on install. Click \"Re-Generate\" to create new salt.",
+ "admin.email.regenerate": "Re-Generate",
+ "admin.email.passwordSaltTitle": "Password Reset Salt:",
+ "admin.email.passwordSaltDescription": "32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Re-Generate\" to create new salt.",
+ "admin.email.pushTitle": "Send Push Notifications: ",
+ "admin.email.pushDesc": "Typically set to true in production. When true, Mattermost attempts to send iOS and Android push notifications through the push notification server.",
+ "admin.email.pushServerTitle": "Push Notification Server:",
+ "admin.email.pushServerDesc": "Location of Mattermost push notification service you can set up behind your firewall using https://github.com/mattermost/push-proxy. For testing you can use https://push-test.mattermost.com, which connects to the sample Mattermost iOS app in the public Apple AppStore. Please do not use test service for production deployments.",
+ "admin.email.save": "Save",
+ "admin.select_team.selectTeam": "Select Team",
+ "admin.select_team.close": "Close",
+ "admin.select_team.select": "Select",
+ "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured",
+ "loading_screen.loading": "Loading"
} \ No newline at end of file