diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-12 22:06:33 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-12 22:06:33 +0800 |
| commit | 989e45491c6e53695e1e20b0d790d8fb2fbf82ae (patch) | |
| tree | 993d140ca917f5d91772819b56c282145a783fad /src | |
| parent | cbfc32fa44fec1ed91c7ff811a4755a504c46082 (diff) | |
| parent | b95eeaaf895bf4313e18d9238e1cc6664db2af96 (diff) | |
| download | RoughlyEnoughItems-989e45491c6e53695e1e20b0d790d8fb2fbf82ae.tar.gz RoughlyEnoughItems-989e45491c6e53695e1e20b0d790d8fb2fbf82ae.tar.bz2 RoughlyEnoughItems-989e45491c6e53695e1e20b0d790d8fb2fbf82ae.zip | |
Merge branch '3.x-unstable' into 3.x
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/et_ee.json | 10 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index f40c690c9..02138938a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -77,9 +77,9 @@ "text.rei.next_page": "Järgmine leht", "text.rei.back": "Tagasi", "text.rei.select": "Vali", - "text.rei.favorites": "Favorites", - "text.rei.favorites_tooltip": " \n§7Press %s to add this to favorites.", - "text.rei.remove_favorites_tooltip": " \n§7Press %s to remove this from favorites.", + "text.rei.favorites": "Lemmikud", + "text.rei.favorites_tooltip": " \n§7Vajuta %s, et lisada see lemmikutesse.", + "text.rei.remove_favorites_tooltip": " \n§7Vajuta %s, et eemaldada see lemmikutest.", "text.rei.working_station": "Tööjaam", "text.rei.recipe_id": "\n%sRetsepti ID: %s", "text.rei.recipe_screen_type.selection": "Retseptide kuvatüübi valik", @@ -95,8 +95,8 @@ "config.roughlyenoughitems.modules": "Moodulid", "config.roughlyenoughitems.technical": "Tehniline", "config.roughlyenoughitems.cheating": "Sohitegemine:", - "config.roughlyenoughitems.favoriteKeybind": "Favorite Entry:", - "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", + "config.roughlyenoughitems.favoriteKeybind": "Lisa lemmikutesse:", + "config.roughlyenoughitems.favoritesEnabled": "Lemmikud lubatud:", "config.roughlyenoughitems.clickableRecipeArrows": "Klõpsatavad retseptide nooled:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Lubatud", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Keelatud", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index dde4f38a9..b60c9944a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -6,7 +6,7 @@ "key.roughlyenoughitems.next_page": "Следующая страница", "key.roughlyenoughitems.previous_page": "Предыдущая страница", "key.roughlyenoughitems.focus_search": "Фокус поля поиска", - "key.roughlyenoughitems.copy_recipe_id": "Copy Recipe Identifier", + "key.roughlyenoughitems.copy_recipe_id": "Копировать идентификатор рецепта", "text.rei.cheating": "Мошенничество", "text.rei.cheating_disabled": "§7Мошенничество выключено", "text.rei.cheating_enabled": "§cМошенничество включено", @@ -77,17 +77,17 @@ "text.rei.next_page": "Следующая страница", "text.rei.back": "Назад", "text.rei.select": "Выбрать", - "text.rei.favorites": "Favorites", - "text.rei.favorites_tooltip": " \n§7Press %s to add this to favorites.", - "text.rei.remove_favorites_tooltip": " \n§7Press %s to remove this from favorites.", + "text.rei.favorites": "Избранное", + "text.rei.favorites_tooltip": " §7Нажмите %s что-бы добавить в избранное.", + "text.rei.remove_favorites_tooltip": " §7Нажмите %s что-бы убрать это из избранного.", "text.rei.working_station": "Рабочее место", "text.rei.recipe_id": "\n%sID рецепта: %s", "text.rei.recipe_screen_type.selection": "Выбор типа экрана рецепта", "text.rei.recipe_screen_type.selection.sub": "Вы всегда можете изменить эту настройку через окно конфигурации.", "text.rei.view_recipes_for": "Посмотреть рецепты на %s", "tooltip.rei.fluid_amount": "§7%d Unit", - "msg.rei.copied_recipe_id": "Copied Recipe Identifier", - "msg.rei.recipe_id_details": "Recipe ID: %s", + "msg.rei.copied_recipe_id": "Идентификатор рецепта скопирован", + "msg.rei.recipe_id_details": "ID рецепта: %s", "_comment": "Конфигурация подсказок", "config.roughlyenoughitems.title": "Конфигурация Roughly Enough Items", "config.roughlyenoughitems.!general": "Главное", |
