summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/de.json81
-rw-r--r--i18n/en.json134
-rw-r--r--i18n/es.json79
-rw-r--r--i18n/fr.json79
-rw-r--r--i18n/it.json85
-rw-r--r--i18n/ja.json79
-rw-r--r--i18n/ko.json79
-rw-r--r--i18n/nl.json79
-rw-r--r--i18n/pl.json79
-rw-r--r--i18n/pt-BR.json79
-rw-r--r--i18n/ru.json81
-rw-r--r--i18n/tr.json79
-rw-r--r--i18n/zh-CN.json79
-rw-r--r--i18n/zh-TW.json79
14 files changed, 1047 insertions, 124 deletions
diff --git a/i18n/de.json b/i18n/de.json
index c783faddc..c82458b52 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -700,6 +700,57 @@
"translation": "Es trat ein Fehler beim Erweitern der Vorschauen auf"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sendet eine Gruppennachricht an die spezifizierten Benutzer"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Es ist ein Fehler beim Benachrichtigen der Benutzer aufgetreten."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Es ist ein Fehler beim Erstellen der Gruppennachricht aufgetreten."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[Benutzername1],@[Benutzername2] 'Nachricht'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "Der Benutzer konnte nicht gefunden werden: {{.Users}}",
+ "other": "Die Benutzer konnten nicht gefunden werden: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Die Benutzer konnten nicht gefunden werden: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Es ist ein Fehler beim Auflisten der Benutzer aufgetreten."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Gruppennachrichten sind auf ein Maximum von {{.MinUsers}} Benutzern beschränkt."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Gruppennachrichten sind auf ein Minimum von {{.MinUsers}} Benutzern beschränkt."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Der Benutzer konnte nicht gefunden werden"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "nachricht"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Benachrichtigte Benutzer."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Die Mattermost-Hilfeseite öffnen"
},
@@ -2116,6 +2167,10 @@
"translation": "Die Anzahl von laufenden Go-Routinen ist oberhalb des Gesundheits-Schwellenwerts %v von %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v wurde von %v zum Kanal hinzugefügt"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter um Benutzer zu Team hinzuzufügen erforderlich."
},
@@ -2228,6 +2283,10 @@
"translation": "Die E-Mail-Adresse muss von einer bestimmten Domain stammen (z.B. @example.com). Bitte wenden Sie sich an Ihren Systemadministrator."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Versuche Team permanent zu löschen %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "Der Benutzer scheint nicht Teil dieses Teams zu sein."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v wurde aus dem Kanal entfernt."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team-Anmeldung mit einer E-Mail-Adresse ist deaktiviert."
},
@@ -2805,7 +2868,7 @@
},
{
"id": "api.user.update_active.no_deactivate_sso.app_error",
- "translation": "Sie können den Aktivitätsstatus des SSO-Kontos nicht ändern. Bitte ändern Sie diesen über denSSO-Server."
+ "translation": "Sie können den Aktivitätsstatus des SSO-Kontos nicht ändern. Bitte ändern Sie diesen über den SSO-Server."
},
{
"id": "api.user.update_active.permissions.app_error",
@@ -3524,12 +3587,20 @@
"translation": "Konnte aktive Plugins nicht ermitteln"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Konnte Manifest des extrahierten Plugins nicht abrufen"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Konnte Plugin nicht vom temporären Verzeichnis in das Zielverzeichnis bewegen"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Ungültiger Anzeigename"
+ "translation": "Ungültiger Typ"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Ungültiger Anzeigename"
+ "translation": "Ungültiger Typ"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Ungültiger Anzeigename"
+ "translation": "Ungültiger Typ"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/en.json b/i18n/en.json
index 15c265737..6ce9b19dc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -700,6 +700,57 @@
"translation": "An error occurred while expanding previews"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "An error occurred while messaging the users."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "An error occurred while creating the group message."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "We couldn't find the users: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "An error occurred while listing users."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "We couldn't find the user"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "message"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Messaged users."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Open the Mattermost help page"
},
@@ -820,57 +871,6 @@
"translation": "Messaged user."
},
{
- "id": "api.command_groupmsg.desc",
- "translation": "Sends a Group Message to the specified users"
- },
- {
- "id": "api.command_groupmsg.group_fail.app_error",
- "translation": "An error occurred while creating the group message."
- },
- {
- "id": "api.command_groupmsg.fail.app_error",
- "translation": "An error occurred while messaging the users."
- },
- {
- "id": "api.command_groupmsg.invalid_user.app_error",
- "translation": {
- "one": "We couldn't find the user: {{.Users}}",
- "other": "We couldn't find the users: {{.Users}}"
- }
- },
- {
- "id": "api.command_groupmsg.invalid_users.app_error",
- "translation": "We couldn't find the users: %s"
- },
- {
- "id": "api.command_groupmsg.min_users.app_error",
- "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
- },
- {
- "id": "api.command_groupmsg.max_users.app_error",
- "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
- },
- {
- "id": "api.command_groupmsg.hint",
- "translation": "@[username1],@[username2] 'message'"
- },
- {
- "id": "api.command_groupmsg.list.app_error",
- "translation": "An error occurred while listing users."
- },
- {
- "id": "api.command_groupmsg.missing.app_error",
- "translation": "We couldn't find the user"
- },
- {
- "id": "api.command_groupmsg.name",
- "translation": "message"
- },
- {
- "id": "api.command_groupmsg.success",
- "translation": "Messaged users."
- },
- {
"id": "api.command_offline.desc",
"translation": "Set your status offline"
},
@@ -2283,14 +2283,14 @@
"translation": "Team creation has been disabled. Please ask your systems administrator for details."
},
{
- "id": "api.team.leave.left",
- "translation": "%v left the team."
- },
- {
"id": "api.team.is_team_creation_allowed.domain.app_error",
"translation": "Email must be from a specific domain (e.g. @example.com). Please ask your systems administrator for details."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -2299,14 +2299,14 @@
"translation": "Permanently deleted team %v id=%v"
},
{
- "id": "api.team.remove_user_from_team.removed",
- "translation": "%v was removed from the team."
- },
- {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v was removed from the team."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team sign-up with email is disabled."
},
@@ -3571,14 +3571,6 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
- "id": "app.plugin.install.app_error",
- "translation": "Unable to install plugin."
- },
- {
- "id": "app.plugin.install_id.app_error",
- "translation": "Unable to install plugin. A plugin with the same ID is already installed."
- },
- {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -3607,6 +3599,14 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
diff --git a/i18n/es.json b/i18n/es.json
index dd31196b5..c4329c585 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -700,6 +700,57 @@
"translation": "Se ha producido un error durante la expansión de las previsualizaciones"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Envía un Mensaje de Grupo a los usuarios especificados"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Ha ocurrido un error mientras se enviaba el mensaje a los usuarios."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Ha ocurrido un error mientras se creaba el mensaje de grupo."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[nombre de usuario 1], @[nombre de usuario 2] 'mensaje'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "No pudimos encontrar al usuario: {{.Users}}",
+ "other": "No pudimos encontrar a los usuarios: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "No pudimos encontrar los usuarios. %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Ha ocurrido un error mientras se listaban los usuarios."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Los mensajes de Grupo están limitados a un máximo de {{.MaxUsers}} usuarios."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Los mensajes de Grupo están limitados a un mínimo de {{.MinUsers}} usuarios."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "No pudimos encontrar el usuario"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "mensaje"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Mensaje enviado a los usuarios."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Abrir la página de ayuda de Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "El número de goroutines supera umbral recomendado %v %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v agregado al equipo por %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parámetro requerido para agregar un usuario al equipo."
},
@@ -2228,6 +2283,10 @@
"translation": "El correo electrónico debe ser de un dominio específico (e.j. @ejemplo.com). Por favor pidele más detalles tu administrador de sistemas."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v abandonó el equipo."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Intentando eliminar permanentemente al equipo %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "El usuario no parece ser parte de este equipo."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v fue removido del equipo."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "El registro a equipos por correo electrónico está inhabilitado."
},
@@ -3524,12 +3587,20 @@
"translation": "No se puede obtener los complementos activos"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "No se puede instalar el plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "No se puede instalar el plugin. Un plugin con el mismo ID ya está instalado."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "No se puede encontrar el manifiesto del plugin extraído"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "No se puede mover el plugin desde el directorio temporal a destino final"
+ "translation": "No se puede mover el plugin desde el directorio temporal a su destino final. Puede que otro plugin este utilizando el mismo nombre de directorio."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Nombre para mostrar no válido"
+ "translation": "Título inválido"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Nombre para mostrar no válido"
+ "translation": "Título inválido"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Nombre para mostrar no válido"
+ "translation": "Título inválido"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/fr.json b/i18n/fr.json
index 0dadd2536..5f5bddd45 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -700,6 +700,57 @@
"translation": "Une erreur est survenue lors de l'expansion des aperçus"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Une erreur s'est produite lors de l'envoi du message à l'utilisateur."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Une erreur s'est produite à la création du message personnel."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Utilisateur introuvable"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Une erreur s'est produite lors de la récupération de la liste des utilisateurs."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Utilisateur introuvable"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "[message]"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Message envoyé."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Ouvre l'aide de Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "Le nombre de routines Go en fonctionnement est supérieur à la limite de %v / %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v a été ajouté au canal par %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Paramètre requis pour ajouter l'utilisateur à une équipe."
},
@@ -2228,6 +2283,10 @@
"translation": "L'adresse e-mail doit être liée à un domaine spécifique (ex. @exemple.com). Veuillez demander à votre administrateur système pour plus d'informations."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentative de suppression définitive de l'équipe %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "L'utilisateur n'appartient pas à cette équipe."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v a été retiré du canal."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "L'inscription avec une adresse e-mail est désactivée."
},
@@ -3524,12 +3587,20 @@
"translation": "Impossible de récupérer les plugins actifs"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Impossible de trouver le manifeste pour le plugin extrait"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Impossible de déplacer le plugin de son emplacement temporaire à sa destination finale"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Nom d'affichage invalide"
+ "translation": "Type invalide"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Nom d'affichage invalide"
+ "translation": "Type invalide"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Nom d'affichage invalide"
+ "translation": "Type invalide"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/it.json b/i18n/it.json
index e5377bf0a..54b964228 100644
--- a/i18n/it.json
+++ b/i18n/it.json
@@ -700,6 +700,57 @@
"translation": "Errore durante l'espansione delle anteprime"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Invia un Messaggio di Gruppo agli utenti specificati"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Si è verificato un errore durante lo scambio di messaggi con gli utenti."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Si è verificato un errore durante la creazione del messaggio di gruppo."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[nomeutente1],@[nomeutente2]'messaggio'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "Impossibile trovare l'utente: {{.Users}}Impossibile trovare gli utenti: {{.Users}}",
+ "other": ""
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Impossibile trovare gli utenti: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Si è verificato un errore durante la creazione della lista degli utenti."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "I messaggi di gruppo sono limitati ad un massimo di {{.MaxUsers}} utenti."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "I messaggi di gruppo sono limitati ad un minimo di {{.MinUsers}} utenti."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Non è stato possibile trovare l'utente"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "messaggio"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Messaggio consegnato agli utenti."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Vai alla pagina di aiuto di Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "Il numero di goroutines è oltre la soglia ottimale %v di %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v aggiunto al gruppo da parte di %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parametro necessario per aggiungere l'utente al gruppo."
},
@@ -2228,6 +2283,10 @@
"translation": "La email deve essere da uno specifico dominio (e.s. @example.com). Per favore chiedi al tuo amministratore di sistema maggiori informazioni."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v ha lasciato il gruppo."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentativo di eliminazione permanente del gruppo %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "L'utente non è membro di questo gruppo."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v è stato rimosso dal gruppo."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "L'iscrizione al gruppo con email è disabilitata."
},
@@ -3524,12 +3587,20 @@
"translation": "Impossibile trovare i plugin attivi"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Impossibile installare il plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Impossibile installare il plugin. Un plugin con lo stesso ID è già installato."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Impossibile trovare il manifest del plugin estratto"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Impossibile spostare il plugin dalla cartella temporanea alla destinazione definitiva"
+ "translation": "Impossibile spostare il plugin dalla cartella temporanea alla cartella definitiva. Può essere che un altro plugin stia utilizzando lo stesso nome cartella."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4261,7 +4332,7 @@
},
{
"id": "model.channel.is_valid.type.app_error",
- "translation": "Nome non valido"
+ "translation": "Tipo non valido"
},
{
"id": "model.channel.is_valid.update_at.app_error",
@@ -4285,7 +4356,7 @@
},
{
"id": "model.channel_member.is_valid.role.app_error",
- "translation": "Nome non valido"
+ "translation": "Ruolo non valido"
},
{
"id": "model.channel_member.is_valid.unread_level.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Nome visualizzato invalido"
+ "translation": "Titolo non valido"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Nome visualizzato non valido"
+ "translation": "Titolo non valido"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Nome visualizzato invalido"
+ "translation": "Titolo non valido"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
@@ -4953,7 +5024,7 @@
},
{
"id": "model.outgoing_hook.is_valid.user_id.app_error",
- "translation": "Nome non valido"
+ "translation": "Id utente non valido"
},
{
"id": "model.outgoing_hook.is_valid.words.app_error",
diff --git a/i18n/ja.json b/i18n/ja.json
index 190e5f886..b05199083 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -700,6 +700,57 @@
"translation": "プレビューの展開中にエラーが発生しました"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "指定したユーザーへのグループメッセージを送信する"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "ユーザーにメッセージを送信中にエラーが発生しました。"
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "グループメッセージを作成中にエラーが発生しました。"
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[ユーザー名1],@[ユーザー名2] 'メッセージ'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "ユーザーが見付かりません: {{.Users}}",
+ "other": ""
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "ユーザーが見付かりませんでした: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "ユーザー一覧を作成中にエラーが発生しました。"
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "グループメッセージは最大で{{.MaxUsers}}ユーザーに制限されています。"
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "グループメッセージは最小で{{.MinUsers}}ユーザーに制限されています。"
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "ユーザーが見付かりませんでした"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "メッセージ"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "ユーザーにメッセージを送信しました。"
+ },
+ {
"id": "api.command_help.desc",
"translation": "Mattermostヘルプページを開く"
},
@@ -2116,6 +2167,10 @@
"translation": "動作中のgoroutineの数が正常動作の上限を超えています %v / %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v は %v によってチームに追加されました"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "チームにユーザーを追加するにはパラメーターが必要です。"
},
@@ -2228,6 +2283,10 @@
"translation": "電子メールは特定のドメイン(例えば、@example.com)から送信される必要があります。詳細はシステム管理者に問い合わせてください。"
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v はチームから脱退しました。"
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "チーム%vを完全に削除しようとしています id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "ユーザーはこのチームの一員ではありません。"
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v はチャンネルから削除されました。"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "電子メールによるチームへの利用登録は無効です。"
},
@@ -3524,12 +3587,20 @@
"translation": "有効なプラグインを取得できませんでした"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "プラグインをインストールできません。"
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "プラグインをインストールできません。同じIDを持つプラグインがすでにインストールされています。"
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "抽出されたプラグインのマニフェストが見付かりませんでした"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "プラグインを一時ディレクトリから最終的な移動先へ移動できませんでした"
+ "translation": "プラグインを一時ディレクトリから最終的な移動先へ移すことができません。他のプラグインが同じディレクトリ名を使用しています。"
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "不正な表示名です"
+ "translation": "不正なタイトルです"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "不正な表示名です"
+ "translation": "不正なタイトルです"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "不正な表示名です"
+ "translation": "不正なタイトルです"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/ko.json b/i18n/ko.json
index f6bb947da..8035cbdcd 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -700,6 +700,57 @@
"translation": "미리보기를 펼치는 중 오류가 발생하였습니다."
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "사용자에게 메시지 전달 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "메시지 암호화 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "사용자를 찾을 수 없습니다"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "사용자 제거 중 오류가 발생하였습니다."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "사용자를 찾을 수 없습니다"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "메시지"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "메세지를 보낸 유저."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Mattermost 도움말 페이지 열기"
},
@@ -2116,6 +2167,10 @@
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v 이/가 %v에 의해 채널에 추가되었습니다"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter required to add user to team."
},
@@ -2228,6 +2283,10 @@
"translation": "허용된 도메인의 이메일만 사용하세요. (예시: @example.com). 또는 시스템 관리자에게 문의해보세요."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Attempting to permanently delete team %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "The user does not appear to be part of this team."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v 가 채널에서 제거되었습니다."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
@@ -3524,12 +3587,20 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "잘못된 표시명"
+ "translation": "잘못된 형식"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/nl.json b/i18n/nl.json
index 8f4ad26f1..387629b8f 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -700,6 +700,57 @@
"translation": "Er is een fout opgetreden tijdens het vergroten van de voorbeelden"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Er is een fout opgetreden tijdens het sturen van een bericht naar de gebruiker."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Fout opgetreden bij het opstellen van privébericht."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "De gebruiker kan niet gevonden worden"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Er is een fout opgetreden tijdens het ophalen van de lijst van gebruikers."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "De gebruiker kan niet gevonden worden"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "bericht"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Bericht verzonden."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Open the Mattermost help page"
},
@@ -2116,6 +2167,10 @@
"translation": "The number of running goroutines is over the health threshold %v of %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v is door %v aan het kanaal toegevoegd"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parameter required to add user to team."
},
@@ -2228,6 +2283,10 @@
"translation": "Email moet uit bepaalde domeinen komen (bijv. @voorbeeld.nl). Neem contact op met de systeem beheerder voor meer details."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Poging om team %v permanent te verwijderen, id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "De gebruiker is geen onderdeel van dit team"
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v was verwijdert van het kanaal."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Team aanmelding via e-mail is uitgeschakeld."
},
@@ -3524,12 +3587,20 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Ongeldige weergave naam"
+ "translation": "Ongeldige type"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Ongeldige weergave naam"
+ "translation": "Ongeldige type"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Ongeldige weergave naam"
+ "translation": "Ongeldige type"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/pl.json b/i18n/pl.json
index 4f9d3e4b9..7f5277eab 100644
--- a/i18n/pl.json
+++ b/i18n/pl.json
@@ -700,6 +700,57 @@
"translation": "Wystąpił błąd podczas rozwijania podglądów"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Wystąpił błąd podczas wysyłania wiadomości do użytkownika."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Wystąpił błąd podczas tworzenia wiadomości bezpośredniej."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Nie odnaleziono użytkownika"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Wystąpił błąd podczas generowania listy użytkowników."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Nie odnaleziono użytkownika"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "wiadomość"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Odbiorca wiadomości."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Otwórz stronę pomocy Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "Numer działających procesów go jest powyżej zdrowego poziomu %v z %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v został dodany do kanału przez %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parametr wymagany aby dodać użytkownika do zespołu."
},
@@ -2228,6 +2283,10 @@
"translation": "E-mail musi być z określonej domeny (np. @example.com). Proszę, skontaktuj się z administratorem systemu, aby poznać szczegóły."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Próba trwałego usunięcia zespołu %v ID=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "Użytkownik nie należy do tego zespołu."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v został usunięty z kanału."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Zapisy do zespołu za pomocą email są wyłączone."
},
@@ -3524,12 +3587,20 @@
"translation": "Nie udało się skasować reakcji"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Nieprawidłowa nazwa wyświetlana"
+ "translation": "Nieprawidłowy typ"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Nieprawidłowa nazwa wyświetlana"
+ "translation": "Nieprawidłowy typ"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Nieprawidłowy pseudonim"
+ "translation": "Nieprawidłowy typ"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index f29903181..14d3447dc 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -700,6 +700,57 @@
"translation": "Um erro ocorreu ao expandir as visualizações"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Envia uma mensagem de grupo para os usuários especificados"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Um erro ocorreu durante o envio da mensagem aos usuários."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Um erro ocorreu durante a criação do grupo de mensagens."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'mensagem'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "Não foi possível encontrar o usuário: {{.Users}}",
+ "other": "Não foi possível encontrar os usuários: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Não foi possível encontrar os usuários: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Ocorreu um erro durante a listagem de usuários."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Mensagem em grupo está limitada a um máximo de {{.MinUsers}} usuários."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Mensagem em grupo está limitada a um mínimo de {{.MinUsers}} usuários."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Não foi possível encontrar o usuário"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "mensagem"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Mensagem enviada."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Abrir a página de ajuda do Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "O número de goroutines rodando é maior que o limite configurado %v de %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v adicionado a equipe por %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Parâmetro requerido para adicionar o usuário ao time."
},
@@ -2228,6 +2283,10 @@
"translation": "Email precisa ser de um domínio específico (ex. @example.com). Por favor pergunte ao administrador do sistema por detalhes."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v deixou a equipe."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Tentando permanentemente deletar a equipe %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "O usuário não parece ser parte desta equipe."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v foi removido da equipe."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Inscrição com e-mail na equipe está desativado."
},
@@ -3524,12 +3587,20 @@
"translation": "Não é possível obter os plugins ativos"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Não foi possível instalar o plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Não foi possível instalar o plugin. Um plugin como o mesmo ID já está instalado."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Não foi possível encontrar o manifesto para o plugin extraído"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Não foi possível mover o plugin da pasta temporária para o destino final"
+ "translation": "Não foi possível mover o plugin to diretório temporário para o seu destino final. Outro plugin pode estar utilizando o menos nome de diretório."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Nome para exibição inválido"
+ "translation": "Título inválido"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Nome para exibição inválido"
+ "translation": "Título inválido"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Nome para exibição inválido"
+ "translation": "Título inválido"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/ru.json b/i18n/ru.json
index 1bf03bf0d..c661d8917 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -649,7 +649,7 @@
},
{
"id": "api.command_dnd.name",
- "translation": "dnd"
+ "translation": "не беспокоить"
},
{
"id": "api.command_dnd.success",
@@ -700,6 +700,57 @@
"translation": "Произошла ошибка при открытии превью"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Произошла ошибка при передаче сообщения пользователю."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "При создании канала личных сообщений произошла ошибка."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Мы не смогли найти пользователей: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Произошла ошибка при перечислении пользователей."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Мы не смогли найти пользователя"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "сообщение"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "Коммуницируемый пользователь."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Открыть страницу помощи Mattermost"
},
@@ -2116,6 +2167,10 @@
"translation": "Количество запущенных goroutines больше, чем порог стабильной работы %v из %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v добавлен(а) в канал %v"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Для добавления пользователя в команду требуется указать параметр."
},
@@ -2228,6 +2283,10 @@
"translation": "E-mail должен принадлежать реальному домену (например @example.com). Пожалуйста, обратитесь к системному администратору за дополнительной информацией."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "Попытка безвозвратно удалить команду %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "Пользователь неактивен для участия в этой команде."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v удален из канала."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "Вход в команду с электронной почтой отключен."
},
@@ -3524,12 +3587,20 @@
"translation": "Не удалось получить активные плагины"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Недопустимое имя для отображения"
+ "translation": "Недопустимый тип"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Некорректное имя"
+ "translation": "Недопустимый тип"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Некорректное имя"
+ "translation": "Недопустимый тип"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/tr.json b/i18n/tr.json
index 52841f7e4..33cc90d6b 100644
--- a/i18n/tr.json
+++ b/i18n/tr.json
@@ -700,6 +700,57 @@
"translation": "Önizlemeler genişletilirken bir sorun çıktı"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Belirtilen kullanıcılara bir Grup İletisi gönderir"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "Kullanıcılara ileti gönderilirken bir sorun çıktı."
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "Grup iletisi oluşturulurken bir sorun çıktı."
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'ileti'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "Kullanıcı bulunamadı: {{.Users}}",
+ "other": ""
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "Kullanıcılar bulunamadı: %s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "Kullanıcılar listelenirken bir sorun çıktı."
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Grup iletileri en fazla {{.MaxUsers}} kullanıcı ile sınırlıdır."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Grup iletileri için en az {{.MinUsers}} kullanıcı olmalıdır."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "Kullanıcı bulunamadı"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "ileti"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "İleti kullanıcılara gönderildi."
+ },
+ {
"id": "api.command_help.desc",
"translation": "Mattermost yardım sayfasını aç"
},
@@ -2116,6 +2167,10 @@
"translation": "Çalışan yordamlar %v/%v sağlıklı eşiğin üzerinde "
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v takıma %v tarafından eklendi"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "Takıma kullanıcı eklemek için parametre gerekli."
},
@@ -2228,6 +2283,10 @@
"translation": "E-posta belirli bir etki alanından (@ornek.com gibi) gelmelidir. Lütfen ayrıntılı bilgi almak için sistem yöneticinizle görüşün."
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v takımdan ayrıldı."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "%v takımı kalıcı olarak silinmeye çalışılıyor. Kod: %v"
},
@@ -2240,6 +2299,10 @@
"translation": "Kullanıcı bu takımın bir üyesi gibi görünmüyor."
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v takımdan çıkarıldı."
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "E-posta ile takım hesabı açma özelliği devre dışı bırakılmış."
},
@@ -3524,12 +3587,20 @@
"translation": "Etkin uygulama ekleri alınamadı"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Uygulama eki kurulamadı."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Uygulama eki kurulamadı. Aynı kodu taşıyan bir uygulama eki zaten var."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Ayıklanan uygulama eki bilgi dosyası bulunamadı"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Uygulama eki geçici klasörden son hedefine taşınamadı"
+ "translation": "Uygulama eki geçici klasörden hedef klasöre taşınamadı. Başka bir uygulama eki aynı klasör adını kullanıyor olabilir."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "Görüntülenecek ad geçersiz"
+ "translation": "Başlık geçersiz"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "Görüntülenecek ad geçersiz"
+ "translation": "Başlık geçersiz"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "Görüntülenecek ad geçersiz"
+ "translation": "Başlık geçersiz"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index 6e71a218f..a15c779b2 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -700,6 +700,57 @@
"translation": "展开预览时发生了错误"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "发送消息给用户时发生错误。"
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "创建私信时发生错误。"
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "我们无法找到用户:{{.Users}}我们无法找到用户:{{.Users}}",
+ "other": ""
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "无法找到用户:%s"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "列出用户时出错。"
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "无法找到用户"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "消息"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "消息已发送给用户。"
+ },
+ {
"id": "api.command_help.desc",
"translation": "打开 Mattermost 帮助页面"
},
@@ -2116,6 +2167,10 @@
"translation": "运行中的 goroutine 数量 %v 已经超过健康界限 %v"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v 由 %v 邀请加入频道"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "添加用户到团队所需的参数。"
},
@@ -2228,6 +2283,10 @@
"translation": "电子邮件必须来自指定域名 (例如 @example.com)。详情请询问您的系统管理员。"
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "试图永久删除团队 %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "此用户似乎不属于此团队。"
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v 已从频道移出。"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "使用电子邮件注册团队被禁用。"
},
@@ -3524,12 +3587,20 @@
"translation": "无法获取已启动的插件"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "无法在解压的插件里找到 manifest 档"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "无法移动插件从临时目录到最终目录"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "无效的显示名称"
+ "translation": "无效类型"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "无效显示名"
+ "translation": "无效类型"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "无效显示名"
+ "translation": "无效类型"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",
diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json
index 96008a46f..1b06c34ad 100644
--- a/i18n/zh-TW.json
+++ b/i18n/zh-TW.json
@@ -700,6 +700,57 @@
"translation": "展開預覽時發生錯誤"
},
{
+ "id": "api.command_groupmsg.desc",
+ "translation": "Sends a Group Message to the specified users"
+ },
+ {
+ "id": "api.command_groupmsg.fail.app_error",
+ "translation": "傳訊使用者時遇到錯誤。"
+ },
+ {
+ "id": "api.command_groupmsg.group_fail.app_error",
+ "translation": "建立直接傳訊時遇到錯誤。"
+ },
+ {
+ "id": "api.command_groupmsg.hint",
+ "translation": "@[username1],@[username2] 'message'"
+ },
+ {
+ "id": "api.command_groupmsg.invalid_user.app_error",
+ "translation": {
+ "one": "We couldn't find the user: {{.Users}}",
+ "other": "We couldn't find the users: {{.Users}}"
+ }
+ },
+ {
+ "id": "api.command_groupmsg.invalid_users.app_error",
+ "translation": "找不到使用者"
+ },
+ {
+ "id": "api.command_groupmsg.list.app_error",
+ "translation": "列表使用者時遇到錯誤。"
+ },
+ {
+ "id": "api.command_groupmsg.max_users.app_error",
+ "translation": "Group messages are limited to a maximum of {{.MaxUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.min_users.app_error",
+ "translation": "Group messages are limited to a minimum of {{.MinUsers}} users."
+ },
+ {
+ "id": "api.command_groupmsg.missing.app_error",
+ "translation": "找不到使用者"
+ },
+ {
+ "id": "api.command_groupmsg.name",
+ "translation": "訊息"
+ },
+ {
+ "id": "api.command_groupmsg.success",
+ "translation": "已傳訊給使用者。"
+ },
+ {
"id": "api.command_help.desc",
"translation": "開啟 Mattermost 說明頁面"
},
@@ -2116,6 +2167,10 @@
"translation": "執行中的 Goroutine 數量超過健康界線 %v (%v)"
},
{
+ "id": "api.team.add_user_to_team.added",
+ "translation": "%v 由 %v 邀請加入頻道"
+ },
+ {
"id": "api.team.add_user_to_team.missing_parameter.app_error",
"translation": "需要參數以新增團隊成員。"
},
@@ -2228,6 +2283,10 @@
"translation": "電子郵件地址必須來自一個指定的網域 (例如 @example.com)。請洽詢系統管理員了解詳情。"
},
{
+ "id": "api.team.leave.left",
+ "translation": "%v left the team."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "正在嘗試永久刪除團隊 %v id=%v"
},
@@ -2240,6 +2299,10 @@
"translation": "此使用者似乎不屬於此團隊。"
},
{
+ "id": "api.team.remove_user_from_team.removed",
+ "translation": "%v 已從頻道中移除。"
+ },
+ {
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "使用電子郵件註冊團隊已被停用。"
},
@@ -3524,12 +3587,20 @@
"translation": "無法取得啟用的模組"
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "已解開的模組中找不到資訊清單"
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "無法將模組由暫存目錄移動至最終目的地"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",
@@ -4373,7 +4444,7 @@
},
{
"id": "model.command.is_valid.display_name.app_error",
- "translation": "無效的顯示名稱"
+ "translation": "無效的類型"
},
{
"id": "model.command.is_valid.id.app_error",
@@ -4833,7 +4904,7 @@
},
{
"id": "model.incoming_hook.display_name.app_error",
- "translation": "無效的顯示名稱"
+ "translation": "無效的類型"
},
{
"id": "model.incoming_hook.id.app_error",
@@ -4925,7 +4996,7 @@
},
{
"id": "model.outgoing_hook.is_valid.display_name.app_error",
- "translation": "無效的顯示名稱"
+ "translation": "無效的類型"
},
{
"id": "model.outgoing_hook.is_valid.id.app_error",