Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
translations PR 20180730 (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Jul 31, 2018
1 parent 6c1be82 commit 4e7f6d4
Show file tree
Hide file tree
Showing 14 changed files with 235 additions and 131 deletions.
84 changes: 46 additions & 38 deletions i18n/de.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,23 +1091,23 @@
"admin.select_team.close": "Close",
"admin.select_team.select": "Select",
"admin.select_team.selectTeam": "Select Team",
"admin.service.CorsDebugLabel": "CORS Debug:",
"admin.service.attemptDescription": "Number of login attempts allowed before a user is locked out and required to reset their password via email.",
"admin.service.attemptExample": "E.g.: \"10\"",
"admin.service.attemptTitle": "Maximum Login Attempts:",
"admin.service.cmdsDesc": "When true, custom slash commands will be allowed. See <a href='https://docs.mattermost.com/developer/slash-commands.html' target='_blank'>documentation</a> to learn more.",
"admin.service.cmdsTitle": "Enable Custom Slash Commands: ",
"admin.service.complianceExportDesc": "When true, Mattermost will export all messages that were posted in the last 24 hours. The export task is scheduled to run once per day. See <a href=\"https://about.mattermost.com/default-compliance-export-documentation\" target=\"_blank\">the documentation</a> to learn more.",
"admin.service.complianceExportTitle": "Enable Compliance Export:",
"admin.service.corsAllowCredentialsDescription": "When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
"admin.service.corsAllowCredentialsLabel": "CORS Allow Credentials:",
"admin.service.corsDebugDescription": "When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
"admin.service.corsDescription": "Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it. Should not be set to \"*\" in production.",
"admin.service.corsEx": "https://example.com",
"admin.service.corsExposedHeadersDescription": "Whitelist of headers that will be accessible to the requester.",
"admin.service.corsExposedHeadersTitle": "CORS Exposed Headers:",
"admin.service.corsHeadersEx": "X-My-Header",
"admin.service.corsTitle": "Enable cross-origin requests from:",
"admin.service.corsExposedHeadersTitle":"CORS Exposed Headers:",
"admin.service.corsHeadersEx":"X-My-Header",
"admin.service.corsExposedHeadersDescription":"Whitelist of headers that will be accessible to the requester.",
"admin.service.corsAllowCredentialsLabel":"CORS Allow Credentials:",
"admin.service.corsAllowCredentialsDescription":"When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
"admin.service.CorsDebugLabel":"CORS Debug:",
"admin.service.corsDebugDescription":"When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
"admin.service.developerDesc": "When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. ",
"admin.service.developerTitle": "Enable Developer Mode: ",
"admin.service.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.<br/><br/>If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",
Expand Down Expand Up @@ -1367,6 +1367,8 @@
"admin.user_item.userAccessTokenPostAll": "(with post:all personal access tokens)",
"admin.user_item.userAccessTokenPostAllPublic": "(with post:channels personal access tokens)",
"admin.user_item.userAccessTokenYes": "(with personal access tokens)",
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
"admin.webrtc.enableDescription": "When true, Mattermost allows making <strong>one-on-one</strong> video calls. WebRTC calls are available on Chrome, Firefox and Mattermost Desktop Apps.",
"admin.webrtc.enableTitle": "Enable Mattermost WebRTC: ",
"admin.webrtc.gatewayAdminSecretDescription": "Enter your admin secret password to access the Gateway Admin URL.",
Expand Down Expand Up @@ -1398,8 +1400,6 @@
"admin.webserverModeTitle": "Webserver Mode:",
"admin.webserverModeUncompressed": "Uncompressed",
"admin.webserverModeUncompressedDescription": "The Mattermost server will serve static files uncompressed.",
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
"analytics.chart.loading": "Loading...",
"analytics.chart.meaningful": "Not enough data for a meaningful representation.",
"analytics.system.activeUsers": "Active Users With Posts",
Expand Down Expand Up @@ -3538,4 +3538,4 @@
"webrtc.unpause_video": "Turn on camera",
"webrtc.unsupported": "{username} client does not support video calls.",
"youtube_video.notFound": "Video not found"
}
}
18 changes: 13 additions & 5 deletions i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"add_command.description.help": "Descripción del webhook de entrada.",
"add_command.displayName": "Título",
"add_command.displayName.help": "Elige el título que se mostrará en la página de configuración de comandos de barra. Máximo de 64 caracteres.",
"add_command.doneHelp": "El comando de barra se ha establecido. El siguiente token se enviará con el mensaje saliente. Por favor utilízalo para verificar que la petición proviene de su equipo de Mattermost (ver la <a href=\"https://docs.mattermost.com/developer/slash-commands.html\">documentación</a> para más detalles).",
"add_command.doneHelp": "El comando de barra se ha establecido. El siguiente token se enviará con el mensaje saliente. Por favor utilízalo para verificar que la petición proviene de su equipo de Mattermost (ver la [documentación](!https://docs.mattermost.com/developer/slash-commands.html) para más detalles).",
"add_command.iconUrl": "Icono de Respuesta",
"add_command.iconUrl.help": "(Opcional) Escoge una imagen de perfil que reemplazara los mensajes publicados por este comando de barra. Ingresa el URL de un archivo .png o .jpg de al menos 128 pixels por 128 pixels.",
"add_command.iconUrl.placeholder": "https://www.example.com/myicon.png",
Expand Down Expand Up @@ -371,7 +371,6 @@
"admin.elasticsearch.indexButton.ready": "Generar índice",
"admin.elasticsearch.indexHelpText.buildIndex": "Todos los mensajes en la base de datos será indexados desde el más antiguo al más reciente. Elasticsearch está disponible durante el proceso de indexación, pero los resultados de la búsqueda pueden estar incompletos hasta que el trabajo de indexación se haya completado.",
"admin.elasticsearch.indexHelpText.cancelIndexing": "Al cancelar se detiene el trabajo de indexación y se elimina de la cola. Los mensajes que hayan sido indexados no serán eliminados.",
"admin.elasticsearch.noteDescription": "Cambiando las propiedades de esta sección se requerirá reiniciar el servidor para que los cambios tomen efecto",
"admin.elasticsearch.password": "Ej.: \"yourpassword\"",
"admin.elasticsearch.passwordDescription": "(Opcional) La contraseña para autenticar el servidor Elasticsearch.",
"admin.elasticsearch.passwordTitle": "Contraseña del Servidor:",
Expand Down Expand Up @@ -1092,15 +1091,22 @@
"admin.select_team.close": "Cerrar",
"admin.select_team.select": "Seleccionar",
"admin.select_team.selectTeam": "Seleccionar grupo",
"admin.service.CorsDebugLabel": "CORS Debug:",
"admin.service.attemptDescription": "Número de intentos de inicio de sesión permitidos antes de que un usuario sea bloqueado y sea necesario restablecer su contraseña a través de correo electrónico.",
"admin.service.attemptExample": "Ej.: \"10\"",
"admin.service.attemptTitle": "Máximo de intentos de conexión:",
"admin.service.cmdsDesc": "Cuando es verdadero, los comandos de barra serán permitidos. Revisa la <a href='https://docs.mattermost.com/developer/slash-commands.html' target='_blank'>documentación</a> para obtener más información.",
"admin.service.cmdsTitle": "Habilitar Comandos de Barra Personalizados: ",
"admin.service.complianceExportDesc": "Cuando es verdadero, Mattermost exportará todos los mensajes publicados en las últimas 24 horas. La tarea de exportación está programada para ejecutarse una vez al día. Lee la <a href=\"https://about.mattermost.com/default-compliance-export-documentation\" target=\"_blank\">documentación</a> para obtener más información.",
"admin.service.complianceExportTitle": "Habilitar Los Informes de Conformidad:",
"admin.service.corsAllowCredentialsDescription": "When true, requests that pass validation will include the Access-Control-Allow-Credentials header.",
"admin.service.corsAllowCredentialsLabel": "CORS Allow Credentials:",
"admin.service.corsDebugDescription": "When true, prints messages to the logs to help when developing an integration that uses CORS. These messages will include the structured key value pair \"source\":\"cors\".",
"admin.service.corsDescription": "Habilitar solicitudes HTTP de origen cruzado desde un dominio específico. Utiliza \"*\" si quieres permitir CORS desde cualquier dominio o déjalo en blanco para inhabilitarlo.",
"admin.service.corsEx": "https://ejemplo.com",
"admin.service.corsExposedHeadersDescription": "Whitelist of headers that will be accessible to the requester.",
"admin.service.corsExposedHeadersTitle": "CORS Exposed Headers:",
"admin.service.corsHeadersEx": "X-My-Header",
"admin.service.corsTitle": "Habilitar la procedencia de las solicitudes cruzadas de:",
"admin.service.developerDesc": "Cuando es verdadero, los errores de JavaScript se muestran en una barra púrpura en la parte superior de la interfaz de usuario. No se recomienda su uso en producción. ",
"admin.service.developerTitle": "Habilitar modo de Desarrollador: ",
Expand Down Expand Up @@ -1253,7 +1259,7 @@
"admin.sql.queryTimeoutTitle": "Tiempo de espera de la consulta:",
"admin.sql.replicas": "Origen de datos de réplica:",
"admin.sql.traceDescription": "(Modo desarrolador) Cuando es verdadero, la ejecución de sentencias SQL se escriben en el registro.",
"admin.sql.traceTitle": "Traza: ",
"admin.sql.traceTitle": "SQL Statement Logging: ",
"admin.sql.warning": "Precaución: regenerando esto puede causar que algunas columnas de la base de datos retornen resultados vacíos.",
"admin.support.aboutDesc": "La dirección URL para el enlace de Acerca en las páginas de inicio de sesión y registro de Mattermost. Si este campo está vacío, el enlace de Acerca se oculta a los usuarios.",
"admin.support.aboutTitle": "Enlace de Acerca:",
Expand Down Expand Up @@ -1361,6 +1367,8 @@
"admin.user_item.userAccessTokenPostAll": "(con mensaje:todos tokens de acceso personales)",
"admin.user_item.userAccessTokenPostAllPublic": "(con mensaje:canales tokens de acceso personales)",
"admin.user_item.userAccessTokenYes": "(con tokens de acceso personales)",
"admin.viewArchivedChannelsHelpText": "When true, allows users to share permalinks and search for content of channels that have been archived. Users can only view the content in channels of which they were a member before the channel was archived.",
"admin.viewArchivedChannelsTitle": "Allow users to view archived channels:",
"admin.webrtc.enableDescription": "Cuando es verdadero, Mattermost permite hacer llamadas de vídeo <strong>uno-a-uno</strong>. Las llamadas con WebRTC están disponibles en Chrome, Firefox y la Aplicación de Escritorio de Mattermost.",
"admin.webrtc.enableTitle": "Habilitar Mattermost WebRTC: ",
"admin.webrtc.gatewayAdminSecretDescription": "Ingresa la clave secreta para accesar a la Administración de la puerta de enlace.",
Expand Down Expand Up @@ -2878,7 +2886,7 @@
"setting_item_max.save": "Guardar",
"setting_item_min.edit": "Editar",
"setting_picture.cancel": "Cancelar",
"setting_picture.help.profile": "Sube un icono para el equipo en formato BMP, JPG o PNG.",
"setting_picture.help.profile": "Upload a picture in BMP, JPG or PNG format. Maximum file size: {max}",
"setting_picture.help.team": "Carga un icono para el equipo en formato BMP, JPG o PNG.<br>Se recomienda utilizar imágenes cuadradas con un color de fondo sólido.",
"setting_picture.remove": "Eliminar este icono",
"setting_picture.save": "Guardar",
Expand Down Expand Up @@ -3060,7 +3068,7 @@
"system_notice.body.permissions": "Algunas configuraciones de políticas y permisos en la Consola del Sistema han sido cambiadas de sitio con la publicación de <a href=\"https://about.mattermost.com/default-advanced-permissions\" target=\"_blank\">permisos avanzados</a> en la edición para Empresas E10 y E20.",
"system_notice.dont_show": "No volver a mostrar",
"system_notice.remind_me": "Recordármelo más tarde",
"system_notice.title": "<strong>Nota</strong><br>de Mattermost",
"system_notice.title": "**Notice**\nfrom Mattermost",
"system_users_list.count": "{count, number} {count, plural, one {usuario} other {usuarios}}",
"system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total",
"system_users_list.countSearch": "{count, number} {count, plural, one {usuario} other {usuarios}} de {total, number} total",
Expand Down
Loading

0 comments on commit 4e7f6d4

Please sign in to comment.