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": "Не вдалося перетворити поле властивості на поле атрибута кастомного профілю" } ]