diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:09 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:09 +0800 |
| commit | 81f4ead87ab6e4d12f2cb336634fe3e63bc5ca10 (patch) | |
| tree | ed42f850b798b4a7dd5fe3002bfa3922707c3601 /src/main | |
| parent | 2349f590f2cdfaa191d8232f4e8b644635bb7aad (diff) | |
| download | RoughlyEnoughItems-81f4ead87ab6e4d12f2cb336634fe3e63bc5ca10.tar.gz RoughlyEnoughItems-81f4ead87ab6e4d12f2cb336634fe3e63bc5ca10.tar.bz2 RoughlyEnoughItems-81f4ead87ab6e4d12f2cb336634fe3e63bc5ca10.zip | |
New translations en_us.json (ru_ru)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index 9563a2252..d2d87d04c 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -1,12 +1,5 @@ { - "key.rei.category": "Roughly Enough Items", - "key.roughlyenoughitems.recipe_keybind": "Показать рецепт", - "key.roughlyenoughitems.hide_keybind": "Скрыть/Показать REI", - "key.roughlyenoughitems.usage_keybind": "Показать использования", - "key.roughlyenoughitems.next_page": "Следующая страница", - "key.roughlyenoughitems.previous_page": "Предыдущая страница", - "key.roughlyenoughitems.focus_search": "Фокус поля поиска", - "key.roughlyenoughitems.copy_recipe_id": "Копировать идентификатор рецепта", + "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "Мошенничество", "text.rei.cheating_disabled": "§7Мошенничество выключено", "text.rei.cheating_enabled": "§cМошенничество включено", @@ -96,12 +89,20 @@ "config.roughlyenoughitems.technical": "Техническое", "config.roughlyenoughitems.performance": "Производительность", "config.roughlyenoughitems.cheating": "Мошенничество:", + "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", + "config.roughlyenoughitems.hideKeybind": "Hide/Show REI:", + "config.roughlyenoughitems.usageKeybind": "Show Uses:", + "config.roughlyenoughitems.nextPageKeybind": "Next Page:", + "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", + "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", + "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.favoriteKeybind": "Закладка:", "config.roughlyenoughitems.favoritesEnabled": "Избранное включено:", "config.roughlyenoughitems.clickableRecipeArrows": "Показать рецепт нажатием:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Включено", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Выключено", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Рендерить блески зачарования:", + "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.darkTheme": "Тема внешнего вида REI:", "config.roughlyenoughitems.darkTheme.boolean.true": "Тёмная тема", "config.roughlyenoughitems.darkTheme.boolean.false": "Светлая тема", |
