From cffcc5f0deca763b109d4a7869b9b5f0d4e29513 Mon Sep 17 00:00:00 2001 From: Bohdan Date: Tue, 1 Apr 2025 15:24:20 +0000 Subject: [PATCH] Translated using Weblate (Ukrainian) Currently translated at 100.0% (2630 of 2630 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/ --- server/i18n/uk.json | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/server/i18n/uk.json b/server/i18n/uk.json index 196149778d..4ddfd7d4b5 100644 --- a/server/i18n/uk.json +++ b/server/i18n/uk.json @@ -1509,7 +1509,7 @@ }, { "id": "api.slackimport.slack_add_channels.added", - "translation": "\nКанали додані:\n" + "translation": "\nДодані канали:\n" }, { "id": "api.slackimport.slack_add_channels.failed_to_add_user", @@ -10510,5 +10510,41 @@ { "id": "api.custom_profile_attributes.field_conversion_error", "translation": "Не вдалося перетворити поле властивості на поле атрибута кастомного профілю" + }, + { + "id": "model.access_policy.is_valid.id.app_error", + "translation": "Недійсний ідентифікатор політики." + }, + { + "id": "model.access_policy.is_valid.imports.app_error", + "translation": "Недійсний імпорт для політики." + }, + { + "id": "model.access_policy.is_valid.name.app_error", + "translation": "Недійсна назва політики." + }, + { + "id": "model.access_policy.is_valid.revision.app_error", + "translation": "Недійсна версія політики." + }, + { + "id": "model.access_policy.is_valid.rules.app_error", + "translation": "Правила недійсні." + }, + { + "id": "model.access_policy.is_valid.rules_imports.app_error", + "translation": "Політика має імпортувати або визначати правила." + }, + { + "id": "model.access_policy.is_valid.type.app_error", + "translation": "Недійсний тип політики." + }, + { + "id": "model.access_policy.is_valid.version.app_error", + "translation": "Версія недійсна для цієї політики контролю доступу." + }, + { + "id": "api.custom_profile_attributes.invalid_field_patch", + "translation": "недійсний патч поля атрибута спеціального профілю" } ]