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.json476
1 files changed, 475 insertions, 1 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 45000a890..de955349e 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1,4 +1,73 @@
{
+ "about.teamEdtion": "Team Edition",
+ "about.enterpriseEdition": "Enterprise Edition",
+ "about.licensed": "Licensed by:",
+ "about.title": "About Mattermost",
+ "about.version": "Version:",
+ "about.number": "Build Number:",
+ "about.date": "Build Date:",
+ "about.hash": "Build Hash:",
+ "about.close": "Close",
+ "access_history.sessionRevoked": "The session with id {sessionId} was revoked",
+ "access_history.channelCreated": "Created the {channelName} channel/group",
+ "access_history.establishedDM": "Established a direct message channel with {username}",
+ "access_history.nameUpdated": "Updated the {channelName} channel/group name",
+ "access_history.headerUpdated": "Updated the {channelName} channel/group header",
+ "access_history.channelDeleted": "Deleted the channel/group with the URL {url}",
+ "access_history.userAdded": "Added {username} to the {channelName} channel/group",
+ "access_history.userRemoved": "Removed {username} to the {channelName} channel/group",
+ "access_history.attemptedRegisterApp": "Attempted to register a new OAuth Application with ID {id}",
+ "access_history.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access",
+ "access_history.successfullOAuthAccess": "Successfully gave a new OAuth service access",
+ "access_history.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback",
+ "access_history.attemptedOAuthToken": "Attempted to get an OAuth access token",
+ "access_history.successfullOAuthToken": "Successfully added a new OAuth service",
+ "access_history.oauthTokenFailed": "Failed to get an OAuth access token - {token}",
+ "access_history.attemptedLogin": "Attempted to login",
+ "access_history.successfullLogin": "Successfully logged in",
+ "access_history.failedLogin": "FAILED login attempt",
+ "access_history.updatePicture": "Updated your profile picture",
+ "access_history.updateGeneral": "Updated the general settings of your account",
+ "access_history.attemptedPassword": "Attempted to change password",
+ "access_history.successfullPassword": "Successfully changed password",
+ "access_history.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth",
+ "access_history.updatedRol": "Updated user role(s) to ",
+ "access_history.member": "member",
+ "access_history.accountActive": "Account made active",
+ "access_history.accountInactive": "Account made inactive",
+ "access_history.by": " by {username}",
+ "access_history.byAdmin": " by an admin",
+ "access_history.sentEmail": "Sent an email to {email} to reset your password",
+ "access_history.attemptedReset": "Attempted to reset password",
+ "access_history.successfullReset": "Successfully reset password",
+ "access_history.updateGlobalNotifications": "Updated your global notification settings",
+ "access_history.attemptedWebhookCreate": "Attempted to create a webhook",
+ "access_history.successfullWebhookCreate": "Successfully created a webhook",
+ "access_history.failedWebhookCreate": "Failed to create a webhook - bad channel permissions",
+ "access_history.attemptedWebhookDelete": "Attempted to delete a webhook",
+ "access_history.successfullWebhookDelete": "Successfully deleted a webhook",
+ "access_history.failedWebhookDelete": "Failed to delete a webhook - inappropriate conditions",
+ "access_history.logout": "Logged out of your account",
+ "access_history.verified": "Sucessfully verified your email address",
+ "access_history.revokedAll": "Revoked all current sessions for the team",
+ "access_history.loginAttempt": " (Login attempt)",
+ "access_history.loginFailure": " (Login failure)",
+ "access_history.moreInfo": "More info",
+ "access_history.ip": "IP: {ip}",
+ "access_history.session": "Session ID: {id}",
+ "access_history.title": "Access History",
+ "activity_log_modal.iphoneNativeApp": "iPhone Native App",
+ "activity_log_modal.androidNativeApp": "Android Native App",
+ "activity_log_modal.android": "Android",
+ "activity_log.firstTime": "First time active: {date}, {time}",
+ "activity_log.os": "OS: {os}",
+ "activity_log.browser": "Browser: {browser}",
+ "activity_log.sessionId": "Session ID: {id}",
+ "activity_log.moreInfo": "More info",
+ "activity_log.lastActivity": "Last activity: {date}, {time}",
+ "activity_log.logout": "Logout",
+ "activity_log.activeSessions": "Active Sessions",
+ "activity_log.sessionsDescription": "Sessions are created when you log in with your email and password to a new browser on a device. Sessions let you use Mattermost for up to 30 days without having to log in again. If you want to log out sooner, use the 'Logout' button below to end a session.",
"admin.nav.switch": "Switch to {display_name}",
"admin.nav.logout": "Logout",
"admin.nav.help": "Help",
@@ -58,6 +127,10 @@
"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.allowEmailSignInTitle": "Allow Sign In With Email: ",
+ "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
+ "admin.email.allowUsernameSignInTitle": "Allow Sign In With Username: ",
+ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.",
"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: ",
@@ -386,6 +459,10 @@
"admin.team.save": "Save",
"admin.userList.title": "Users for {team}",
"admin.userList.title2": "Users for {team} ({count})",
+ "admin.user_item.confirmDemoteRoleTitle": "Confirm demotion from System Admin role",
+ "admin.user_item.confirmDemotion": "Confirm Demotion",
+ "admin.user_item.confirmDemoteDescription": "If you demote yourself from the System Admin role and there is not another user with System Admin privileges, you'll need to re-assign a System Admin by accessing the Mattermost server through a terminal and running the following command.",
+ "admin.user_item.confirmDemotionCmd": "platform -assign_role -team_name=\"yourteam\" -email=\"name@yourcompany.com\" -role=\"system_admin\"",
"admin.user_item.member": "Member",
"admin.user_item.sysAdmin": "System Admin",
"admin.user_item.teamAdmin": "Team Admin",
@@ -401,6 +478,12 @@
"authorize.access": "Allow <strong>{appName}</strong> access?",
"authorize.deny": "Deny",
"authorize.allow": "Allow",
+ "change_url.longer": "Must be longer than two characters",
+ "change_url.startWithLetter": "Must start with a letter or number",
+ "change_url.endWithLetter": "Must end with a letter or number",
+ "change_url.noUnderscore": "Can not contain two underscores in a row.",
+ "change_url.invalidUrl": "Invalid URL",
+ "change_url.close": "Close",
"claim.account.noEmail": "No email specified",
"claim.email_to_sso.pwdError": "Please enter your password.",
"claim.email_to_sso.pwd": "Password",
@@ -416,6 +499,13 @@
"claim.sso_to_email.description": "Upon changing your account type, you will only be able to login with your email and password.",
"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",
+ "confirm_modal.cancel": "Cancel",
+ "create_comment.commentLength": "Comment length must be less than {max} characters.",
+ "create_comment.comment": "Add Comment",
+ "create_comment.addComment": "Add a comment...",
+ "create_comment.commentTitle": "Comment",
+ "create_comment.file": "File uploading",
+ "create_comment.files": "Files uploading",
"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>",
"email_verify.almost": "{siteName}: You are almost done",
@@ -423,6 +513,11 @@
"email_verify.resend": "Resend Email",
"email_verify.sent": " Verification email sent.",
"error_bar.preview_mode": "Preview Mode: Email notifications have not been configured",
+ "upload_overlay.info": "Drop a file to upload it.",
+ "file_upload.limited": "Uploads limited to {count} files maximum. Please use additional posts for more files.",
+ "file_upload.filesAbove": "Files above {max}MB could not be uploaded: {filenames}",
+ "file_upload.fileAbove": "File above {max}MB could not be uploaded: {filename}",
+ "file_upload.pasted": "Image Pasted at ",
"find_team.submitError": "Please enter a valid email address",
"find_team.placeholder": "you@domain.com",
"find_team.findTitle": "Find Your Team",
@@ -430,6 +525,29 @@
"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",
+ "get_link.copy": "Copy Link",
+ "get_link.clipboard": " Link copied to clipboard.",
+ "get_link.close": "Close",
+ "get_team_invite_link_modal.title": "Team Invite Link",
+ "get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site.",
+ "get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
+ "invite_member.emailError": "Please enter a valid email address",
+ "invite_member.firstname": "First name",
+ "invite_member.lastname": "Last name",
+ "invite_member.modalTitle": "Discard Invitations?",
+ "invite_member.modalMessage": "You have unsent invitations, are you sure you want to discard them?",
+ "invite_member.modalButton": "Yes, Discard",
+ "invite_member.addAnother": "Add another",
+ "invite_member.autoJoin": "People invited automatically join the <strong>{channel}</strong> channel.",
+ "invite_member.send": "Send Invitation",
+ "invite_member.sending": " Sending",
+ "invite_member.send2": "Send Invitations",
+ "invite_member.inviteLink": "Team Invite Link",
+ "invite_member.teamInviteLink": "You can also invite people using the {link}.",
+ "invite_member.content": "Email is currently disabled for your team, and email invitations cannot be sent. Contact your system administrator to enable email and email invitations.",
+ "invite_member.disabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
+ "invite_member.newMember": "Invite New Member",
+ "invite_member.cancel": "Cancel",
"loading_screen.loading": "Loading",
"login_email.badTeam": "Bad team name",
"login_email.emailReq": "An email is required",
@@ -437,6 +555,14 @@
"login_email.email": "Email",
"login_email.pwd": "Password",
"login_email.signin": "Sign in",
+ "login_username.badTeam": "Bad team name",
+ "login_username.usernameReq": "A username is required",
+ "login_username.pwdReq": "A password is required",
+ "login_username.verifyEmailError": "Please verify your email address. Check your inbox for an email.",
+ "login_username.userNotFoundError": "We couldn't find an existing account matching your username for this team.",
+ "login_username.username": "Username",
+ "login_username.pwd": "Password",
+ "login_username.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",
@@ -455,6 +581,67 @@
"login.find": "Find your other teams",
"login.signTo": "Sign in to:",
"login.on": "on {siteName}",
+ "member_team_item.member": "Member",
+ "member_team_item.systemAdmin": "System Admin",
+ "member_team_item.teamAdmin": "Team Admin",
+ "member_team_item.inactive": "Inactive",
+ "member_team_item.makeAdmin": "Make Team Admin",
+ "member_team_item.makeMember": "Make Member",
+ "member_team_item.makeActive": "Make Active",
+ "member_team_item.makeInactive": "Make Inactive",
+ "more_channels.join": "Join",
+ "more_channels.noMore": "No more channels to join",
+ "more_channels.createClick": "Click 'Create New Channel' to make a new one",
+ "more_channels.close": "Close",
+ "more_channels.title": "More Channels",
+ "more_channels.create": "Create New Channel",
+ "more_direct_channels.member": "Member",
+ "more_direct_channels.search": "Search members",
+ "more_direct_channels.message": "Message",
+ "more_direct_channels.notFound": "No users found :(",
+ "more_direct_channels.count": "{count} {member}",
+ "more_direct_channels.countTotal": "{count} {member} of {total} Total",
+ "more_direct_channels.title": "Direct Messages",
+ "more_direct_channels.close": "Close",
+ "msg_typing.someone": "Someone",
+ "msg_typing.isTyping": "{user} is typing...",
+ "msg_typing.areTyping": "{users} and {last} are typing...",
+ "navbar_dropdown.inviteMember": "Invite New Member",
+ "navbar_dropdown.teamLink": "Get Team Invite Link",
+ "navbar_dropdown.manageMembers": "Manage Members",
+ "navbar_dropdown.teamSettings": "Team Settings",
+ "navbar_dropdown.console": "System Console",
+ "navbar_dropdown.switchTeam": "Switch to {team}",
+ "navbar_dropdown.create": "Create a New Team",
+ "navbar_dropdown.help": "Help",
+ "navbar_dropdown.report": "Report a Problem",
+ "navbar_dropdown.accountSettings": "Account Settings",
+ "navbar_dropdown.logout": "Logout",
+ "navbar_dropdown.about": "About Mattermost",
+ "channel_flow.invalidName": "Invalid Channel Name",
+ "channel_flow.alreadyExist": "A channel with that URL already exists",
+ "channel_flow.channel": "Channel",
+ "channel_flow.group": "Group",
+ "channel_flow.changeUrlTitle": "Change {term} URL",
+ "channel_flow.set_url_title": "Set {term} URL",
+ "channel_flow.create": "Create {term}",
+ "channel_flow.changeUrlDescription": "Some characters are not allowed in URLs and may be removed.",
+ "channel_modal.nameEx": "E.g.: \"Bugs\", \"Marketing\", \"办公室恋情\"",
+ "channel_modal.displayNameError": "This field is required",
+ "channel_modal.group": "Group",
+ "channel_modal.privateGroup1": "Create a new private group with restricted membership. ",
+ "channel_modal.publicChannel1": "Create a public channel",
+ "channel_modal.channel": "Channel",
+ "channel_modal.publicChannel2": "Create a new public channel anyone can join. ",
+ "channel_modal.privateGroup2": "Create a private group",
+ "channel_modal.modalTitle": "New ",
+ "channel_modal.name": "Name",
+ "channel_modal.edit": "Edit",
+ "channel_modal.purpose": "Purpose",
+ "channel_modal.optional": "(optional)",
+ "channel_modal.descriptionHelp": "Describe how this {term} should be used.",
+ "channel_modal.cancel": "Cancel",
+ "channel_modal.createNew": "Create New ",
"password_form.error": "Please enter at least {chars} characters.",
"password_form.update": "Your password has been updated successfully.",
"password_form.pwd": "Password",
@@ -469,6 +656,76 @@
"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",
+ "register_app.required": "Required",
+ "register_app.optional": "Optional",
+ "register_app.nameError": "Application name must be filled in.",
+ "register_app.homepageError": "Homepage must be filled in.",
+ "register_app.callbackError": "At least one callback URL must be filled in.",
+ "register_app.title": "Register a New Application",
+ "register_app.name": "Application Name",
+ "register_app.homepage": "Homepage URL",
+ "register_app.description": "Description",
+ "register_app.callback": "Callback URL",
+ "register_app.cancel": "Cancel",
+ "register_app.register": "Register",
+ "register_app.credentialsTitle": "Your Application Credentials",
+ "register_app.clientId": "Client ID",
+ "register_app.clientSecret": "Client Secret",
+ "register_app.credentialsDescription": "Save these somewhere SAFE and SECURE. Treat your Client ID as your app's username and your Client Secret as the app's password.",
+ "register_app.credentialsSave": "I have saved both my Client Id and Client Secret somewhere safe",
+ "register_app.close": "Close",
+ "register_app.dev": "Developer Applications",
+ "rhs_comment.comment": "Comment",
+ "rhs_comment.edit": "Edit",
+ "rhs_comment.del": "Delete",
+ "rhs_comment.retry": "Retry",
+ "rhs_header.details": "Message Details",
+ "rhs_root.direct": "Direct Message",
+ "rhs_root.edit": "Edit",
+ "rhs_root.del": "Delete",
+ "search_bar.search": "Search",
+ "search_bar.cancel": "Cancel",
+ "search_bar.usage": "<h4>Search Options</h4><ul><li><span>Use </span><b>\"quotation marks\"</b><span> to search for phrases</span></li><li><span>Use </span><b>from:</b><span> to find posts from specific users and </span><b>in:</b><span> to find posts in specific channels</span></li></ul>",
+ "search_header.results": "Search Results",
+ "search_header.title2": "Recent Mentions",
+ "search_item.direct": "Direct Message",
+ "search_item.jump": "Jump",
+ "search_results.usage": "<ul><li>Use <b>\"quotation marks\"</b> to search for phrases</li><li>Use <b>from:</b> to find posts from specific users and <b>in:</b> to find posts in specific channels</li></ul>",
+ "search_results.noResults": "NO RESULTS",
+ "search_results.because": "<ul>\n <li>If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term</li>\n <li>Due to the volume of results, two letter searches and common words like \"this\", \"a\" and \"is\" won't appear in search results</li>\n </ul>",
+ "setting_item_max.save": "Save",
+ "setting_item_max.cancel": "Cancel",
+ "setting_item_min.edit": "Edit",
+ "setting_picture.save": "Save",
+ "setting_picture.help": "Upload a profile picture in either JPG or PNG format, at least {width}px in width and {height}px height.",
+ "setting_picture.select": "Select",
+ "setting_picture.cancel": "Cancel",
+ "setting_upload.noFile": "No file selected.",
+ "setting_upload.select": "Select file",
+ "setting_upload.import": "Import",
+ "sidebar_header.tutorial": "<h4>Main Menu</h4>\n <p>The <strong>Main Menu</strong> is where you can <strong>Invite New Members</strong>, access your <strong>Account Settings</strong> and set your <strong>Theme Color</strong>.</p>\n <p>Team administrators can also access their <strong>Team Settings</strong> from this menu.</p><p>System administrators will find a <strong>System Console</strong> option to administrate the entire system.</p>",
+ "sidebar_right_menu.inviteNew": "Invite New Member",
+ "sidebar_right_menu.teamLink": "Get Team Invite Link",
+ "sidebar_right_menu.teamSettings": "Team Settings",
+ "sidebar_right_menu.manageMembers": "Manage Members",
+ "sidebar_right_menu.console": "System Console",
+ "sidebar_right_menu.help": "Help",
+ "sidebar_right_menu.report": "Report a Problem",
+ "sidebar_right_menu.accountSettings": "Account Settings",
+ "sidebar_right_menu.logout": "Logout",
+ "sidebar.tutorialScreen1": "<h4>Channels</h4><p><strong>Channels</strong> organize conversations across different topics. They’re open to everyone on your team. To send private communications use <strong>Direct Messages</strong> for a single person or <strong>Private Groups</strong> for multiple people.</p>",
+ "sidebar.tutorialScreen2": "<h4>\"Town Square\" and \"Off-Topic\" channels</h4>\n <p>Here are two public channels to start:</p>\n <p><strong>Town Square</strong> is a place for team-wide communication. Everyone in your team is a member of this channel.</p>\n <p><strong>Off-Topic</strong> is a place for fun and humor outside of work-related channels. You and your team can decide what other channels to create.</p>",
+ "sidebar.tutorialScreen3": "<h4>Creating and Joining Channels</h4>\n <p>Click <strong>\"More...\"</strong> to create a new channel or join an existing one.</p>\n <p>You can also create a new channel or private group by clicking the <strong>\"+\" symbol</strong> next to the channel or private group header.</p>",
+ "sidebar.removeList": "Remove from list",
+ "sidebar.more": "More ({count})",
+ "sidebar.createChannel": "Create new channel",
+ "sidebar.createGroup": "Create new group",
+ "sidebar.unreadAbove": "Unread post(s) above",
+ "sidebar.unreadBelow": "Unread post(s) below",
+ "sidebar.channels": "Channels",
+ "sidebar.moreElips": "More...",
+ "sidebar.pg": "Private Groups",
+ "sidebar.direct": "Direct Messages",
"signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.",
"signup_team_confirm.title": "Sign up Complete",
"signup_team_confirm.checkEmail": "Please check your email: <strong>{email}</strong><br />Your email contains a link to set up your team",
@@ -499,6 +756,43 @@
"suggestion.mention.channel": "Notifies everyone in the channel",
"suggestion.search.public": "Public Channels",
"suggestion.search.private": "Public Groups",
+ "team_export_tab.exporting": " Exporting...",
+ "team_export_tab.ready": " Ready for ",
+ "team_export_tab.download": "download",
+ "team_export_tab.unable": " Unable to export: {error}",
+ "team_export_tab.export": "Export",
+ "team_export_tab.exportTeam": "Export your team",
+ "general_tab.dirDisabled": "Team Directory has been disabled. Please ask a System Admin to enable the Team Directory in the System Console team settings.",
+ "general_tab.required": "This field is required",
+ "general_tab.chooseName": "Please choose a new name for your team",
+ "general_tab.includeDirTitle": "Include this team in the Team Directory",
+ "general_tab.yes": "Yes",
+ "general_tab.no": "No",
+ "general_tab.dirOff": "Team directory is turned off for this system.",
+ "general_tab.openInviteTitle": "Allow anyone to sign-up from login page",
+ "general_tab.codeTitle": "Invite Code",
+ "general_tab.codeDesc": "Click 'Edit' to regenerate Invite Code.",
+ "general_tab.teamNameInfo": "Set the name of the team as it appears on your sign-in screen and at the top of the left-hand sidebar.",
+ "general_tab.includeDirDesc": "Including this team will display the team name from the Team Directory section of the Home Page, and provide a link to the sign-in page.",
+ "general_tab.dirContact": "Contact your system administrator to turn on the team directory on the system home page.",
+ "general_tab.openInviteDesc": "When allowed, a link to account creation will be included on the sign-in page of this team and allow any visitor to sign-up.",
+ "general_tab.regenerate": "Re-Generate",
+ "general_tab.codeLongDesc": "The Invite Code is used as part of the URL in the team invitation link created by **Get Team Invite Link** in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.",
+ "general_tab.teamName": "Team Name",
+ "general_tab.title": "General Settings",
+ "team_import_tab.importSlack": "Import from Slack (Beta)",
+ "team_import_tab.importHelp": "<p>To import a team from Slack go to Slack > Team Settings > Import/Export Data > Export > Start Export. Slack does not allow you to export files, images, private groups or direct messages stored in Slack. Therefore, Slack import to Mattermost only supports importing of text messages in your Slack team's public channels.</p><p>The Slack import to Mattermost is in 'Beta'. Slack bot posts do not yet import and Slack @mentions are not currently supported.</p>",
+ "team_import_tab.importing": " Importing...",
+ "team_import_tab.successful": " Import successful: ",
+ "team_import_tab.summary": "View Summary",
+ "team_import_tab.failure": " Import failure: ",
+ "team_import_tab.import": "Import",
+ "team_member_modal.members": "{team} Members",
+ "team_member_modal.close": "Close",
+ "team_settings_modal.generalTab": "General",
+ "team_settings_modal.importTab": "Import",
+ "team_settings_modal.exportTab": "Export",
+ "team_settings_modal.title": "Team Settings",
"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",
@@ -569,6 +863,9 @@
"sso_signup.gitlab": "Create team with GitLab Account",
"sso_signup.google": "Create team with Google Apps Account",
"sso_signup.find": "Find my teams",
+ "textbox.edit": "Edit message",
+ "textbox.preview": "Preview",
+ "textbox.help": "Help",
"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",
@@ -582,5 +879,182 @@
"tutorial_tip.ok": "Okay",
"tutorial_tip.next": "Next",
"tutorial_tip.seen": "Seen this before? ",
- "tutorial_tip.out": "Opt out of these tips."
+ "tutorial_tip.out": "Opt out of these tips.",
+ "user_profile.notShared": "Email not shared",
+ "user.settings.custom_theme.sidebarBg": "Sidebar BG",
+ "user.settings.custom_theme.sidebarText": "Sidebar Text",
+ "user.settings.custom_theme.sidebarHeaderBg": "Sidebar Header BG",
+ "user.settings.custom_theme.sidebarHeaderTextColor": "Sidebar Header Text",
+ "user.settings.custom_theme.sidebarUnreadText": "Sidebar Unread Text",
+ "user.settings.custom_theme.sidebarTextHoverBg": "Sidebar Text Hover BG",
+ "user.settings.custom_theme.sidebarTextActiveBorder": "Sidebar Text Active Border",
+ "user.settings.custom_theme.sidebarTextActiveColor": "Sidebar Text Active Color",
+ "user.settings.custom_theme.onlineIndicator": "Online Indicator",
+ "user.settings.custom_theme.awayIndicator": "Away Indicator",
+ "user.settings.custom_theme.mentionBj": "Mention Jewel BG",
+ "user.settings.custom_theme.mentionColor": "Mention Jewel Text",
+ "user.settings.custom_theme.centerChannelBg": "Center Channel BG",
+ "user.settings.custom_theme.centerChannelColor": "Center Channel Text",
+ "user.settings.custom_theme.newMessageSeparator": "New Message Separator",
+ "user.settings.custom_theme.linkColor": "Link Color",
+ "user.settings.custom_theme.buttonBg": "Button BG",
+ "user.settings.custom_theme.buttonColor": "Button Text",
+ "user.settings.custom_theme.mentionHighlightBg": "Mention Highlight BG",
+ "user.settings.custom_theme.mentionHighlightLink": "Mention Highlight Link",
+ "user.settings.custom_theme.codeTheme": "Code Theme",
+ "user.settings.custom_theme.copyPaste": "Copy and paste to share theme colors:",
+ "user.settings.import_theme.submitError": "Invalid format, please try copying and pasting in again.",
+ "user.settings.import_theme.importHeader": "Import Slack Theme",
+ "user.settings.import_theme.importBody": "To import a theme, go to a Slack team and look for “Preferences -> Sidebar Theme”. Open the custom theme option, copy the theme color values and paste them here:",
+ "user.settings.import_theme.cancel": "Cancel",
+ "user.settings.import_theme.submit": "Submit",
+ "user.settings.hooks_in.channel": "Channel: ",
+ "user.settings.hooks_in.none": "None",
+ "user.settings.hooks_in.existing": "Existing incoming webhooks",
+ "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see<a href=\"http://mattermost.org/webhooks\" target=\"_blank\">http://mattermost.org/webhooks</a> to learn more.",
+ "user.settings.hooks_in.addTitle": "Add a new incoming webhook",
+ "user.settings.hooks_in.add": "Add",
+ "user.settings.languages.change": "Change interface language",
+ "user.settings.languages": "Set language",
+ "user.settings.hooks_out.optional": "Optional if channel selected",
+ "user.settings.hooks_out.callbackHolder": "Each URL must start with http:// or https://",
+ "user.settings.hooks_out.select": "--- Select a channel ---",
+ "user.settings.hooks_out.channel": "Channel: ",
+ "user.settings.hooks_out.trigger": "Trigger Words: ",
+ "user.settings.hooks_out.regen": "Regen Token",
+ "user.settings.hooks_out.none": "None",
+ "user.settings.hooks_out.existing": "Existing outgoing webhooks",
+ "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> to learn more.",
+ "user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
+ "user.settings.hooks_out.only": "Only public channels can be used",
+ "user.settings.hooks_out.comma": "Comma separated words to trigger on",
+ "user.settings.hooks_out.callback": "Callback URLs: ",
+ "user.settings.hooks_out.callbackDesc": "New line separated URLs that will receive the HTTP POST event",
+ "user.settings.hooks_out.add": "Add",
+ "user.settings.advance.sendTitle": "Send messages on Ctrl + Enter",
+ "user.settings.advance.on": "On",
+ "user.settings.advance.off": "Off",
+ "user.settings.advance.preReleaseTitle": "Preview pre-release features",
+ "user.settings.advance.feature": " Feature ",
+ "user.settings.advance.features": " Features ",
+ "user.settings.advance.enabled": "enabled",
+ "user.settings.advance.markdown_preview": "Show markdown preview option in message input box",
+ "user.settings.advance.embed_preview": "Show preview snippet of links below message",
+ "user.settings.advance.loc_preview": "Show user language in display settings",
+ "user.settings.advance.sendDesc": "If enabled 'Enter' inserts a new line and 'Ctrl + Enter' submits the message.",
+ "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview. You may also need to refresh the page before the setting will take effect.",
+ "user.settings.advance.title": "Advanced Settings",
+ "user.settings.appearance.themeColors": "Theme Colors",
+ "user.settings.appearance.customTheme": "Custom Theme",
+ "user.settings.appearance.save": "Save",
+ "user.settings.appearance.cancel": "Cancel",
+ "user.settings.appearance.title": "Appearance Settings",
+ "user.settings.appearance.import": "Import theme colors from Slack",
+ "user.settings.developer.applicationsPreview": "Applications (Preview)",
+ "user.settings.developer.thirdParty": "Open to register a new third-party application",
+ "user.settings.developer.register": "Register New Application",
+ "user.settings.developer.title": "Developer Settings",
+ "user.settings.display.normalClock": "12-hour clock (example: 4:00 PM)",
+ "user.settings.display.militaryClock": "24-hour clock (example: 16:00)",
+ "user.settings.display.clockDisplay": "Clock Display",
+ "user.settings.display.teammateDisplay": "Teammate Name Display",
+ "user.settings.display.showNickname": "Show nickname if one exists, otherwise show first and last name",
+ "user.settings.display.showUsername": "Show username (team default)",
+ "user.settings.display.showFullname": "Show first and last name",
+ "user.settings.display.fontTitle": "Display Font",
+ "user.settings.display.language": "Language",
+ "user.settings.display.preferTime": "Select how you prefer time displayed.",
+ "user.settings.display.nameOptsDesc": "Set how to display other user's names in posts and the Direct Messages list.",
+ "user.settings.display.fontDesc": "Select the font displayed in the Mattermost user interface.",
+ "user.settings.display.title": "Display Settings",
+ "user.settings.general.usernameReserved": "This username is reserved, please choose a new one.",
+ "user.settings.general.usernameRestrictions": "'Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'.",
+ "user.settings.general.validEmail": "Please enter a valid email address",
+ "user.settings.general.emailMatch": "The new emails you entered do not match.",
+ "user.settings.general.checkEmail": "Check your email at {email} to verify the address.",
+ "user.settings.general.newAddress": "New Address: {email}<br />Check your email to verify the above address.",
+ "user.settings.general.checkEmailNoAddress": "Check your email to verify your new address",
+ "user.settings.general.loginGitlab": "Log in done through GitLab",
+ "user.settings.general.validImage": "Only JPG or PNG images may be used for profile pictures",
+ "user.settings.general.imageTooLarge": "Unable to upload profile image. File is too large.",
+ "user.settings.general.uploadImage": "Click 'Edit' to upload an image.",
+ "user.settings.general.imageUpdated": "Image last updated {date}",
+ "user.settings.general.fullName": "Full Name",
+ "user.settings.general.nickname": "Nickname",
+ "user.settings.general.username": "Username",
+ "user.settings.general.email": "Email",
+ "user.settings.general.profilePicture": "Profile Picture",
+ "user.settings.general.close": "Close",
+ "user.settings.general.firstName": "First Name",
+ "user.settings.general.lastName": "Last Name",
+ "user.settings.general.notificationsLink": "Notifications",
+ "user.settings.general.notificationsExtra": "By default, you will receive mention notifications when someone types your first name. Go to {notify} settings to change this default.",
+ "user.settings.general.nicknameExtra": "Use Nickname for a name you might be called that is different from your first name and username. This is most often used when two or more people have similar sounding names and usernames.",
+ "user.settings.general.usernameInfo": "Pick something easy for teammates to recognize and recall.",
+ "user.settings.general.emailHelp1": "Email is used for sign-in, notifications, and password reset. Email requires verification if changed.",
+ "user.settings.general.emailHelp2": "Email has been disabled by your system administrator. No notification emails will be sent until it is enabled.",
+ "user.settings.general.emailHelp3": "Email is used for sign-in, notifications, and password reset.",
+ "user.settings.general.emailHelp4": "A verification email was sent to {email}.",
+ "user.settings.general.primaryEmail": "Primary Email",
+ "user.settings.general.confirmEmail": "Confirm Email",
+ "user.settings.general.emailCantUpdate": "Log in occurs through GitLab. Email cannot be updated.",
+ "user.settings.general.title": "General Settings",
+ "user.settings.integrations.incomingWebhooks": "Incoming Webhooks",
+ "user.settings.integrations.incomingWebhooksDescription": "Manage your incoming webhooks",
+ "user.settings.integrations.outWebhooks": "Outgoing Webhooks",
+ "user.settings.integrations.outWebhooksDescription": "Manage your outgoing webhooks",
+ "user.settings.integrations.title": "Integration Settings",
+ "user.settings.modal.general": "General",
+ "user.settings.modal.security": "Security",
+ "user.settings.modal.notifications": "Notifications",
+ "user.settings.modal.appearance": "Appearance",
+ "user.settings.modal.developer": "Developer",
+ "user.settings.modal.integrations": "Integrations",
+ "user.settings.modal.display": "Display",
+ "user.settings.modal.advanced": "Advanced",
+ "user.settings.modal.confirmTitle": "Discard Changes?",
+ "user.settings.modal.confirmMsg": "You have unsaved changes, are you sure you want to discard them?",
+ "user.settings.modal.confirmBtns": "Yes, Discard",
+ "user.settings.modal.title": "Account Settings",
+ "user.settings.notifications.desktop": "Send desktop notifications",
+ "user.settings.notifications.desktopSounds": "Desktop notification sounds",
+ "user.settings.notifications.emailNotifications": "Email notifications",
+ "user.settings.notifications.wordsTrigger": "Words that trigger mentions",
+ "user.settings.notifications.close": "Close",
+ "user.settings.notification.allActivity": "For all activity",
+ "user.settings.notifications.onlyMentions": "Only for mentions and direct messages",
+ "user.settings.notifications.never": "Never",
+ "user.settings.notifications.info": "Desktop notification sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.",
+ "user.settings.notifications.on": "On",
+ "user.settings.notifications.off": "Off",
+ "user.settings.notification.soundConfig": "Please configure notification sounds in your browser settings",
+ "user.settings.notifications.emailInfo": "Email notifications are sent for mentions and direct messages after you’ve been offline for more than 60 seconds or away from {siteName} for more than 5 minutes.",
+ "user.settings.notifications.sensitiveName": "Your case sensitive first name \"{first_name}\"",
+ "user.settings.notifications.sensitiveUsername": "Your non-case sensitive username \"{username}\"",
+ "user.settings.notifications.usernameMention": "Your username mentioned \"@{username}\"",
+ "user.settings.notifications.teamWide": "Team-wide mentions \"@all\"",
+ "user.settings.notifications.channelWide": "Channel-wide mentions \"@channel\"",
+ "user.settings.notifications.sensitiveWords": "Other non-case sensitive words, separated by commas:",
+ "user.settings.notifications.noWords": "No words configured",
+ "user.settings.notifications.title": "Notification Settings",
+ "user.settings.notifications.header": "Notifications",
+ "user.settings.security.currentPasswordError": "Please enter your current password",
+ "user.settings.security.passwordLengthError": "New passwords must be at least {chars} characters",
+ "user.settings.security.passwordMatchError": "The new passwords you entered do not match",
+ "user.settings.security.password": "Password",
+ "user.settings.security.lastUpdated": "Last updated {date} at {time}",
+ "user.settings.security.method": "Sign-in Method",
+ "user.settings.security.close": "Close",
+ "user.settings.security.currentPassword": "Current Password",
+ "user.settings.security.newPassword": "New Password",
+ "user.settings.security.retypePassword": "Retype New Password",
+ "user.settings.security.switchEmail": "Switch to using email and password",
+ "user.settings.security.switchGitlab": "Switch to using GitLab SSO",
+ "user.settings.security.switchGoogle": "Switch to using Google SSO",
+ "user.settings.security.oneSignin": "You may only have one sign-in method at a time. Switching sign-in method will send an email notifying you if the change was successful.",
+ "user.settings.security.emailPwd": "Email and Password",
+ "user.settings.security.gitlab": "GitLab SSO",
+ "user.settings.security.title": "Security Settings",
+ "user.settings.security.viewHistory": "View Access History",
+ "user.settings.security.logoutActiveSessions": "View and Logout of Active Sessions"
} \ No newline at end of file