diff options
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json b/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json index c69bf0e21..341fc3f4b 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json @@ -96,15 +96,20 @@ "text.rei.recipe_id": "%sId receptu: %s", "text.rei.recipe_screen_type.selection": "Výběr typu okna receptů", "text.rei.recipe_screen_type.selection.sub": "Toto nastavení můžete kdykoli změnit v konfiguračním okně. ", - "text.rei.jei_compat": "JEI kompatibilní vrstva", - "text.rei.jei_compat.false": "JEI kompatibilní vrstva: Zakázáno", - "text.rei.jei_compat.true": "JEI kompatibilní vrstva: Povoleno", + "text.rei.jei_compat": "Vrstva kompatibility s JEI", + "text.rei.jei_compat.false": "Vrstva kompatibility s JEI: Zakázáno", + "text.rei.jei_compat.true": "Vrstva kompatibility s JEI: Povoleno", + "text.rei.jei_compat.sub": "Přejete si povolit vrstvu kompatibility s JEI %s§7?\n§7To umožňuje načtení pluginů JEI z těchto zdrojů:\n%s\n\n§7Nicméně kompatibilita JEI není dokonalá, a mohou nastat problémy.\n§cPOUŽITÍ NA VLASTNÍ NEBEZPEČÍ!", + "text.rei.jei_compat.sub.stability": "§c§l(ALFA)", "text.rei.view_recipes_for": "Zobrazit recepty pro %s", "text.rei.subsets": "Podmnožiny", "text.rei.tiny_potato": "Drobné brambory", "text.rei.add_favorite_widget": "Přidat...", "favorite.section.gamemode": "Herní režim", + "favorite.section.weather": "Počasí", "tooltip.rei.fluid_amount": "§7%d Díl", + "tooltip.rei.fluid_amount.forge": "§7%d mK", + "tooltip.rei.drag_to_add_favorites": "§7Přetáhni pro přidání do oblíbených!", "msg.rei.copied_recipe_id": "Zkopírovaný identifikátor receptu", "msg.rei.recipe_id_details": "Id receptu: %s", "msg.rei.exported_recipe": "Exportovaný recept", @@ -132,10 +137,15 @@ "config.roughlyenoughitems.cheatingStyle": "Styl podvádění:", "config.roughlyenoughitems.cheatingStyle.grab": "Vzít", "config.roughlyenoughitems.cheatingStyle.give": "Dát", + "config.roughlyenoughitems.motion": "Nastavení animací / pohybu", + "config.roughlyenoughitems.motion.configScreenAnimation": "Animovaná obrazovka konfigurace:", + "config.roughlyenoughitems.motion.creditsScreenAnimation": "Animovaná obrazovka poděkování:", + "config.roughlyenoughitems.motion.favoritesAnimation": "Animované oblíbené:", "config.roughlyenoughitems.recipeScreenType": "Typ okna receptů:", "config.roughlyenoughitems.recipeScreenType.config": "Typ okna receptů: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Nenastaveno", "config.roughlyenoughitems.recipeScreenType.original": "Výchozí", + "config.roughlyenoughitems.recipeScreenType.composite": "Skládaný", "config.roughlyenoughitems.layout": "Rozložení", "config.roughlyenoughitems.tooltips": "Popisek", "config.roughlyenoughitems.accessibility": "Přístupnost", |
