From fd9dd0e17a614ba33d78ec59b8ec52bda3659fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mi=C4=8Duda?= Date: Tue, 25 Mar 2025 10:33:32 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (2621 of 2621 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/cs/ --- server/i18n/cs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/cs.json b/server/i18n/cs.json index c5351acb5b..4138b6323b 100644 --- a/server/i18n/cs.json +++ b/server/i18n/cs.json @@ -10498,5 +10498,17 @@ { "id": "app.user.reset_password_failed_attempts.app_error", "translation": "Nepodařilo se zresetovat pokusy o přihlášení uživatele." + }, + { + "id": "api.custom_profile_attributes.field_conversion_error", + "translation": "Nelze převést pole vlastnosti na pole vlastního atributu profilu" + }, + { + "id": "app.custom_profile_attributes.property_field_conversion.app_error", + "translation": "Nelze převést pole vlastnosti na pole vlastního atributu profilu" + }, + { + "id": "app.custom_profile_attributes.sanitize_and_validate.app_error", + "translation": "Neplatné atributy hodnoty vlastnosti: {{.AttributeName}} ({{.Reason}})." } ]