From 7ec9cee2457530e9c58b4d7b53b7fcd65c91d751 Mon Sep 17 00:00:00 2001 From: jprusch Date: Tue, 25 Mar 2025 09:06:23 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (2621 of 2621 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/ --- server/i18n/de.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/de.json b/server/i18n/de.json index 74224bfbd0..af66cfc136 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -10494,5 +10494,17 @@ { "id": "license_error.feature_unavailable", "translation": "Funktion ist für die aktuelle Lizenz nicht verfügbar" + }, + { + "id": "api.custom_profile_attributes.field_conversion_error", + "translation": "Das Eigenschaftsfeld kann nicht in ein benutzerdefiniertes Profilattributfeld umgewandelt werden" + }, + { + "id": "app.custom_profile_attributes.property_field_conversion.app_error", + "translation": "Das Eigenschaftsfeld kann nicht in ein benutzerdefiniertes Profilattributfeld umgewandelt werden" + }, + { + "id": "app.custom_profile_attributes.sanitize_and_validate.app_error", + "translation": "Ungültige Eigenschaftswertattribute : {{.AttributeName}} ({{.Reason}})." } ]