translations PR 20171127 (#7909)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
239e8df3f4
Коммит
b51d9e8eab
81
i18n/de.json
81
i18n/de.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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",
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
134
i18n/en.json
134
i18n/en.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -819,57 +870,6 @@
|
||||
"id": "api.command_msg.success",
|
||||
"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"
|
||||
@@ -2282,14 +2282,14 @@
|
||||
"id": "api.team.is_team_creation_allowed.disabled.app_error",
|
||||
"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"
|
||||
@@ -2298,14 +2298,14 @@
|
||||
"id": "api.team.permanent_delete_team.deleted.warn",
|
||||
"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."
|
||||
@@ -3570,14 +3570,6 @@
|
||||
"id": "app.plugin.activate.app_error",
|
||||
"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"
|
||||
@@ -3606,6 +3598,14 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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"
|
||||
|
||||
79
i18n/es.json
79
i18n/es.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/fr.json
79
i18n/fr.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
85
i18n/it.json
85
i18n/it.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/ja.json
79
i18n/ja.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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ヘルプページを開く"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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": "チームにユーザーを追加するにはパラメーターが必要です。"
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"translation": "電子メールは特定のドメイン(例えば、@example.com)から送信される必要があります。詳細はシステム管理者に問い合わせてください。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.leave.left",
|
||||
"translation": "%v はチームから脱退しました。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.permanent_delete_team.attempting.warn",
|
||||
"translation": "チーム%vを完全に削除しようとしています id=%v"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"translation": "ユーザーはこのチームの一員ではありません。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v はチャンネルから削除されました。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "電子メールによるチームへの利用登録は無効です。"
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/ko.json
79
i18n/ko.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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 도움말 페이지 열기"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"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 가 채널에서 제거되었습니다."
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/nl.json
79
i18n/nl.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/pl.json
79
i18n/pl.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
81
i18n/ru.json
81
i18n/ru.json
@@ -649,7 +649,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.command_dnd.name",
|
||||
"translation": "dnd"
|
||||
"translation": "не беспокоить"
|
||||
},
|
||||
{
|
||||
"id": "api.command_dnd.success",
|
||||
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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": "Для добавления пользователя в команду требуется указать параметр."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"translation": "Пользователь неактивен для участия в этой команде."
|
||||
},
|
||||
{
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v удален из канала."
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "Вход в команду с электронной почтой отключен."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
79
i18n/tr.json
79
i18n/tr.json
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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ç"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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."
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"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ış."
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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 帮助页面"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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": "添加用户到团队所需的参数。"
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"translation": "此用户似乎不属于此团队。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v 已从频道移出。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "使用电子邮件注册团队被禁用。"
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
@@ -699,6 +699,57 @@
|
||||
"id": "api.command_expand_collapse.fail.app_error",
|
||||
"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 說明頁面"
|
||||
@@ -2115,6 +2166,10 @@
|
||||
"id": "api.system.go_routines",
|
||||
"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": "需要參數以新增團隊成員。"
|
||||
@@ -2227,6 +2282,10 @@
|
||||
"id": "api.team.is_team_creation_allowed.domain.app_error",
|
||||
"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"
|
||||
@@ -2239,6 +2298,10 @@
|
||||
"id": "api.team.remove_user_from_team.missing.app_error",
|
||||
"translation": "此使用者似乎不屬於此團隊。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v 已從頻道中移除。"
|
||||
},
|
||||
{
|
||||
"id": "api.team.signup_team.email_disabled.app_error",
|
||||
"translation": "使用電子郵件註冊團隊已被停用。"
|
||||
@@ -3523,13 +3586,21 @@
|
||||
"id": "app.plugin.get_plugins.app_error",
|
||||
"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",
|
||||
|
||||
Ссылка в новой задаче
Block a user