translations PR 20170328 (#5899)
Этот коммит содержится в:
44
i18n/de.json
44
i18n/de.json
@@ -815,6 +815,10 @@
|
||||
"id": "api.compliance.init.debug",
|
||||
"translation": "Initialisiere Befehle-API-Routen"
|
||||
},
|
||||
{
|
||||
"id": "api.config.client.old_format.app_error",
|
||||
"translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
|
||||
},
|
||||
{
|
||||
"id": "api.context.404.app_error",
|
||||
"translation": "Entschuldigung, wir können die Seite nicht finden."
|
||||
@@ -1285,6 +1289,10 @@
|
||||
"id": "api.license.add_license.unique_users.app_error",
|
||||
"translation": "Diese Lizenz unterstützt maximal {{.Users}}, wobei ihr System derzeit {{.Count}} eindeutige Benutzer umfasst. Eindeutige Benutzer werden anhand der E-Mail-Adresse gezählt. Die Anzahl der Benutzer lässt sich unter Seiten Berichte -> Statistiken anzeigen einsehen."
|
||||
},
|
||||
{
|
||||
"id": "api.license.client.old_format.app_error",
|
||||
"translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
|
||||
},
|
||||
{
|
||||
"id": "api.license.init.debug",
|
||||
"translation": "Initialisiere Lizenz-API-Routen"
|
||||
@@ -1927,6 +1935,10 @@
|
||||
"id": "api.status.init.debug",
|
||||
"translation": "Initialisiere Status-API-Routen"
|
||||
},
|
||||
{
|
||||
"id": "api.status.init.debug",
|
||||
"translation": "Initialisiere Status-API-Routen"
|
||||
},
|
||||
{
|
||||
"id": "api.status.last_activity.error",
|
||||
"translation": "Fehler beim Update von LastActivityAt für user_id=%v und session_id=%v, err=%v"
|
||||
@@ -1935,6 +1947,22 @@
|
||||
"id": "api.status.save_status.error",
|
||||
"translation": "Fehler beim Speichern des Status für user_id=%v, err=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.status.user_not_found.app_error",
|
||||
"translation": "User not found"
|
||||
},
|
||||
{
|
||||
"id": "api.team.add_user_to_team.invalid_data.app_error",
|
||||
"translation": "Invalid data."
|
||||
},
|
||||
{
|
||||
"id": "api.team.add_user_to_team.invalid_invite_id.app_error",
|
||||
"translation": "Invalid invite id. No team matches with this invite id."
|
||||
},
|
||||
{
|
||||
"id": "api.team.add_user_to_team.missing_parameter.app_error",
|
||||
"translation": "Parameter required to add user to team."
|
||||
},
|
||||
{
|
||||
"id": "api.team.create_team.email_disabled.app_error",
|
||||
"translation": "Anmeldung mit einer E-Mail-Adresse ist deaktiviert."
|
||||
@@ -3127,6 +3155,14 @@
|
||||
"id": "authentication.permissions.manage_team_roles.name",
|
||||
"translation": "Teamrollen verwalten"
|
||||
},
|
||||
{
|
||||
"id": "authentication.permissions.read_public_channel.description",
|
||||
"translation": "Ability to read public channels"
|
||||
},
|
||||
{
|
||||
"id": "authentication.permissions.read_public_channel.name",
|
||||
"translation": "Read Public Channels"
|
||||
},
|
||||
{
|
||||
"id": "authentication.permissions.team_invite_user.description",
|
||||
"translation": "Die Möglichkeit, Benutzer in ein Team einzuladen"
|
||||
@@ -4679,6 +4715,14 @@
|
||||
"id": "store.sql_channel.get_channels.not_found.app_error",
|
||||
"translation": "Es wurden keine Kanäle gefunden"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_channels_by_ids.get.app_error",
|
||||
"translation": "Es konnten nicht alle Kanäle abgerufen werden"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
|
||||
"translation": "No channel found"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
|
||||
"translation": "Der bestehende gelöschte Kanal konnte nicht gefunden werden"
|
||||
|
||||
Ссылка в новой задаче
Block a user