From fec3a0931ea9d7734f5ce2c8575fe74ab58012c7 Mon Sep 17 00:00:00 2001 From: Serhii Khomiuk Date: Tue, 25 Mar 2025 20:27:17 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (2621 of 2621 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/ --- server/i18n/uk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/uk.json b/server/i18n/uk.json index 49d89c0e82..196149778d 100644 --- a/server/i18n/uk.json +++ b/server/i18n/uk.json @@ -10498,5 +10498,17 @@ { "id": "license_error.feature_unavailable", "translation": "Функція недоступна для поточної ліцензії" + }, + { + "id": "app.custom_profile_attributes.sanitize_and_validate.app_error", + "translation": "Некоректні атрибути значень властивостей : {{.AttributeName}} ({{.Reason}})." + }, + { + "id": "app.custom_profile_attributes.property_field_conversion.app_error", + "translation": "Не вдалося перетворити поле властивості на поле атрибута кастомного профілю" + }, + { + "id": "api.custom_profile_attributes.field_conversion_error", + "translation": "Не вдалося перетворити поле властивості на поле атрибута кастомного профілю" } ]