translations PR 20161025 (#4328)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
dd1965ca34
Коммит
4dca84c8b4
30
i18n/de.json
30
i18n/de.json
@@ -203,6 +203,10 @@
|
||||
"id": "api.channel.create_channel.invalid_character.app_error",
|
||||
"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",
|
||||
@@ -2403,9 +2407,13 @@
|
||||
"id": "api.user.verify_email.bad_link.app_error",
|
||||
"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",
|
||||
@@ -3259,6 +3267,10 @@
|
||||
"id": "model.config.is_valid.max_burst.app_error",
|
||||
"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."
|
||||
@@ -4631,10 +4643,18 @@
|
||||
"id": "store.sql_team.get_member.missing.app_error",
|
||||
"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"
|
||||
@@ -4723,6 +4743,10 @@
|
||||
"id": "store.sql_user.get_profiles.app_error",
|
||||
"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"
|
||||
|
||||
Ссылка в новой задаче
Block a user