diff --git a/i18n/es.json b/i18n/es.json index bcb2543329..c705c0fa77 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -1617,7 +1617,7 @@ }, { "id": "api.web_hub.start.stopping.debug", - "translation": "deteniendo todas las conexiones" + "translation": "deteniendo conexiones %v" }, { "id": "api.web_socket.connect.error", @@ -3355,6 +3355,10 @@ "id": "web.find_team.title", "translation": "Encontrar Equipo" }, + { + "id": "web.header.back", + "translation": "Atrás" + }, { "id": "web.footer.about", "translation": "Acerca" diff --git a/web/react/components/admin_console/license_settings.jsx b/web/react/components/admin_console/license_settings.jsx index 3332f37ef0..fdbe912ef5 100644 --- a/web/react/components/admin_console/license_settings.jsx +++ b/web/react/components/admin_console/license_settings.jsx @@ -203,8 +203,7 @@ class LicenseSettings extends React.Component {
LDAP is an enterprise feature. Your current license does not support LDAP. Click here for information and pricing on enterprise licenses.
", - "admin.ldap.title": "LDAP Settings", - "admin.ldap.enableTitle": "Enable Login With LDAP:", - "admin.ldap.true": "true", - "admin.ldap.false": "false", - "admin.ldap.enableDesc": "When true, Mattermost allows login using LDAP", - "admin.ldap.serverTitle": "LDAP Server:", - "admin.ldap.serverDesc": "The domain or IP address of LDAP server.", - "admin.ldap.portTitle": "LDAP Port:", - "admin.ldap.portDesc": "The port Mattermost will use to connect to the LDAP server. Default is 389.", - "admin.ldap.baseTitle": "BaseDN:", + "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.bindUserTitle": "Bind Username:", - "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.bindPwdTitle": "Bind Password:", + "admin.ldap.baseEx": "Ex \"dc=mydomain,dc=com\"", + "admin.ldap.baseTitle": "BaseDN:", "admin.ldap.bindPwdDesc": "Password of the user given in \"Bind Username\".", - "admin.ldap.firstnameAttrTitle": "First Name Attrubute", - "admin.ldap.firstnameAttrDesc": "The attribute in the LDAP server that will be used to populate the first name of users in Mattermost.", - "admin.ldap.lastnameAttrTitle": "Last Name Attribute:", - "admin.ldap.lastnameAttrDesc": "The attribute in the LDAP server that will be used to populate the last name of users in Mattermost.", - "admin.ldap.emailAttrTitle": "Email Attribute:", + "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.usernameAttrTitle": "Username Attribute:", - "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.ldap.idAttrTitle": "Id Attribute: ", + "admin.ldap.emailAttrEx": "Ex \"mail\"", + "admin.ldap.emailAttrTitle": "Email Attribute:", + "admin.ldap.enableDesc": "When true, Mattermost allows login using LDAP", + "admin.ldap.enableTitle": "Enable Login With LDAP:", + "admin.ldap.false": "false", + "admin.ldap.firstnameAttrDesc": "The attribute in the LDAP server that will be used to populate the first name of users in Mattermost.", + "admin.ldap.firstnameAttrEx": "Ex \"givenName\"", + "admin.ldap.firstnameAttrTitle": "First Name Attrubute", "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.queryTitle": "Query Timeout (seconds):", + "admin.ldap.idAttrEx": "Ex \"sAMAccountName\"", + "admin.ldap.idAttrTitle": "Id Attribute: ", + "admin.ldap.lastnameAttrDesc": "The attribute in the LDAP server that will be used to populate the last name of users in Mattermost.", + "admin.ldap.lastnameAttrEx": "Ex \"sn\"", + "admin.ldap.lastnameAttrTitle": "Last Name Attribute:", + "admin.ldap.noLicense": "LDAP is an enterprise feature. Your current license does not support LDAP. Click here for information and pricing on enterprise licenses.
", + "admin.ldap.portDesc": "The port Mattermost will use to connect to the LDAP server. Default is 389.", + "admin.ldap.portEx": "Ex \"389\"", + "admin.ldap.portTitle": "LDAP Port:", "admin.ldap.queryDesc": "The timeout value for queries to the LDAP server. Increase if you are getting timeout errors caused by a slow LDAP server.", + "admin.ldap.queryEx": "Ex \"60\"", + "admin.ldap.queryTitle": "Query Timeout (seconds):", "admin.ldap.save": "Save", - "admin.support.saving": "Saving Config...", - "admin.support.title": "Legal and Support Settings", - "admin.support.termsTitle": "Terms of Service link:", - "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.privacyTitle": "Privacy Policy link:", - "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.aboutTitle": "About link:", - "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.helpTitle": "Help link:", - "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.problemTitle": "Report a Problem link:", - "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.emailTitle": "Support email:", - "admin.support.emailHelp": "Email shown during tutorial for end users to ask support questions.", - "admin.support.save": "Save", - "admin.license.removing": "Removing License...", - "admin.license.uploading": "Uploading License...", + "admin.ldap.saving": "Saving Config...", + "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.ldap.usernameAttrEx": "Ex \"sAMAccountName\"", + "admin.ldap.usernameAttrTitle": "Username 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,disable all Enterprise Edition features on this server.This will enable the ability to remove the license key and downgrade this server from Enterprise Edition to Team Edition.", + "admin.license.edition": "Edition: ", "admin.license.enterpriseEdition": "Mattermost Enterprise Edition. Designed for enterprise-scale communication.", "admin.license.enterpriseType": "This compiled release of Mattermost platform is provided under a commercial licensefrom Mattermost, Inc. based on your subscription level and is subject to the Terms of Service.
Your subscription details are as follows:
Name: {name}This compiled release of Mattermost platform is offered under an MIT license.
See MIT-COMPILED-LICENSE.txt in your root install directory for details. See NOTICES.txt for information about open source software used in this system.
", - "admin.license.upload": "Upload", - "admin.license.uploadDesc": "Upload a license key for Mattermost Enterprise Edition to upgrade this server. Visit us onlineto learn more about the benefits of Enterprise Edition or to purchase a key.", "admin.license.title": "Edition and License", - "admin.license.edition": "Edition: ", "admin.license.type": "License: ", - "admin.license.key": "License Key: ", - "admin.log.locationPlaceholder": "Enter your file location", - "admin.log.formatPlaceholder": "Enter your file format", - "admin.log.saving": "Saving Config...", - "admin.log.logSettings": "Log Settings", - "admin.log.consoleTitle": "Log To The Console: ", - "admin.log.true": "true", - "admin.log.false": "false", + "admin.license.upload": "Upload", + "admin.license.uploadDesc": "Upload a license key for Mattermost Enterprise Edition to upgrade this server. Visit us online 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.levelTitle": "Console Log Level:", - "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.fileTitle": "Log To File: ", + "admin.log.consoleTitle": "Log To The Console: ", + "admin.log.false": "false", "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.fileLevelTitle": "File Log Level:", "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.locationTitle": "File Location:", - "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.formatTitle": "File Format:", - "admin.log.formatDescription": "Format of log message output. If blank will be set to \"[%D %T] [%L] %M\", where:", - "admin.log.formatTime": "Time (15:04:05 MST)", + "admin.log.fileLevelTitle": "File Log Level:", + "admin.log.fileTitle": "Log To File: ", "admin.log.formatDateLong": "Date (2006/01/02)", "admin.log.formatDateShort": "Date (01/02/06)", + "admin.log.formatDescription": "Format of log message output. If blank will be set to \"[%D %T] [%L] %M\", where:", "admin.log.formatLevel": "Level (DEBG, INFO, EROR)", - "admin.log.formatSource": "Source", "admin.log.formatMessage": "Message", + "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.log.locationTitle": "File Location:", + "admin.log.logSettings": "Log Settings", "admin.log.save": "Save", - "admin.logs.title": "Server Logs", + "admin.log.saving": "Saving Config...", + "admin.log.true": "true", "admin.logs.reload": "Reload", - "admin.privacy.saving": "Saving Config...", - "admin.privacy.title": "Privacy Settings", - "admin.privacy.showEmailTitle": "Show Email Address: ", - "admin.privacy.true": "true", + "admin.logs.title": "Server Logs", + "admin.nav.help": "Help", + "admin.nav.logout": "Logout", + "admin.nav.report": "Report a Problem", + "admin.nav.switch": "Switch to {display_name}", "admin.privacy.false": "false", - "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.showFullNameTitle": "Show Full Name: ", - "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.privacy.save": "Save", - "admin.rate.queriesExample": "Ex \"10\"", - "admin.rate.memoryExample": "Ex \"10000\"", - "admin.rate.httpHeaderExample": "Ex \"X-Real-IP\", \"X-Forwarded-For\"", - "admin.rate.saving": "Saving Config...", - "admin.rate.noteTitle": "Note:", - "admin.rate.noteDescription": "Changing properties in this section will require a server restart before taking effect.", - "admin.rate.title": "Rate Limit Settings", - "admin.rate.enableLimiterTitle": "Enable Rate Limiter: ", - "admin.rate.true": "true", - "admin.rate.false": "false", + "admin.privacy.saving": "Saving Config...", + "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.showEmailTitle": "Show Email Address: ", + "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.privacy.showFullNameTitle": "Show Full Name: ", + "admin.privacy.title": "Privacy Settings", + "admin.privacy.true": "true", "admin.rate.enableLimiterDescription": "When true, APIs are throttled at rates specified below.", - "admin.rate.queriesTitle": "Number Of Queries Per Second:", - "admin.rate.queriesDescription": "Throttles API at this number of requests per second.", - "admin.rate.memoryTitle": "Memory Store Size:", - "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.rate.remoteTitle": "Vary By Remote Address: ", - "admin.rate.remoteDescription": "When true, rate limit API access by IP address.", - "admin.rate.httpHeaderTitle": "Vary By HTTP Header:", + "admin.rate.enableLimiterTitle": "Enable Rate Limiter: ", + "admin.rate.false": "false", "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.httpHeaderExample": "Ex \"X-Real-IP\", \"X-Forwarded-For\"", + "admin.rate.httpHeaderTitle": "Vary By HTTP Header:", + "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.rate.memoryExample": "Ex \"10000\"", + "admin.rate.memoryTitle": "Memory Store Size:", + "admin.rate.noteDescription": "Changing properties in this section will require a server restart before taking effect.", + "admin.rate.noteTitle": "Note:", + "admin.rate.queriesDescription": "Throttles API at this number of requests per second.", + "admin.rate.queriesExample": "Ex \"10\"", + "admin.rate.queriesTitle": "Number Of Queries Per Second:", + "admin.rate.remoteDescription": "When true, rate limit API access by IP address.", + "admin.rate.remoteTitle": "Vary By Remote Address: ", "admin.rate.save": "Save", + "admin.rate.saving": "Saving Config...", + "admin.rate.title": "Rate Limit Settings", + "admin.rate.true": "true", + "admin.reset_password.close": "Close", + "admin.reset_password.newPassword": "New Password", + "admin.reset_password.select": "Select", "admin.reset_password.submit": "Please enter at least {chars} characters.", "admin.reset_password.title": "Reset Password", - "admin.reset_password.newPassword": "New Password", - "admin.reset_password.close": "Close", - "admin.reset_password.select": "Select", - "admin.select_team.selectTeam": "Select Team", "admin.select_team.close": "Close", "admin.select_team.select": "Select", - "admin.service.listenExample": "Ex \":8065\"", - "admin.service.attemptExample": "Ex \"10\"", - "admin.service.segmentExample": "Ex \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"", - "admin.service.googleExample": "Ex \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", - "admin.service.sessionDaysEx": "Ex \"30\"", - "admin.service.saving": "Saving Config...", - "admin.service.title": "Service Settings", - "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.attemptTitle": "Maximum Login Attempts:", + "admin.select_team.selectTeam": "Select Team", "admin.service.attemptDescription": "Login attempts allowed before user is locked out and required to reset password via email.", - "admin.service.segmentTitle": "Segment Developer Key:", - "admin.service.segmentDescription": "For users running a SaaS services, sign up for a key at Segment.com to track metrics.", - "admin.service.googleTitle": "Google Developer Key:", - "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 athttps://www.youtube.com/watch?v=Im69kzhpR3I.Leaving the field blank disables the automatic generation of YouTube video previews from links.", - "admin.service.webhooksTitle": "Enable Incoming Webhooks: ", - "admin.service.true": "true", - "admin.service.false": "false", - "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.service.outWebhooksTitle": "Enable Outgoing Webhooks: ", - "admin.service.outWebhooksDesc": "When true, outgoing webhooks will be allowed.", - "admin.service.cmdsTitle": "Enable Slash Commands: ", + "admin.service.attemptExample": "Ex \"10\"", + "admin.service.attemptTitle": "Maximum Login Attempts:", "admin.service.cmdsDesc": "When true, user created slash commands will be allowed.", + "admin.service.cmdsTitle": "Enable Slash Commands: ", + "admin.service.developerDesc": "(Developer Option) When true, extra information around errors will be displayed in the UI.", + "admin.service.developerTitle": "Enable Developer Mode: ", + "admin.service.false": "false", + "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 https://www.youtube.com/watch?v=Im69kzhpR3I. Leaving the field blank disables the automatic generation of YouTube video previews from links.", + "admin.service.googleExample": "Ex \"7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QV\"", + "admin.service.googleTitle": "Google Developer Key:", + "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.insecureTlsTitle": "Enable Insecure Outgoing Connections: ", "admin.service.integrationAdmin": "Enable Integrations for Admin Only: ", "admin.service.integrationAdminDesc": "When true, user created integrations can only be created by admins.", - "admin.service.overrideTitle": "Enable Overriding Usernames from Webhooks and Slash Commands: ", - "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.iconTitle": "Enable Overriding Icon from Webhooks and Slash Commands: ", - "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.testingTitle": "Enable Testing: ", - "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.developerTitle": "Enable Developer Mode: ", - "admin.service.developerDesc": "(Developer Option) When true, extra information around errors will be displayed in the UI.", - "admin.service.securityTitle": "Enable Security Alerts: ", - "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.insecureTlsTitle": "Enable Insecure Outgoing Connections: ", - "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.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.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.listenExample": "Ex \":8065\"", "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.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.outWebhooksDesc": "When true, outgoing webhooks will be allowed.", + "admin.service.outWebhooksTitle": "Enable Outgoing Webhooks: ", + "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.securityTitle": "Enable Security Alerts: ", + "admin.service.segmentDescription": "For users running a SaaS services, sign up for a key at Segment.com to track metrics.", + "admin.service.segmentExample": "Ex \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"", + "admin.service.segmentTitle": "Segment Developer Key:", "admin.service.sessionCache": "Session Cache in Minutes:", "admin.service.sessionCacheDesc": "The number of minutes to cache a session in memory.", - "admin.service.save": "Save", - "admin.sql.warning": "Warning: re-generating this salt may cause some columns in the database to return empty results.", - "admin.sql.maxConnectionsExample": "Ex \"10\"", - "admin.sql.maxOpenExample": "Ex \"10\"", - "admin.sql.keyExample": "Ex \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", - "admin.sql.saving": "Saving Config...", - "admin.sql.noteTitle": "Note:", - "admin.sql.noteDescription": "Changing properties in this section will require a server restart before taking effect.", - "admin.sql.title": "SQL Settings", - "admin.sql.driverName": "Driver Name:", + "admin.service.sessionDaysEx": "Ex \"30\"", + "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.service.webhooksTitle": "Enable Incoming Webhooks: ", + "admin.sidebar.addTeamSidebar": "Add team from sidebar menu", + "admin.sidebar.audits": "Compliance and Auditing", + "admin.sidebar.email": "Email Settings", + "admin.sidebar.file": "File Settings", + "admin.sidebar.gitlab": "GitLab Settings", + "admin.sidebar.ldap": "LDAP Settings", + "admin.sidebar.license": "Edition and License", + "admin.sidebar.loading": "Loading", + "admin.sidebar.log": "Log Settings", + "admin.sidebar.logs": "Logs", + "admin.sidebar.other": "OTHER", + "admin.sidebar.privacy": "Privacy Settings", + "admin.sidebar.rate_limit": "Rate Limit Settings", + "admin.sidebar.reports": "SITE REPORTS", + "admin.sidebar.rmTeamSidebar": "Remove team from sidebar menu", + "admin.sidebar.service": "Service Settings", + "admin.sidebar.settings": "SETTINGS", + "admin.sidebar.sql": "SQL Settings", + "admin.sidebar.statistics": "- Statistics", + "admin.sidebar.support": "Legal and Support Settings", + "admin.sidebar.team": "Team Settings", + "admin.sidebar.teams": "TEAMS ({count})", + "admin.sidebar.users": "- Users", + "admin.sidebar.view_statistics": "View Statistics", + "admin.sidebarHeader.systemConsole": "System Console", "admin.sql.dataSource": "Data Source:", - "admin.sql.replicas": "Data Source Replicas:", - "admin.sql.maxConnectionsTitle": "Maximum Idle Connections:", - "admin.sql.maxConnectionsDescription": "Maximum number of idle connections held open to the database.", - "admin.sql.maxOpenTitle": "Maximum Open Connections:", - "admin.sql.maxOpenDescription": "Maximum number of open connections held open to the database.", - "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.driverName": "Driver Name:", + "admin.sql.false": "false", "admin.sql.keyDescription": "32-character salt available to encrypt and decrypt sensitive fields in database.", + "admin.sql.keyExample": "Ex \"gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6\"", + "admin.sql.keyTitle": "At Rest Encrypt Key:", + "admin.sql.maxConnectionsDescription": "Maximum number of idle connections held open to the database.", + "admin.sql.maxConnectionsExample": "Ex \"10\"", + "admin.sql.maxConnectionsTitle": "Maximum Idle Connections:", + "admin.sql.maxOpenDescription": "Maximum number of open connections held open to the database.", + "admin.sql.maxOpenExample": "Ex \"10\"", + "admin.sql.maxOpenTitle": "Maximum Open Connections:", + "admin.sql.noteDescription": "Changing properties in this section will require a server restart before taking effect.", + "admin.sql.noteTitle": "Note:", "admin.sql.regenerate": "Re-Generate", + "admin.sql.replicas": "Data Source Replicas:", + "admin.sql.save": "Save", + "admin.sql.saving": "Saving Config...", + "admin.sql.title": "SQL Settings", + "admin.sql.traceDescription": "(Development Mode) When true, executing SQL statements are written to the log.", "admin.sql.traceTitle": "Trace: ", "admin.sql.true": "true", - "admin.sql.false": "false", - "admin.sql.traceDescription": "(Development Mode) When true, executing SQL statements are written to the log.", - "admin.sql.save": "Save", - "admin.system_analytics.totalPosts": "Total Posts", + "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.helpTitle": "Help link:", + "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.privacyTitle": "Privacy Policy link:", + "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.system_analytics.activeUsers": "Active Users With Posts", "admin.system_analytics.title": "the System", - "admin.team_analytics.totalPosts": "Total Posts", - "admin.team_analytics.activeUsers": "Active Users With Posts", - "admin.team.siteNameExample": "Ex \"Mattermost\"", - "admin.team.maxUsersExample": "Ex \"25\"", - "admin.team.restrictExample": "Ex \"corp.mattermost.com, mattermost.org\"", - "admin.team.saving": "Saving Config...", - "admin.team.title": "Team Settings", - "admin.team.siteNameTitle": "Site Name:", - "admin.team.siteNameDescription": "Name of service shown in login screens and UI.", - "admin.team.maxUsersTitle": "Max Users Per Team:", - "admin.team.maxUsersDescription": "Maximum total number of users per team, including both active and inactive users.", - "admin.team.teamCreationTitle": "Enable Team Creation: ", - "admin.team.true": "true", - "admin.team.false": "false", - "admin.team.teamCreationDescription": "When false, the ability to create teams is disabled. The create team button displays error when pressed.", - "admin.team.userCreationTitle": "Enable User Creation: ", - "admin.team.userCreationDescription": "When false, the ability to create accounts is disabled. The create account button displays error when pressed.", - "admin.team.restrictTitle": "Restrict Creation To Domains:", - "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.team.restrictNameTitle": "Restrict Team Names: ", - "admin.team.restrictNameDesc": "When true, You cannot create a team name with reserved words like www, admin, support, test, channel, etc", - "admin.team.dirTitle": "Enable Team Directory: ", + "admin.system_analytics.totalPosts": "Total Posts", "admin.team.dirDesc": "When true, teams that are configured to show in team directory will show on main page inplace of creating a new team.", + "admin.team.dirTitle": "Enable Team Directory: ", + "admin.team.false": "false", + "admin.team.maxUsersDescription": "Maximum total number of users per team, including both active and inactive users.", + "admin.team.maxUsersExample": "Ex \"25\"", + "admin.team.maxUsersTitle": "Max Users Per Team:", + "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.team.restrictExample": "Ex \"corp.mattermost.com, mattermost.org\"", + "admin.team.restrictNameDesc": "When true, You cannot create a team name with reserved words like www, admin, support, test, channel, etc", + "admin.team.restrictNameTitle": "Restrict Team Names: ", + "admin.team.restrictTitle": "Restrict Creation To Domains:", "admin.team.save": "Save", + "admin.team.saving": "Saving Config...", + "admin.team.siteNameDescription": "Name of service shown in login screens and UI.", + "admin.team.siteNameExample": "Ex \"Mattermost\"", + "admin.team.siteNameTitle": "Site Name:", + "admin.team.teamCreationDescription": "When false, the ability to create teams is disabled. The create team button displays error when pressed.", + "admin.team.teamCreationTitle": "Enable Team Creation: ", + "admin.team.title": "Team Settings", + "admin.team.true": "true", + "admin.team.userCreationDescription": "When false, the ability to create accounts is disabled. The create account button displays error when pressed.", + "admin.team.userCreationTitle": "Enable User Creation: ", + "admin.team_analytics.activeUsers": "Active Users With Posts", + "admin.team_analytics.totalPosts": "Total Posts", "admin.userList.title": "Users for {team}", "admin.userList.title2": "Users for {team} ({count})", + "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.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", "admin.user_item.inactive": "Inactive", - "admin.user_item.makeSysAdmin": "Make System Admin", - "admin.user_item.makeTeamAdmin": "Make Team Admin", - "admin.user_item.makeMember": "Make Member", "admin.user_item.makeActive": "Make Active", "admin.user_item.makeInactive": "Make Inactive", + "admin.user_item.makeMember": "Make Member", + "admin.user_item.makeSysAdmin": "Make System Admin", + "admin.user_item.makeTeamAdmin": "Make Team Admin", + "admin.user_item.member": "Member", "admin.user_item.resetPwd": "Reset Password", - "audit_table.sessionRevoked": "The session with id {sessionId} was revoked", - "audit_table.channelCreated": "Created the {channelName} channel/group", - "audit_table.establishedDM": "Established a direct message channel with {username}", - "audit_table.nameUpdated": "Updated the {channelName} channel/group name", - "audit_table.headerUpdated": "Updated the {channelName} channel/group header", - "audit_table.channelDeleted": "Deleted the channel/group with the URL {url}", - "audit_table.userAdded": "Added {username} to the {channelName} channel/group", - "audit_table.userRemoved": "Removed {username} to the {channelName} channel/group", - "audit_table.attemptedRegisterApp": "Attempted to register a new OAuth Application with ID {id}", - "audit_table.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access", - "audit_table.successfullOAuthAccess": "Successfully gave a new OAuth service access", - "audit_table.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback", - "audit_table.attemptedOAuthToken": "Attempted to get an OAuth access token", - "audit_table.successfullOAuthToken": "Successfully added a new OAuth service", - "audit_table.oauthTokenFailed": "Failed to get an OAuth access token - {token}", - "audit_table.attemptedLogin": "Attempted to login", - "audit_table.successfullLogin": "Successfully logged in", - "audit_table.failedLogin": "FAILED login attempt", - "audit_table.updatePicture": "Updated your profile picture", - "audit_table.updateGeneral": "Updated the general settings of your account", - "audit_table.attemptedPassword": "Attempted to change password", - "audit_table.successfullPassword": "Successfully changed password", - "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth", - "audit_table.updatedRol": "Updated user role(s) to ", - "audit_table.member": "member", + "admin.user_item.sysAdmin": "System Admin", + "admin.user_item.teamAdmin": "Team Admin", "audit_table.accountActive": "Account made active", "audit_table.accountInactive": "Account made inactive", + "audit_table.action": "Action", + "audit_table.attemptedAllowOAuthAccess": "Attempted to allow a new OAuth service access", + "audit_table.attemptedLicenseAdd": "Attempted to add new license", + "audit_table.attemptedLogin": "Attempted to login", + "audit_table.attemptedOAuthToken": "Attempted to get an OAuth access token", + "audit_table.attemptedPassword": "Attempted to change password", + "audit_table.attemptedRegisterApp": "Attempted to register a new OAuth Application with ID {id}", + "audit_table.attemptedReset": "Attempted to reset password", + "audit_table.attemptedWebhookCreate": "Attempted to create a webhook", + "audit_table.attemptedWebhookDelete": "Attempted to delete a webhook", "audit_table.by": " by {username}", "audit_table.byAdmin": " by an admin", - "audit_table.sentEmail": "Sent an email to {email} to reset your password", - "audit_table.attemptedReset": "Attempted to reset password", - "audit_table.successfullReset": "Successfully reset password", - "audit_table.updateGlobalNotifications": "Updated your global notification settings", - "audit_table.attemptedWebhookCreate": "Attempted to create a webhook", - "audit_table.successfullWebhookCreate": "Successfully created a webhook", - "audit_table.failedWebhookCreate": "Failed to create a webhook - bad channel permissions", - "audit_table.attemptedWebhookDelete": "Attempted to delete a webhook", - "audit_table.successfullWebhookDelete": "Successfully deleted a webhook", - "audit_table.failedWebhookDelete": "Failed to delete a webhook - inappropriate conditions", - "audit_table.logout": "Logged out of your account", - "audit_table.verified": "Sucessfully verified your email address", - "audit_table.revokedAll": "Revoked all current sessions for the team", - "audit_table.loginAttempt": " (Login attempt)", - "audit_table.loginFailure": " (Login failure)", - "audit_table.attemptedLicenseAdd": "Attempted to add new license", - "audit_table.successfullLicenseAdd": "Successfully added new license", + "audit_table.channelCreated": "Created the {channelName} channel/group", + "audit_table.channelDeleted": "Deleted the channel/group with the URL {url}", + "audit_table.establishedDM": "Established a direct message channel with {username}", "audit_table.failedExpiredLicenseAdd": "Failed to add a new license as it has either expired or not yet been started", "audit_table.failedInvalidLicenseAdd": "Failed to add an invalid license", - "audit_table.licenseRemoved": "Successfully removed a license", - "audit_table.userId": "User ID", + "audit_table.failedLogin": "FAILED login attempt", + "audit_table.failedOAuthAccess": "Failed to allow a new OAuth service access - the redirect URI did not match the previously registered callback", + "audit_table.failedPassword": "Failed to change password - tried to update user password who was logged in through oauth", + "audit_table.failedWebhookCreate": "Failed to create a webhook - bad channel permissions", + "audit_table.failedWebhookDelete": "Failed to delete a webhook - inappropriate conditions", + "audit_table.headerUpdated": "Updated the {channelName} channel/group header", "audit_table.ip": "IP Address", + "audit_table.licenseRemoved": "Successfully removed a license", + "audit_table.loginAttempt": " (Login attempt)", + "audit_table.loginFailure": " (Login failure)", + "audit_table.logout": "Logged out of your account", + "audit_table.member": "member", + "audit_table.nameUpdated": "Updated the {channelName} channel/group name", + "audit_table.oauthTokenFailed": "Failed to get an OAuth access token - {token}", + "audit_table.revokedAll": "Revoked all current sessions for the team", + "audit_table.sentEmail": "Sent an email to {email} to reset your password", "audit_table.session": "Session ID", + "audit_table.sessionRevoked": "The session with id {sessionId} was revoked", + "audit_table.successfullLicenseAdd": "Successfully added new license", + "audit_table.successfullLogin": "Successfully logged in", + "audit_table.successfullOAuthAccess": "Successfully gave a new OAuth service access", + "audit_table.successfullOAuthToken": "Successfully added a new OAuth service", + "audit_table.successfullPassword": "Successfully changed password", + "audit_table.successfullReset": "Successfully reset password", + "audit_table.successfullWebhookCreate": "Successfully created a webhook", + "audit_table.successfullWebhookDelete": "Successfully deleted a webhook", "audit_table.timestamp": "Timestamp", - "audit_table.action": "Action", - "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.", + "audit_table.updateGeneral": "Updated the general settings of your account", + "audit_table.updateGlobalNotifications": "Updated your global notification settings", + "audit_table.updatePicture": "Updated your profile picture", + "audit_table.updatedRol": "Updated user role(s) to ", + "audit_table.userAdded": "Added {username} to the {channelName} channel/group", + "audit_table.userId": "User ID", + "audit_table.userRemoved": "Removed {username} to the {channelName} channel/group", + "audit_table.verified": "Sucessfully verified your email address", "authorize.access": "Allow {appName} access?", - "authorize.deny": "Deny", "authorize.allow": "Allow", + "authorize.app": "The app {appName} would like the ability to access and modify your basic information.", + "authorize.deny": "Deny", + "authorize.title": "An application would like to connect to your {teamName} account", "center_panel.recent": "Click here to jump to recent messages. ", - "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", - "channel_header.recentMentions": "Recent Mentions", - "channel_header.channel": "Channel", - "channel_header.group": "Group", - "channel_header.channelHeader": "Set Channel Header...", - "channel_header.viewInfo": "View Info", "chanel_header.addMembers": "Add Members", + "change_url.close": "Close", + "change_url.endWithLetter": "Must end with a letter or number", + "change_url.invalidUrl": "Invalid URL", + "change_url.longer": "Must be longer than two characters", + "change_url.noUnderscore": "Can not contain two underscores in a row.", + "change_url.startWithLetter": "Must start with a letter or number", + "channel_flow.alreadyExist": "A channel with that URL already exists", + "channel_flow.changeUrlDescription": "Some characters are not allowed in URLs and may be removed.", + "channel_flow.changeUrlTitle": "Change {term} URL", + "channel_flow.channel": "Channel", + "channel_flow.create": "Create {term}", + "channel_flow.group": "Group", + "channel_flow.invalidName": "Invalid Channel Name", + "channel_flow.set_url_title": "Set {term} URL", + "channel_header.channel": "Channel", + "channel_header.channelHeader": "Set Channel Header...", + "channel_header.delete": "Delete {term}...", + "channel_header.group": "Group", + "channel_header.leave": "Leave {term}", "channel_header.manageMembers": "Manage Members", + "channel_header.notificationPreferences": "Notification Preferences", + "channel_header.recentMentions": "Recent Mentions", + "channel_header.rename": "Rename {term}...", "channel_header.setHeader": "Set {term} Header...", "channel_header.setPurpose": "Set {term} Purpose...", - "channel_header.notificationPreferences": "Notification Preferences", - "channel_header.rename": "Rename {term}...", - "channel_header.delete": "Delete {term}...", - "channel_header.leave": "Leave {term}", - "channel_info.notFound": "No Channel Found", - "channel_info.name": "Channel Name:", - "channel_info.url": "Channel URL:", - "channel_info.id": "Channel ID:", - "channel_info.purpose": "Channel Purpose:", + "channel_header.viewInfo": "View Info", "channel_info.close": "Close", + "channel_info.id": "Channel ID:", + "channel_info.name": "Channel Name:", + "channel_info.notFound": "No Channel Found", + "channel_info.purpose": "Channel Purpose:", + "channel_info.url": "Channel URL:", "channel_invite.addNewMembers": "Add New Members to ", "channel_invite.close": "Close", + "channel_loader.posted": "Posted", "channel_loader.socketError": "Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port.", "channel_loader.someone": "Someone", - "channel_loader.posted": "Posted", - "channel_loader.uploadedImage": " uploaded an image", - "channel_loader.uploadedFile": " uploaded a file", "channel_loader.something": " did something new", + "channel_loader.uploadedFile": " uploaded a file", + "channel_loader.uploadedImage": " uploaded an image", "channel_loader.wrote": " wrote: ", - "channel_memebers_modal.members": " Members", "channel_members_modal.addNew": " Add New Members", "channel_members_modal.close": "Close", + "channel_memebers_modal.members": " Members", + "channel_modal.cancel": "Cancel", + "channel_modal.channel": "Channel", + "channel_modal.createNew": "Create New ", + "channel_modal.descriptionHelp": "Describe how this {term} should be used.", + "channel_modal.displayNameError": "This field is required", + "channel_modal.edit": "Edit", + "channel_modal.group": "Group", + "channel_modal.modalTitle": "New ", + "channel_modal.name": "Name", + "channel_modal.nameEx": "E.g.: \"Bugs\", \"Marketing\", \"办公室恋情\"", + "channel_modal.optional": "(optional)", + "channel_modal.privateGroup1": "Create a new private group with restricted membership. ", + "channel_modal.privateGroup2": "Create a private group", + "channel_modal.publicChannel1": "Create a public channel", + "channel_modal.publicChannel2": "Create a new public channel anyone can join. ", + "channel_modal.purpose": "Purpose", "channel_notifications.allActivity": "For all activity", - "channel_notifications.onlyMentions": "Only for mentions", - "channel_notifications.never": "Never", - "channel_notifications.sendDesktop": "Send desktop notifications", - "channel_notifications.globalDefault": "Global default ({notifyLevel}", - "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.markUnread": "Mark Channel Unread", "channel_notifications.allUnread": "For all unread messages", - "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.", + "channel_notifications.globalDefault": "Global default ({notifyLevel})", + "channel_notifications.markUnread": "Mark Channel Unread", + "channel_notifications.never": "Never", + "channel_notifications.onlyMentions": "Only for mentions", + "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.sendDesktop": "Send desktop notifications", + "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.", + "choose_auth_page.emailCreate": "Create new team with email address", + "choose_auth_page.find": "Find my teams", + "choose_auth_page.gitlabCreate": "Create new team with GitLab Account", + "choose_auth_page.googleCreate": "Create new team with Google Apps Account", + "choose_auth_page.noSignup": "No sign-up methods configured, please contact your system administrator.", "claim.account.noEmail": "No email specified", - "claim.email_to_sso.pwdError": "Please enter your password.", - "claim.email_to_sso.pwd": "Password", - "claim.email_to_sso.title": "Switch Email/Password Account to {uiType}", - "claim.email_to_sso.ssoType": "Upon claiming your account, you will only be able to login with {type} SSO. You must already have a valid {type} account", - "claim.email_to_sso.ssoNote": "You must already have a valid {type} account", "claim.email_to_sso.enterPwd": "Enter the password for your {team} {site} account", + "claim.email_to_sso.pwd": "Password", + "claim.email_to_sso.pwdError": "Please enter your password.", + "claim.email_to_sso.ssoNote": "You must already have a valid {type} account", + "claim.email_to_sso.ssoType": "Upon claiming your account, you will only be able to login with {type} SSO. You must already have a valid {type} account", "claim.email_to_sso.switchTo": "Switch account to {uiType}", - "claim.sso_to_email.enterPwd": "Please enter a password.", - "claim.sso_to_email.pwdNotMatch": "Password do not match.", - "claim.sso_to_email.newPwd": "New Password", + "claim.email_to_sso.title": "Switch Email/Password Account to {uiType}", "claim.sso_to_email.confirm": "Confirm Password", - "claim.sso_to_email.title": "Switch {type} Account to Email", "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.enterPwd": "Please enter a password.", + "claim.sso_to_email.newPwd": "New Password", + "claim.sso_to_email.pwdNotMatch": "Password do not match.", "claim.sso_to_email.switchTo": "Switch {type} to email and password", + "claim.sso_to_email.title": "Switch {type} Account to Email", + "claim.sso_to_email_newPwd": "Enter a new password for your {team} {site} account", "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.comment": "Add Comment", + "create_comment.commentLength": "Comment length must be less than {max} characters.", "create_comment.commentTitle": "Comment", "create_comment.file": "File uploading", "create_comment.files": "Files uploading", "create_post.comment": "Comment", "create_post.post": "Post", - "create_post.write": "Write a message...", "create_post.tutorialTip": "Type here to write a message and press Enter to post it.
Click the Attachment button to upload an image or a file.
", - "delete_channel.channel": "channel", - "delete_channel.group": "group", - "delete_channel.confirm": "Confirm DELETE Channel", - "delete_channel.question": "Are you sure you wish to delete the {display_name} {term}?", + "create_post.write": "Write a message...", "delete_channel.cancel": "Cancel", + "delete_channel.channel": "channel", + "delete_channel.confirm": "Confirm DELETE Channel", "delete_channel.del": "Delete", - "delete_post.warning": "This post has {count} comment(s) on it.", - "delete_post.comment": "Comment", - "delete_post.post": "Post", - "delete_post.confirm": "Confirm {term} Delete", - "delete_post.question": "Are you sure you want to delete this {term}?", + "delete_channel.group": "group", + "delete_channel.question": "Are you sure you wish to delete the {display_name} {term}?", "delete_post.cancel": "Cancel", + "delete_post.comment": "Comment", + "delete_post.confirm": "Confirm {term} Delete", "delete_post.del": "Delete", - "edit_channel_header_modal.error": "This channel header is too long, please enter a shorter one", - "edit_channel_header_modal.title": "Edit Header for {channel}", - "edit_channel_header_modal.description": "Edit the text appearing next to the channel name in the channel header.", + "delete_post.post": "Post", + "delete_post.question": "Are you sure you want to delete this {term}?", + "delete_post.warning": "This post has {count} comment(s) on it.", "edit_channel_header_modal.cancel": "Cancel", + "edit_channel_header_modal.description": "Edit the text appearing next to the channel name in the channel header.", + "edit_channel_header_modal.error": "This channel header is too long, please enter a shorter one", "edit_channel_header_modal.save": "Save", - "edit_channel_purpose_modal.error": "This channel purpose is too long, please enter a shorter one", - "edit_channel_purpose_modal.title1": "Edit Purpose", - "edit_channel_purpose_modal.title2": "Edit Purpose for ", - "edit_channel_purpose_modal.channel": "Channel", - "edit_channel_purpose_modal.group": "Group", + "edit_channel_header_modal.title": "Edit Header for {channel}", "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.", "edit_channel_purpose_modal.cancel": "Cancel", + "edit_channel_purpose_modal.channel": "Channel", + "edit_channel_purpose_modal.error": "This channel purpose is too long, please enter a shorter one", + "edit_channel_purpose_modal.group": "Group", "edit_channel_purpose_modal.save": "Save", - "edit_post.editPost": "Edit the post...", - "edit_post.edit": "Edit {title}", + "edit_channel_purpose_modal.title1": "Edit Purpose", + "edit_channel_purpose_modal.title2": "Edit Purpose for ", "edit_post.cancel": "Cancel", + "edit_post.edit": "Edit {title}", + "edit_post.editPost": "Edit the post...", "edit_post.save": "Save", - "email_verify.verified": "{siteName} Email Verified", - "email_verify.verifiedBody": "Your email has been verified! Click here to log in.
", + "email_signup.address": "Email Address", + "email_signup.createTeam": "Create Team", + "email_signup.emailError": "Please enter a valid email address", + "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.resend": "Resend Email", "email_verify.sent": " Verification email sent.", + "email_verify.verified": "{siteName} Email Verified", + "email_verify.verifiedBody": "Your email has been verified! Click here to log in.
", "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured", "file_attachment.download": "Download", - "file_info_preview.type": "File type ", "file_info_preview.size": "Size ", - "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_info_preview.type": "File type ", "file_upload.fileAbove": "File above {max}MB could not be uploaded: {filename}", + "file_upload.filesAbove": "Files above {max}MB could not be uploaded: {filenames}", + "file_upload.limited": "Uploads limited to {count} files maximum. Please use additional posts for more files.", "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", - "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.findDescription": "An email was sent with links to any teams to which you are a member.", + "find_team.findTitle": "Find Your Team", + "find_team.getLinks": "Get an email with links to any teams to which you are a member.", + "find_team.placeholder": "you@domain.com", "find_team.send": "Send", - "get_link.copy": "Copy Link", + "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.", + "general_tab.title": "General Settings", + "general_tab.yes": "Yes", "get_link.clipboard": " Link copied to clipboard.", "get_link.close": "Close", - "get_post_link_modal.title": "Copy Permalink", + "get_link.copy": "Copy Link", "get_post_link_modal.help": "The link below allows authorized users to see your post.", - "get_team_invite_link_modal.title": "Team Invite Link", + "get_post_link_modal.title": "Copy Permalink", "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", + "get_team_invite_link_modal.title": "Team Invite Link", + "intro_messages.DM": "This is the start of your direct message history with {teammate}.Welcome to {display_name}!
This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.
This is the start of {display_name}, a channel for non-work-related conversations.
A password reset link has been sent to {email} for your {teamDisplayName} team on {hostname}.
", - "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", "members_popover.msg": "Message", "members_popover.title": "Members", + "more_channels.close": "Close", + "more_channels.create": "Create New Channel", + "more_channels.createClick": "Click 'Create New Channel' to make a new one", + "more_channels.join": "Join", + "more_channels.noMore": "No more channels to join", + "more_channels.title": "More Channels", + "more_direct_channels.close": "Close", + "more_direct_channels.count": "{count} {member}", + "more_direct_channels.countTotal": "{count} {member} of {total} Total", + "more_direct_channels.member": "Member", + "more_direct_channels.message": "Message", + "more_direct_channels.notFound": "No users found :(", + "more_direct_channels.search": "Search members", + "more_direct_channels.title": "Direct Messages", + "msg_typing.areTyping": "{users} and {last} are typing...", + "msg_typing.isTyping": "{user} is typing...", + "msg_typing.someone": "Someone", + "navbar.addMembers": "Add Members", + "navbar.click": "Click here", + "navbar.delete": "Delete Channel...", + "navbar.leave": "Leave Channel", + "navbar.manageMembers": "Manage Members", + "navbar.noHeader": "No channel header yet.{newline}{link} to add one.", + "navbar.preferences": "Notification Preferences", + "navbar.rename": "Rename Channel...", + "navbar.setHeader": "Set Channel Header...", + "navbar.setPurpose": "Set Channel Purpose...", + "navbar.toggle1": "Toggle sidebar", + "navbar.toggle2": "Toggle sidebar", + "navbar.viewInfo": "View Info", + "navbar_dropdown.about": "About Mattermost", + "navbar_dropdown.accountSettings": "Account Settings", + "navbar_dropdown.console": "System Console", + "navbar_dropdown.create": "Create a New Team", + "navbar_dropdown.help": "Help", + "navbar_dropdown.inviteMember": "Invite New Member", + "navbar_dropdown.logout": "Logout", + "navbar_dropdown.manageMembers": "Manage Members", + "navbar_dropdown.report": "Report a Problem", + "navbar_dropdown.switchTeam": "Switch to {team}", + "navbar_dropdown.teamLink": "Get Team Invite Link", + "navbar_dropdown.teamSettings": "Team Settings", + "password_form.change": "Change my password", + "password_form.click": "Click here to log in.", + "password_form.enter": "Enter a new password for your {teamDisplayName} {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.email": "Email", + "password_send.error": "Please enter a valid email address.", + "password_send.link": "A password reset link has been sent to {email} for your {teamDisplayName} team on {hostname}.
", + "password_send.reset": "Reset my password", + "password_send.title": "Password Reset", "post_attachment.collapse": "▲ collapse text", "post_attachment.more": "▼ read more", - "post_body.plusOne": " plus 1 other file", - "post_body.plusMore": " plus {count} other files", "post_body.commentedOn": "Commented on {name}{apostrophe} message: ", - "post_body.retry": "Retry", "post_body.deleted": "(message deleted)", + "post_body.plusMore": " plus {count} other files", + "post_body.plusOne": " plus 1 other file", + "post_body.retry": "Retry", "post_delete.notPosted": "Comment could not be posted", - "post_delete.someone": "Someone deleted the message on which you tried to post a comment.", "post_delete.okay": "Okay", + "post_delete.someone": "Someone deleted the message on which you tried to post a comment.", "post_focus_view.beginning": "Beginning of Channel Archives", - "post_info.reply": "Reply", - "post_info.permalink": "Permalink", "post_info.del": "Delete", "post_info.edit": "Edit", - "posts_view.newMsg": "New Messages", + "post_info.permalink": "Permalink", + "post_info.reply": "Reply", "posts_view.loadMore": "Load more messages", - "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", + "posts_view.newMsg": "New Messages", "register_app.callback": "Callback URL", + "register_app.callbackError": "At least one callback URL must be filled in.", "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.close": "Close", "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.credentialsTitle": "Your Application Credentials", + "register_app.description": "Description", "register_app.dev": "Developer Applications", + "register_app.homepage": "Homepage URL", + "register_app.homepageError": "Homepage must be filled in.", + "register_app.name": "Application Name", + "register_app.nameError": "Application name must be filled in.", + "register_app.optional": "Optional", + "register_app.register": "Register", + "register_app.required": "Required", + "register_app.title": "Register a New Application", "removed_channel.channelName": "the channel", - "removed_channel.someone": "Someone", "removed_channel.from": "Removed from ", - "removed_channel.remover": "{remover} removed you from {channel}", "removed_channel.okay": "Okay", - "rename_channel.required": "This field is required", - "rename_channel.maxLength": "This field must be less than 22 characters", - "rename_channel.lowercase": "Must be lowercase alphanumeric characters", - "rename_channel.handle": "Handle", - "rename_channel.defaultError": " - Cannot be changed for the default channel", - "rename_channel.displayNameHolder": "Enter display name", - "rename_channel.handleHolder": "lowercase alphanumeric's only", - "rename_channel.close": "Close", - "rename_channel.title": "Rename Channel", - "rename_channel.displayName": "Display Name", + "removed_channel.remover": "{remover} removed you from {channel}", + "removed_channel.someone": "Someone", "rename_channel.cancel": "Cancel", + "rename_channel.defaultError": " - Cannot be changed for the default channel", + "rename_channel.displayName": "Display Name", + "rename_channel.displayNameHolder": "Enter display name", + "rename_channel.handle": "Handle", + "rename_channel.handleHolder": "lowercase alphanumeric's only", + "rename_channel.lowercase": "Must be lowercase alphanumeric characters", + "rename_channel.maxLength": "This field must be less than 22 characters", + "rename_channel.required": "This field is required", "rename_channel.save": "Save", + "rename_channel.title": "Rename Channel", "rhs_comment.comment": "Comment", - "rhs_comment.permalink": "Permalink", - "rhs_comment.edit": "Edit", "rhs_comment.del": "Delete", + "rhs_comment.edit": "Edit", + "rhs_comment.permalink": "Permalink", "rhs_comment.retry": "Retry", "rhs_header.details": "Message Details", - "rhs_root.direct": "Direct Message", - "rhs_root.permalink": "Permalink", - "rhs_root.edit": "Edit", "rhs_root.del": "Delete", - "search_bar.search": "Search", + "rhs_root.direct": "Direct Message", + "rhs_root.edit": "Edit", + "rhs_root.permalink": "Permalink", "search_bar.cancel": "Cancel", + "search_bar.search": "Search", "search_bar.usage": "The Main Menu is where you can Invite New Members, access your Account Settings and set your Theme Color.
Team administrators can also access their Team Settings from this menu.
System administrators will find a System Console option to administrate the entire system.
", - "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.channels": "Channels", + "sidebar.createChannel": "Create new channel", + "sidebar.createGroup": "Create new group", + "sidebar.direct": "Direct Messages", + "sidebar.more": "More ({count})", + "sidebar.moreElips": "More...", + "sidebar.pg": "Private Groups", + "sidebar.removeList": "Remove from list", "sidebar.tutorialScreen1": "Channels organize conversations across different topics. They’re open to everyone on your team. To send private communications use Direct Messages for a single person or Private Groups for multiple people.
", "sidebar.tutorialScreen2": "Here are two public channels to start:
Town Square is a place for team-wide communication. Everyone in your team is a member of this channel.
Off-Topic is a place for fun and humor outside of work-related channels. You and your team can decide what other channels to create.
", "sidebar.tutorialScreen3": "Click \"More...\" to create a new channel or join an existing one.
You can also create a new channel or private group by clicking the \"+\" symbol next to the channel or private group header.
", - "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: {email}The Main Menu is where you can Invite New Members, access your Account Settings and set your Theme Color.
Team administrators can also access their Team Settings from this menu.
System administrators will find a System Console option to administrate the entire system.
", + "sidebar_right_menu.accountSettings": "Account Settings", + "sidebar_right_menu.console": "System Console", + "sidebar_right_menu.help": "Help", + "sidebar_right_menu.inviteNew": "Invite New Member", + "sidebar_right_menu.logout": "Logout", + "sidebar_right_menu.manageMembers": "Manage Members", + "sidebar_right_menu.report": "Report a Problem", + "sidebar_right_menu.teamLink": "Get Team Invite Link", + "sidebar_right_menu.teamSettings": "Team Settings", "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.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.", "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.", - "signup_user_completed.required": "This field is required", - "signup_user_completed.validEmail": "Please enter a valid email address", - "signup_user_completed.reserved": "This username is reserved, please choose a new one.", - "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.passwordLength": "Please enter at least {min} characters", - "signup_user_completed.expired": "You've already completed the signup process for this invitation or this invitation has expired.", + "signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.", + "signup_team_confirm.checkEmail": "Please check your email: {email}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.
The Slack import to Mattermost is in 'Beta'. Slack bot posts do not yet import and Slack @mentions are not currently supported.
", + "team_import_tab.importSlack": "Import from Slack (Beta)", "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_member_modal.members": "{team} Members", + "team_settings_modal.exportTab": "Export", "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", - "choose_auth_page.noSignup": "No sign-up methods configured, please contact your system administrator.", - "choose_auth_page.find": "Find my teams", - "team_signup_display_name.required": "This field is required", + "team_signup_display_name.back": "Back to previous step", "team_signup_display_name.charLength": "Name must be 4 or more characters up to a maximum of 15", - "team_signup_display_name.teamName": "Team Name", "team_signup_display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.", "team_signup_display_name.next": "Next", - "team_signup_display_name.back": "Back to previous step", - "team_signup_email.validEmail": "Please enter a valid email address", - "team_signup_email.different": "Please use a different email than the one used at signup", + "team_signup_display_name.required": "This field is required", + "team_signup_display_name.teamName": "Team Name", "team_signup_email.address": "Email Address", - "team_signup_password.passwordError": "Please enter at least {chars} characters", - "team_signup_password.creating": "Creating team...", - "team_signup_password.yourPassword": "Your password", - "team_signup_password.selectPassword": "Select a password that you'll use to login with your email address:", - "team_signup_password.email": "Email", - "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.finish": "Finish", + "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 Terms of Service and Privacy Policy. 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.creating": "Creating team...", + "team_signup_password.email": "Email", + "team_signup_password.finish": "Finish", + "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_password.yourPassword": "Your password", "team_signup_send_invites.addInvitation": "Add Invitation", + "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_send_invites.forNow": "for now.", + "team_signup_send_invites.next": "Next", "team_signup_send_invites.prefer": "if you prefer, you can invite team members laterYour team communication all in one place, instantly searchable and available anywhere
Keep your team connected to help them achieve what matters most.
", "tutorial_intro.screenTwo": "Communication happens in public discussion channels, private groups and direct messages.
Everything is archived and searchable from any web-enabled desktop, laptop or phone.
", - "tutorial_intro.invite": "Invite teammates", - "tutorial_intro.teamInvite": "Team Invite", - "tutorial_intro.support": "Need anything, just email us at ", - "tutorial_intro.allSet": "You’re all set", - "tutorial_intro.whenReady": " when you’re ready.", - "tutorial_intro.end": "Click “Next” to enter Town Square. This is the first channel teammates see when they sign up. Use it for posting updates everyone needs to know.", - "tutorial_intro.next": "Next", "tutorial_intro.skip": "Skip tutorial", - "tutorial_tip.ok": "Okay", + "tutorial_intro.support": "Need anything, just email us at ", + "tutorial_intro.teamInvite": "Team Invite", + "tutorial_intro.whenReady": " when you’re ready.", "tutorial_tip.next": "Next", - "tutorial_tip.seen": "Seen this before? ", + "tutorial_tip.ok": "Okay", "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.cmds.request_type_post": "POST", - "user.settings.cmds.request_type_get": "GET", - "user.settings.cmds.add_display_name.placeholder": "Example: \"Search patient records\"", - "user.settings.cmds.add_username.placeholder": "Username", - "user.settings.cmds.add_trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", - "user.settings.cmds.auto_complete_desc.placeholder": "Example: \"Returns search results for patient records\"", - "user.settings.cmds.auto_complete_hint.placeholder": "Example: [Patient Name]", - "user.settings.cmds.url.placeholder": "Must start with http:// or https://", - "user.settings.cmds.auto_complete.yes": "yes", - "user.settings.cmds.auto_complete.no": "no", - "user.settings.cmds.trigger": "Command Trigger Word: ", - "user.settings.cmds.url": "Request URL: ", - "user.settings.cmds.request_type": "Request Method: ", - "user.settings.cmds.username": "Response Username: ", - "user.settings.cmds.icon_url": "Response Icon: ", - "user.settings.cmds.auto_complete": "Autocomplete: ", - "user.settings.cmds.auto_complete_hint": "Autocomplete Hint: ", - "user.settings.cmds.auto_complete_desc": "Autocomplete Description: ", - "user.settings.cmds.display_name": "Descriptive Label: ", - "user.settings.cmds.token": "Token: ", - "user.settings.cmds.regen": "Regen Token", - "user.settings.cmds.none": "None", - "user.settings.cmds.existing": "Existing commands", - "user.settings.cmds.add_desc": "Create slash commands to send events to external integrations and receive a response. For example typing `/patient Joe Smith` could bring back search results from your internal health records management system for the name “Joe Smith”. Please see Slash commands documentation for detailed instructions.", - "user.settings.cmds.add_new": "Add a new command", - "user.settings.cmds.trigger_desc": "Examples: /patient, /client, /employee Reserved: /echo, /join, /logout, /me, /shrug", - "user.settings.cmds.url_desc": "The callback URL to receive the HTTP POST or GET event request when the slash command is run.", - "user.settings.cmds.request_type_desc": "The type of command request issued to the Request URL.", - "user.settings.cmds.username_desc": "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 \".\" .", - "user.settings.cmds.icon_url_desc": "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.", - "user.settings.cmds.auto_complete_help": " Show this command in the autocomplete list.", - "user.settings.cmds.auto_complete_hint_desc": "Optional hint in the autocomplete list about parameters needed for command.", - "user.settings.cmds.auto_complete_desc_desc": "Optional short description of slash command for the autocomplete list.", - "user.settings.cmds.cmd_display_name": "Brief description of slash command to show in listings.", - "user.settings.cmds.add": "Add", - "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 incoming webhooks documentation 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 outgoing webhooks documentation 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", + "tutorial_tip.seen": "Seen this before? ", + "upload_overlay.info": "Drop a file to upload it.", + "user.settings.advance.embed_preview": "Show preview snippet of links below message", + "user.settings.advance.enabled": "enabled", "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.sendDesc": "If enabled 'Enter' inserts a new line and 'Ctrl + Enter' submits the message.", + "user.settings.advance.off": "Off", + "user.settings.advance.on": "On", "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.preReleaseTitle": "Preview pre-release features", + "user.settings.advance.sendDesc": "If enabled 'Enter' inserts a new line and 'Ctrl + Enter' submits the message.", + "user.settings.advance.sendTitle": "Send messages on Ctrl + Enter", "user.settings.advance.title": "Advanced Settings", + "user.settings.cmds.add": "Add", + "user.settings.cmds.add_desc": "Create slash commands to send events to external integrations and receive a response. For example typing `/patient Joe Smith` could bring back search results from your internal health records management system for the name “Joe Smith”. Please see Slash commands documentation for detailed instructions.", + "user.settings.cmds.add_display_name.placeholder": "Example: \"Search patient records\"", + "user.settings.cmds.add_new": "Add a new command", + "user.settings.cmds.add_trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", + "user.settings.cmds.add_username.placeholder": "Username", + "user.settings.cmds.auto_complete": "Autocomplete: ", + "user.settings.cmds.auto_complete.no": "no", + "user.settings.cmds.auto_complete.yes": "yes", + "user.settings.cmds.auto_complete_desc": "Autocomplete Description: ", + "user.settings.cmds.auto_complete_desc.placeholder": "Example: \"Returns search results for patient records\"", + "user.settings.cmds.auto_complete_desc_desc": "Optional short description of slash command for the autocomplete list.", + "user.settings.cmds.auto_complete_help": " Show this command in the autocomplete list.", + "user.settings.cmds.auto_complete_hint": "Autocomplete Hint: ", + "user.settings.cmds.auto_complete_hint.placeholder": "Example: [Patient Name]", + "user.settings.cmds.auto_complete_hint_desc": "Optional hint in the autocomplete list about parameters needed for command.", + "user.settings.cmds.cmd_display_name": "Brief description of slash command to show in listings.", + "user.settings.cmds.display_name": "Descriptive Label: ", + "user.settings.cmds.existing": "Existing commands", + "user.settings.cmds.icon_url": "Response Icon: ", + "user.settings.cmds.icon_url_desc": "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.", + "user.settings.cmds.none": "None", + "user.settings.cmds.regen": "Regen Token", + "user.settings.cmds.request_type": "Request Method: ", + "user.settings.cmds.request_type_desc": "The type of command request issued to the Request URL.", + "user.settings.cmds.request_type_get": "GET", + "user.settings.cmds.request_type_post": "POST", + "user.settings.cmds.token": "Token: ", + "user.settings.cmds.trigger": "Command Trigger Word: ", + "user.settings.cmds.trigger_desc": "Examples: /patient, /client, /employee Reserved: /echo, /join, /logout, /me, /shrug", + "user.settings.cmds.url": "Request URL: ", + "user.settings.cmds.url.placeholder": "Must start with http:// or https://", + "user.settings.cmds.url_desc": "The callback URL to receive the HTTP POST or GET event request when the slash command is run.", + "user.settings.cmds.username": "Response Username: ", + "user.settings.cmds.username_desc": "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 \".\" .", + "user.settings.custom_theme.awayIndicator": "Away Indicator", + "user.settings.custom_theme.buttonBg": "Button BG", + "user.settings.custom_theme.buttonColor": "Button Text", + "user.settings.custom_theme.centerChannelBg": "Center Channel BG", + "user.settings.custom_theme.centerChannelColor": "Center Channel Text", + "user.settings.custom_theme.codeTheme": "Code Theme", + "user.settings.custom_theme.copyPaste": "Copy and paste to share theme colors:", + "user.settings.custom_theme.linkColor": "Link Color", + "user.settings.custom_theme.mentionBj": "Mention Jewel BG", + "user.settings.custom_theme.mentionColor": "Mention Jewel Text", + "user.settings.custom_theme.mentionHighlightBg": "Mention Highlight BG", + "user.settings.custom_theme.mentionHighlightLink": "Mention Highlight Link", + "user.settings.custom_theme.newMessageSeparator": "New Message Separator", + "user.settings.custom_theme.onlineIndicator": "Online Indicator", + "user.settings.custom_theme.sidebarBg": "Sidebar BG", + "user.settings.custom_theme.sidebarHeaderBg": "Sidebar Header BG", + "user.settings.custom_theme.sidebarHeaderTextColor": "Sidebar Header Text", + "user.settings.custom_theme.sidebarText": "Sidebar Text", + "user.settings.custom_theme.sidebarTextActiveBorder": "Sidebar Text Active Border", + "user.settings.custom_theme.sidebarTextActiveColor": "Sidebar Text Active Color", + "user.settings.custom_theme.sidebarTextHoverBg": "Sidebar Text Hover BG", + "user.settings.custom_theme.sidebarUnreadText": "Sidebar Unread Text", "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.thirdParty": "Open to register a new third-party 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.fontDesc": "Select the font displayed in the Mattermost user interface.", "user.settings.display.fontTitle": "Display Font", "user.settings.display.language": "Language", - "user.settings.display.preferTime": "Select how you prefer time displayed.", + "user.settings.display.militaryClock": "24-hour clock (example: 16:00)", "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.normalClock": "12-hour clock (example: 4:00 PM)", + "user.settings.display.preferTime": "Select how you prefer time displayed.", + "user.settings.display.showFullname": "Show first and last name", + "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.teammateDisplay": "Teammate Name Display", + "user.settings.display.theme.customTheme": "Custom Theme", + "user.settings.display.theme.describe": "Open to manage your theme", + "user.settings.display.theme.import": "Import theme colors from Slack", + "user.settings.display.theme.themeColors": "Theme Colors", + "user.settings.display.theme.title": "Theme", "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}This is the start of {display_name}, a channel for non-work-related conversations.
Welcome to {display_name}!
This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.
LDAP es una característica de la edición enterprise. Tu licencia actual no soporta LDAP. Pincha aquí para información y precios de las licencias enterprise.
", + "admin.ldap.noLicense": "LDAP es una característica de la edición enterprise. Tu licencia actual no soporta LDAP. Pincha aquí para información y precios de las licencias enterprise.
", "admin.ldap.portDesc": "El puerto que Mattermost utilizará para conectarse al servidor LDAP. El predeterminado es 389.", "admin.ldap.portEx": "Ej \"389\"", "admin.ldap.portTitle": "Puerto LDAP:", @@ -425,7 +425,7 @@ "admin.team.userCreationTitle": "Habilitar Creación de Usuarios: ", "admin.team_analytics.activeUsers": "Active Users With Posts", "admin.team_analytics.totalPosts": "Total de Mensajes", - "admin.userList.title": "Usuarios para ", + "admin.userList.title": "Usuarios para {team}", "admin.userList.title2": "Usuarios para {team} ({count})", "admin.user_item.confirmDemoteDescription": "Si te degradas a ti mismo de la función de Administrador de Sistema y no hay otro usuario con privilegios de Administrador de Sistema, tendrás que volver a asignar un Administrador del Sistema accediendo al servidor de Mattermost a través de un terminal y ejecutar el siguiente comando.", "admin.user_item.confirmDemoteRoleTitle": "Confirmar el decenso del rol de Administrador de Sistema", @@ -466,7 +466,7 @@ "audit_table.failedWebhookCreate": "Falla al crear un webhook - no tiene permisos en el canal", "audit_table.failedWebhookDelete": "Falla al borrar un webhook - condiciones inapropiadas", "audit_table.headerUpdated": "Actualizado el encabezado del canal/grupo {channelName}", - "audit_table.ip": "IP: {ip}", + "audit_table.ip": "Dirección IP", "audit_table.licenseRemoved": "Licencia eliminada con éxito", "audit_table.loginAttempt": " (intento de inicio de sesión)", "audit_table.loginFailure": " (inicio de sesión fallido)", @@ -476,7 +476,7 @@ "audit_table.oauthTokenFailed": "Falla al obtener un token de acceso de OAuth - {token}", "audit_table.revokedAll": "Revocadas todas las sesiones actuales del equipo", "audit_table.sentEmail": "Correo electrónico enviado a {email} para restablecer tu contraseña", - "audit_table.session": "ID de Sesión: {id}", + "audit_table.session": "ID de sesión", "audit_table.sessionRevoked": "La sesión con id {sessionId} fue revocada", "audit_table.successfullLicenseAdd": "Licencia agregada con éxito", "audit_table.successfullLogin": "Inicio de sesión satisfactorio", @@ -495,9 +495,9 @@ "audit_table.userId": "ID de Usuario", "audit_table.userRemoved": "Removido {username} del canal/grupo {channelName}", "audit_table.verified": "Verificada la dirección de correo electrónico satisfacoriamente", - "authorize.access": "¿Permitir acceso a {appName}?", + "authorize.access": "¿Permitir acceso a {appName}?", "authorize.allow": "Permitir", - "authorize.app": "La app {appName} quiere tener la abilidad de accesar y modificar tu información básica.", + "authorize.app": "La app {appName} quiere tener la habilidad de accesar y modificar tu información básica.", "authorize.deny": "Denegar", "authorize.title": "Una aplicación quiere conectarse con tu cuenta de {teamName}", "center_panel.recent": "Pincha aquí para ir a los mensajes más recientes. ", @@ -520,11 +520,11 @@ "channel_header.channelHeader": "Asignar Encabezado del Canal...", "channel_header.delete": "Borrar {term}...", "channel_header.group": "Grupo", - "channel_header.leave": "Abandonar ", + "channel_header.leave": "Abandonar {term}", "channel_header.manageMembers": "Administrar Miembros", "channel_header.notificationPreferences": "Preferencias de Notificación", "channel_header.recentMentions": "Menciones recientes", - "channel_header.rename": "Renombrar ", + "channel_header.rename": "Renombrar {term}...", "channel_header.setHeader": "Encabezado del {term}...", "channel_header.setPurpose": "Propósito del {term}...", "channel_header.viewInfo": "Ver Info", @@ -564,7 +564,7 @@ "channel_modal.purpose": "Propósito", "channel_notifications.allActivity": "Para toda actividad", "channel_notifications.allUnread": "Para todos los mensajes sin leer", - "channel_notifications.globalDefault": "Predeterminada", + "channel_notifications.globalDefault": "Predeterminada ({notifyLevel})", "channel_notifications.markUnread": "Marcar Canal como No Leido", "channel_notifications.never": "Nunca", "channel_notifications.onlyMentions": "Sólo para menciones", @@ -609,7 +609,7 @@ "delete_channel.confirm": "Confirmar BORRAR Canal", "delete_channel.del": "Borrar", "delete_channel.group": "grupo", - "delete_channel.question": "¿Estás seguro de querer borrar el ", + "delete_channel.question": "¿Estás seguro de querer borrar el {display_name} {term}?", "delete_post.cancel": "Cancelar", "delete_post.comment": "Comentario", "delete_post.confirm": "Confirmar Eliminación del {term}", @@ -811,7 +811,7 @@ "navbar_dropdown.teamSettings": "Configurar Equipo", "password_form.change": "Cambiar mi contraseña", "password_form.click": " Pincha aquí para iniciar sesión.", - "password_form.enter": "Ingresa una nueva contraseña para tu cuenta en {teamDisplayName} {SiteName}.", + "password_form.enter": "Ingresa una nueva contraseña para tu cuenta en {teamDisplayName} {siteName}.", "password_form.error": "Por favor ingresa al menos {chars} caracteres.", "password_form.pwd": "Contraseña", "password_form.title": "Restablecer Contraseña", @@ -865,7 +865,6 @@ "removed_channel.remover": "{remover} te removió de {channel}", "removed_channel.someone": "Alguien", "rename_channel.cancel": "Cancelar", - "rename_channel.close": "Cerrado", "rename_channel.defaultError": " - No se puede cambiar el del canal predeterminado", "rename_channel.displayName": "Nombre a Mostrar", "rename_channel.displayNameHolder": "Ingresa el nombre a mostrar", @@ -893,7 +892,7 @@ "search_header.title2": "Menciones Recientes", "search_item.direct": "Mensjae Directo", "search_item.jump": "Ir ", - "search_results.because": "Canales organizan las conversaciones en diferentes tópicos. Son abiertos para cualquier persona de tu equipo. Para enviar comunicaciones privadas con una sola persona utiliza Mensajes Directos o con multiples personas utilizando Grupos Privados.
", - "sidebar.tutorialScreen2": "Este es un canal para comenzar:
General es el lugar para tener comunicación con todo el equipo. Todos los integrantes de tu equipo son miembros de este canal.
", + "sidebar.tutorialScreen2": "Estos son dos canales para comenzar:
General es el lugar para tener comunicación con todo el equipo. Todos los integrantes de tu equipo son miembros de este canal.
Fuera de Tópico es un lugar para diversión y humor fuera de los canales relacionados con el trabajo. Tu y tu equipo pueden decidir que otros canales crear.
", "sidebar.tutorialScreen3": "Pincha en \"Más...\" para crear un nuevo canal o unirte a uno existente.
También puedes crear un nuevo canal o grupo privado al pinchar el simbolo de \"+\" que se encuentra al lado del encabezado de Canales o Grupos Privados.
", "sidebar.unreadAbove": "Mensaje(s) sin leer ▲", "sidebar.unreadBelow": "Mensaje(s) sin leer ▼", @@ -1185,7 +1184,7 @@ "user.settings.hooks_in.add": "Agregar", "user.settings.hooks_in.addTitle": "Agregar un nuevo webhook de entrada", "user.settings.hooks_in.channel": "Canal: ", - "user.settings.hooks_in.description": "Crea webhooks URLs para utilizarlos con integraciones externas. Por favor revisa documentación de webhook de entrada para aprender más.", + "user.settings.hooks_in.description": "Crea webhooks URLs para utilizarlos con integraciones externas. Por favor revisa documentación de webhook de entrada para conocer más.", "user.settings.hooks_in.existing": "Webhooks de entrada existentes", "user.settings.hooks_in.none": "Ninguno", "user.settings.hooks_out.add": "Agregar",