πTranslating
UI's translation can be found in ui/locale/en.json
{
"crafting_recipes": "Crafting recipes",
"availible_recipes": "availible crafting recipes.",
"add_to_table": "Add to Crafting table",
"not_enough_items": "Lack of items for craft",
"crafting_table": "Crafting table",
"table_recipes": "recipes.",
"add_recipe": "Add recipe",
"add_recipe_text": "If you want to start making an item, add the recipe to the crafting table",
"claim_production": "Claim production",
"cancel_production": "Cancel production",
"craft_item": "Craft item",
"crafting": "Crafting...",
"crafted": "Crafted",
"modal_header": "Are you sure ?",
"modal_text": "Do you really wanto to cancel this production? This process cannot be undone.",
"modal_cancel": "Cancel",
"modal_confirm": "Confirm"
}Notifications and other can be found in shared/locale.lua
Last updated