summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-08 11:09:02 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-08 11:09:02 -0300
commite0c43dbd728967a4bb2ca6b4e55b4b0947b2b9f8 (patch)
tree18c4601afc382405d07762dfa26daa0e075a4561 /web
parent96cb7345dafbf07027acb9dc05fc7d0808a4ac38 (diff)
downloadchat-e0c43dbd728967a4bb2ca6b4e55b4b0947b2b9f8.tar.gz
chat-e0c43dbd728967a4bb2ca6b4e55b4b0947b2b9f8.tar.bz2
chat-e0c43dbd728967a4bb2ca6b4e55b4b0947b2b9f8.zip
Add new localizations in english and spanish
Diffstat (limited to 'web')
-rw-r--r--web/static/i18n/en.json47
-rw-r--r--web/static/i18n/es.json13
2 files changed, 31 insertions, 29 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 5b03f0130..2e71a3cde 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -83,17 +83,17 @@
"admin.email.pushServerEx": "E.g.: \"http://push-test.mattermost.com\"",
"admin.email.testing": "Testing...",
"admin.email.saving": "Saving Config...",
- "admin.email.emailSuccess": "No errors were reported while sending an email. Please check your inbox to make sure.",
+ "admin.email.emailSuccess": "No errors were reported while sending an email.Please check your inbox to make sure.",
"admin.email.emailFail": "Connection unsuccessful: {error}",
"admin.email.emailSettings": "Email Settings",
"admin.email.allowSignupTitle": "Allow Sign Up With Email: ",
"admin.email.true": "true",
"admin.email.false": "false",
- "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
+ "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password.This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
"admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ",
"admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
"admin.email.allowUsernameSignInTitle": "Allow Sign In With Username: ",
- "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.",
+ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password.This setting is typically only used when email verification is disabled.",
"admin.email.notificationsTitle": "Send Email Notifications: ",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.requireVerificationTitle": "Require Email Verification: ",
@@ -142,11 +142,11 @@
"admin.gitlab.clientSecretTitle": "Secret:",
"admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.",
"admin.gitlab.authTitle": "Auth Endpoint:",
- "admin.gitlab.authDescription": "Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.authDescription": "Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize).Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.tokenTitle": "Token Endpoint:",
- "admin.gitlab.tokenDescription": "Enter https://<your-gitlab-url>/oauth/token. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.tokenDescription": "Enter https://<your-gitlab-url>/oauth/token.Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.userTitle": "User API Endpoint:",
- "admin.gitlab.userDescription": "Enter https://<your-gitlab-url>/api/v3/user. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.userDescription": "Enter https://<your-gitlab-url>/api/v3/user.Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.save": "Save",
"admin.image.storeDisabled": "Disable File Storage",
"admin.image.storeLocal": "Local File System",
@@ -273,11 +273,11 @@
"admin.log.consoleTitle": "Log To The Console: ",
"admin.log.true": "true",
"admin.log.false": "false",
- "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.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.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.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:",
@@ -338,7 +338,7 @@
"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.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.service.attemptDescription": "Login attempts allowed before user is locked out and required to reset password via email.",
"admin.service.segmentTitle": "Segment Developer Key:",
@@ -883,8 +883,8 @@
"signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.",
"signup_team.choose": "Choose a Team",
"signup_team.createTeam": "Or Create a Team",
- "signup_team.disabled": "Team creation has been disabled. Please contact an administrator for access.",
- "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.",
+ "signup_team.disabled": "Team creation has been disabled.Please contact an administrator for access.",
+ "signup_team.none": "No team creation method has been enabled.Please contact an administrator for access.",
"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.",
@@ -914,7 +914,7 @@
"team_export_tab.unable": " Unable to export: {error}",
"team_export_tab.export": "Export",
"team_export_tab.exportTeam": "Export your team",
- "general_tab.dirDisabled": "Team Directory has been disabled. Please ask a System Admin to enable the Team Directory in the System Console team settings.",
+ "general_tab.dirDisabled": "Team Directory has been disabled.Please ask a System Admin to enable the Team Directory in the System Console team settings.",
"general_tab.required": "This field is required",
"general_tab.chooseName": "Please choose a new name for your team",
"general_tab.includeDirTitle": "Include this team in the Team Directory",
@@ -1083,13 +1083,13 @@
"user.settings.cmds.regen": "Regen Token",
"user.settings.cmds.none": "None",
"user.settings.cmds.existing": "Existing commands",
- "user.settings.cmds.add_desc": "Create commands to send message events to an external integration. Please see <a href=\"http://mattermost.org/commands\">http://mattermost.org/commands</a> to learn more.",
+ "user.settings.cmds.add_desc": "Create commands to send message events to an external integration. Please see <a href=\"http://mattermost.org/commands\">http://mattermost.org/commands</a>to learn more.",
"user.settings.cmds.add_new": "Add a new command",
"user.settings.cmds.cmd_display_name": "Command display name.",
"user.settings.cmds.username_desc": "The username to use when overriding the post.",
"user.settings.cmds.icon_url_desc": "URL to an icon",
"user.settings.cmds.trigger_desc": "Word to trigger on",
- "user.settings.cmds.auto_complete_help": "Show this command in autocomplete list.",
+ "user.settings.cmds.auto_complete_help": "Show this command in autocomplete list",
"user.settings.cmds.auto_complete_hint_desc": "List parameters to be passed to the command.",
"user.settings.cmds.request_type_desc": "Command request type issued to the callback URL.",
"user.settings.cmds.url_desc": "URL that will receive the HTTP POST or GET event",
@@ -1110,7 +1110,7 @@
"user.settings.hooks_out.regen": "Regen Token",
"user.settings.hooks_out.none": "None",
"user.settings.hooks_out.existing": "Existing outgoing webhooks",
- "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> to learn more.",
+ "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a>to learn more.",
"user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
"user.settings.hooks_out.only": "Only public channels can be used",
"user.settings.hooks_out.comma": "Comma separated words to trigger on",
@@ -1128,7 +1128,7 @@
"user.settings.advance.embed_preview": "Show preview snippet of links below message",
"user.settings.advance.loc_preview": "Show user language in display settings",
"user.settings.advance.sendDesc": "If enabled 'Enter' inserts a new line and 'Ctrl + Enter' submits the message.",
- "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview. You may also need to refresh the page before the setting will take effect.",
+ "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview.You may also need to refresh the page before the setting will take effect.",
"user.settings.advance.title": "Advanced Settings",
"user.settings.developer.applicationsPreview": "Applications (Preview)",
"user.settings.developer.thirdParty": "Open to register a new third-party application",
@@ -1147,11 +1147,6 @@
"user.settings.display.nameOptsDesc": "Set how to display other user's names in posts and the Direct Messages list.",
"user.settings.display.fontDesc": "Select the font displayed in the Mattermost user interface.",
"user.settings.display.title": "Display Settings",
- "user.settings.display.theme.themeColors": "Theme Colors",
- "user.settings.display.theme.customTheme": "Custom Theme",
- "user.settings.display.theme.import": "Import theme colors from Slack",
- "user.settings.display.theme.title": "Theme",
- "user.settings.display.theme.describe": "Open to manage your theme",
"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",
@@ -1194,7 +1189,6 @@
"user.settings.modal.general": "General",
"user.settings.modal.security": "Security",
"user.settings.modal.notifications": "Notifications",
- "user.settings.modal.appearance": "Appearance",
"user.settings.modal.developer": "Developer",
"user.settings.modal.integrations": "Integrations",
"user.settings.modal.display": "Display",
@@ -1245,6 +1239,11 @@
"user.settings.security.title": "Security Settings",
"user.settings.security.viewHistory": "View Access History",
"user.settings.security.logoutActiveSessions": "View and Logout of Active Sessions",
+ "user.settings.display.theme.title": "Theme",
+ "user.settings.display.theme.describe": "Open to manage your theme",
+ "user.settings.display.theme.themeColors": "Theme Colors",
+ "user.settings.display.theme.customTheme": "Custom Theme",
+ "user.settings.display.theme.import": "Import theme colors from Slack",
"view_image_popover.publicLink": "Get Public Link",
"view_image_popover.file": "File {count} of {total}",
"view_image_popover.download": "Download",
@@ -1253,7 +1252,7 @@
"intro_messages.teammate": "This is the start of your direct message history with this teammate. Direct messages and files shared here are not shown to people outside this area.",
"intro_messages.offTopic": "<h4 class=\"channel-intro__title\">Beginning of {display_name}</h4><p class=\"channel-intro__content\">This is the start of {display_name}, a channel for non-work-related conversations.<br/></p>",
"intro_messages.inviteOthers": "Invite others to this team",
- "intro_messages.default": "<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!</strong><br/><br/>This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.</p>",
+ "intro_messages.default": "<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!'</strong><br/><br/>This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.</p>",
"intro_messages.group": "private group",
"intro_messages.onlyInvited": " Only invited members can see this private group.",
"intro_messages.channel": "channel",
@@ -1263,4 +1262,4 @@
"intro_messages.beginning": "Beginning of {name}",
"intro_messages.invite": "Invite others to this {type}",
"intro_messages.setHeader": "Set a Header"
-}
+} \ No newline at end of file
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 25515ca86..a65b20e4c 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -303,6 +303,8 @@
"admin.service.googleTitle": "Llave de desarrolador Google:",
"admin.service.iconDescription": "Cuando es verdadero, se le permitirá cambiar el icono del mensaje desde webhooks. Nota, en combinación con permitir el cambio de nombre de usuario, podría exponer a los usuarios a sufrir ataques de phishing.",
"admin.service.iconTitle": "Habilitar el cambio de icono desde los Webhooks: ",
+ "admin.service.insecureTlsDesc": "Cuando es verdadero, cualquier solicitud de salida por HTTPS será aceptada incluso si posee certificados no verificados o autofirmados. Por ejemplo, webhooks de salida a un servidor con un certificado TLS autofirmado, utilizando cualquier dominio, será permitido. Tenga en cuenta que esto hace que estas conexiones susceptibles a los ataques hombre-en-el-medio.",
+ "admin.service.insecureTlsTitle": "Habilitar Conexiones de Salida Inseguras: ",
"admin.service.integrationAdmin": "Habilitar Integraciones sólo para administradores: ",
"admin.service.integrationAdminDesc": "Cuando es verdadero, las integraciones creadas por usuarios solo pueden ser creadas por administradores.",
"admin.service.listenAddress": "Dirección de escucha:",
@@ -1129,10 +1131,12 @@
"user.settings.display.showNickname": "Mostrar el sobrenombre si existe, de lo contrario mostrar el nombre y apellido",
"user.settings.display.showUsername": "Mostrar el nombre de usuario (predeterminado)",
"user.settings.display.teammateDisplay": "Visualización del nombre de los integrantes",
+ "user.settings.display.theme.customTheme": "Tema Personalizado",
+ "user.settings.display.theme.describe": "Abrir para administrar tu tema",
+ "user.settings.display.theme.import": "Importar colores del tema desde Slack",
+ "user.settings.display.theme.themeColors": "Colores del Tema",
+ "user.settings.display.theme.title": "Tema",
"user.settings.display.title": "Configuración de Visualización",
- "user.settings.display.theme.customTheme": "Tema personalizado",
- "user.settings.display.theme.import": "Importar los colores de tema de Slack",
- "user.settings.display.theme.themeColors": "Selecciona un Tema",
"user.settings.general.checkEmail": "Revisa tu correo electrónico {email} para verificar la dirección.",
"user.settings.general.checkEmailNoAddress": "Revisa tu correo electrónico para verificar la dirección",
"user.settings.general.close": "Cerrar",
@@ -1201,7 +1205,6 @@
"user.settings.languages": "Cambiar Idioma",
"user.settings.languages.change": "Cambia el idioma con el que se muestra la intefaz de usuario",
"user.settings.modal.advanced": "Avanzada",
- "user.settings.modal.appearance": "Apariencia",
"user.settings.modal.confirmBtns": "Sí, Descartar",
"user.settings.modal.confirmMsg": "Tienes cambios sin guardar, ¿Estás seguro que los quieres descartar?",
"user.settings.modal.confirmTitle": "¿Descartar Cambios?",
@@ -1259,4 +1262,4 @@
"view_image_popover.download": "Descargar",
"view_image_popover.file": "Archivo {count} de {total}",
"view_image_popover.publicLink": "Obtener Enlace Público"
-}
+} \ No newline at end of file