summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-02 13:23:01 -0300
committerGitHub <noreply@github.com>2017-03-02 13:23:01 -0300
commit4f8abfaeeebcbed03b5f377946d646d52943cc5e (patch)
tree2240c5b4df4d14202370e8049f892b63e6555f03
parentf513879ffcd34d0afb1ce254e731af1f7eba5f47 (diff)
downloadchat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.gz
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.bz2
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.zip
translations PR 20170227 (#5554)
-rw-r--r--i18n/de.json64
-rw-r--r--i18n/en.json114
-rw-r--r--i18n/es.json70
-rw-r--r--i18n/fr.json66
-rw-r--r--i18n/ja.json64
-rw-r--r--i18n/ko.json112
-rw-r--r--i18n/nl.json64
-rw-r--r--i18n/pt-BR.json68
-rw-r--r--i18n/ru.json66
-rw-r--r--i18n/zh_CN.json64
-rw-r--r--i18n/zh_TW.json66
-rw-r--r--webapp/i18n/de.json15
-rw-r--r--webapp/i18n/en.json12
-rw-r--r--webapp/i18n/es.json19
-rw-r--r--webapp/i18n/fr.json15
-rw-r--r--webapp/i18n/ja.json17
-rw-r--r--webapp/i18n/ko.json15
-rw-r--r--webapp/i18n/nl.json17
-rw-r--r--webapp/i18n/pt-BR.json21
-rw-r--r--webapp/i18n/ru.json15
-rw-r--r--webapp/i18n/zh_CN.json15
-rw-r--r--webapp/i18n/zh_TW.json15
22 files changed, 854 insertions, 140 deletions
diff --git a/i18n/de.json b/i18n/de.json
index afe2ac0ef..21a96835b 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -2356,6 +2356,10 @@
"translation": "Die angegebene E-Mail-Adresse gehört nicht zu den zugelassenen Domains. Bitte kontaktieren Sie Ihren Administrator oder registrieren Sie sich mit einer andere E-Mail-Adresse."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "Die Erstellung von Benutzern ist deaktiviert."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Fehler beim Betreten des Standardkanals user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "MFA ist auf diesem Server nicht konfiguriert oder wird nicht unterstützt"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Konnte keinen Benutzer aus {{.Service}} Benutzerobjekt erstellen"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Aktualisieren des Passworts fehlgeschlagen, da Kontext user_id nicht der props user_id entsprach"
},
@@ -2752,6 +2760,38 @@
"translation": "Ungültige Berechtigungen um ausgehenden Webhook-Token zu regenerieren"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Kann Webhooks nicht über Teams hinweg aktualisieren"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Eingehende Webhooks wurden vom Systemadministrator deaktiviert."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Ungültige Berechtigungen um eingehenden Webhook zu löschen"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Ausgehende Webhooks wurden vom Systemadministrator deaktiviert."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Ausgehende Webhooks des selben Kanals können nicht dieselben Triggerwörter/Callback-URLs haben."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Ausgehende Webhooks können nur für öffentliche Kanäle erstellt werden."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Ungültige Berechtigungen um ausgehenden Webhook zu erstellen."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Entweder trigger_words oder channel_id müssen gesetzt sein"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC ist auf diesem Server nicht aktiviert."
},
@@ -3508,10 +3548,18 @@
"translation": "Ungültige Kanal ID"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Ungültiger E-Mail-Benachrichtigungswert"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Ungültige Benachrichtigungsstufe"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Ungültige Pushbenachrichtigungsstufe"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Ungültige Rolle"
},
@@ -4468,6 +4516,10 @@
"translation": "Es trat ein Fehler beim Speichern der Audits auf"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "Die Anzahl der gelöschten Kanaltypen konnte nicht geladen werden"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "Der Kanaltyp konnte nicht gefunden werden"
},
@@ -5288,6 +5340,14 @@
"translation": "Der Name des Teams konnte nicht aktualisiert werden"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "Die Anzahl der inaktiven Benutzer konnte nicht gezählt werden"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "Die Anzahl der Systemadministratoren konnte nicht geladen werden"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Die Anzahl der einzigartigen Benutzer konnte nicht gezählt werden"
},
@@ -5528,6 +5588,10 @@
"translation": "Sie können keinen existierenden OutgoingWebhook überschreiben"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "Der IncomingWebhook konnte nicht gespeichert werden"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Der Webhook konnte nicht aktualisiert werden"
},
diff --git a/i18n/en.json b/i18n/en.json
index 509ba3f56..167e350ce 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2348,10 +2348,6 @@
"translation": "{{.Service}} SSO through OAuth 2.0 not available on this server"
},
{
- "id": "api.user.update_oauth_user_attrs.get_user.app_error",
- "translation": "Could not get user from {{.Service}} user object"
- },
- {
"id": "api.user.create_profile_image.default_font.app_error",
"translation": "Could not create default profile image font"
},
@@ -2368,6 +2364,10 @@
"translation": "The email you provided does not belong to an accepted domain. Please contact your administrator or sign up with a different email."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Encountered an issue joining default channels user_id=%s, team_id=%s, err=%v"
},
@@ -2384,10 +2384,6 @@
"translation": "User sign-up with email is disabled."
},
{
- "id": "api.user.create_user.disabled.app_error",
- "translation": "User creation is disabled."
- },
- {
"id": "api.user.create_user.signup_link_expired.app_error",
"translation": "The signup link has expired"
},
@@ -2580,6 +2576,10 @@
"translation": "MFA not configured or available on this server"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Could not get user from {{.Service}} user object"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Update password failed because context user_id did not match props user_id"
},
@@ -2704,11 +2704,7 @@
"translation": "Incoming webhooks have been disabled by the system admin."
},
{
- "id": "api.webhook.team_mismatch.app_error",
- "translation": "Cannot update webhook across teams"
- },
- {
- "id": "api.outgoing_webhook.disabled.app_error",
+ "id": "api.webhook.create_outgoing.disabled.app_error",
"translation": "Outgoing webhooks have been disabled by the system admin."
},
{
@@ -2728,20 +2724,16 @@
"translation": "Either trigger_words or channel_id must be set"
},
{
- "id": "api.webhook.delete_incoming.permissions.app_errror",
- "translation": "Invalid permissions to delete incoming webhook"
- },
- {
- "id": "api.webhook.update_outgoing.not_open.app_error",
- "translation": "Outgoing webhooks can only be updated to public channels."
+ "id": "api.webhook.delete_incoming.disabled.app_error",
+ "translation": "Incoming webhooks have been disabled by the system admin."
},
{
- "id": "api.webhook.update_outgoing.intersect.app_error",
- "translation": "Outgoing webhooks from the same channel cannot have the same trigger words/callback URLs."
+ "id": "api.webhook.delete_incoming.permissions.app_error",
+ "translation": "Invalid permissions to delete incoming webhook"
},
{
- "id": "api.webhook.update_outgoing.triggers.app_error",
- "translation": "Either trigger_words or channel_id must be set"
+ "id": "api.webhook.delete_outgoing.disabled.app_error",
+ "translation": "Outgoing webhooks have been disabled by the system admin."
},
{
"id": "api.webhook.delete_outgoing.permissions.app_error",
@@ -2764,6 +2756,38 @@
"translation": "Invalid permissions to regenerate outgoing webhook token"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Cannot update webhook across teams"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Incoming webhooks have been disabled by the system admin."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Invalid permissions to update incoming webhook"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Outgoing webhooks have been disabled by the system admin."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Outgoing webhooks from the same channel cannot have the same trigger words/callback URLs."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Outgoing webhooks can only be updated to public channels."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Invalid permissions to update outgoing webhook."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Either trigger_words or channel_id must be set"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC is not enabled in this server."
},
@@ -3564,26 +3588,26 @@
"translation": "Invalid channel id"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Invalid notify level"
},
{
- "id": "model.channel_member.is_valid.role.app_error",
- "translation": "Invalid role"
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
},
{
- "id": "model.channel_member.is_valid.email_value.app_error",
- "translation": "Invalid email notification value"
+ "id": "model.channel_member.is_valid.role.app_error",
+ "translation": "Invalid role"
},
{
"id": "model.channel_member.is_valid.unread_level.app_error",
"translation": "Invalid mark unread level"
},
{
- "id": "model.channel_member.is_valid.push_level.app_error",
- "translation": "Invalid push notification level"
- },
- {
"id": "model.channel_member.is_valid.user_id.app_error",
"translation": "Invalid user id"
},
@@ -4540,14 +4564,14 @@
"translation": "We encountered an error saving the audit"
},
{
- "id": "store.sql_channel.analytics_type_count.app_error",
- "translation": "We couldn't get channel type counts"
- },
- {
"id": "store.sql_channel.analytics_deleted_type_count.app_error",
"translation": "We couldn't get deleted channel type counts"
},
{
+ "id": "store.sql_channel.analytics_type_count.app_error",
+ "translation": "We couldn't get channel type counts"
+ },
+ {
"id": "store.sql_channel.check_open_channel_permissions.app_error",
"translation": "We couldn't check the permissions"
},
@@ -5372,14 +5396,18 @@
"translation": "We couldn't update the team name"
},
{
- "id": "store.sql_user.analytics_unique_user_count.app_error",
- "translation": "We couldn't get the unique user count"
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "We could not count the inactive users"
},
{
"id": "store.sql_user.analytics_get_system_admin_count.app_error",
"translation": "We couldn't get the system admin count"
},
{
+ "id": "store.sql_user.analytics_unique_user_count.app_error",
+ "translation": "We couldn't get the unique user count"
+ },
+ {
"id": "store.sql_user.get.app_error",
"translation": "We encountered an error finding the account"
},
@@ -5424,10 +5452,6 @@
"translation": "We could not count the users"
},
{
- "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
- "translation": "We could not count the inactive users"
- },
- {
"id": "store.sql_user.get_unread_count.app_error",
"translation": "We could not get the unread message count for the user"
},
@@ -5612,10 +5636,6 @@
"translation": "You cannot overwrite an existing IncomingWebhook"
},
{
- "id": "store.sql_webhooks.update_incoming.app_error",
- "translation": "We couldn't update the IncomingWebhook"
- },
- {
"id": "store.sql_webhooks.save_outgoing.app_error",
"translation": "We couldn't save the OutgoingWebhook"
},
@@ -5624,6 +5644,10 @@
"translation": "You cannot overwrite an existing OutgoingWebhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "We couldn't update the IncomingWebhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "We couldn't update the webhook"
},
diff --git a/i18n/es.json b/i18n/es.json
index ade4a8c8b..55ce01316 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -2356,6 +2356,10 @@
"translation": "El correo electrónico provisto no pertenece a un dominio permitido. Por favor contacta a un administrador o registrate con un correo electrónico diferente."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "Creación de usuario está deshabilitada."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Se encontró un problema al unirse a los canales predeterminados user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "MFA no está configurado o disponible en este servidor"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "No se pudo obtener el usuario desde el objeto de {{.Service}}"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "La actualización de la contraseña falló debido a que el user_id del contexto no coincide con el user_id de los props"
},
@@ -2685,7 +2693,7 @@
},
{
"id": "api.webhook.create_incoming.disabled.app_error",
- "translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
+ "translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
},
{
"id": "api.webhook.create_outgoing.disabled.app_error",
@@ -2709,11 +2717,11 @@
},
{
"id": "api.webhook.delete_incoming.disabled.app_error",
- "translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
+ "translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
- "translation": "Permisos inapropiados para eliminar un webhook de entrada"
+ "translation": "Permisos no válidos para eliminar un webhook de entrada"
},
{
"id": "api.webhook.delete_outgoing.disabled.app_error",
@@ -2752,6 +2760,38 @@
"translation": "Permisos no válidos para regenerar un token para el webhook de salida"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "No se puede actualizar el webhook a través de equipos"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Webhooks entrantes han sido deshabilitados por el administrador del sistema."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Permisos no válidos para eliminar un webhook de entrada"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Webhooks de Salida han sido deshabilitados por el administrador del sistema."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Webhooks de salida para el mismo canal no pueden tener las mismas palabras que desencadenen acción o los mismos URLs de retorno."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Los webhooks de Salida solo pueden actualizarse con canales públicos."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Permisos no válidos para actualizar un webhook de salida."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Debe establecerse palabras que desencadenen una acción o un channel_id"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC no está habilitado en este servidor."
},
@@ -3508,10 +3548,18 @@
"translation": "Channel id inválido"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Valor de notificación de correo electrónico no es válido"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Nivel de notificación inválido"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Nivel para la notificación push no es válido"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Rol inválido"
},
@@ -4468,6 +4516,10 @@
"translation": "Encontramos un error guardando la auditoria"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "No se pudo obtener la cantidad de canales de este tipo"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "No pudimos obtener la cantidad de canales de este tipo"
},
@@ -5288,6 +5340,14 @@
"translation": "No pudimos actualizar el nombre del equipo"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "No se pudo contar los usuarios inactivos"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "No se pudo obtener la cantidad de administradores del sistema"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "No se pudo obtener el conteo de usuarios unicos"
},
@@ -5528,6 +5588,10 @@
"translation": "No puedes sobreescribir un Webhook de Salida existente"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "No se pudo actualizar el Webhook de Entrada"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "No pudimos actualizar el webhook"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index d39aa34e8..fa45041b5 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -2356,6 +2356,10 @@
"translation": "Votre adresse e-mail ne correspond pas à un domaine valide. Veuillez contacter votre administrateur ou enregistrez-vous avec une autre adresse e-mail."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Problème en tentant de rejoindre les canaux par défaut user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "MFA non configuré ou disponible sur ce serveur"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Impossible de créer un utilisateur à partir du user object {{.Service}}"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Mise à jour du mot de passe refusée car le user_id du contexte ne correspond pas à l'identifiant d'utilisateur fourni"
},
@@ -2709,7 +2717,7 @@
},
{
"id": "api.webhook.delete_incoming.disabled.app_error",
- "translation": "Les webhooks entrants ont été désactivées par l'administrateur système."
+ "translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
@@ -2752,6 +2760,38 @@
"translation": "Droits insuffisants pour regénérer le jeton du webhook sortant"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Impossible de mettre à jour les commandes entre équipes"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Droits insuffisants pour supprimer le webhook entrant"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Les webhooks sortants d'un même canal ne peuvent pas avoir les mêmes mots de déclenchement/URLs de rappel."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Les webhooks sortants ne peuvent être créés que pour les canaux publics."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Droits insuffisants pour créer le webhook sortant."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Les trigger_words ou channel_id doivent être définis"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC n'est pas activé sur ce serveur."
},
@@ -3508,10 +3548,18 @@
"translation": "Id canal invalide"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Niveau de notification invalide"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Rôle invalide"
},
@@ -4468,6 +4516,10 @@
"translation": "Nous avons rencontré une erreur lors de l'enregistrement des audits"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "Nous n'avons pas pu obtenir le nombre de type de canaux"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "Nous n'avons pas pu obtenir le nombre de type de canaux"
},
@@ -5288,6 +5340,14 @@
"translation": "Nous n'avons pas pu mettre à jour le nom de l'équipe"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "Nous n'avons pas pu compter les utilisateurs"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Nous n'avons pas pu obtenir le nombre d'utilisateurs uniques"
},
@@ -5528,6 +5588,10 @@
"translation": "Vous ne pouvez pas écraser un OutgoingWebhook existant"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "Nous n'avons pas pu enregistrer le IncomongWebhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Nous n'avons pas pu mettre à jour le webhook"
},
diff --git a/i18n/ja.json b/i18n/ja.json
index 6060cf51c..8b61f58fc 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -2356,6 +2356,10 @@
"translation": "あなたの指定した電子メールアドレスのドメインは許可されていません。システム管理者に連絡するか他の電子メールアドレスで利用登録してください。"
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "ユーザーの作成は無効です。"
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "デフォルトのチャンネルへの参加に問題が発生しました user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "多要素認証はこのサーバーで設定されていないか利用できません"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "{{.Service}}ユーザーオブジェクトからユーザーを取得できませんでした"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "user_idが一致しないためパスワードを更新できませんでした"
},
@@ -2752,6 +2760,38 @@
"translation": "外向きのウェブフックトークンを再生成するのに十分な権限が付与されていません"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "他チームのウェブフックは更新できません"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "内向きのウェブフックを更新するのに十分な権限が付与されていません"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "外向きのウェブフックはシステム管理者によって無効にされています。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "同一のチャンネルからの外向きのウェブフックには、同一のトリガーワード/コールバックURLを指定できません。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "外向きのウェブフックは、公開チャンネルに対してのみ更新できます。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "外向きのウェブフックを更新するのに十分な権限が付与されていません"
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "trigger_wordsまたはchannel_idを設定してください"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTCはこのサーバーでは有効化されていません。"
},
@@ -3508,10 +3548,18 @@
"translation": "不正なチャンネルIDです"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "電子メール通知の設定値が不正です"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "不正な通知レベルです"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "プッシュ通知のレベルが不正です"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "不正な役割です"
},
@@ -4468,6 +4516,10 @@
"translation": "監査データを保存する際にエラーが発生しました"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "削除済みのチャンネル形式数を取得できませんでした"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "チャンネル形式数を取得できませんでした"
},
@@ -5288,6 +5340,14 @@
"translation": "チーム名を更新できませんでした"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "無効なユーザー数を取得できませんでした"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "システム管理者数を取得できませんでした"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "重複なしのユーザー数を取得できませんでした"
},
@@ -5528,6 +5588,10 @@
"translation": "既存のOutgoingWebhookを上書きできませんでした"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "内向きのウェブフックを更新できませんでした"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "ウェブフックを更新できませんでした"
},
diff --git a/i18n/ko.json b/i18n/ko.json
index 8010dc23a..3be22282e 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -741,7 +741,7 @@
},
{
"id": "api.command_shortcuts.msgs.reprint_prev",
- "translation": "{{.CmdOrCtrl}}+아래 방향키 (빈 입력란에서): 입력한 다음 차례의 메시지 혹은 슬래시 명령어 재입력\n"
+ "translation": "{{.CmdOrCtrl}}+아래 방향키 (빈 입력란에서): 이전에 입력한 메시지 혹은 슬래시 명령어 재입력\n"
},
{
"id": "api.command_shortcuts.name",
@@ -749,35 +749,35 @@
},
{
"id": "api.command_shortcuts.nav.header",
- "translation": "#### Navigation\n\n"
+ "translation": "#### 조작법\n\n"
},
{
"id": "api.command_shortcuts.nav.next",
- "translation": "ALT+DOWN: Next channel or direct message in left hand sidebar\n"
+ "translation": "ALT+아래 방향키: 왼쪽 사이드바에서 다음 채널 또는 개인 대화 선택\n"
},
{
"id": "api.command_shortcuts.nav.prev",
- "translation": "ALT+UP: Previous channel or direct message in left hand sidebar\n"
+ "translation": "ALT+아래 방향키: 왼쪽 사이드바에서 이전 채널 또는 개인 대화 선택\n"
},
{
"id": "api.command_shortcuts.nav.recent_mentions",
- "translation": "{{.CmdOrCtrl}}+SHIFT+M: Open recent mentions\n\n"
+ "translation": "{{.CmdOrCtrl}}+SHIFT+M: 최근 멘션 열기\n\n"
},
{
"id": "api.command_shortcuts.nav.settings",
- "translation": "{{.CmdOrCtrl}}+SHIFT+A: Open account settings\n"
+ "translation": "{{.CmdOrCtrl}}+SHIFT+A: 계정 설정 열기\n"
},
{
"id": "api.command_shortcuts.nav.switcher",
- "translation": "{{.CmdOrCtrl}}+K: Open a quick channel switcher dialog\n"
+ "translation": "{{.CmdOrCtrl}}+K: 빠른 채널 스위처 창 열기\n"
},
{
"id": "api.command_shortcuts.nav.unread_next",
- "translation": "ALT+SHIFT+DOWN: Next channel or direct message in left hand sidebar with unread messages\n"
+ "translation": "ALT+SHIFT+아래 방향키: 왼쪽 사이드바에서 읽지 않은 메시지가 있는 다음 채널 또는 개인 대화 선택\n"
},
{
"id": "api.command_shortcuts.nav.unread_prev",
- "translation": "ALT+SHIFT+UP: Previous channel or direct message in left hand sidebar with unread messages\n"
+ "translation": "ALT+SHIFT+위 방향키: 왼쪽 사이드바에서 읽지 않은 메시지가 있는 이전 채널 또는 개인 대화 선택\n"
},
{
"id": "api.command_shrug.desc",
@@ -797,7 +797,7 @@
},
{
"id": "api.context.invalid_body_param.app_error",
- "translation": "Invalid or missing {{.Name}} in request body"
+ "translation": "요청 본문에서 {{.Name}}이(가) 없거나 잘못됨"
},
{
"id": "api.context.invalid_param.app_error",
@@ -805,23 +805,23 @@
},
{
"id": "api.context.invalid_session.error",
- "translation": "Invalid session err=%v"
+ "translation": "잘못된 세션 err=%v"
},
{
"id": "api.context.invalid_team_url.debug",
- "translation": "올바르지 않은 상황에서 팀 URL에 접근했습니다. 팀 URL은 API 함수나 팀과 관련이 없는 곳에서 사용되어서는 안 됩니다."
+ "translation": "올바르지 않은 상황에서 팀 URL에 접근했습니다. 팀 URL은 API 함수 또는 팀과 무관한 곳에서 사용되어서는 안 됩니다."
},
{
"id": "api.context.invalid_token.error",
- "translation": "Invalid session token={{.Token}}, err={{.Error}}"
+ "translation": "잘못된 세션 token={{.Token}}, err={{.Error}}"
},
{
"id": "api.context.invalid_url_param.app_error",
- "translation": "Invalid or missing {{.Name}} parameter in request URL"
+ "translation": "요청 URL에서 {{.Name}} 변수가 없거나 잘못됨"
},
{
"id": "api.context.invalidate_all_caches",
- "translation": "Purging all caches"
+ "translation": "캐시 전체 삭제 중"
},
{
"id": "api.context.last_activity_at.error",
@@ -833,11 +833,11 @@
},
{
"id": "api.context.mfa_required.app_error",
- "translation": "Multi-factor authentication is required on this server."
+ "translation": "이 서버에는 다단계 인증이 요구됩니다."
},
{
"id": "api.context.missing_teamid.app_error",
- "translation": "Missing Team Id"
+ "translation": "팀 ID 없음"
},
{
"id": "api.context.permissions.app_error",
@@ -939,11 +939,11 @@
},
{
"id": "api.emoji.create.too_large.app_error",
- "translation": "이모티콘을 생성할 수 없습니다. 이미지 용량은 반드시 64 KB 이하여야 합니다."
+ "translation": "이모티콘을 생성할 수 없습니다. 이미지 용량은 1MB 미만이어야 합니다."
},
{
"id": "api.emoji.delete.delete_reactions.app_error",
- "translation": "Unable to delete reactions when deleting emoji with emoji name %v"
+ "translation": "%v 이모티콘을 지우는 중에는 리액션을 삭제할 수 없음"
},
{
"id": "api.emoji.delete.permissions.app_error",
@@ -975,19 +975,19 @@
},
{
"id": "api.emoji.upload.large_image.decode_error",
- "translation": "Unable to create emoji. An error occurred when trying to decode the image."
+ "translation": "이모티콘을 생성할 수 없습니다. 이미지 디코딩 시도 중 오류가 발생했습니다."
},
{
"id": "api.emoji.upload.large_image.encode_error",
- "translation": "Unable to create emoji. An error occurred when trying to encode the image."
+ "translation": "이모티콘을 생성할 수 없습니다. 이미지 인코딩 시도 중 오류가 발생했습니다."
},
{
"id": "api.emoji.upload.large_image.gif_decode_error",
- "translation": "Unable to create emoji. An error occurred when trying to decode the GIF image."
+ "translation": "이모티콘을 생성할 수 없습니다. 이미지 디코딩 시도 중 오류가 발생했습니다."
},
{
"id": "api.emoji.upload.large_image.gif_encode_error",
- "translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
+ "translation": "이모티콘을 생성할 수 없습니다. 이미지 인코딩 시도 중 오류가 발생했습니다."
},
{
"id": "api.file.get_file.public_disabled.app_error",
@@ -2356,6 +2356,10 @@
"translation": "The email you provided does not belong to an accepted domain. Please contact your administrator or sign up with a different email."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "기본 채널에 참여하는데 실패했습니다. user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "MFA 토큰이 설정되지 않았거나 유효하지 않습니다."
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Could not create user out of {{.Service}} user object"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Update password failed because context user_id did not match props user_id"
},
@@ -2752,6 +2760,38 @@
"translation": "Outgoing webhook 토큰을 재생성할 권한이 없습니다"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "팀들간의 명령어를 업데이트 할 수 없음"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Incoming webhook을 삭제할 권한이 없습니다"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Outgoing webhook은 관리자가 사용할 수 없게 설정했습니다."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "같은 채널에서 나가는 outgoing webhook들은 동일한 발동 단어/콜백 URL을 가질 수 없습니다."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Outgoing webhook은 공개 채널에만 생성할 수 있습니다."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Outgoing webhook을 생성할 권한이 없습니다."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Either trigger_words or channel_id must be set"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "이 서버에서 WebRTC를 사용할 수 없습니다."
},
@@ -2765,7 +2805,7 @@
},
{
"id": "api.websocket.invalid_session.error",
- "translation": "Invalid session err=%v"
+ "translation": "잘못된 세션 err=%v"
},
{
"id": "api.websocket_handler.invalid_param.app_error",
@@ -3508,10 +3548,18 @@
"translation": "Invalid channel id"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Invalid notify level"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "잘못된 권한"
},
@@ -4468,6 +4516,10 @@
"translation": "We encountered an error saving the audit"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -5288,6 +5340,14 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "채널을 찾을 수 없습니다"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -5528,6 +5588,10 @@
"translation": "기존에 있는 OutgoingWebhook을 덮어쓸 수 없습니다"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "IncomingWebhook을 저장하는 데 실패했습니다"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Webhook을 갱신하는 데 실패했습니다"
},
diff --git a/i18n/nl.json b/i18n/nl.json
index 14be05658..c2bb12250 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -2356,6 +2356,10 @@
"translation": "Het email adress dat is opgegeven behoord niet tot een van de geldige domeinen. Neem contact op met de beheerder, of log in met een ander e-mail adres."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Er is een fout opgetreden tijdens het deelnemen aan de standaard kanalen user_id=%s, team_id=%s, fout=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "'MFA' is niet geconfigueerd of niet beschikbaar op deze server"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Kan geen gebruiker creeeren voor service {{.Service}}"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Wachtwoord bijwerken is niet gelukt, want de context user_id kom niet overeen met de opgegeven user_id"
},
@@ -2752,6 +2760,38 @@
"translation": "Ongeldige rechten om tokens voor uitgaande webhooks opnieuw te genereren"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Fout bij het bijwerken van commando's voor meerdere teams"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Commando's zijn uitgeschakeld door de beheerder."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Onjuiste rechten voor het verwijderen van de webhook opdracht"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Uitgaande webhooks zijn uitgeschakeld door de beheerder."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Uitgaande webhooks van hetzelfde kanaal kunnen niet dezelfde trigger-woorden/callback URL's hebben."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Uitgaande webhooks kunnen alleen aan publieke kanalen gekoppeld worden."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Onjuiste rechten voor het aanmaken van een uitgaande webhook."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Ofwel trigger_words of channel_id moet worden geconfigueerd"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC is niet ingeschakeld op deze server."
},
@@ -3508,10 +3548,18 @@
"translation": "Ongeldig kanaal id"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Ongeldig waarschuwings nivo"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Ongeldige rol"
},
@@ -4468,6 +4516,10 @@
"translation": "Fout bij het opslaan van de audit data"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "We kunnen de kanalen typen niet tellen"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "We kunnen de kanalen typen niet tellen"
},
@@ -5288,6 +5340,14 @@
"translation": "De teamnaam kan niet bijgewerkt worden"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "De gebruikers kunnen niet geteld worden"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "We kunnen het aantal unieke gebruikers niet tellen"
},
@@ -5528,6 +5588,10 @@
"translation": "Een uitgaande webhook kan niet overschreven worden"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "De binnenkomende webhook kan niet opgeslagen worden"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "De webhook kan niet bijgewerkt worden"
},
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index d47baadde..93f0f171b 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -1155,7 +1155,7 @@
},
{
"id": "api.file.upload_file.bad_parse.app_error",
- "translation": "Unable to upload file. Header cannot be parsed."
+ "translation": "Não foi possível carregar o arquivo. O cabeçalho não pode ser analisado."
},
{
"id": "api.file.upload_file.large_image.app_error",
@@ -2356,6 +2356,10 @@
"translation": "O email que você forneceu não pertence a um domínio aceito. Por favor contacte o seu administrador ou se inscreve com um email diferente."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Encontrado um problema ao se juntar ao canal padrão user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "MFA não configurado ou disponível neste servidor"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Não foi possível criar o usuário fora do {{.Service}} do objeto de usuário"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Atualização da senha falhou devido ao contexto user_id não combinar com props do usuário fornecido"
},
@@ -2752,6 +2760,38 @@
"translation": "Permissões inadequadas para gerar novo token do webhook de saída"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Não é possível atualizar os comandos entre equipes"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Permissões inadequadas para deletar o webhook de entrada"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Webhooks de saída foram desabilitados pelo administrador do sistema."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Webhooks de saída do mesmo canal não pode ter as mesmas palavras gatilho/URLs de retorno de chamada."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Webhooks de saída só pode ser criado para canais públicos."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Permissões inadequadas para criar o webhook de saída."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Ou trigger_words ou channel_id precisa ser definido"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC não está ativo neste servidor."
},
@@ -3508,10 +3548,18 @@
"translation": "Id do canal inválida"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Nível de notificação inválido"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Função inválida"
},
@@ -3545,7 +3593,7 @@
},
{
"id": "model.client.read_file.app_error",
- "translation": "Encontramos um erro enquanto procurava os perfis de usuários"
+ "translation": "Encontramos um erro ao ler o arquivo"
},
{
"id": "model.command.is_valid.create_at.app_error",
@@ -4468,6 +4516,10 @@
"translation": "Encontramos um erro ao salvar o audits"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "Não foi possível obter o número de tipos de canal"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "Não foi possível obter o número de tipos de canal"
},
@@ -5288,6 +5340,14 @@
"translation": "Não foi possível atualizar o nome da equipe"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "Não foi possível contar os usuários ativos"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Não foi possível obter o número de usuários únicos"
},
@@ -5528,6 +5588,10 @@
"translation": "Você não pode sobre escrever um existente Webhook de Saída"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "Não foi possível salvar o IncomingWebhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Não foi possível atualizar o webhook"
},
diff --git a/i18n/ru.json b/i18n/ru.json
index 77eefe91a..9e1c861c9 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -2356,6 +2356,10 @@
"translation": "Предоставленный вами адрес электронной почты не относится к признанному домену. Пожалуйста, свяжитесь с администратором или зарегистрируйтесь с другим адресом электронной почты."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Возникла проблема при присоединении к каналам по умолчанию user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "МФА не настроена или не поддерживается на этом сервере"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Невозможно создать пользователя из {{.Service}} объекта пользователя"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Не удалось обновить пароль, поскольку контекст user_id не соответствовал реквизитам user_id"
},
@@ -2709,7 +2717,7 @@
},
{
"id": "api.webhook.delete_incoming.disabled.app_error",
- "translation": "Входящие вебхуки отключены системным администратором."
+ "translation": "Входящие вебхуки были отключены системным администратором."
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
@@ -2752,6 +2760,38 @@
"translation": "Отсутствуют права на пересоздание токена для исходящего вебхука"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Невозможно обновить команды через команды"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Входящие вебхуки были отключены системным администратором."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Отсутствуют права на удаление входящего вебхука"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Исходящие вебхуки были отключены системным администратором."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Исходящие вебхуки одного канала не могут иметь одинаковые слова-триггеры/вызываемые URL."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Исходящие вебхуки могут быть созданы только для общественных каналов."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Несоответствующие права для создания исходящего вебхука."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Должны быть заданы trigger_words или channel_id"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC не доступен на этом сервере."
},
@@ -3508,10 +3548,18 @@
"translation": "Недопустимый идентификатор канала"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Недопустимый уровень уведомлений"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Недопустимая роль"
},
@@ -4468,6 +4516,10 @@
"translation": "Обнаружены проблемы с сохранением аудита"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "Не удалось получить подсчет типов каналов"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "Не удалось получить подсчет типов каналов"
},
@@ -5288,6 +5340,14 @@
"translation": "Не удалось обновить имя команды"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "Не удалось подсчитать активных пользователей"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Не удалось подсчитать уникальных пользователей"
},
@@ -5528,6 +5588,10 @@
"translation": "Вы не можете перезаписать существующий OutgoingWebhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "Не удалось сохранить IncomingWebhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Не удалось обновить вебхук"
},
diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json
index d1ea18c4e..80638a28d 100644
--- a/i18n/zh_CN.json
+++ b/i18n/zh_CN.json
@@ -2356,6 +2356,10 @@
"translation": "您提供的电子邮件不属于允许的域名。请与您的管理员联系或使用一个不同的电子邮件注册。"
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "加入默认通道遇到一个问题 user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "此服务器没有配置或者不支持多重验证"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "无法创建用户 {{.Service}} 用户对象"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "更新密码失败因为 user_id 提供用户ID不匹配"
},
@@ -2752,6 +2760,38 @@
"translation": "无效的重新生成传出的 webhook 令牌权限"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "无法跨团队更新命令"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "传入的webhooks已被系统管理员禁用。"
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "无效的删除传入的 webhook 权限"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "传出的webhooks已被系统管理员禁用。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "同一频道的传出 webhooks 不能具有同样的触发词/回调URLs。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "只有公共频道可以创建传出 webhooks。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "无效的创建传出的 webhook 权限。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "无论是trigger_words或channel_id必须设置"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC 未在本服务器开启。"
},
@@ -3508,10 +3548,18 @@
"translation": "无效的频道id"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "无效通知级别"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "无效角色"
},
@@ -4468,6 +4516,10 @@
"translation": "我们保持审核时出错"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "我们无法获取频道类型数"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "我们无法获取频道类型数"
},
@@ -5288,6 +5340,14 @@
"translation": "我们无法更新团队名称"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "我们无法计算启用的用户数"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "我们无法获得不重复的用户数量"
},
@@ -5528,6 +5588,10 @@
"translation": "你不能覆盖现有的传出的 webhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "我们不能保存传入的 webhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "我们不能更新 webhook"
},
diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json
index 06f1b8908..2e8d8d668 100644
--- a/i18n/zh_TW.json
+++ b/i18n/zh_TW.json
@@ -2356,6 +2356,10 @@
"translation": "您提供的電子郵件地址不屬於一個可接受的網域。請聯繫系統管理員或使用另一個不同的電子郵件地址註冊。"
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "加入預設頻道時遇到錯誤 user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "本機不支援或尚未設定多重要素驗證"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "無法建立用於 {{.Service}} 的使用者物件"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "更新密碼失敗,目前的 user_id 與要變更的使用者 ID 不符"
},
@@ -2709,7 +2717,7 @@
},
{
"id": "api.webhook.delete_incoming.disabled.app_error",
- "translation": "傳入的 Webhook 已被系統管理員停用"
+ "translation": "傳入的 Webhook 已被系統管理員停用。"
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
@@ -2752,6 +2760,38 @@
"translation": "沒有適當的權限重新產生傳出的 Webhook Token"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "無法更新不同團隊的指令"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "傳入的 Webhook 已被系統管理員停用。"
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "沒有適當的權限刪除傳入的 Webhook"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "傳出的 Webhook 已被系統管理員停用。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "同一頻道的傳出的 Webhook 不可以使用相同的觸發關鍵字/回呼網址。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "只有公開頻道可以建立傳出的 Webhook。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "沒有適當的權限建立傳出的 Webhook。"
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "必須設定觸發詞或者頻道 ID"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "此伺服器未啟用 WebRTC。"
},
@@ -3508,10 +3548,18 @@
"translation": "無效的頻道 ID"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "無效的通知等級"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "無效的角色"
},
@@ -4468,6 +4516,10 @@
"translation": "儲存稽核紀錄時遇到錯誤"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "無法取得頻道類別數量"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "無法取得頻道類別數量"
},
@@ -5288,6 +5340,14 @@
"translation": "無法更新團隊名稱"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "無法計算活躍使用者的數量"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "無法取得不重複的帳戶數量"
},
@@ -5528,6 +5588,10 @@
"translation": "無法複蓋一個已存在的傳出的 Webhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "無法儲存傳入的 Webhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "無法更新 Webhook"
},
diff --git a/webapp/i18n/de.json b/webapp/i18n/de.json
index 884eb0454..65c0d18bc 100644
--- a/webapp/i18n/de.json
+++ b/webapp/i18n/de.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Team- und Systemadministratoren",
"admin.general.policy.permissionsAll": "Alle Teammitglieder",
"admin.general.policy.permissionsAllChannel": "Alle Kanalmitglieder",
+ "admin.general.policy.permissionsChannelAdmin": "Kanal-, Team- und Systemadminstratoren",
"admin.general.policy.permissionsDeletePostAdmin": "Team- und Systemadministratoren",
"admin.general.policy.permissionsDeletePostAll": "Nachrichtenersteller können ihre eigenen Nachrichten löschen, Administratoren können jede Nachricht löschen",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Systemadministratoren",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Erforderliche Zeichentypen für ein gültiges Passwort.",
"admin.password.symbol": "Mindestens ein Symbol (wie \"~!@#$%^&*()\")",
"admin.password.uppercase": "Mindestens ein Großbuchstabe",
- "admin.privacy.showEmailDescription": "Wenn Falsch, versteckt die E-Mail-Adresse von Nutzern gegenüber anderen Nutzern, inklusive Team Eigentümer und Team Administratoren. Wird verwendet, wenn das System für die Verwaltung von Teams eingerichtet ist in dem einige Nutzer ihre Kontaktinformationen privat halten möchten.",
+ "admin.privacy.showEmailDescription": "Wenn falsch wird die E-Mail Adresse der Mitglieder vor jedem außer den Systemadministratoren versteckt.",
"admin.privacy.showEmailTitle": "Zeige E-Mail-Adresse: ",
- "admin.privacy.showFullNameDescription": "Wenn falsch, versteckt den vollen Namen von Nutzern gegenüber anderen Nutzern, inklusive Team Eigentümer und Team Administratoren. Stattdessen wird der Benutzername angezeigt.",
+ "admin.privacy.showFullNameDescription": "Wenn falsch wird der Name der Mitglieder vor jedem außer den Systemadministratoren versteckt. Anstelle des vollen Namens wird der Benutzername angezeigt.",
"admin.privacy.showFullNameTitle": "Zeige vollen Namen: ",
"admin.purge.button": "Alle Caches leeren",
"admin.purge.loading": " Lädt...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Maximale erlaubte Zeit zwischen Verbindungsannahme bis die Anfrage komplett gelesen wurde.",
"admin.service.securityDesc": "Wenn Wahr werden Systemadministratoren durch E-Mails informiert, dass ein sicherheitsrelevantes Update in den letzen 12 Stunden angekündigt wurde. Setzt voraus, dass E-Mail aktiviert wurde.",
"admin.service.securityTitle": "Sicherheitsbenachrichtigungen aktivieren: ",
- "admin.service.segmentDescription": "Segment.com ist ein Online Dienst der zur optionalen Erhebung von detaillierten Systemstatistiken. Sie können einen Schlüssel über einen kostenlosen Account bei Segment.com erhalten.",
- "admin.service.segmentExample": "z.B.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment Write Key:",
"admin.service.sessionCache": "Session Cache (Minuten):",
"admin.service.sessionCacheDesc": "Die Anzahl von Minuten in denen der Sitzungs-Cache im Speicher gehalten wird.",
"admin.service.sessionDaysEx": "z.B.: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Erstelle einen neuen öffentlichen Kanal dem jeder beitreten kann. ",
"channel_modal.purpose": "Zweck",
"channel_modal.purposeEx": "z.B.: \"Ein Kanal um Fehler und Verbesserungsvorschläge abzulegen\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "Für alle Aktivitäten",
"channel_notifications.allUnread": "Für alle ungelesenen Nachrichten",
"channel_notifications.globalDefault": "Globaler Standard ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Nie",
"channel_notifications.onlyMentions": "Nur für Erwähnungen",
"channel_notifications.override": "Auswählen eines anderen Wertes als \"Standard\" wird die globalen Benachrichtigungseinstellungen außer Kraft setzen. Desktop Benachrichtigungen sind für Firefox, Safari und Chrome verfügbar.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Benachrichtigungseinstellungen für ",
"channel_notifications.sendDesktop": "Desktop Benachrichtigungen senden",
"channel_notifications.unreadInfo": "Der Kanalname wird fettgedruckt dargestellt wenn es ungelesene Nachrichten gibt. Auswählen von \"Nur für Erwähnungen\" wird die Fettschreibung der Kanäle nur durchführen wenn Sie erwähnt werden.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Slash-Befehl bearbeiten",
"update_command.question": "Ihre Änderungen könnten einen existierenden Slash-Befehl außer Kraft setzen. Sind Sie sich sicher dass Sie ihn aktualisieren möchten?",
"update_command.update": "Aktualisieren",
+ "update_incoming_webhook.update": "Aktualisieren",
+ "update_outgoing_webhook.confirm": "Ausgehenden Webhook bearbeiten",
+ "update_outgoing_webhook.question": "Ihre Änderungen könnten einen existierenden Slash-Befehl außer Kraft setzen. Sind Sie sich sicher, dass Sie ihn aktualisieren möchten?",
+ "update_outgoing_webhook.update": "Aktualisieren",
"upload_overlay.info": "Datei zum Hochladen hier ablegen.",
"user.settings.advance.embed_preview": "Für den ersten Weblink in einer Nachricht, eine Vorschau des Webseiteninhaltes unterhalb der Nachricht, sofern verfügbar, anzeigen",
"user.settings.advance.embed_toggle": "Zeige Umschalter für alle eingebetteten Vorschauen",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "E-Mail Benachrichtigung",
"user.settings.notifications.header": "Benachrichtigungen",
"user.settings.notifications.info": "Desktopbenachrichtigungen sind in Edge, Firefox, Safari, Chrome und Mattermost Desktop Apps verfügbar.",
+ "user.settings.notifications.mentionsInfo": "Erwähnungen werden ausgelöst, sobald jemand eine Nachricht versendet, welche Ihren Benutzernamen (\"@{username}\") oder irgendeine der oben gewählten Optionen enthält.",
"user.settings.notifications.never": "Nie",
"user.settings.notifications.noWords": "Keine Wörter konfiguriert",
"user.settings.notifications.off": "Aus",
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 48c27df38..7bddea682 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -96,7 +96,6 @@
"add_incoming_webhook.name": "Name",
"add_incoming_webhook.save": "Save",
"add_incoming_webhook.url": "<b>URL</b>: {url}",
- "update_incoming_webhook.update": "Update",
"add_oauth_app.callbackUrls.help": "The redirect URIs to which the service will redirect users after accepting or denying authorization of your application, and which will handle authorization codes or access tokens. Must be a valid URL and start with http:// or https://.",
"add_oauth_app.callbackUrlsRequired": "One or more callback URLs are required",
"add_oauth_app.clientId": "<b>Client ID</b>: {id}",
@@ -138,9 +137,6 @@
"add_outgoing_webhook.triggerWordsTriggerWhen.help": "Choose when to trigger the outgoing webhook; if the first word of a message matches a Trigger Word exactly, or if it starts with a Trigger Word.",
"add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "First word matches a trigger word exactly",
"add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "First word starts with a trigger word",
- "update_outgoing_webhook.update": "Update",
- "update_outgoing_webhook.confirm": "Edit Outgoing Webhook",
- "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?",
"admin.advance.cluster": "High Availability (Beta)",
"admin.advance.metrics": "Performance Monitoring (Beta)",
"admin.audits.reload": "Reload User Activity Logs",
@@ -322,11 +318,11 @@
"admin.general.policy.permissionsAdmin": "Team and System Admins",
"admin.general.policy.permissionsAll": "All team members",
"admin.general.policy.permissionsAllChannel": "All channel members",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Team Admins and System Admins",
"admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message",
"admin.general.policy.permissionsDeletePostSystemAdmin": "System Admins",
"admin.general.policy.permissionsSystemAdmin": "System Admins",
- "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.restrictPostDeleteDescription": "Set policy on who has permission to delete messages.",
"admin.general.policy.restrictPostDeleteTitle": "Allow which users to delete messages:",
"admin.general.policy.restrictPrivateChannelCreationDescription": "Set policy on who can create private groups.",
@@ -1136,6 +1132,7 @@
"channel_modal.publicChannel2": "Create a new public channel anyone can join. ",
"channel_modal.purpose": "Purpose",
"channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "For all activity",
"channel_notifications.allUnread": "For all unread messages",
"channel_notifications.globalDefault": "Global default ({notifyLevel})",
@@ -1145,7 +1142,6 @@
"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.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Notification Preferences for ",
- "channel_notification.push": "Send mobile push notifications",
"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.",
"channel_select.placeholder": "--- Select a channel ---",
@@ -1943,6 +1939,10 @@
"update_command.confirm": "Edit Slash Command",
"update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?",
"update_command.update": "Update",
+ "update_incoming_webhook.update": "Update",
+ "update_outgoing_webhook.confirm": "Edit Outgoing Webhook",
+ "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?",
+ "update_outgoing_webhook.update": "Update",
"upload_overlay.info": "Drop a file to upload it.",
"user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available",
"user.settings.advance.embed_toggle": "Show toggle for all embed previews",
diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json
index 535ae6ffd..7a3b36585 100644
--- a/webapp/i18n/es.json
+++ b/webapp/i18n/es.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Administradores de Equipo y Sistema",
"admin.general.policy.permissionsAll": "Todos los miembros del equipo",
"admin.general.policy.permissionsAllChannel": "Todos los miembros del canal",
+ "admin.general.policy.permissionsChannelAdmin": "Administradores del Canal, Equipo y Sistema",
"admin.general.policy.permissionsDeletePostAdmin": "Administradores de Equipo y Sistema",
"admin.general.policy.permissionsDeletePostAll": "Los autores de los mensajes pueden borrar sus propios mensajes, y los Administradores pueden borrar cualquier mensaje",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Administradores de Sistema",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Los tipos de caracteres que se requiere para una contraseña válida.",
"admin.password.symbol": "Al menos un símbolo (por ejemplo,\"~!@#$%^&*()\")",
"admin.password.uppercase": "Al menos una letra en mayúscula",
- "admin.privacy.showEmailDescription": "Cuando es falso, oculta la dirección de correo para otros usuarios en la interfaz de usuario, incluyendo a los dueños y Administradores de Equipo. Usado cuando el sistema es configurado para administrar equipos donde algunos usuarios escogen mantener su información de contacto privada.",
+ "admin.privacy.showEmailDescription": "Si es falso, se esconde la dirección de correo electrónico de los miembros para todos los usuarios, excepto a los Administradores del Sistema.",
"admin.privacy.showEmailTitle": "Mostrar dirección de correo electrónico: ",
- "admin.privacy.showFullNameDescription": "Cuando es falso, esconde el nombre completo de los usuarios para otros usuarios, incluyendo dueños y Administradores de Equipos. El nombre de usuario es mostrado en vez del nombre completo.",
+ "admin.privacy.showFullNameDescription": "Si es falso, se esconde el nombre completo de los miembros para todos los usuarios, excepto a los Administradores del Sistema. El nombre de usuario se muestra en lugar del nombre completo.",
"admin.privacy.showFullNameTitle": "Mostrar nombre completo: ",
"admin.purge.button": "Purgar Todos los Cachés",
"admin.purge.loading": " Cargando...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Tiempo máximo permitido de cuando la conexión es aceptada en el momento de la solicitud hasta que el cuerpo de la solicitud es totalmente leída.",
"admin.service.securityDesc": "Cuando es verdadero, Los Administradores del Sistema serán notificados por correo electrónico se han anunciado alertas de seguridad relevantes en las últimas 12 horas. Requiere que los correos estén habilitados.",
"admin.service.securityTitle": "Habilitar Alertas de Seguridad: ",
- "admin.service.segmentDescription": "Segment.com es un servicio en línea que puede ser utilizado opcionalmente para el seguimiento detallado de las estadísticas del sistema. Puedes obtener una clave de registro para obtener una cuenta gratuita en Segment.com.",
- "admin.service.segmentExample": "Ej.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Llave de Escritura de Segment:",
"admin.service.sessionCache": "La Caché de sesión (minutos):",
"admin.service.sessionCacheDesc": "La cantidad de minutes que el cache de la sesión se guardará en memoria.",
"admin.service.sessionDaysEx": "Ej.: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Crear un canal público al que cualquiera puede unirse. ",
"channel_modal.purpose": "Propósito",
"channel_modal.purposeEx": "Ej: \"Un canal para describir errores y mejoras\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "Para toda actividad",
"channel_notifications.allUnread": "Para todos los mensajes sin leer",
"channel_notifications.globalDefault": "Predeterminada ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Nunca",
"channel_notifications.onlyMentions": "Sólo para menciones",
"channel_notifications.override": "Seleccionar una opción diferente a \"Predeterminada\" anulará las configuraciones globales de notificación. Las notificaciones de Escritorio están disponibles para Firefox, Safari, y Chrome.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Preferencias de Notificación para ",
"channel_notifications.sendDesktop": "Enviar notificaciones de escritorio",
"channel_notifications.unreadInfo": "El nombre del canal está en negritas en la barra lateral cuando hay mensajes sin leer. Al elegir \"Sólo para menciones\" sólo lo dejará en negritas cuando seas mencionado.",
@@ -1360,7 +1360,7 @@
"get_team_invite_link_modal.helpDisabled": "La creación de usuario ha sido desactivado para tu equipo. Por favor solicita más detalles a tu Administrador de Equipo.",
"get_team_invite_link_modal.title": "Enlace de Invitación al Equipo",
"help.attaching.downloading": "#### Descarga de Archivos\nDescargar un archivo adjunto haciendo clic en el icono de descarga junto a la miniatura del archivo o abriendo el archivo en vista previa y haciendo clic en **Descargar**.",
- "help.attaching.dragdrop": "#### Arrastrar y Soltar\nSubir un archivo o un conjunto de archivos arrastrando los archivos desde tu computadora en la barra lateral derecha o en el centro del panel. Arrastrar y soltar adjunta los archivos a los mensajes, a continuación, puede escribir un mensaje y pulse la tecla **RETORNO** para publicar.",
+ "help.attaching.dragdrop": "#### Arrastrar y Soltar\nSubir un archivo o un conjunto de archivos arrastrando los archivos desde tu computadora en la barra lateral derecha o en el centro del panel. Arrastrar y soltar adjunta los archivos a los mensajes, adicionalmente puedes escribir un mensaje y pulse la tecla **RETORNO** para publicar.",
"help.attaching.icon": "#### Icono para Adjuntar\nAlternativamente, subir archivos, haciendo clic en el icono gris en forma clip en el interior del campo de entrada del mensaje. Esto abre en su sistema un visor de archivos donde se puede navegar a los archivos que desee y, a continuación, haz clic en **Abrir** para subir los archivos del mensaje. Si lo desea, escriba un mensaje y, a continuación, pulse **RETORNO** para publicar.",
"help.attaching.limitations": "## Limitaciones del Tamaño de Archivo\nMattermost admite un máximo de cinco archivos adjuntos por mensaje, cada uno con un tamaño máximo de archivo de 50 mb.",
"help.attaching.methods": "## Métodos para Adjuntar\nAdjuntar un archivo mediante la función de arrastrar y soltar o haciendo clic en el icono de archivo adjunto en el campo de entrada del mensaje.",
@@ -1433,7 +1433,7 @@
"help.mentioning.channel": "#### @Channel\nSe puede mencionar un canal completo escribiendo `@channel`. Todos los miembros del canal recibirán una notificación de mención que se comporta de la misma manera como si los miembros hubieran sido citados personalmente.",
"help.mentioning.channelExample": "@channel gran trabajo en las entrevistas de esta semana. Creo que hemos encontrado algunos excelentes candidatos potenciales!",
"help.mentioning.mentions": "## @Menciones\nUtiliza las @menciones para conseguir la atención de determinados miembros del equipo.",
- "help.mentioning.recent": "## Menciones Recientes\nHaz clic en el `@` junto al campo de búsqueda para consultar tus más recientes @menciones y las palabras que desencadenan menciones. Haz clic en **Ir** al lado de un resultado de búsqueda en el lado derecho para saltar el panel central al canal y ubicación donde se encuentra el mensaje con la mención.",
+ "help.mentioning.recent": "## Menciones Recientes\nHaz clic en el `@` junto al campo de búsqueda para consultar tus más recientes @menciones y las palabras que desencadenan menciones. Haz clic en **Ir** al lado de un resultado de búsqueda en el panel lateral derecho para ir en el panel central al canal y ubicación donde se encuentra el mensaje con la mención.",
"help.mentioning.title": "# Mencionar a Compañeros de Equipo\n_____",
"help.mentioning.triggers": "## Palabras que desencadenan Menciones\nAdemás de ser notificados por el nombre de usuario @usuario y @channel, podrás personalizar palabras que desencadenan notificaciones de menciones en **Configuración de la Cuenta** > **Notificaciones** > **lPalabras que desencadenan menciones**. De forma predeterminada, recibirás las notificaciones de mención cuando tu nombre sea utilizado, y podrás agregar más palabras escribiéndolas en el cuadro de entrada separadas por comas. Esto es útil si deseas ser notificado de todos los mensajes en ciertos temas, por ejemplo, \"entrevista\" o \"marketing\".",
"help.mentioning.username": "#### @Usuario\nSe pueden mencionar a un compañero de equipo mediante el símbolo `@`, además de su nombre de usuario para enviar una notificación de mención.\n\nEscribe `@` para que aparezca una lista de los miembros del equipo que pueden ser mencionados. Para filtrar la lista, escribe las primeras letras de cualquier nombre de usuario, nombre, apellido o apodo. Las flechas de **Arriba** y **Abajo** pueden ser utilizadas para desplazarse a través de las entradas en la lista y pulsando **RETORNO** seleccione el usuario a mencionar. Una vez seleccionado, el nombre de usuario reemplazará automáticamente el nombre completo o apodo.\nEn el ejemplo siguiente se envía una notificación de mención especial a **alice** la cual la alerta que sobre el canal y el mensaje en donde ella ha sido mencionado. Si **alice** está ausente de Mattermost y tiene las [notificaciones de correo electrónico](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) activadas, recibirá una alerta de correo electrónico de su mención, junto con el mensaje de texto.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Editar Comando de Barra",
"update_command.question": "Tus cambios puede que rompan el comando de barra existente. ¿Estás seguro de que deseas actualizar?",
"update_command.update": "Actualizar",
+ "update_incoming_webhook.update": "Actualizar",
+ "update_outgoing_webhook.confirm": "Editar Webhook de Salida",
+ "update_outgoing_webhook.question": "Tus cambios puede que rompan el webhook de salida existente. ¿Estás seguro de que deseas actualizarlo?",
+ "update_outgoing_webhook.update": "Actualizar",
"upload_overlay.info": "Arrastra un archivo para subirlo.",
"user.settings.advance.embed_preview": "Para lel primer enlace web en un mensaje, se mostrará una vista previa del contenido del sitio web a continuación del mensaje, si está disponible",
"user.settings.advance.embed_toggle": "Capacidad de Mostrar/Esconder las previsualizaciones",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "Notificaciones de correo",
"user.settings.notifications.header": "Notificaciones",
"user.settings.notifications.info": "Las notificaciones de escritorio están disponibles en Edge, Firefox, Safari, Chrome y Aplicaciones de Escritorio de Mattermost.",
+ "user.settings.notifications.mentionsInfo": "Menciones se gatillan cuando alguien envía un mensaje que incluye su nombre de usuario (\"@{username}\") o cualquiera de las opciones seleccionadas anteriormente.",
"user.settings.notifications.never": "Nunca",
"user.settings.notifications.noWords": "No hay palabras configuradas",
"user.settings.notifications.off": "Apagado",
diff --git a/webapp/i18n/fr.json b/webapp/i18n/fr.json
index eab73132c..23bfd5c24 100644
--- a/webapp/i18n/fr.json
+++ b/webapp/i18n/fr.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Administrateurs d'équipe et administrateurs système",
"admin.general.policy.permissionsAll": "Tous les membres de l'équipe",
"admin.general.policy.permissionsAllChannel": "Tous les membres du canal",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Administrateurs d'équipe et administrateurs système",
"admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Administrateurs système",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Lettres obligatoires pour un mot de passe valide.",
"admin.password.symbol": "Au moins un symbole (ex : \"~!@#$%^&*()\")",
"admin.password.uppercase": "Au moins une majuscule",
- "admin.privacy.showEmailDescription": "Si désactivé, masque les adresses e-mail des utilisateurs dans l'interface, y compris pour les responsables d'équipe. Cette option est pratique quand Mattermost est utilisé pour gérer des équipes dans lesquelles les utilisateurs préfèrent garder leurs informations privées.",
+ "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "Afficher l'adresse e-mail : ",
- "admin.privacy.showFullNameDescription": "Si désactivé, les utilisateurs ne peuvent voir le nom complet des autres utilisateurs (y compris le propriétaire de l'équipe et les adminsitrateurs). Le nom d'utilisateur est affiché à la place du nom de la personne.",
+ "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "Afficher le nom complet : ",
"admin.purge.button": "Purger tous les caches",
"admin.purge.loading": " Chargement…",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Temps maximum autorisé à partir du moment à partir duquel la connexion est acceptée jusqu'au moment auquel le corps de la requête est entièrement lu.",
"admin.service.securityDesc": "Si activé, les administrateurs système sont notifiés par e-mail si une alerte de sécurité a été annoncée dans les dernières 12 heures. L'envoi d'e-mails doit être activé.",
"admin.service.securityTitle": "Activer les alertes de sécurité : ",
- "admin.service.segmentDescription": "Segment.com est un service en ligne qui peut éventuellement être utilisé pour le suivi des statistiques détaillées du système. Vous pouvez obtenir une clé de signature -up pour un compte gratuit à Segment.com.",
- "admin.service.segmentExample": "Ex. : \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Clé d'écriture du segment :",
"admin.service.sessionCache": "Cache de session en minutes :",
"admin.service.sessionCacheDesc": "Durée pendant laquelle une session est gardée en mémoire.",
"admin.service.sessionDaysEx": "Ex. : \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Crée un canal public que tout le monde peut rejoindre. ",
"channel_modal.purpose": "Description",
"channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "Pour toute l'activité",
"channel_notifications.allUnread": "Pour les messages non-lus",
"channel_notifications.globalDefault": "Par défaut ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Jamais",
"channel_notifications.onlyMentions": "Seulement pour les mentions",
"channel_notifications.override": "Choisir une autre option que \"Par défaut\" remplacera le réglage par défaut. Les notifications sur le bureau sont disponibles sur Firefox, Safari et Chrome.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Préférences de notification pour ",
"channel_notifications.sendDesktop": "Envoyer des notifications sur le bureau",
"channel_notifications.unreadInfo": "Le nom du canal est en gras dans la barre latérale lorsqu'il y a des messages non-plus. Choisir \"Seulement pour les mentions\" mettra en gras le canal seulement si vous être mentionné.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Modifier la commande Slash",
"update_command.question": "Vos modifications peuvent casser la commande Slash existante. Voulez-vous vraiment la mettre à jour ?",
"update_command.update": "Mettre à jour",
+ "update_incoming_webhook.update": "Mettre à jour",
+ "update_outgoing_webhook.confirm": "Ajouter des Webhooks sortants",
+ "update_outgoing_webhook.question": "Vos modifications peuvent casser la commande Slash existante. Voulez-vous vraiment la mettre à jour ?",
+ "update_outgoing_webhook.update": "Mettre à jour",
"upload_overlay.info": "Faites glisser un fichier pour le télécharger.",
"user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available",
"user.settings.advance.embed_toggle": "Voir un aperçu pour tous les messages inclus",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "Notifications par e-mail",
"user.settings.notifications.header": "Notifications",
"user.settings.notifications.info": "Les notifications de bureau sont disponibles sur Edge, Firefox, Safari, Chrome et les applications desktop Mattermost.",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "Jamais",
"user.settings.notifications.noWords": "Aucun mot configuré",
"user.settings.notifications.off": "Désactivé",
diff --git a/webapp/i18n/ja.json b/webapp/i18n/ja.json
index 6dcefc3b9..327382921 100644
--- a/webapp/i18n/ja.json
+++ b/webapp/i18n/ja.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "チーム管理者とシステム管理者",
"admin.general.policy.permissionsAll": "全てのチームメンバー",
"admin.general.policy.permissionsAllChannel": "全てのチャンネルのメンバー",
+ "admin.general.policy.permissionsChannelAdmin": "チャンネル、チームおよびシステムの管理者",
"admin.general.policy.permissionsDeletePostAdmin": "チーム管理者とシステム管理者",
"admin.general.policy.permissionsDeletePostAll": "メッセージの作成者は自身のメッセージを削除できます。また、管理者はどんなメッセージも削除することができます。",
"admin.general.policy.permissionsDeletePostSystemAdmin": "システム管理者",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "有効なパスワードで求められる文字の種類です。",
"admin.password.symbol": "少なくとも1つの記号が必要です(例: \"~!@#$%^&*()\")",
"admin.password.uppercase": "少なくとも1つの英大文字が必要です",
- "admin.privacy.showEmailDescription": "無効な場合、チームオーナーやチーム管理者を含めて、他のユーザーの電子メールアドレスをユーザーインターフェイス上で参照できなくなります。連絡先を秘密にしたいユーザーがいるチーム向けにシステムをセットアップする場合に使用されます。",
+ "admin.privacy.showEmailDescription": "無効な場合、メンバーの電子メールアドレスをシステム管理者以外からは見えないようにします。",
"admin.privacy.showEmailTitle": "電子メールアドレスを表示する: ",
- "admin.privacy.showFullNameDescription": "無効な場合、チームオーナーやチーム管理者を含めて、他のユーザーのフルネームをユーザーインターフェイス上で参照できなくなります。フルネームが使用される場所にはユーザー名が表示されるようになります。",
+ "admin.privacy.showFullNameDescription": "無効な場合、メンバーの氏名をシステム管理者以外からは見えないようにします。氏名の代わりにはユーザー名が表示されます。",
"admin.privacy.showFullNameTitle": "フルネームを表示する: ",
"admin.purge.button": "全てのキャッシュを破棄します",
"admin.purge.loading": " 読み込み中…",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "コネクションが受け付けられてからリクエストボディが全て読み込まれるまでの上限となる時間",
"admin.service.securityDesc": "有効な場合、システム管理者は関係のあるセキュリティー修正が発生した場合、12時間以内に電子メールでお知らせを受信できます。電子メールが有効になっている必要があります。",
"admin.service.securityTitle": "セキュリティー通知を有効にする: ",
- "admin.service.segmentDescription": "システムの詳細な利用状況を追跡するオンラインサービスであるSegment.comを利用することができます。Segment.comに無料で利用登録し、キーを入手してください。",
- "admin.service.segmentExample": "例: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment書き込みキー:",
"admin.service.sessionCache": "セッションキャッシュの有効期間(分):",
"admin.service.sessionCacheDesc": "セッションをメモリーにキャッシュしておく期間(分)です。",
"admin.service.sessionDaysEx": "例: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "新しい誰でも参加できる公開チャンネルを作成します。 ",
"channel_modal.purpose": "目的",
"channel_modal.purposeEx": "例: \"バグや改善を取りまとめるチャンネル\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "全てのアクティビティーについて",
"channel_notifications.allUnread": "全ての未読のメッセージについて",
"channel_notifications.globalDefault": "システム全体のデフォルト({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "通知しない",
"channel_notifications.onlyMentions": "あなたについての投稿のみ",
"channel_notifications.override": "「デフォルト」以外を選択した場合、システム全体に関する通知の設定は上書きされます。デスクトップ通知は、Firefox、Safari、Chromeで利用可能です。",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "通知の設定。設定先:",
"channel_notifications.sendDesktop": "デスクトップ通知を送信する",
"channel_notifications.unreadInfo": "未読のメッセージがある場合、チャンネル名がサイドバーに太字で表示されます。「あなたについての投稿のみ」を選択することで、あなたについての投稿がある場合のみ太字で表示されます。",
@@ -1360,7 +1360,7 @@
"get_team_invite_link_modal.helpDisabled": "あなたのチームではユーザー作成は無効になっています。チーム管理者に詳細を問い合わせてください。",
"get_team_invite_link_modal.title": "チーム招待リンク",
"help.attaching.downloading": "#### ファイルのダウンロード\nサムネイルの隣にあるアイコンをクリックするか、ファイルのプレビューを開いて**ダウンロード**をクリックすることで添付ファイルをダウンロードできます。",
- "help.attaching.dragdrop": "#### ドラッグアンドドロップ\nあなたのコンピューターから右側部分、もしくは中央部分にファイルをドラッグすることで、選択したファイルをアップロードできます。ドラッグアンドドロップすることでファイルはメッセージ入力ボックスに添付され、追加でメッセージを入力することもでき、**ENTER**を押すと投稿されます。",
+ "help.attaching.dragdrop": "#### ドラッグアンドドロップ\nあなたのコンピューターから右側部分、もしくは中央部分にファイルをドラッグすることで、選択したファイル(複数可)をアップロードできます。ドラッグアンドドロップすることでファイルはメッセージ入力ボックスに添付され、追加でメッセージを入力することもでき、**ENTER**を押すと投稿されます。",
"help.attaching.icon": "#### 添付アイコン\nもう一つの方法として、メッセージ入力ボックスにある灰色のクリップのアイコンをクリックすることでファイルをアップロードできます。アイコンをクリックするとアップロードしたいファイルを選ぶためのシステムファイルビューワーが開き、**開く**をクリックすることでメッセージ入力ボックスにファイルをアップロードします。追加でメッセージを入力することもでき、**ENTER**を押すと投稿されます。",
"help.attaching.limitations": "## ファイルサイズ制限\nMattermostは投稿ごとに最大5つの添付ファイル、それぞれの最大ファイルサイズ50MBまでをサポートしています。",
"help.attaching.methods": "## 添付方法\nドラッグアンドドロップするかメッセージ入力ボックスの添付アイコンをクリックすることでファイルを添付できます。",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "スラッシュコマンドを編集する",
"update_command.question": "あなたの変更により既存のコマンドが動作しなくなる恐れがあります。本当に更新しますか?",
"update_command.update": "更新",
+ "update_incoming_webhook.update": "更新",
+ "update_outgoing_webhook.confirm": "外向きのウェブフックを編集する",
+ "update_outgoing_webhook.question": "あなたの変更により既存の外向きのウェブフックが動作しなくなる恐れがあります。本当に更新しますか?",
+ "update_outgoing_webhook.update": "更新",
"upload_overlay.info": "ファイルをアップロードするためにドラッグアンドドロップします。",
"user.settings.advance.embed_preview": "メッセージ内の最初のWebのリンクについて、可能ならばそのメッセージの下にWebサイトの内容のプレビューを表示します",
"user.settings.advance.embed_toggle": "全ての埋め込まれたプレビューの表示非表示を切り替える",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "電子メール通知",
"user.settings.notifications.header": "通知",
"user.settings.notifications.info": "デスクトップ通知はEdge、Firefox、Safari、Chrome、Mattermostデスクトップアプリで利用できます。",
+ "user.settings.notifications.mentionsInfo": "あなたのユーザー名(\"@{username}\")または以下で選択したオプション含むメッセージを誰かが送った場合、通知されます。",
"user.settings.notifications.never": "通知しない",
"user.settings.notifications.noWords": "設定された単語はありません",
"user.settings.notifications.off": "オフ",
diff --git a/webapp/i18n/ko.json b/webapp/i18n/ko.json
index c6fed27e4..b4d25b9f9 100644
--- a/webapp/i18n/ko.json
+++ b/webapp/i18n/ko.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Team and System Admins",
"admin.general.policy.permissionsAll": "모든 팀 회원",
"admin.general.policy.permissionsAllChannel": "All channel members",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Team and System Admins",
"admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message",
"admin.general.policy.permissionsDeletePostSystemAdmin": "시스템 관리자",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Character types required in a valid password.",
"admin.password.symbol": "At least one symbol (예시 \"~!@#$%^&*()\")",
"admin.password.uppercase": "At least one uppercase letter",
- "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.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "이메일 표시: ",
- "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.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "본명 표시: ",
"admin.purge.button": "Purge All Caches",
"admin.purge.loading": " 로딩 중...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.",
"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": "보안 경고: ",
- "admin.service.segmentDescription": "Segment.com is an online service that can be optionally used to track detailed system statistics. You can obtain a key by signing-up for a free account at Segment.com.",
- "admin.service.segmentExample": "예시 \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment Write Key:",
"admin.service.sessionCache": "세션 캐시 (분):",
"admin.service.sessionCacheDesc": "The number of minutes to cache a session in memory.",
"admin.service.sessionDaysEx": "예시 \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "누구나 참여할 수 있는 새 공개 채널을 만듭니다. ",
"channel_modal.purpose": "설명",
"channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "모든 활동",
"channel_notifications.allUnread": "모든 읽지않은 메시지",
"channel_notifications.globalDefault": "전역 기본 설정 ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "알림 사용 안함",
"channel_notifications.onlyMentions": "멘션만",
"channel_notifications.override": "\"전역 기본 설정\" 외 다른 옵션을 선택하면 전역으로 설정한 알림 설정이 무시됩니다. 데스크탑 알림은 Firefox, Safari, Chrome에서 사용 가능합니다.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "채널 알림 설정: ",
"channel_notifications.sendDesktop": "데스크탑 알림 받기",
"channel_notifications.unreadInfo": "읽지 않은 채널은 사이드바에서 굵은 글씨로 표시됩니다. \"멘션만\"을 선택하면 내가 멘션된 채널만 굵게 표시됩니다.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "슬래시 명령어 추가",
"update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?",
"update_command.update": "Update",
+ "update_incoming_webhook.update": "Update",
+ "update_outgoing_webhook.confirm": "Outgoing Webhook 추가하기",
+ "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?",
+ "update_outgoing_webhook.update": "Update",
"upload_overlay.info": "이 곳에 파일을 끌어 업로드하세요.",
"user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available",
"user.settings.advance.embed_toggle": "미리보기 토글 버튼 보여주기",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "이메일 알림",
"user.settings.notifications.header": "알림",
"user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "사용 안함",
"user.settings.notifications.noWords": "설정한 단어가 없습니다",
"user.settings.notifications.off": "사용 안함",
diff --git a/webapp/i18n/nl.json b/webapp/i18n/nl.json
index 6fec37537..8fa05595b 100644
--- a/webapp/i18n/nl.json
+++ b/webapp/i18n/nl.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Team en Systeem Admins",
"admin.general.policy.permissionsAll": "Alle teamleden",
"admin.general.policy.permissionsAllChannel": "All channel members",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Team en Systeem Admins",
"admin.general.policy.permissionsDeletePostAll": "Message authors can delete their own messages, and Administrators can delete any message",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Systeem beheerders",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Karakter types voor een geldig wachtwoord.",
"admin.password.symbol": "Ten minstens een van de volgende symbolen: \"~!@#$%^&*()\"",
"admin.password.uppercase": "Minimaal 1 hoofdletter",
- "admin.privacy.showEmailDescription": "Wanneer uitgeschakeld, worden de e-mail adressen van de gebruikers verborgen voor andere gebruikers in de gebruikers interface, met inbegrip van team eigenaren en het team van beheerders. Dit wordt gebruikt wanneer het systeem is ingesteld voor het beheer van teams waar sommige gebruikers ervoor kiezen om hun contact informatie privé te houden.",
+ "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "Toon e-mail adres: ",
- "admin.privacy.showFullNameDescription": "Wanneer uitgeschakeld, wordt de volledige naam van de gebruikers verborgen voor andere gebruikers, met inbegrip van team eigenaren en het team van beheerders. De gebruikersnaam wordt weergegeven in plaats van de volledige naam.",
+ "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "Toon de volledige naam: ",
"admin.purge.button": "Purge All Caches",
"admin.purge.loading": "Laden...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Maximum time allowed from when the connection is accepted to when the request body is fully read.",
"admin.service.securityDesc": "Wanneer ingeschakeld, worden systeembeheerders per e-mail verwittigd wanneer er een relevante security fix alert is aangekondigd in de laatste 12 uur. Vereist dat e-mail is ingeschakeld.",
"admin.service.securityTitle": "Schakel beveiligings alarmen in: ",
- "admin.service.segmentDescription": "Segment.com is een optionele online service voor systeem diagnostiek. Een key is verkrijgbaar door middel van een gratis registratie bij Segment.com",
- "admin.service.segmentExample": "Bijv.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment Schrijf Sleutel:",
"admin.service.sessionCache": "Sessie cache in minuten:",
"admin.service.sessionCacheDesc": "Het aantal minuten dat een sessie in het geheugen wordt gecached.",
"admin.service.sessionDaysEx": "Bijv.: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Maak een publiek kanaal waar iedereen lid van kan worden. ",
"channel_modal.purpose": "Doel",
"channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "Voor alle activiteiten",
"channel_notifications.allUnread": "Voor alle ongelezen berichten",
"channel_notifications.globalDefault": "Globale standaard ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Nooit",
"channel_notifications.onlyMentions": "Enkel voor vermeldingen",
"channel_notifications.override": "Het selecteren van een andere optie dan \"Standaard\" heeft voorrang op de globale instellingen voor meldingen. Desktop meldingen zijn beschikbaar op Firefox, Safari en Chrome.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Meldings-voorkeuren voor ",
"channel_notifications.sendDesktop": "Stuur desktop meldingen",
"channel_notifications.unreadInfo": "De kanaal-naam is vet in de navigatiekolom wanneer er ongelezen berichten zijn. Wanneer \"Enkel bij vermeldingen\" is geselecteerd, zal het kanaal enkel vet zijn wanneer uw naam vermeld is.",
@@ -1433,7 +1433,7 @@
"help.mentioning.channel": "#### @Channel\nYou can mention an entire channel by typing `@channel`. All members of the channel will receive a mention notification that behaves the same way as if the members had been mentioned personally.",
"help.mentioning.channelExample": "@channel great work on interviews this week. I think we found some excellent potential candidates!",
"help.mentioning.mentions": "## @Vermeldingen\nGebruik @vermeldingen om de aandacht van specifieke team leden te krijgen. ",
- "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the RHS to jump the center pane to the channel and location of the message with the mention.",
+ "help.mentioning.recent": "## Recent Mentions\nClick `@` next to the search box to query for your most recent @mentions and words that trigger mentions. Click **Jump** next to a search result in the right-hand sidebar to jump the center pane to the channel and location of the message with the mention.",
"help.mentioning.title": "# Teamleden Vermelden\n _____",
"help.mentioning.triggers": "## Words That Trigger Mentions\nIn addition to being notified by @username and @channel, you can customize words that trigger mention notifications in **Account Settings** > **Notifications** > **Words that trigger mentions**. By default, you will receive mention notifications on your first name, and you can add more words by typing them into the input box separated by commas. This is useful if you want to be notified of all posts on certain topics, for example, “interviewing” or “marketing”.",
"help.mentioning.username": "#### @Username\nYou can mention a teammate by using the `@` symbol plus their username to send them a mention notification.\n\nType `@` to bring up a list of team members who can be mentioned. To filter the list, type the first few letters of any username, first name, last name, or nickname. The **Up** and **Down** arrow keys can then be used to scroll through entries in the list, and pressing **ENTER** will select which user to mention. Once selected, the username will automatically replace the full name or nickname.\nThe following example sends a special mention notification to **alice** that alerts her of the channel and message where she has been mentioned. If **alice** is away from Mattermost and has [email notifications](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications) turned on, then she will receive an email alert of her mention along with the message text.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Slash opdracht toevoegen",
"update_command.question": "Your changes may break the existing slash command. Are you sure you would like to update it?",
"update_command.update": "Update",
+ "update_incoming_webhook.update": "Update",
+ "update_outgoing_webhook.confirm": "Uitgaande webhook toevoegen",
+ "update_outgoing_webhook.question": "Your changes may break the existing outgoing webhook. Are you sure you would like to update it?",
+ "update_outgoing_webhook.update": "Update",
"upload_overlay.info": "Sleep hier een bestand om te uploaden.",
"user.settings.advance.embed_preview": "For the first web link in a message, display a preview of website content below the message, if available",
"user.settings.advance.embed_toggle": "Toon schakel optie voor alle ingesloten voorbeelden",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "E-mail meldingen",
"user.settings.notifications.header": "Meldingen",
"user.settings.notifications.info": "Desktop notifications are available on Edge, Firefox, Safari, Chrome and Mattermost Desktop Apps.",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "Nooit",
"user.settings.notifications.noWords": "Geen woorden geconfigureerd",
"user.settings.notifications.off": "Uit",
diff --git a/webapp/i18n/pt-BR.json b/webapp/i18n/pt-BR.json
index 0d767fadc..15df6b5b8 100644
--- a/webapp/i18n/pt-BR.json
+++ b/webapp/i18n/pt-BR.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Administradores de Time e Sistema",
"admin.general.policy.permissionsAll": "Todos os membros da equipe",
"admin.general.policy.permissionsAllChannel": "Todos os membros do canal",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Administradores de Equipe e Sistema",
"admin.general.policy.permissionsDeletePostAll": "Autor da mensagem pode deletar sua própria mensagem, e Administradores podem deletar qualquer mensagem",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Administrador de Sistema",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Tipos de caracteres necessários em uma senha válida.",
"admin.password.symbol": "Pelo menos um símbolo (ex. \"~!@#$%^&*()\")",
"admin.password.uppercase": "Pelo menos uma letra maiuscula",
- "admin.privacy.showEmailDescription": "Quando falso, esconde endereço de e-mail dos outros usuários na interface do usuário, incluindo donos da equipe e Administradores de Equipe. Usado quando o sistema está configurado para gerenciar equipes onde alguns usuários optam por manter suas informações de contato privado.",
+ "admin.privacy.showEmailDescription": "Quando falso, o endereço de email dos membros será ocultado para todos exceto para os Administradores do Sistema.",
"admin.privacy.showEmailTitle": "Mostrar Endereços de Email: ",
- "admin.privacy.showFullNameDescription": "Quando falso, oculta o nome completo dos usuários dos outros usuários, incluindo donos de equipe e Administradores de Equipe. Nome de usuário é mostrado no lugar do nome completo.",
+ "admin.privacy.showFullNameDescription": "Quando falso, o nome completo dos membros será ocultado para todos exceto para os Administradores do Sistema. O nome de usuário será exibido em vez de o nome completo.",
"admin.privacy.showFullNameTitle": "Mostrar Nome Completo: ",
"admin.purge.button": "Limpar todo o Cache",
"admin.purge.loading": " Carregando...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Tempo máximo permitido desde quando a conexão é aceita até quando o corpo da solicitação é totalmente lido.",
"admin.service.securityDesc": "Quando verdadeiro, os Administradores de Sistema são notificados por e-mail se uma relevante correção de segurança foi anunciado nos últimos 12 horas. Requer o e-mail para ser ativado.",
"admin.service.securityTitle": "Ativar Alertas de Segurança: ",
- "admin.service.segmentDescription": "Segment.com é um serviço online que pode opcionalmente ser usado para rastrear detalhes das estatísticas do sistema. Você pode obter uma chave criando uma conta gratuita em Segment.com.",
- "admin.service.segmentExample": "Ex.: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment Write Key:",
"admin.service.sessionCache": "Cache da Sessão (minutos):",
"admin.service.sessionCacheDesc": "O número de minutos para o cache de uma sessão na memória.",
"admin.service.sessionDaysEx": "Ex.: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Criar um novo canal público para qualquer um participar. ",
"channel_modal.purpose": "Propósito",
"channel_modal.purposeEx": "Ex.: \"Um canal para arquivar bugs e melhorias\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "Para todas as atividades",
"channel_notifications.allUnread": "Para todas as mensagens não lidas",
"channel_notifications.globalDefault": "Global padrão ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Nunca",
"channel_notifications.onlyMentions": "Somente para menções",
"channel_notifications.override": "Selecionar uma opção diferente do \"Padrão\" vai substituir as configurações de notificação global. Notificações na área de trabalho estão disponíveis no Firefox, Safari e Chrome.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Preferências de Notificação para ",
"channel_notifications.sendDesktop": "Enviar notificações de desktop",
"channel_notifications.unreadInfo": "O nome do canal fica em negrito na barra lateral quando houver mensagens não lidas. Selecionando \"Apenas menções\" o canal vai ficar em negrito apenas quando você for mencionado.",
@@ -1360,7 +1360,7 @@
"get_team_invite_link_modal.helpDisabled": "Criação de usuários está desabilitada para sua equipe. Por favor peça ao administrador de equipe por detalhes.",
"get_team_invite_link_modal.title": "Link para Convite de Equipe",
"help.attaching.downloading": "#### Download Arquivos\nFazer download de um arquivo anexado clicando no ícone de download ao lado da miniatura de arquivos ou abrindo o visualizador de arquivos e clicando em **Download**.",
- "help.attaching.dragdrop": "#### Arrastar e Soltar\nEnvie um arquivo ou uma seleção de arquivos arrastando-os do seu computador para barra lateral direita ou painel central. Arrastando e soltando anexos para a caixa de entrada de mensagem, então você pode, opcionalmente, digitar uma mensagem e pressionar **ENTER** para postar.",
+ "help.attaching.dragdrop": "#### Arrastar e Soltar\nEnvie um arquivo ou uma seleção de arquivos arrastando-os do seu computador para barra lateral direita ou painel central. Arrastando e soltando os arquivos serão anexados a caixa de entrada de mensagem, então você pode, se desejar, digitar uma mensagem e pressionar **ENTER** para postar.",
"help.attaching.icon": "#### Ícone de Anexo\nComo alternativa, fazer upload de arquivos clicando no ícone de clipe cinza dentro da caixa de entrada de mensagem. Isso abre o seu visualizador de arquivos do sistema, onde você pode navegar até os arquivos desejados e clique em **Abrir** para enviar os arquivos para a caixa de entrada de mensagens. Opcionalmente, digite uma mensagem e em seguida, pressione **ENTER** para postar.",
"help.attaching.limitations": "## Limitação Tamanho de Arquivo\nMattermost suporta um máximo de cinco arquivos anexados por postagem, cada um com tamanho máximo de 50Mb.",
"help.attaching.methods": "## Métodos de Anexar\nAnexe um arquivo arrastando e soltando ou clicando no ícone de anexar na caixa de entrada de mensagem.",
@@ -1433,7 +1433,7 @@
"help.mentioning.channel": "#### @Canal\nVocê pode mencionar um canal todo digitando `@channel`. Todos os membros do canal irão receber uma menção de notificação da mesma forma que se os membros tivessem sido mencionados pessoalmente.",
"help.mentioning.channelExample": "@channel grande trabalho nas entrevistas está semana. Eu acho que nós encontramos alguns excelentes potenciais candidatos!",
"help.mentioning.mentions": "## @Menções\nUse @menção para chamar atenção de um membro específico da equipe.",
- "help.mentioning.recent": "## Menções Recentes\nClique `@` ao lado da caixa de pesquisa para consultar suas @menções recentes e palavras que disparam menções. Clique **Pular** ao lado do resultado da busca na barra lateral direita para pular ao painel central do canal no local da mensagem com a menção.",
+ "help.mentioning.recent": "## Menções Recentes\nClique `@` ao lado da caixa de pesquisa para consultar suas @menções recentes e palavras que disparam menções. Clique **Pular** ao lado do resultado da busca na barra lateral direita para ir ao painel central do canal no local da mensagem com a menção.",
"help.mentioning.title": "# Mencionando Colegas de Equipe\n_____",
"help.mentioning.triggers": "## Palavras Que Disparam Menções\nAlém de ter sido notificada por @usuário e @channel, você pode personalizar as palavras que desencadeiam notificações de menção em **Configurações de Conta** > **Notificações** > **Palavras que desencadeiam menções**. Por padrão você receberá notificações de menção em seu nome, e você pode adicionar mais palavras, escrevendo-as na caixa de entrada separados por vírgulas. Isso é útil se você quiser ser notificado de todas as mensagens sobre determinados temas, por exemplo, \"entrevista\" ou \"marketing\".",
"help.mentioning.username": "#### @Usuário\nVocê pode mencionar um colega de equipe usando o símbolo `@` mais seu nome de usuário para enviar uma notificação menção.\n\nDigite `@` para abrir uma lista de membros da equipe que podem ser mencionados. Para filtrar a lista, digite as primeiras letras de qualquer nome de usuário, nome, sobrenome ou apelido. As teclas de seta **Cima** e **Baixo** podem então ser usada para percorrer as entradas na lista, e pressione **ENTER** para selecionar qual o usuário a mencionar. Uma vez selecionado, o nome de usuário irá substituir automaticamente o nome completo ou apelido.\nO exemplo a seguir envia uma notificação menção especial a **alice** que a alerta do canal e mensagem onde ela foi mencionada. Se **alice** está ausente do Mattermost e tem ativo [notificações de e-mail](http://docs.mattermost.com/help/getting-started/configuring-notifications.html#email-notifications), então ela vai receber um alerta de e-mail de sua menção juntamente com o texto da mensagem.",
@@ -1736,7 +1736,7 @@
"rename_channel.required": "Este campo é obrigatório",
"rename_channel.save": "Salvar",
"rename_channel.title": "Renomear Canal",
- "rename_channel.url": "URL:",
+ "rename_channel.url": "URL",
"rhs_comment.comment": "Comentário",
"rhs_comment.del": "Deletar",
"rhs_comment.edit": "Editar",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Editar Comando Slash",
"update_command.question": "Suas alterações podem fazer parar de funcionar o comando slash existente. Tem a certeza de que pretende atualizá-lo?",
"update_command.update": "Atualizar",
+ "update_incoming_webhook.update": "Atualizar",
+ "update_outgoing_webhook.confirm": "Adicionar Webhooks Saída",
+ "update_outgoing_webhook.question": "Suas alterações podem fazer parar de funcionar o comando slash existente. Tem a certeza de que pretende atualizá-lo?",
+ "update_outgoing_webhook.update": "Atualizar",
"upload_overlay.info": "Soltar um arquivo para enviá-lo.",
"user.settings.advance.embed_preview": "Para o primeiro link da web em uma mensagem, exiba uma visualização do conteúdo do site abaixo da mensagem, se disponível",
"user.settings.advance.embed_toggle": "Exibir mostrar/esconder para todas as pre-visualizações",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "Notificações por email",
"user.settings.notifications.header": "Notificações",
"user.settings.notifications.info": "Notificações no desktop estão disponíveis no Edge, Firefox, Safari, Chrome e Mattermost Desktop Apps.",
+ "user.settings.notifications.mentionsInfo": "As Menções são ativadas quando alguém envia uma mensagem que inclui seu usuário (\"@{username}\") ou qualquer uma das opções selecionadas acima.",
"user.settings.notifications.never": "Nunca",
"user.settings.notifications.noWords": "Nenhuma palavra configurada",
"user.settings.notifications.off": "Desligado",
diff --git a/webapp/i18n/ru.json b/webapp/i18n/ru.json
index 13ca881c5..e826b5183 100644
--- a/webapp/i18n/ru.json
+++ b/webapp/i18n/ru.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "Группа и Администраторы системы",
"admin.general.policy.permissionsAll": "Все участники команды",
"admin.general.policy.permissionsAllChannel": "Все участники канала",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "Администраторы команд и администраторы системы",
"admin.general.policy.permissionsDeletePostAll": "Авторы сообщений могут удалять свои сообщения и администраторы могут удалять любые сообщения",
"admin.general.policy.permissionsDeletePostSystemAdmin": "Администраторы системы",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "Виды символов требуемых для пароля.",
"admin.password.symbol": "Хотя бы один символ (\"~!@#$%^&*()\")",
"admin.password.uppercase": "Хотя бы одна заглавная буква",
- "admin.privacy.showEmailDescription": "Когда отключено, то адрес электронной почты пользователей будет скрыт от других пользователей, в том числе членов команды и администраторов команды. Используется, когда система настроена для управления командами, где некоторые пользователи предпочитают держать свою контактную информацию в секрете.",
+ "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "Показать Email: ",
- "admin.privacy.showFullNameDescription": "Когда отключено, то полное имя пользователей будет скрыто от других пользователей, в том числе членов команды и администраторов команды. Логин пользователя показывается вместо полного имени.",
+ "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "Показать полное имя: ",
"admin.purge.button": "Очистить все кэши",
"admin.purge.loading": " Загрузка…",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "Максимально допустимое время от момента установки соединения до полного чтения тела запроса.",
"admin.service.securityDesc": "Если включено, администратор системы получит уведомление о выходе новых обновлений безопасности анонсированных за 12 часов. Потребует включение email.",
"admin.service.securityTitle": "Включить оповещения безопасности: ",
- "admin.service.segmentDescription": "Segment.com — онлайн-сервис, который может использоваться опционально для ведения подробной статистики системы. Вы можете получить ключ, зарегистрировав бесплатную учетную запись на Segment.com.",
- "admin.service.segmentExample": "Например: \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment Write Key:",
"admin.service.sessionCache": "Кэш сессиий (в минутах):",
"admin.service.sessionCacheDesc": "Продолжительность кеширования сессии в памяти (в минутах).",
"admin.service.sessionDaysEx": "Например: \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "Создать новый публичный канал. ",
"channel_modal.purpose": "Назначение",
"channel_modal.purposeEx": "E.g.: \"A channel to file bugs and improvements\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "При любой активности",
"channel_notifications.allUnread": "При любых непрочитанных сообщениях",
"channel_notifications.globalDefault": "По умолчанию глобально ({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "Никогда",
"channel_notifications.onlyMentions": "Только при упоминаниях",
"channel_notifications.override": "При выборе настройки, отличной от \"По умолчанию\" перезапишутся общие настройки уведомлений. Уведомления на рабочий стол доступны в Firefox, Safari, и Chrome.",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "Настройки уведомлений для ",
"channel_notifications.sendDesktop": "Отправлять уведомления на рабочий стол",
"channel_notifications.unreadInfo": "Название канала в боковом меню выделяется жирным, когда есть непрочитанные сообщения. Если выбрано \"Только при упоминаниях\" название канала будет выделяться только если Вас упомянут.",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "Редактировать команду",
"update_command.question": "Ваши изменения могут повредить существующую слэш-команду. Вы уверены, что хотите продолжить?",
"update_command.update": "Обновить",
+ "update_incoming_webhook.update": "Обновить",
+ "update_outgoing_webhook.confirm": "Добавить исходящий Webhook",
+ "update_outgoing_webhook.question": "Ваши изменения могут повредить существующую слэш-команду. Вы уверены, что хотите продолжить?",
+ "update_outgoing_webhook.update": "Обновить",
"upload_overlay.info": "Бросьте сюда файл, чтобы загрузить его.",
"user.settings.advance.embed_preview": "Для первой веб-ссылки в сообщении показывать предпросмотр содержимого веб-сайта ниже сообщения, если это возможно",
"user.settings.advance.embed_toggle": "Показывать переключатель для всех встроенных превью",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "Email уведомления",
"user.settings.notifications.header": "Уведомления",
"user.settings.notifications.info": "Уведомления на рабочем столе доступны для приложений Edge, Firefox, Safari, Chrome и Mattermost Desktop.",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "Никогда",
"user.settings.notifications.noWords": "No words configured",
"user.settings.notifications.off": "Выкл",
diff --git a/webapp/i18n/zh_CN.json b/webapp/i18n/zh_CN.json
index 5d623c233..5ed2a539c 100644
--- a/webapp/i18n/zh_CN.json
+++ b/webapp/i18n/zh_CN.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "团队和系统管理员",
"admin.general.policy.permissionsAll": "所有团队成员",
"admin.general.policy.permissionsAllChannel": "所有频道成员",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "团队和系统管理员",
"admin.general.policy.permissionsDeletePostAll": "消息作者可以删除他们自己的消息,同时管理员可以删除任何消息",
"admin.general.policy.permissionsDeletePostSystemAdmin": "系统管理员",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "有效的密码所需的字符类型。",
"admin.password.symbol": "至少有一个符号 (例如:\"~!@#$%^&*()\")",
"admin.password.uppercase": "至少有一个大写字母",
- "admin.privacy.showEmailDescription": "当设置为否时,在其他用户的用户界面隐藏自己的电子邮件地址,包括团队拥有者和团队管理员。用于当团队里一些用户选择保持他们的私人联系信息。",
+ "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "显示电子邮箱地址:",
- "admin.privacy.showFullNameDescription": "当设置为否时,用户看不到他人的全名,包括团队拥有者和团队管理员。全名显示的地方将被用户名替代。",
+ "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "显示全名:",
"admin.purge.button": "清除所有缓存",
"admin.purge.loading": " 加载中...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "从连接接收到请求本体完全读取的时间限制。",
"admin.service.securityDesc": "当设置为是时,如果在过去12小时内有发布安全修正将会发送通知给系统管理员。需要启用电子邮件。",
"admin.service.securityTitle": "启用安全警报:",
- "admin.service.segmentDescription": "Segment.com是个可选详细跟踪系统统计的在线服务。您可以在Segment.com注册个免费帐号获取钥匙。",
- "admin.service.segmentExample": "例如 \"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment 写入钥匙:",
"admin.service.sessionCache": "会话缓存(分钟):",
"admin.service.sessionCacheDesc": "会话在内存缓存的分钟数。",
"admin.service.sessionDaysEx": "例如 \"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "创建一个任何人都能加入的新公共频道。",
"channel_modal.purpose": "用途",
"channel_modal.purposeEx": "例如:\"用于提交问题和建议的频道\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "所有操作",
"channel_notifications.allUnread": "所有未读消息",
"channel_notifications.globalDefault": "默认全局({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "从不",
"channel_notifications.onlyMentions": "仅对提及",
"channel_notifications.override": "选择一个“默认”以外的选项将会重写全局通知设置。桌面通知在Firefox、Safari和Chrome中有效。",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "通知偏好 ",
"channel_notifications.sendDesktop": "发送桌面通知",
"channel_notifications.unreadInfo": "有未读消息时,侧边栏的频道名称粗体显示。只有当您被提及时选择“仅对提及”会加粗频道名称。",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "编辑斜杠命令",
"update_command.question": "您的修改可能破坏现有的斜杠命令。您确定要更新吗?",
"update_command.update": "更新",
+ "update_incoming_webhook.update": "更新",
+ "update_outgoing_webhook.confirm": "添加对外Webhooks",
+ "update_outgoing_webhook.question": "您的修改可能破坏现有的斜杠命令。您确定要更新吗?",
+ "update_outgoing_webhook.update": "更新",
"upload_overlay.info": "拖动文件上传。",
"user.settings.advance.embed_preview": "如果邮件中的第一个网络链接可用,在邮件下方会显示网站内容的预览",
"user.settings.advance.embed_toggle": "显示切换所有嵌入预览",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "邮件通知",
"user.settings.notifications.header": "通知",
"user.settings.notifications.info": "桌面通知可在 IE11、Edge、Safari、Chrome 以及 Mattermost 桌面应用使用。",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "从不",
"user.settings.notifications.noWords": "敏感词没有配置",
"user.settings.notifications.off": "关闭",
diff --git a/webapp/i18n/zh_TW.json b/webapp/i18n/zh_TW.json
index 9a0adfe85..a575596d0 100644
--- a/webapp/i18n/zh_TW.json
+++ b/webapp/i18n/zh_TW.json
@@ -318,6 +318,7 @@
"admin.general.policy.permissionsAdmin": "團隊跟系統管理員",
"admin.general.policy.permissionsAll": "團隊全員",
"admin.general.policy.permissionsAllChannel": "所有頻道成員",
+ "admin.general.policy.permissionsChannelAdmin": "Channel, Team and System Admins",
"admin.general.policy.permissionsDeletePostAdmin": "團隊跟系統管理員",
"admin.general.policy.permissionsDeletePostAll": "訊息作者可以刪除自己的訊息,管理者可以刪除任意訊息",
"admin.general.policy.permissionsDeletePostSystemAdmin": "系統管理員",
@@ -565,9 +566,9 @@
"admin.password.requirementsDescription": "有效密碼所應有的字元類型。",
"admin.password.symbol": "至少一個符號(\"~!@#$%^&*()\")",
"admin.password.uppercase": "至少一個大寫英文字母",
- "admin.privacy.showEmailDescription": "若停用,使用者介面將隱藏使用者的電子郵件地址,即使是團隊擁有者與團隊管理員也看不到。用在團隊成員聯絡方式需要保密的系統上。",
+ "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "顯示電子郵件地址:",
- "admin.privacy.showFullNameDescription": "若停用,將隱藏使用者的全名,包括團隊擁有者與管理員。顯示全名的地方改為顯示使用者名稱。",
+ "admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "顯示全名:",
"admin.purge.button": "清除所有快取",
"admin.purge.loading": " 載入中...",
@@ -717,9 +718,6 @@
"admin.service.readTimeoutDescription": "從連線被接受後到請求主體被完整的讀取之間最多所能使用的時間。",
"admin.service.securityDesc": "啟用時,如果過去12小時內有發布相關的安全性修正,將會寄發通知信給系統管理者。需要啟用電子郵件功能。",
"admin.service.securityTitle": "啟用安全性示警: ",
- "admin.service.segmentDescription": "Segment.com 是個可以用來追蹤詳細系統使用狀況的線上服務。您可以在 Segment.com 註冊一個免費帳號以獲取金鑰。",
- "admin.service.segmentExample": "例:\"g3fgGOXJAQ43QV7rAh6iwQCkV4cA1Gs\"",
- "admin.service.segmentTitle": "Segment 寫入金鑰:",
"admin.service.sessionCache": "工作階段快取有效時間(分):",
"admin.service.sessionCacheDesc": "要將工作階段快取在記憶體中多久(分鐘)。",
"admin.service.sessionDaysEx": "如:\"30\"",
@@ -1134,6 +1132,7 @@
"channel_modal.publicChannel2": "建立一個人人可加入的頻道。 ",
"channel_modal.purpose": "用途",
"channel_modal.purposeEx": "如:\"用於歸檔錯誤跟改善的頻道\"",
+ "channel_notification.push": "Send mobile push notifications",
"channel_notifications.allActivity": "所有的活動所有的活動",
"channel_notifications.allUnread": "全部的未讀訊息",
"channel_notifications.globalDefault": "系統預設({notifyLevel})",
@@ -1141,6 +1140,7 @@
"channel_notifications.never": "永不",
"channel_notifications.onlyMentions": "僅限於提及您的",
"channel_notifications.override": "選擇\"預設\"以外會覆蓋系統的通知設定。Firefox、Safari 跟 Chrome可以使用桌面通知。",
+ "channel_notifications.overridePush": "Selecting an option other than \"Global default\" will override the global notification settings for mobile push notifications in account settings. Push notifications must be enabled by the System Admin.",
"channel_notifications.preferences": "通知喜好設定",
"channel_notifications.sendDesktop": "發送桌面通知",
"channel_notifications.unreadInfo": "當有未讀訊息時,側邊欄的頻道名字會用粗體表示。選擇\"僅限於提及您的\"將只有您被提及的頻道會用粗體。",
@@ -1939,6 +1939,10 @@
"update_command.confirm": "編輯斜線命令",
"update_command.question": "變更可能會導致現有的斜線命令無法使用。您確定要更新嘛?",
"update_command.update": "更新",
+ "update_incoming_webhook.update": "更新",
+ "update_outgoing_webhook.confirm": "增加傳出的 Webhook",
+ "update_outgoing_webhook.question": "變更可能會導致現有的斜線命令無法使用。您確定要更新嘛?",
+ "update_outgoing_webhook.update": "更新",
"upload_overlay.info": "將檔案拖曳到這裡上傳。",
"user.settings.advance.embed_preview": "訊息中第一個網站連結,嘗試顯示網站內容預覽於訊息下方",
"user.settings.advance.embed_toggle": "內嵌預覽顯示開關",
@@ -2128,6 +2132,7 @@
"user.settings.notifications.emailNotifications": "電子郵件通知",
"user.settings.notifications.header": "通知",
"user.settings.notifications.info": "桌面通知支援 Edge、Firefox、Safari、Chrome 跟 Mattermost 桌面應用程式。",
+ "user.settings.notifications.mentionsInfo": "Mentions trigger when someone sends a message that includes your username (\"@{username}\") or any of the options selected above.",
"user.settings.notifications.never": "永不",
"user.settings.notifications.noWords": "沒有設定單字",
"user.settings.notifications.off": "關閉",