From b51d9e8eabb3cfea17b81ebadcdc8199e09544bb Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 1 Dec 2017 10:22:29 -0300 Subject: translations PR 20171127 (#7909) --- i18n/de.json | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 5 deletions(-) (limited to 'i18n/de.json') diff --git a/i18n/de.json b/i18n/de.json index c783faddc..c82458b52 100644 --- a/i18n/de.json +++ b/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", -- cgit v1.2.3-1-g7c22