From 15f2b8a193be95304647c1ce95e943cc7ca5355a Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 23 Mar 2021 00:08:03 +0800 Subject: New translations en_us.json (uk_ua) --- src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json b/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json index af0349f2a..c616c8b30 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json @@ -129,8 +129,7 @@ "config.roughlyenoughitems.recipeScreenType": "Тип вікна рецепта:", "config.roughlyenoughitems.recipeScreenType.config": "Вид вікна рецепта: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Не встановлено", - "config.roughlyenoughitems.recipeScreenType.original": "Оригінальний", - "config.roughlyenoughitems.recipeScreenType.villager": "Селянський", + "config.roughlyenoughitems.recipeScreenType.original": "За замовчанням", "config.roughlyenoughitems.layout": "Макет", "config.roughlyenoughitems.tooltips": "Підказки", "config.roughlyenoughitems.accessibility": "Спеціальні можливості", @@ -172,9 +171,9 @@ "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "Внизу", "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "Зверху", "config.roughlyenoughitems.layout.searchFieldLocation.center": "По центру", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar": "Загасання смуги прокрутки:", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.true": "Ніколи", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.false": "Коли бездіяльний", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent": "Загасання смуги прокрутки:", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.true": "Ніколи", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.false": "Коли бездіяльний", "config.roughlyenoughitems.disableRecipeBook": "Стандартна книга рецептів:", "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cНі", "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aТак", -- cgit