summaryrefslogtreecommitdiffstats
path: root/i18n/de.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-10-27 10:08:47 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-10-27 09:08:47 -0400
commit4dca84c8b4e38dd13522ddaea5843b276dd77946 (patch)
treed890e769b135a35ea6d21112e59bbd257f4fdfd4 /i18n/de.json
parentdd1965ca3461dbf965a68015e063667d56970adb (diff)
downloadchat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.gz
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.bz2
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.zip
translations PR 20161025 (#4328)
Diffstat (limited to 'i18n/de.json')
-rw-r--r--i18n/de.json30
1 files changed, 27 insertions, 3 deletions
diff --git a/i18n/de.json b/i18n/de.json
index c7a48578b..9a8091546 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -204,6 +204,10 @@
"translation": "Im Kanalnamen für Nicht-Direktnachrichten-Kanal wurde ein unerlaubtes Zeichen '__' verwendet"
},
{
+ "id": "api.channel.create_channel.max_channel_limit.app_error",
+ "translation": "Cannot create more than {{.MaxChannelsPerTeam}} channels for current team"
+ },
+ {
"id": "api.channel.create_default_channels.off_topic",
"translation": "Off-Topic"
},
@@ -1219,7 +1223,7 @@
},
{
"id": "api.post.create_post.attach_files.error",
- "translation": "Encountered error attaching files to post, post_id=%s, user_id=%s, file_ids=%v, err=%v"
+ "translation": "Fehler beim anfügen der Dateien zu Nachricht, post_id=%s, file_ids=%v, err=%v"
},
{
"id": "api.post.create_post.bad_filename.error",
@@ -1537,7 +1541,7 @@
},
{
"id": "api.slackimport.slack_add_posts.attach_files.error",
- "translation": "Encountered error attaching files to post, post_id=%s, file_ids=%v, err=%v"
+ "translation": "Fehler beim anfügen der Dateien zu Nachricht, post_id=%s, file_ids=%v, err=%v"
},
{
"id": "api.slackimport.slack_add_posts.bot.warn",
@@ -2404,8 +2408,12 @@
"translation": "Fehlerhafter E-Mail-Adresse Bestätigungslink."
},
{
+ "id": "api.web_hub.start.starting.debug",
+ "translation": "Starting %v websocket hubs"
+ },
+ {
"id": "api.web_hub.start.stopping.debug",
- "translation": "%v Verbindungen werden beendet"
+ "translation": "stopping websocket hub connections"
},
{
"id": "api.web_socket.connect.error",
@@ -3260,6 +3268,10 @@
"translation": "Maximum Burst muss größer als Null sein."
},
{
+ "id": "model.config.is_valid.max_channels.app_error",
+ "translation": "Ungültige maximale Anzahl an Benutzers pro Team in Teameinstellungen. Muss eine positive Zahl sein."
+ },
+ {
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "Ungültige maximale Dateigröße in Dateieinstellungen. Muss 0 oder eine positive Zahl sein."
},
@@ -4632,10 +4644,18 @@
"translation": "Kein Teammitglied mit dieser Benutzer ID und Team ID gefunden"
},
{
+ "id": "store.sql_team.get_member_count.app_error",
+ "translation": "Wir konnten die Kanal Mitglieder nicht finden"
+ },
+ {
"id": "store.sql_team.get_members.app_error",
"translation": "Wir konnten die Kanal Mitglieder nicht finden"
},
{
+ "id": "store.sql_team.get_members_by_ids.app_error",
+ "translation": "Wir konnten die Kanal Mitglieder nicht finden"
+ },
+ {
"id": "store.sql_team.get_teams_for_email.app_error",
"translation": "Es trat ein Fehler beim Abrufen der Teams auf"
},
@@ -4724,6 +4744,10 @@
"translation": "Es trat ein Fehler beim Finden der Benutzerprofile auf"
},
{
+ "id": "store.sql_user.get_recently_active_users.app_error",
+ "translation": "We encountered an error while finding the recently active users"
+ },
+ {
"id": "store.sql_user.get_sysadmin_profiles.app_error",
"translation": "Es trat ein Fehler beim Finden der Benutzerprofile auf"
},