From 9b2103137f62e879b7e15f44539f5020ba019b5f Mon Sep 17 00:00:00 2001 From: inceon Date: Thu, 15 May 2025 14:51:12 +0300 Subject: [PATCH] Added uk_ua.json for Ukrainian localization --- .../resources/assets/carryon/lang/uk_ua.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Common/src/main/resources/assets/carryon/lang/uk_ua.json diff --git a/Common/src/main/resources/assets/carryon/lang/uk_ua.json b/Common/src/main/resources/assets/carryon/lang/uk_ua.json new file mode 100644 index 0000000..bdc8136 --- /dev/null +++ b/Common/src/main/resources/assets/carryon/lang/uk_ua.json @@ -0,0 +1,16 @@ +{ + "carryon.category.settings": "Налаштування", + "carryon.category.blacklist": "Чорний список", + "carryon.category.modeloverrides": "Перевизначення моделей (Розширені)", + "carryon.category.custompickupconditions": "Користувацькі умови підбору (Розширені)", + "carryon.category.whitelist": "Білий список", + + "carryon.general.modeloverrides.modeloverrides": "Перевизначення моделей", + "carryon.general.blacklist.forbiddenentities": "Сутності, які гравець не може підібрати", + "carryon.general.blacklist.forbiddentiles": "Блоки, які гравець не може підібрати", + "carryon.category.custompickupconditions.custompickupconditionsblocks": "Користувацькі умови підбору блоків", + "carryon.category.custompickupconditions.custompickupconditionsentities": "Користувацькі умови підбору сутностей", + + "key.carry.desc": "Нести", + "key.carry.category": "Carry On" +} \ No newline at end of file