From dea1025acbdbe6a5d30df317702f25eb3ac322fa Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 23 Mar 2021 00:08:05 +0800 Subject: New translations en_us.json (ru_ru) --- src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index 76d7774f9..db7e2c239 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -131,8 +131,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": "Специальные возможности", @@ -174,9 +173,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