summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-07-06 08:33:55 -0400
committerChristopher Speller <crspeller@gmail.com>2016-07-06 08:33:55 -0400
commit60e33e09a8d22611e579776264e6bedbd99b3f18 (patch)
tree81664ad497ad7116be0aa5d94eda43792cadfb84 /i18n
parent5f7cb8cfbf879aa0b0d43a7b7068688368fda9fc (diff)
downloadchat-60e33e09a8d22611e579776264e6bedbd99b3f18.tar.gz
chat-60e33e09a8d22611e579776264e6bedbd99b3f18.tar.bz2
chat-60e33e09a8d22611e579776264e6bedbd99b3f18.zip
daily translations 20160705 (#3500)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.json160
-rw-r--r--i18n/es.json164
-rw-r--r--i18n/fr.json188
-rw-r--r--i18n/ja.json158
-rw-r--r--i18n/pt-BR.json160
5 files changed, 795 insertions, 35 deletions
diff --git a/i18n/de.json b/i18n/de.json
index 15942b909..463c7f74d 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -48,6 +48,22 @@
"translation": "September"
},
{
+ "id": "api.admin.add_certificate.array.app_error",
+ "translation": "Leeres Array unterhalb von 'Datei' in der Anfrage"
+ },
+ {
+ "id": "api.admin.add_certificate.no_file.app_error",
+ "translation": "keine Datei unter 'file' in der Anfrage"
+ },
+ {
+ "id": "api.admin.add_certificate.open.app_error",
+ "translation": "Could not open certificate file"
+ },
+ {
+ "id": "api.admin.add_certificate.saving.app_error",
+ "translation": "Could not save certificate file"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Fehler beim Lesen der Logdatei"
},
@@ -72,6 +88,14 @@
"translation": "Versuche die Datenbankverbindung erneut zu verwenden"
},
{
+ "id": "api.admin.remove_certificate.delete.app_error",
+ "translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
+ },
+ {
+ "id": "api.admin.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata"
+ },
+ {
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>Dein Mattermost E-Mail Setup scheint korrekt zu sein!"
},
@@ -581,7 +605,7 @@
},
{
"id": "api.emoji.create.parse.app_error",
- "translation": "Das Emoji kann nicht erstellt werden. Das Bild überschreitet die zulässige maximale Dateigröße."
+ "translation": "Das Emoji kann nicht erstellt werden. Die Anfrage war nicht verständlich."
},
{
"id": "api.emoji.create.permissions.app_error",
@@ -589,7 +613,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "Das Emoji kann nicht erstellt werden. Die Anfrage war nicht verständlich."
+ "translation": "Unable to create emoji. Image must be less than 64 KB in size."
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -621,7 +645,7 @@
},
{
"id": "api.emoji.upload.large_image.app_error",
- "translation": "Das Emoji kann nicht erstellt werden. Das Bild überschreitet die maximalen Maße."
+ "translation": "Unable to create emoji. Image must be at most 128 by 128 pixels."
},
{
"id": "api.export.json.app_error",
@@ -1100,6 +1124,10 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.saml.save_certificate.app_error",
+ "translation": "Certificate did not save properly."
+ },
+ {
"id": "api.server.new_server.init.info",
"translation": "Server wird initialisiert..."
},
@@ -1804,6 +1832,10 @@
"translation": "Versuchte Passwort für Benutzer im falschen Team zurückzusetzen."
},
{
+ "id": "api.user.saml.not_available.app_error",
+ "translation": "MFA ist auf diesem Server nicht konfiguriert oder wird nicht unterstützt"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "Die E-mail konnte nicht gesendet werden. err=%v"
},
@@ -2080,6 +2112,10 @@
"translation": "Compliance Export gestartet für Job '{{.JobName}}' in '{{.FilePath}}'"
},
{
+ "id": "ent.emoji.licence_disable.app_error",
+ "translation": "Compliance Funktionalität durch die aktuelle Lizenz deaktiviert. Bitte kontaktieren Sie Ihren Systemadministrator wegen eines Enterprise Lizenzupgrades."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Bind zum LDAP Server nicht möglich. Überprüfen Sie BindUsername und BindPassword."
},
@@ -2168,6 +2204,74 @@
"translation": "Fehler beim Authentifizieren des MFA Tokens"
},
{
+ "id": "ent.saml.build_request.app_error",
+ "translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding.app_error",
+ "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding_signed.app_error",
+ "translation": "An error occurred while encoding the signed request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.app_error",
+ "translation": "An error occurred while configuring SAML Service Provider, err=%v"
+ },
+ {
+ "id": "ent.saml.configure.encryption_not_enabled.app_error",
+ "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_private_key.app_error",
+ "translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_public_cert.app_error",
+ "translation": "Service Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.not_encrypted_response.app_error",
+ "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.decrypt.app_error",
+ "translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.empty_response.app_error",
+ "translation": "We received an empty response from the Identity Provider"
+ },
+ {
+ "id": "ent.saml.do_login.parse.app_error",
+ "translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.validate.app_error",
+ "translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.license_disable.app_error",
+ "translation": "Your license does not support SAML authentication."
+ },
+ {
+ "id": "ent.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata."
+ },
+ {
+ "id": "ent.saml.service_disable.app_error",
+ "translation": "MFA ist auf diesem Server nicht konfiguriert oder wird nicht unterstützt"
+ },
+ {
+ "id": "ent.saml.update_saml_user.unable_error",
+ "translation": "Unable to update existing SAML user. Allowing login anyway. err=%v"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Gehe zurück zu Mattermost"
},
@@ -2521,7 +2625,7 @@
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
- "translation": "Invalid max page size value."
+ "translation": "Ungültiger Wert für die MaxPageSize."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
@@ -2568,6 +2672,46 @@
"translation": "Ungültige Direktnachrichten Begrenzung. Muss 'any' oder 'team' sein."
},
{
+ "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
+ "translation": "Ungültige URL. Muss eine gültige URL sein und mit http:// oder https:// starten"
+ },
+ {
+ "id": "model.config.is_valid.saml_email_attribute.app_error",
+ "translation": "Invalid Email attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_first_name_attribute.app_error",
+ "translation": "Invalid First Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
+ "translation": "Identity Provider Issuer URL must be a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_url.app_error",
+ "translation": "Ungültige URL. Muss eine gültige URL sein und mit http:// oder https:// starten"
+ },
+ {
+ "id": "model.config.is_valid.saml_last_name_attribute.app_error",
+ "translation": "Invalid Last Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_private_key.app_error",
+ "translation": "Service Provider Private Key missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_public_cert.app_error",
+ "translation": "Service Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_username_attribute.app_error",
+ "translation": "Invalid Username attribute. Must be set."
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "Ungültige Datenquelle in SQL Einstellungen. Muss gesetzt sein."
},
@@ -3792,6 +3936,10 @@
"translation": "Dieser Account verwendet keine LDAP Authentifikation. Bitte melden Sie sich mit E-Mail-Adresse und Passwort an."
},
{
+ "id": "store.sql_user.save.email_exists.saml_app_error",
+ "translation": "Dieser Account verwendet keine LDAP Authentifikation. Bitte melden Sie sich mit E-Mail-Adresse und Passwort an."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "Es muss Update für existierenden Benutzer aufgerufen werden"
},
@@ -3812,6 +3960,10 @@
"translation": "Ein Account mit diesem Benutzernamen existiert bereits. Bitte kontaktieren Sie Ihren Administrator."
},
{
+ "id": "store.sql_user.save.username_exists.saml_app_error",
+ "translation": "Ein Account mit diesem Benutzernamen existiert bereits. Bitte kontaktieren Sie Ihren Administrator."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "Wir konnten den Account nicht ändern"
},
diff --git a/i18n/es.json b/i18n/es.json
index 130ec4cc2..8514b64b9 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -48,6 +48,22 @@
"translation": "Septiembre"
},
{
+ "id": "api.admin.add_certificate.array.app_error",
+ "translation": "Solicitud con matriz vacia en 'certificate'"
+ },
+ {
+ "id": "api.admin.add_certificate.no_file.app_error",
+ "translation": "No hay un archivo bajo la solicitud de 'certificate'"
+ },
+ {
+ "id": "api.admin.add_certificate.open.app_error",
+ "translation": "No se pudo abrir el archivo del certificado"
+ },
+ {
+ "id": "api.admin.add_certificate.saving.app_error",
+ "translation": "No se pudo guardar el archivo con el certificado"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Error leyendo el archivo de registro"
},
@@ -72,6 +88,14 @@
"translation": "Tratando de reciclar la conexión de base de datos"
},
{
+ "id": "api.admin.remove_certificate.delete.app_error",
+ "translation": "Se ha producido un error al eliminar el certificado. Asegúrese de que el archivo config/{{.Filename}} existe."
+ },
+ {
+ "id": "api.admin.saml.metadata.app_error",
+ "translation": "Se ha producido un error mientras que la se contruía los Metadatos del Proveedor de Servicio"
+ },
+ {
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>Parece que tu correo electrónico para Mattermost fue configurado correctamente!"
},
@@ -581,7 +605,7 @@
},
{
"id": "api.emoji.create.parse.app_error",
- "translation": "No se puede crear el emoji. La imagen supera el máximo de tamaño de archivo."
+ "translation": "No se puede crear el emoji. No se comprendió la solicitud."
},
{
"id": "api.emoji.create.permissions.app_error",
@@ -589,7 +613,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "No se puede crear el emoji. No se comprendió la solicitud."
+ "translation": "No se pudo crear el emoji. La imagen debe tener un tamaño inferior a 64 KB."
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -621,7 +645,7 @@
},
{
"id": "api.emoji.upload.large_image.app_error",
- "translation": "No se puede crear el emoji. Imagen supera las dimensiones máximas."
+ "translation": "No se pudo crear el emoji. La imagen debe tener un máximo de 128 x 128 pixels."
},
{
"id": "api.export.json.app_error",
@@ -1100,6 +1124,10 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.saml.save_certificate.app_error",
+ "translation": "El certificado no se ha guardado correctamente."
+ },
+ {
"id": "api.server.new_server.init.info",
"translation": "Inicializando el Servidor..."
},
@@ -1257,7 +1285,7 @@
},
{
"id": "api.team.import_team.array.app_error",
- "translation": "Solicitud con matriz vacia en 'archivo'"
+ "translation": "Solicitud con matriz vacia en 'file'"
},
{
"id": "api.team.import_team.integer.app_error",
@@ -1605,7 +1633,7 @@
},
{
"id": "api.user.check_user_mfa.not_available.app_error",
- "translation": "AMF on está configurado o no es soportado en este servidor"
+ "translation": "AMF no está configurado o no es soportado en este servidor"
},
{
"id": "api.user.check_user_password.invalid.app_error",
@@ -1804,6 +1832,10 @@
"translation": "Intentando restablecer la contraseña para el usuario en el equipo equivocado."
},
{
+ "id": "api.user.saml.not_available.app_error",
+ "translation": "SAML no está configurado o no es soportado en este servidor"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "Falla al enviar la notificación por correo electrónico del cambio de correo err=%v"
},
@@ -2080,6 +2112,10 @@
"translation": "Iniciado el trabajo '{{.JobName}}' para exportar el Cumplimiento en '{{.FilePath}}'"
},
{
+ "id": "ent.emoji.licence_disable.app_error",
+ "translation": "Las restricciones de los Emoji Personalizados están desactivadas por la licencia actual. Por favor contacta a un Administrador del Sistema sobre como actualizar a una licencia enterprise."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "No se pudo enlazar con el servidor LDAP. Revisa las opciones de BindUsername y BindPassword."
},
@@ -2168,6 +2204,74 @@
"translation": "Error intentando autenticar el token AMF"
},
{
+ "id": "ent.saml.build_request.app_error",
+ "translation": "Se ha producido un error mientras se inicia la solicitud al Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.build_request.encoding.app_error",
+ "translation": "Se ha producido un error mientras se codificaba la solicitud para el Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.build_request.encoding_signed.app_error",
+ "translation": "Se ha producido un error mientras se firmaba la solicitud codificada para el Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.configure.app_error",
+ "translation": "Se ha producido un error durante la configuración de Proveedor de Servicios SAML, err=%v"
+ },
+ {
+ "id": "ent.saml.configure.encryption_not_enabled.app_error",
+ "translation": "El inicio de sesión con SAML no tuvo éxito porque el cifrado no está habilitado. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.configure.load_idp_cert.app_error",
+ "translation": "El archivo del Certificado Público del Proveedor de identidad no fue encontrado. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.configure.load_private_key.app_error",
+ "translation": "El inicio de sesión con SAML no tuvo éxito porque no se encontró la Llave Privada del Proveedor de Servicios. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.configure.load_public_cert.app_error",
+ "translation": "El archivo del Certificado Público del Proveedor de Servicios no se encontró. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.configure.not_encrypted_response.app_error",
+ "translation": "El inicio de sesión con SAML no tuvo éxito porque la respuesta del Proveedor de Identidad está cifrada. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.do_login.decrypt.app_error",
+ "translation": "El inicio de sesión con SAML no tuvo éxito porque se ha producido un error al descifrar la respuesta del Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.do_login.empty_response.app_error",
+ "translation": "Hemos recibido una respuesta vacía desde el Proveedor de Identidad"
+ },
+ {
+ "id": "ent.saml.do_login.parse.app_error",
+ "translation": "Se ha producido un error al analizar la respuesta del Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.do_login.validate.app_error",
+ "translation": "Se ha producido un error al validar la respuesta del Proveedor de Identidad. Por favor, póngase en contacto con su Administrador del Sistema."
+ },
+ {
+ "id": "ent.saml.license_disable.app_error",
+ "translation": "Su licencia no admite la autenticación con SAML."
+ },
+ {
+ "id": "ent.saml.metadata.app_error",
+ "translation": "Se ha producido un error mientras se construían los Metadatos del Proveedor de Servicio."
+ },
+ {
+ "id": "ent.saml.service_disable.app_error",
+ "translation": "SAML no está configurado o no es soportado en este servidor"
+ },
+ {
+ "id": "ent.saml.update_saml_user.unable_error",
+ "translation": "No se puede actualizar el usuario SAML existente. Se Permite el inicio de sesión de todos modos. err=%v"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Volver a Mattermost"
},
@@ -2521,7 +2625,7 @@
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
- "translation": "Invalid max page size value."
+ "translation": "El valor del tamaño de página no es válido."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
@@ -2568,6 +2672,46 @@
"translation": "Restricción de mensaje directo inválidao. Debe ser 'any' o 'team'"
},
{
+ "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
+ "translation": "El URL de Inicio de sesión del Proveedor de Servicio debe ser un URL válido y comenzar con http:// o https://"
+ },
+ {
+ "id": "model.config.is_valid.saml_email_attribute.app_error",
+ "translation": "Atributo de Correo Electrónico no válido. Se debe establecer."
+ },
+ {
+ "id": "model.config.is_valid.saml_first_name_attribute.app_error",
+ "translation": "Atributo del Nombre no válido. Se debe establecer."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_cert.app_error",
+ "translation": "Falta el Certificado Público del Proveedor de Identidad. ¿Te olvideste de subirlo?"
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
+ "translation": "El URL del Emisor del Proveedor de Identidad debe ser un URL válida y empezar con http:// o https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_url.app_error",
+ "translation": "SAML SSO URL debe ser una URL válida y empezar con http:// o https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_last_name_attribute.app_error",
+ "translation": "Atributo del Apellido no válido. Se debe establecer."
+ },
+ {
+ "id": "model.config.is_valid.saml_private_key.app_error",
+ "translation": "Falta la Llave Privada del Proveedor de Servicios. ¿Te olvideste de subirla?"
+ },
+ {
+ "id": "model.config.is_valid.saml_public_cert.app_error",
+ "translation": "Falta el Certificado Público del Proveedor de Servicio. ¿Te olvideste de subirlo?"
+ },
+ {
+ "id": "model.config.is_valid.saml_username_attribute.app_error",
+ "translation": "Atributo Usuario no válido. Se debe establecer."
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "Fuente de datos no válido para la configuración de SQL. Debe ser asignado."
},
@@ -3792,6 +3936,10 @@
"translation": "Esta cuenta no tiene autenticación por LDAP. Por favor inicia sesión utilizando el correo electrónico y contraseña."
},
{
+ "id": "store.sql_user.save.email_exists.saml_app_error",
+ "translation": "Esta cuenta no tiene autenticación por SAML. Por favor inicia sesión utilizando el correo electrónico y contraseña."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "Debe ejecutarse actualizar para un usuario existente"
},
@@ -3812,6 +3960,10 @@
"translation": "Una cuenta con ese nombre de usuario ya existe. Por favor contacta a tu Administrador."
},
{
+ "id": "store.sql_user.save.username_exists.saml_app_error",
+ "translation": "Una cuenta con ese nombre de usuario ya existe. Por favor contacta a tu Administrador."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "No pudimos realizar la actualización de los datos de la cuenta"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index 2dc6e0ff6..eae4edca2 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -48,6 +48,22 @@
"translation": "Septembre"
},
{
+ "id": "api.admin.add_certificate.array.app_error",
+ "translation": "Tableau vide pour les 'fichiers' dans la requête"
+ },
+ {
+ "id": "api.admin.add_certificate.no_file.app_error",
+ "translation": "Aucun fichier pour les 'fichiers' dans la requête"
+ },
+ {
+ "id": "api.admin.add_certificate.open.app_error",
+ "translation": "Could not open certificate file"
+ },
+ {
+ "id": "api.admin.add_certificate.saving.app_error",
+ "translation": "Could not save certificate file"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Erreur lors de la lecture du fichier de log"
},
@@ -72,6 +88,14 @@
"translation": "Essaye de recycler la connexion à la base de données"
},
{
+ "id": "api.admin.remove_certificate.delete.app_error",
+ "translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
+ },
+ {
+ "id": "api.admin.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata"
+ },
+ {
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>Votre messagerie Mattermost semble être bien configurée !"
},
@@ -577,27 +601,27 @@
},
{
"id": "api.emoji.create.duplicate.app_error",
- "translation": "Unable to create emoji. Another emoji with the same name already exists."
+ "translation": "Impossible de créer cet Emoji. Un autre Emoji du même nom existe déjà."
},
{
"id": "api.emoji.create.parse.app_error",
- "translation": "Impossible de créer un emoji. L'image dépasse la taille maximale."
+ "translation": "Impossible de créer un emoji. Impossible de comprendre la demande."
},
{
"id": "api.emoji.create.permissions.app_error",
- "translation": "Droits insuffisants pour supprimer la commande"
+ "translation": "Droits insuffisants pour créer des Emoji."
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "Impossible de créer un emoji. Impossible de comprendre la demande."
+ "translation": "Unable to create emoji. Image must be less than 64 KB in size."
},
{
"id": "api.emoji.delete.permissions.app_error",
- "translation": "Droits insuffisants pour supprimer la commande"
+ "translation": "Droits insuffisants pour supprimer des Emoji."
},
{
"id": "api.emoji.disabled.app_error",
- "translation": "Les commandes ont été désactivées par l'administrateur."
+ "translation": "Les Emoji ont été désactivées par l'administrateur."
},
{
"id": "api.emoji.get_image.decode.app_error",
@@ -621,7 +645,7 @@
},
{
"id": "api.emoji.upload.large_image.app_error",
- "translation": "Impossible de créer emoji. L'image dépasse les dimensions maximales."
+ "translation": "Unable to create emoji. Image must be at most 128 by 128 pixels."
},
{
"id": "api.export.json.app_error",
@@ -1100,6 +1124,10 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.saml.save_certificate.app_error",
+ "translation": "Certificate did not save properly."
+ },
+ {
"id": "api.server.new_server.init.info",
"translation": "Le serveur démarre..."
},
@@ -1301,11 +1329,11 @@
},
{
"id": "api.team.invite_members.restricted_system_admin.app_error",
- "translation": "Inviting new users to a team is restricted to System Administrators."
+ "translation": "Seuls les administrateurs système peuvent inviter de nouveaux utilisateurs."
},
{
"id": "api.team.invite_members.restricted_team_admin.app_error",
- "translation": "Inviting new users to a team is restricted to Team and System Administrators."
+ "translation": "Seuls les administrateurs d'équipe et administrateurs système peuvent inviter de nouveaux utilisateurs."
},
{
"id": "api.team.invite_members.send.error",
@@ -1437,7 +1465,7 @@
},
{
"id": "api.templates.post_body.button",
- "translation": "Go To Post"
+ "translation": "Aller au message"
},
{
"id": "api.templates.post_body.info",
@@ -1804,6 +1832,10 @@
"translation": "Tentative de réinitaliser le mot de passe d'un utilisateur dans une équipe incorrecte."
},
{
+ "id": "api.user.saml.not_available.app_error",
+ "translation": "MFA n'est pas configuré ou supporté sur ce serveur"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "Impossible d'envoyer le courriel de changement d'adresse électronique err=%v"
},
@@ -2080,6 +2112,10 @@
"translation": "Compliance export started for job '{{.JobName}}' at '{{.FilePath}}'"
},
{
+ "id": "ent.emoji.licence_disable.app_error",
+ "translation": "Fonctionnalité de conformité désactivée par la licence courante. Veuillez contacter votre administrateur système concernant la mise à niveau de votre licence entreprise."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Impossible de se connecter au serveur LDAP. Vérifiez l'utilisateur et le mot de passe du compte utilisé pour se connecter au serveur LDAP."
},
@@ -2117,7 +2153,7 @@
},
{
"id": "ent.ldap.mattermost_user_update",
- "translation": "Mattermost user was updated by LDAP server."
+ "translation": "L'utilisateur Mattermost a été mis à jour par le serveur LDAP."
},
{
"id": "ent.ldap.syncdone.info",
@@ -2168,6 +2204,74 @@
"translation": "Erreur tentative d'authentification MFA token"
},
{
+ "id": "ent.saml.build_request.app_error",
+ "translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding.app_error",
+ "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding_signed.app_error",
+ "translation": "An error occurred while encoding the signed request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.app_error",
+ "translation": "An error occurred while configuring SAML Service Provider, err=%v"
+ },
+ {
+ "id": "ent.saml.configure.encryption_not_enabled.app_error",
+ "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_private_key.app_error",
+ "translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_public_cert.app_error",
+ "translation": "Service Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.not_encrypted_response.app_error",
+ "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.decrypt.app_error",
+ "translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.empty_response.app_error",
+ "translation": "We received an empty response from the Identity Provider"
+ },
+ {
+ "id": "ent.saml.do_login.parse.app_error",
+ "translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.validate.app_error",
+ "translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.license_disable.app_error",
+ "translation": "Your license does not support SAML authentication."
+ },
+ {
+ "id": "ent.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata."
+ },
+ {
+ "id": "ent.saml.service_disable.app_error",
+ "translation": "MFA n'est pas configuré ou supporté sur ce serveur"
+ },
+ {
+ "id": "ent.saml.update_saml_user.unable_error",
+ "translation": "Unable to update existing SAML user. Allowing login anyway. err=%v"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Retourner sur Mattermost"
},
@@ -2385,7 +2489,7 @@
},
{
"id": "model.client.create_emoji.emoji.app_error",
- "translation": "Impossible de joindre l'image à la demande"
+ "translation": "Impossible d'attacher un Emoji à la requête"
},
{
"id": "model.client.create_emoji.image.app_error",
@@ -2521,15 +2625,15 @@
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
- "translation": "Invalid max page size value."
+ "translation": "Valeur de la taille maximale de page invalide."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
- "translation": "Required LDAP field missing."
+ "translation": "Champ LDAP manquant."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
- "translation": "Required LDAP field missing."
+ "translation": "Champ LDAP manquant."
},
{
"id": "model.config.is_valid.ldap_security.app_error",
@@ -2568,6 +2672,46 @@
"translation": "La restriction du message direct est invalide. Doit être 'tout', ou 'équipe'"
},
{
+ "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
+ "translation": "URL invalude. Il doit s'agir d'une URL valide et commencer par http:// ou https://"
+ },
+ {
+ "id": "model.config.is_valid.saml_email_attribute.app_error",
+ "translation": "Invalid Email attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_first_name_attribute.app_error",
+ "translation": "Invalid First Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
+ "translation": "Identity Provider Issuer URL must be a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_url.app_error",
+ "translation": "URL invalude. Il doit s'agir d'une URL valide et commencer par http:// ou https://"
+ },
+ {
+ "id": "model.config.is_valid.saml_last_name_attribute.app_error",
+ "translation": "Invalid Last Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_private_key.app_error",
+ "translation": "Service Provider Private Key missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_public_cert.app_error",
+ "translation": "Service Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_username_attribute.app_error",
+ "translation": "Invalid Username attribute. Must be set."
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "Source de données invalide pour les paramètres SQL. Doit être renseignée."
},
@@ -3317,11 +3461,11 @@
},
{
"id": "store.sql_emoji.get_by_name.app_error",
- "translation": "Nous n'avons pas pu obtenir le message"
+ "translation": "Impossible de récupérer l'Emoji"
},
{
"id": "store.sql_emoji.save.app_error",
- "translation": "Nous n'avons pas pu enregistrer le message"
+ "translation": "Nous n'avons pas pu enregistrer l'Emoji"
},
{
"id": "store.sql_license.get.app_error",
@@ -3792,6 +3936,10 @@
"translation": "Ce compte n'utilise pas l'authentification LDAP. Veuillez vous connecter avec votre adresse électronique et votre mot de passe."
},
{
+ "id": "store.sql_user.save.email_exists.saml_app_error",
+ "translation": "Ce compte n'utilise pas l'authentification LDAP. Veuillez vous connecter avec votre adresse électronique et votre mot de passe."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "La mise à jour doit être appelée pour un utilisateur existant."
},
@@ -3812,6 +3960,10 @@
"translation": "Un compte avec ce nom d'utilisateur existe déjà. Veuillez contacter votre administrateur."
},
{
+ "id": "store.sql_user.save.username_exists.saml_app_error",
+ "translation": "Un compte avec ce nom d'utilisateur existe déjà. Veuillez contacter votre administrateur."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "Nous n'avons pas pu mettre à jour le compte"
},
@@ -3845,7 +3997,7 @@
},
{
"id": "store.sql_user.update_auth_data.email_exists.app_error",
- "translation": "Unable to switch account to {{.Service}}. An account using the email {{.Email}} already exists."
+ "translation": "Impossible de convertir le compte à {{.Service}}. Un compte utilisant cette adresse électronique {{.Email}} existe déjà."
},
{
"id": "store.sql_user.update_failed_pwd_attempts.app_error",
diff --git a/i18n/ja.json b/i18n/ja.json
index 3c5f1bb7d..bf8214e83 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -48,6 +48,22 @@
"translation": "9月"
},
{
+ "id": "api.admin.add_certificate.array.app_error",
+ "translation": "リクエストの'file'以下の配列が空です"
+ },
+ {
+ "id": "api.admin.add_certificate.no_file.app_error",
+ "translation": "リクエストの'file'以下にファイルがありません"
+ },
+ {
+ "id": "api.admin.add_certificate.open.app_error",
+ "translation": "Could not open certificate file"
+ },
+ {
+ "id": "api.admin.add_certificate.saving.app_error",
+ "translation": "Could not save certificate file"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "ログファイルの読み込み中にエラーになりました"
},
@@ -72,6 +88,14 @@
"translation": "データベース接続を再利用しようとしています"
},
{
+ "id": "api.admin.remove_certificate.delete.app_error",
+ "translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
+ },
+ {
+ "id": "api.admin.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata"
+ },
+ {
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>あなたのMattermostの電子メールアドレスは正しく設定されています!"
},
@@ -581,7 +605,7 @@
},
{
"id": "api.emoji.create.parse.app_error",
- "translation": "絵文字を作成できません。画像ファイルが最大のファイルサイズを越えています。"
+ "translation": "絵文字を作成できません。リクエストを理解できません。"
},
{
"id": "api.emoji.create.permissions.app_error",
@@ -589,7 +613,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "絵文字を作成できません。リクエストを理解できません。"
+ "translation": "Unable to create emoji. Image must be less than 64 KB in size."
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -621,7 +645,7 @@
},
{
"id": "api.emoji.upload.large_image.app_error",
- "translation": "絵文字を作成できません。画像が最大のピクセル数を越えています。"
+ "translation": "Unable to create emoji. Image must be at most 128 by 128 pixels."
},
{
"id": "api.export.json.app_error",
@@ -1100,6 +1124,10 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.saml.save_certificate.app_error",
+ "translation": "Certificate did not save properly."
+ },
+ {
"id": "api.server.new_server.init.info",
"translation": "サーバーが初期化中です…"
},
@@ -1804,6 +1832,10 @@
"translation": "間違ったチームでユーザーのパスワードを初期化しようとしています。"
},
{
+ "id": "api.user.saml.not_available.app_error",
+ "translation": "MFAは設定されていないか、このサーバーではサポートされていません"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "電子メールアドレス変更の確認の電子メールを送信できませんでした err=%v"
},
@@ -2080,6 +2112,10 @@
"translation": "コンプライアンスエクスポートが開始されました ジョブ='{{.JobName}}'、ファイル='{{.FilePath}}'"
},
{
+ "id": "ent.emoji.licence_disable.app_error",
+ "translation": "コンプライアンス機能が現在のライセンスでは無効になっています。システム管理者にエンタープライズライセンスをアップグレードするように連絡してください。"
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "LDAPサーバーに接続できません。BindUsernameとBindPasswordを確認してください。"
},
@@ -2168,6 +2204,74 @@
"translation": "MFAトークンを認証できません"
},
{
+ "id": "ent.saml.build_request.app_error",
+ "translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding.app_error",
+ "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding_signed.app_error",
+ "translation": "An error occurred while encoding the signed request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.app_error",
+ "translation": "An error occurred while configuring SAML Service Provider, err=%v"
+ },
+ {
+ "id": "ent.saml.configure.encryption_not_enabled.app_error",
+ "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_private_key.app_error",
+ "translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_public_cert.app_error",
+ "translation": "Service Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.not_encrypted_response.app_error",
+ "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.decrypt.app_error",
+ "translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.empty_response.app_error",
+ "translation": "We received an empty response from the Identity Provider"
+ },
+ {
+ "id": "ent.saml.do_login.parse.app_error",
+ "translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.validate.app_error",
+ "translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.license_disable.app_error",
+ "translation": "Your license does not support SAML authentication."
+ },
+ {
+ "id": "ent.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata."
+ },
+ {
+ "id": "ent.saml.service_disable.app_error",
+ "translation": "MFAは設定されていないか、このサーバーではサポートされていません"
+ },
+ {
+ "id": "ent.saml.update_saml_user.unable_error",
+ "translation": "Unable to update existing SAML user. Allowing login anyway. err=%v"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Mattermostに戻る"
},
@@ -2568,6 +2672,46 @@
"translation": "ダイレクトメッセージの制限が無効です。'any'か'team'にしてください"
},
{
+ "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
+ "translation": "不正なURLです。正しいURLはhttp://またはhttps://で始まります"
+ },
+ {
+ "id": "model.config.is_valid.saml_email_attribute.app_error",
+ "translation": "Invalid Email attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_first_name_attribute.app_error",
+ "translation": "Invalid First Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
+ "translation": "Identity Provider Issuer URL must be a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_url.app_error",
+ "translation": "不正なURLです。正しいURLはhttp://またはhttps://で始まります"
+ },
+ {
+ "id": "model.config.is_valid.saml_last_name_attribute.app_error",
+ "translation": "Invalid Last Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_private_key.app_error",
+ "translation": "Service Provider Private Key missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_public_cert.app_error",
+ "translation": "Service Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_username_attribute.app_error",
+ "translation": "Invalid Username attribute. Must be set."
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "SQL設定のデータソースが不正です。設定してください。"
},
@@ -3792,6 +3936,10 @@
"translation": "このアカウントはLDAP認証を使用していません。電子メールアドレスとパスワードを使ってサインインしてください。"
},
{
+ "id": "store.sql_user.save.email_exists.saml_app_error",
+ "translation": "このアカウントはLDAP認証を使用していません。電子メールアドレスとパスワードを使ってサインインしてください。"
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "既存のユーザーの更新をしなくてはいけません"
},
@@ -3812,6 +3960,10 @@
"translation": "このユーザー名を使ったアカウントは既に存在しています。システム管理者に連絡してください。"
},
{
+ "id": "store.sql_user.save.username_exists.saml_app_error",
+ "translation": "このユーザー名を使ったアカウントは既に存在しています。システム管理者に連絡してください。"
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "アカウントを更新できませんでした"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 6cbf27bd1..2cf59fe35 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -48,6 +48,22 @@
"translation": "Setembro"
},
{
+ "id": "api.admin.add_certificate.array.app_error",
+ "translation": "Matriz vazia em 'file' na requisição"
+ },
+ {
+ "id": "api.admin.add_certificate.no_file.app_error",
+ "translation": "Nenhum arquivo sobre a 'file' no pedido"
+ },
+ {
+ "id": "api.admin.add_certificate.open.app_error",
+ "translation": "Could not open certificate file"
+ },
+ {
+ "id": "api.admin.add_certificate.saving.app_error",
+ "translation": "Could not save certificate file"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Erro ao ler o arquivo de log"
},
@@ -72,6 +88,14 @@
"translation": "Tentando reciclar a conexão com o banco de dados"
},
{
+ "id": "api.admin.remove_certificate.delete.app_error",
+ "translation": "An error occurred while deleting the certificate. Make sure the file config/{{.Filename}} exists."
+ },
+ {
+ "id": "api.admin.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata"
+ },
+ {
"id": "api.admin.test_email.body",
"translation": "<br/><br/><br/>Parece que o seu email do Mattermost está configurado corretamente!"
},
@@ -581,7 +605,7 @@
},
{
"id": "api.emoji.create.parse.app_error",
- "translation": "Não foi possível criar o emoji. Imagem excede o tamanho máximo do arquivo."
+ "translation": "Não foi possível criar o emoji. A requisição não foi entendida."
},
{
"id": "api.emoji.create.permissions.app_error",
@@ -589,7 +613,7 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "Não foi possível criar o emoji. A requisição não foi entendida."
+ "translation": "Unable to create emoji. Image must be less than 64 KB in size."
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -621,7 +645,7 @@
},
{
"id": "api.emoji.upload.large_image.app_error",
- "translation": "Não foi possível criar o emoji. A imagem excede as dimensões máximas."
+ "translation": "Unable to create emoji. Image must be at most 128 by 128 pixels."
},
{
"id": "api.export.json.app_error",
@@ -1100,6 +1124,10 @@
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
+ "id": "api.saml.save_certificate.app_error",
+ "translation": "Certificate did not save properly."
+ },
+ {
"id": "api.server.new_server.init.info",
"translation": "O servidor está inicializando..."
},
@@ -1804,6 +1832,10 @@
"translation": "Tentando redefinir senha para usuário na equipe errada."
},
{
+ "id": "api.user.saml.not_available.app_error",
+ "translation": "MFA não configurado ou disponível neste servidor"
+ },
+ {
"id": "api.user.send_email_change_email_and_forget.error",
"translation": "Falha ao enviar com sucesso uma notificação por email err=%v"
},
@@ -2080,6 +2112,10 @@
"translation": "Exportação de compliance tarefa '{{.JobName}}' iniciada no '{{.FilePath}}'"
},
{
+ "id": "ent.emoji.licence_disable.app_error",
+ "translation": "Funcionalidade Compliance desabilitada pela licença atual. Entre em contato com o administrador do sistema sobre como atualizar sua licença enterprise."
+ },
+ {
"id": "ent.ldap.do_login.bind_admin_user.app_error",
"translation": "Não foi possível ligar ao servidor LDAP. Verifique BindUsername e BindPassword."
},
@@ -2168,6 +2204,74 @@
"translation": "Erro ao tentar autenticar o token MFA"
},
{
+ "id": "ent.saml.build_request.app_error",
+ "translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding.app_error",
+ "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.build_request.encoding_signed.app_error",
+ "translation": "An error occurred while encoding the signed request for the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.app_error",
+ "translation": "An error occurred while configuring SAML Service Provider, err=%v"
+ },
+ {
+ "id": "ent.saml.configure.encryption_not_enabled.app_error",
+ "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_private_key.app_error",
+ "translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.load_public_cert.app_error",
+ "translation": "Service Provider Public Certificate File was not found. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.configure.not_encrypted_response.app_error",
+ "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.decrypt.app_error",
+ "translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.empty_response.app_error",
+ "translation": "We received an empty response from the Identity Provider"
+ },
+ {
+ "id": "ent.saml.do_login.parse.app_error",
+ "translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.do_login.validate.app_error",
+ "translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator."
+ },
+ {
+ "id": "ent.saml.license_disable.app_error",
+ "translation": "Your license does not support SAML authentication."
+ },
+ {
+ "id": "ent.saml.metadata.app_error",
+ "translation": "An error occurred while building Service Provider Metadata."
+ },
+ {
+ "id": "ent.saml.service_disable.app_error",
+ "translation": "MFA não configurado ou disponível neste servidor"
+ },
+ {
+ "id": "ent.saml.update_saml_user.unable_error",
+ "translation": "Unable to update existing SAML user. Allowing login anyway. err=%v"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Voltar ao Mattermost"
},
@@ -2521,7 +2625,7 @@
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
- "translation": "Invalid max page size value."
+ "translation": "Valor do tamanho de página máximo inválido."
},
{
"id": "model.config.is_valid.ldap_required.app_error",
@@ -2568,6 +2672,46 @@
"translation": "Restrição de mensagem direta inválida. Deve ser 'qualquer', ou 'equipe'"
},
{
+ "id": "model.config.is_valid.saml_assertion_consumer_service_url.app_error",
+ "translation": "URL inválida. Deve ser uma URL válida e começar com http:// ou https://"
+ },
+ {
+ "id": "model.config.is_valid.saml_email_attribute.app_error",
+ "translation": "Invalid Email attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_first_name_attribute.app_error",
+ "translation": "Invalid First Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_cert.app_error",
+ "translation": "Identity Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_descriptor_url.app_error",
+ "translation": "Identity Provider Issuer URL must be a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.config.is_valid.saml_idp_url.app_error",
+ "translation": "URL inválida. Deve ser uma URL válida e começar com http:// ou https://"
+ },
+ {
+ "id": "model.config.is_valid.saml_last_name_attribute.app_error",
+ "translation": "Invalid Last Name attribute. Must be set."
+ },
+ {
+ "id": "model.config.is_valid.saml_private_key.app_error",
+ "translation": "Service Provider Private Key missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_public_cert.app_error",
+ "translation": "Service Provider Public Certificate missing. Did you forget to upload it?"
+ },
+ {
+ "id": "model.config.is_valid.saml_username_attribute.app_error",
+ "translation": "Invalid Username attribute. Must be set."
+ },
+ {
"id": "model.config.is_valid.sql_data_src.app_error",
"translation": "Inválido fonte de dados em configurações SQL. Deve ser definido."
},
@@ -3792,6 +3936,10 @@
"translation": "Está conta não usa autenticação LDAP. Por favor faça login usando email e senha."
},
{
+ "id": "store.sql_user.save.email_exists.saml_app_error",
+ "translation": "Está conta não usa autenticação LDAP. Por favor faça login usando email e senha."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "Deve chamar update para o usuário existente"
},
@@ -3812,6 +3960,10 @@
"translation": "Uma conta com este nome de usuário já existe. Por favor contate seu Administrador."
},
{
+ "id": "store.sql_user.save.username_exists.saml_app_error",
+ "translation": "Uma conta com este nome de usuário já existe. Por favor contate seu Administrador."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "Não foi possível atualizar a conta"
},