From 9a0033ce52a2234a6925cb56d4512bb85b326591 Mon Sep 17 00:00:00 2001 From: jprusch Date: Wed, 19 Feb 2025 06:35:43 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (2604 of 2604 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/ --- server/i18n/de.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/server/i18n/de.json b/server/i18n/de.json index 5ee07fe756..38a5c03deb 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -3992,7 +3992,7 @@ }, { "id": "model.incoming_hook.id.app_error", - "translation": "Ungültige ID." + "translation": "Ungültige ID: {{.Id}}." }, { "id": "model.incoming_hook.parse_data.app_error", @@ -10418,5 +10418,25 @@ { "id": "app.file_info.get_storage_usage.app_error", "translation": "Die Speichernutzung aller Dateien konnte nicht ermittelt werden." + }, + { + "id": "api.context.get_session.app_error", + "translation": "Sitzung nicht gefunden." + }, + { + "id": "app.custom_profile_attributes.property_value_upsert.app_error", + "translation": "Benutzerdefinierte Profilattributfelder können nicht hochgeladen werden" + }, + { + "id": "app.custom_profile_attributes.count_property_fields.app_error", + "translation": "Die Anzahl der Felder für die Attributgruppe des benutzerdefinierten Profils kann nicht gezählt werden" + }, + { + "id": "model.config.is_valid.metrics_client_side_user_id.app_error", + "translation": "Ungültige Client Side User ID: {{.Id}}" + }, + { + "id": "model.config.is_valid.metrics_client_side_user_ids.app_error", + "translation": "Die Anzahl der Elemente in ClientSideUserIds {{.CurrentLength}} ist höher als die maximale Grenze von {{.MaxLength}}." } ]