"activity_log.sessionsDescription":"Sessions are created when you log in to a new browser on a device. Sessions let you use Mattermost without having to log in again for a time period specified by the System Admin. If you want to log out sooner, use the 'Logout' button below to end a session.",
"add_command.iconUrl.help":"Choose a profile picture override for the post responses to this slash command. Enter the URL of a .png or .jpg file at least 128 pixels by 128 pixels.",
"add_command.username.help":"Choose a username override for responses for this slash command. Usernames can consist of up to 22 characters consisting of lowercase letters, numbers and they symbols \"-\", \"_\", and \".\" .",
"admin.compliance.noLicense":"<h4 class=\"banner__heading\">Note:</h4><p>Compliance is an enterprise feature. Your current license does not support Compliance. Click <a href=\"http://mattermost.com\"target=\"_blank\">here</a> for information and pricing on enterprise licenses.</p>",
"admin.email.allowEmailSignInDescription":"When true, Mattermost allows users to sign in using their email and password.",
"admin.email.allowEmailSignInTitle":"Allow Sign In With Email: ",
"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.allowSignupTitle":"Allow Sign Up With Email: ",
"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.allowUsernameSignInTitle":"Allow Sign In With Username: ",
"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.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.passwordSaltDescription":"32-character salt added to signing of password reset emails. Randomly generated on install. Click \"Re-Generate\" to create new salt.",
"admin.email.pushContentDesc":"Selecting \"Send generic description with user and channel names\" provides push notifications with generic messages, including names of users and channels but no specific details from the message text.<br /><br />Selecting \"Send full message snippet\" sends excerpts from messages triggering notifications with specifics and may include confidential information sent in messages. If your Push Notification Service is outside your firewall, it is HIGHLY RECOMMENDED this option only be used with an \"https\" protocol to encrypt the connection.",
"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.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 http://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.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.gitlab.EnableHtmlDesc":"<ol><li>Log in to your GitLab account and go to Profile Settings -> Applications.</li><li>Enter Redirect URIs \"<your-mattermost-url>/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"<your-mattermost-url>/signup/gitlab/complete\". </li><li>Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.</li><li>Complete the Endpoint URLs below. </li></ol>",
"admin.gitlab.authDescription":"Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.authExample":"Ex \"\"",
"admin.gitlab.authTitle":"Auth Endpoint:",
"admin.gitlab.clientIdDescription":"Obtain this value via the instructions above for logging into GitLab",
"admin.gitlab.tokenDescription":"Enter https://<your-gitlab-url>/oauth/token. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.userDescription":"Enter https://<your-gitlab-url>/api/v3/user. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.image.previewHeightDescription":"Maximum height of preview image (\"0\": Sets to auto-size). Updating this value changes how preview images render in future, but does not change images created in the past.",
"admin.image.previewWidthDescription":"Maximum width of preview image. Updating this value changes how preview images render in future, but does not change images created in the past.",
"admin.image.publicLinkDescription":"32-character salt added to signing of public image links. Randomly generated on install. Click \"Re-Generate\" to create new salt.",
"admin.image.shareDescription":"Allow users to share public links to files and images.",
"admin.image.shareTitle":"Share Public File Link: ",
"admin.image.storeAmazonS3":"Amazon S3",
"admin.image.storeLocal":"Local File System",
"admin.image.storeTitle":"Store Files In:",
"admin.image.thumbHeightDescription":"Height of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.",
"admin.image.thumbWidthDescription":"Width of thumbnails generated from uploaded images. Updating this value changes how thumbnail images render in future, but does not change images created in the past.",
"admin.image.thumbWidthExample":"Ex \"120\"",
"admin.image.thumbWidthTitle":"Thumbnail Width:",
"admin.image.true":"true",
"admin.ldap.bannerDesc":"If a user attribute changes on the LDAP server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from an LDAP server. Synchronization with LDAP servers is planned in a future release.",
"admin.ldap.bannerHeading":"Note:",
"admin.ldap.baseDesc":"The Base DN is the Distinguished Name of the location where Mattermost should start its search for users in the LDAP tree.",
"admin.ldap.bindPwdDesc":"Password of the user given in \"Bind Username\".",
"admin.ldap.bindPwdTitle":"Bind Password:",
"admin.ldap.bindUserDesc":"The username used to perform the LDAP search. This should typically be an account created specifically for use with Mattermost. It should have access limited to read the portion of the LDAP tree specified in the BaseDN field.",
"admin.ldap.bindUserTitle":"Bind Username:",
"admin.ldap.emailAttrDesc":"The attribute in the LDAP server that will be used to populate the email addresses of users in Mattermost.",
"admin.ldap.idAttrDesc":"The attribute in the LDAP server that will be used as a unique identifier in Mattermost. It should be an LDAP attribute with a value that does not change, such as username or uid. If a user’s Id Attribute changes, it will create a new Mattermost account unassociated with their old one. This is the value used to log in to Mattermost in the \"LDAP Username\" field on the sign in page. Normally this attribute is the same as the “Username Attribute” field above. If your team typically uses domain\\\\username to sign in to other services with LDAP, you may choose to put domain\\\\username in this field to maintain consistency between sites.",
"admin.ldap.noLicense":"<h4 class=\"banner__heading\">Note:</h4><p>LDAP is an enterprise feature. Your current license does not support LDAP. Click <a href=\"http://mattermost.com\"target=\"_blank\">here</a> for information and pricing on enterprise licenses.</p>",
"admin.ldap.skipCertificateVerificationDesc":"Skips the certificate verificaiton step for TLS or STARTTLS connections. Not recommented for production enviroments where TLS is required. For testing only.",
"admin.ldap.serverDesc":"The domain or IP address of LDAP server.",
"admin.ldap.serverEx":"Ex \"10.0.0.23\"",
"admin.ldap.serverTitle":"LDAP Server:",
"admin.ldap.title":"LDAP Settings",
"admin.ldap.true":"true",
"admin.ldap.uernameAttrDesc":"The attribute in the LDAP server that will be used to populate the username field in Mattermost. This may be the same as the ID Attribute.",
"admin.licence.keyMigration":"If you’re migrating servers you may need to remove your license key from this server in order to install it on a new server. To start, <a href=\"http://mattermost.com\" target=\"_blank\">disable all Enterprise Edition features on this server</a>. This will enable the ability to remove the license key and downgrade this server from Enterprise Edition to Team Edition.",
"admin.license.uploadDesc":"Upload a license key for Mattermost Enterprise Edition to upgrade this server. <a href=\"http://mattermost.com\" target=\"_blank\">Visit us online</a> to learn more about the benefits of Enterprise Edition or to purchase a key.",
"admin.license.uploading":"Uploading License...",
"admin.log.consoleDescription":"Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option. If true, server writes messages to the standard output stream (stdout).",
"admin.log.fileDescription":"Typically set to true in production. When true, log files are written to the log file specified in file location field below.",
"admin.log.fileLevelDescription":"This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
"admin.log.formatPlaceholder":"Enter your file format",
"admin.log.formatSource":"Source",
"admin.log.formatTime":"Time (15:04:05 MST)",
"admin.log.formatTitle":"File Format:",
"admin.log.levelDescription":"This setting determines the level of detail at which log events are written to the console. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
"admin.log.levelTitle":"Console Log Level:",
"admin.log.locationDescription":"File to which log files are written. If blank, will be set to ./logs/mattermost, which writes logs to mattermost.log. Log rotation is enabled and every 10,000 lines of log information is written to new files stored in the same directory, for example mattermost.2015-09-23.001, mattermost.2015-09-23.002, and so forth.",
"admin.log.locationPlaceholder":"Enter your file location",
"admin.privacy.showEmailDescription":"When false, hides email address of users from other users in the user interface, including team owners and team administrators. Used when system is set up for managing teams where some users choose to keep their contact information private.",
"admin.privacy.showFullNameDescription":"When false, hides full name of users from other users, including team owners and team administrators. Username is shown in place of full name.",
"admin.rate.httpHeaderDescription":"When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").",
"admin.rate.memoryDescription":"Maximum number of users sessions connected to the system as determined by \"Vary By Remote Address\" and \"Vary By Header\" settings below.",
"admin.service.corsDescription":"Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.",
"admin.service.googleDescription":"Set this key to enable embedding of YouTube video previews based on hyperlinks appearing in messages or comments. Instructions to obtain a key available at <a href=\"https://www.youtube.com/watch?v=Im69kzhpR3I\" target=\"_blank\">https://www.youtube.com/watch?v=Im69kzhpR3I</a>. Leaving the field blank disables the automatic generation of YouTube video previews from links.",
"admin.service.iconDescription":"When true, webhooks and slash commands will be allowed to change the icon they post with. Note, combined with allowing username overriding, this could open users up to phishing attacks.",
"admin.service.iconTitle":"Enable Overriding Icon from Webhooks and Slash Commands: ",
"admin.service.insecureTlsDesc":"When true, any outgoing HTTPS requests will accept unverified, self-signed certificates. For example, outgoing webhooks to a server with a self-signed TLS certificate, using any domain, will be allowed. Note that this makes these connections susceptible to man-in-the-middle attacks.",
"admin.service.integrationAdmin":"Enable Integrations for Admin Only: ",
"admin.service.integrationAdminDesc":"When true, user created integrations can only be created by admins.",
"admin.service.listenAddress":"Listen Address:",
"admin.service.listenDescription":"The address to which to bind and listen. Entering \":8065\" will bind to all interfaces or you can choose one like \"127.0.0.1:8065\". Changing this will require a server restart before taking effect.",
"admin.service.mfaDesc":"When true, users will be given the option to add multi-factor authentication to their account. They will need a smartphone and an authenticator app such as Google Authenticator.",
"admin.service.mobileSessionDays":"Session Length for Mobile Device in Days:",
"admin.service.mobileSessionDaysDesc":"The native mobile session will expire after the number of days specified and will require a user to login again.",
"admin.service.overrideDescription":"When true, webhooks and slash commands will be allowed to change the username they are posting as. Note, combined with allowing icon overriding, this could open users up to phishing attacks.",
"admin.service.overrideTitle":"Enable Overriding Usernames from Webhooks and Slash Commands: ",
"admin.service.save":"Save",
"admin.service.saving":"Saving Config...",
"admin.service.securityDesc":"When true, System Administrators are notified by email if a relevant security fix alert has been announced in the last 12 hours. Requires email to be enabled.",
"admin.service.ssoSessionDays":"Session Length for SSO in Days:",
"admin.service.ssoSessionDaysDesc":"The SSO session will expire after the number of days specified and will require a user to login again.",
"admin.service.testingDescription":"(Developer Option) When true, /loadtest slash command is enabled to load test accounts and test data. Changing this will require a server restart before taking effect.",
"admin.service.testingTitle":"Enable Testing: ",
"admin.service.title":"Service Settings",
"admin.service.true":"true",
"admin.service.webSessionDays":"Session Length for Web in Days:",
"admin.service.webSessionDaysDesc":"The web session will expire after the number of days specified and will require a user to login again.",
"admin.service.webhooksDescription":"When true, incoming webhooks will be allowed. To help combat phishing attacks, all posts from webhooks will be labelled by a BOT tag.",
"admin.sql.warning":"Warning: re-generating this salt may cause some columns in the database to return empty results.",
"admin.support.aboutDesc":"Link to About page for more information on your Mattermost deployment, for example its purpose and audience within your organization. Defaults to Mattermost information page.",
"admin.support.aboutTitle":"About link:",
"admin.support.emailHelp":"Email shown during tutorial for end users to ask support questions.",
"admin.support.emailTitle":"Support email:",
"admin.support.helpDesc":"Link to help documentation from team site main menu. Typically not changed unless your organization chooses to create custom documentation.",
"admin.support.privacyDesc":"Link to Privacy Policy available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.",
"admin.support.problemDesc":"Link to help documentation from team site main menu. By default this points to the peer-to-peer troubleshooting forum where users can search for, find and request help with technical issues.",
"admin.support.problemTitle":"Report a Problem link:",
"admin.support.save":"Save",
"admin.support.saving":"Saving Config...",
"admin.support.termsDesc":"Link to Terms of Service available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.",
"admin.support.termsTitle":"Terms of Service link:",
"admin.support.title":"Legal and Support Settings",
"admin.team.restrictDescription":"Teams and user accounts can only be created from a specific domain (e.g. \"mattermost.org\") or list of comma-separated domains (e.g. \"corp.mattermost.com, mattermost.org\").",
"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.",
"channel_notifications.override":"Selecting an option other than \"Default\" will override the global notification settings. Desktop notifications are available on Firefox, Safari, and Chrome.",
"channel_notifications.preferences":"Notification Preferences for ",
"channel_notifications.unreadInfo":"The channel name is bolded in the sidebar when there are unread messages. Selecting \"Only for mentions\" will bold the channel only when you are mentioned.",
"create_post.tutorialTip":"<h4>Sending Messages</h4><p>Type here to write a message and press <strong>Enter</strong> to post it.</p><p>Click the <strong>Attachment</strong> button to upload an image or a file.</p>",
"edit_channel_purpose_modal.body":"Describe how this {type} should be used. This text appears in the channel list in the \"More...\" menu and helps others decide whether to join.",
"find_team.submitError":"Please enter a valid email address",
"general_tab.chooseName":"Please choose a new name for your team",
"general_tab.codeDesc":"Click 'Edit' to regenerate Invite Code.",
"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.codeTitle":"Invite Code",
"general_tab.dirContact":"Contact your system administrator to turn on the team directory on the system home page.",
"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.dirOff":"Team directory is turned off for this system.",
"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.includeDirTitle":"Include this team in the Team Directory",
"general_tab.no":"No",
"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.openInviteTitle":"Allow anyone to sign-up from login page",
"general_tab.regenerate":"Re-Generate",
"general_tab.required":"This field is required",
"general_tab.teamName":"Team Name",
"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.",
"get_team_invite_link_modal.help":"Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.",
"intro_messages.DM":"This is the start of your direct message history with {teammate}.<br />Direct messages and files shared here are not shown to people outside this area.",
"intro_messages.anyMember":" Any member can join and read this channel.",
"intro_messages.beginning":"Beginning of {name}",
"intro_messages.channel":"channel",
"intro_messages.creator":"This is the start of the <strong>{name}</strong> {type}, created by <strong>{creator}</strong> on <strong>{date}</strong>",
"intro_messages.default":"<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!</strong><br/><br/>This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.</p>",
"intro_messages.group":"private group",
"intro_messages.invite":"Invite others to this {type}",
"intro_messages.inviteOthers":"Invite others to this team",
"intro_messages.noCreator":"This is the start of the {name} {type}, created on {date}.",
"intro_messages.offTopic":"<h4 class=\"channel-intro__title\">Beginning of {display_name}</h4><p class=\"channel-intro__content\">This is the start of {display_name}, a channel for non-work-related conversations.<br/></p>",
"intro_messages.onlyInvited":" Only invited members can see this private group.",
"intro_messages.setHeader":"Set a Header",
"intro_messages.teammate":"This is the start of your direct message history with this teammate. Direct messages and files shared here are not shown to people outside this area.",
"invite_member.addAnother":"Add another",
"invite_member.autoJoin":"People invited automatically join the <strong>{channel}</strong> channel.",
"invite_member.cancel":"Cancel",
"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.",
"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",
"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_results.because":"<ul><li>If you're searching a partial phrase (ex. searching \"rea\", looking for \"reach\" or \"reaction\"), append a * to your search term</li><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></ul>",
"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>",
"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>\"{townsquare}\" and \"{offtopic}\" channels</h4><p>Here are two public channels to start:</p><p><strong>{townsquare}</strong> is a place for team-wide communication. Everyone in your team is a member of this channel.</p><p><strong>{offtopic}</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><p>Click <strong>\"More...\"</strong> to create a new channel or join an existing one.</p><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_header.tutorial":"<h4>Main Menu</h4><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><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>",
"signup_user_completed.passwordLength":"Please enter at least {min} characters",
"signup_user_completed.required":"This field is required",
"signup_user_completed.reserved":"This username is reserved, please choose a new one.",
"signup_user_completed.userHelp":"Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'",
"signup_user_completed.usernameLength":"Username must begin with a letter, and contain between {min} to {max} lowercase characters made up of numbers, letters, and the symbols '.', '-' and '_'.",
"signup_user_completed.validEmail":"Please enter a valid email address",
"signup_user_completed.welcome":"Welcome to:",
"signup_user_completed.whatis":"What's your email address?",
"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_members_dropdown.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.",
"team_members_dropdown.confirmDemoteRoleTitle":"Confirm demotion from System Admin role",
"team_signup_email.different":"Please use a different email than the one used at signup",
"team_signup_email.validEmail":"Please enter a valid email address",
"team_signup_password.agreement":"By proceeding to create your account and use {siteName}, you agree to our <a href='/static/help/terms.html'>Terms of Service</a> and <a href='/static/help/privacy.html'>Privacy Policy</a>. If you do not agree, you cannot use {siteName}.",
"team_signup_password.back":"Back to previous step",
"team_signup_password.choosePwd":"Choose your password",
"team_signup_password.hint":"Passwords must contain {min} to {max} characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.",
"team_signup_password.passwordError":"Please enter at least {chars} characters",
"team_signup_password.selectPassword":"Select a password that you'll use to login with your email address:",
"team_signup_send_invites.back":"Back to previous step",
"team_signup_send_invites.disabled":"Email is currently disabled for your team, and emails cannot be sent. Contact your system administrator to enable email and email invitations.",
"team_signup_url.hint":"<li>Short and memorable is best</li><li>Use lowercase letters, numbers and dashes</li><li>Must start with a letter and can't end in a dash</li>",
"team_signup_url.next":"Next",
"team_signup_url.regex":"Use only lower case letters, numbers and dashes. Must start with a letter and can't end in a dash.",
"team_signup_url.required":"This field is required",
"team_signup_username.hint":"Usernames must begin with a letter and contain between {min} to {max} characters made up of lowercase letters, numbers, and the symbols '.', '-' and '_'",
"team_signup_username.invalid":"Username must begin with a letter, and contain between {min} to {max} characters in total, which may be numbers, lowercase letters, or any of the symbols '.', '-', or '_'",
"tutorial_intro.end":"Click “Next” to enter {channel}. This is the first channel teammates see when they sign up. Use it for posting updates everyone needs to know.",
"tutorial_intro.screenOne":"<h3>Welcome to:</h3><h1>Mattermost</h1><p>Your team communication all in one place, instantly searchable and available anywhere</p><p>Keep your team connected to help them achieve what matters most.</p>",
"tutorial_intro.screenTwo":"<h3>How Mattermost works:</h3><p>Communication happens in public discussion channels, private groups and direct messages.</p><p>Everything is archived and searchable from any web-enabled desktop, laptop or phone.</p>",
"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.general.emailGitlabCantUpdate":"Login occurs through GitLab. Email cannot be updated. Email address used for notifications is {email}.",
"user.settings.general.newAddress":"New Address: {email}<br />Check your email to verify the above address.",
"user.settings.general.nickname":"Nickname",
"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.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.uploadImage":"Click 'Edit' to upload an image.",
"user.settings.general.username":"Username",
"user.settings.general.usernameInfo":"Pick something easy for teammates to recognize and recall.",
"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.validImage":"Only JPG or PNG images may be used for profile pictures",
"user.settings.import_theme.cancel":"Cancel",
"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.mfa.add":"Add MFA to your account",
"user.settings.mfa.addHelp":"To add multi-factor authentication to your account you must have a smartphone with Google Authenticator installed.",
"user.settings.mfa.addHelpQr":"Please scan the QR code with the Google Authenticator app on your smartphone and fill in the token with one provided by the app.",
"user.settings.mfa.enterToken":"Token",
"user.settings.mfa.qrCode":"QR Code",
"user.settings.mfa.remove":"Remove MFA from your account",
"user.settings.mfa.removeHelp":"Removing multi-factor authentication will make your account more vulnerable to attacks.",
"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.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.",