diff options
Diffstat (limited to 'src/main/resources')
4 files changed, 21 insertions, 22 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 49a52a05e..8d3311881 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -5,7 +5,6 @@ "key.roughlyenoughitems.usage_keybind": "Show Uses", "text.rei.cheat": "Cheat", "text.rei.nocheat": "§4§mCheat", - "text.rei.mod": "§9§o%s", "category.rei.crafting": "Crafting", "category.rei.smelting": "Smelting", "category.rei.smelting.fuel": "§eFuel", @@ -26,8 +25,8 @@ "ordering.rei.registry": "Registry", "ordering.rei.name": "Name", "ordering.rei.item_groups": "Item Groups", - "text.auto_craft.wrong_gui": "§cCan't auto craft in this inventory!", - "text.auto_craft.crafting.too_small": "§cThis inventory is too small!", + "text.speed_craft.failed_move_items": "§cCan't move items!", + "text.speed_craft.move_items": "Move Items", "text.rei.enable_craftable_only": "Enable Craftable Only: ", "text.rei.showing_craftable": "Showing Craftable", "text.rei.showing_all": "Showing All", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index cec24b748..2b8dc83d7 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -1,11 +1,10 @@ { "key.rei.category": "Roughly Enough Items", - "key.rei.recipe": "显示配方", - "key.rei.hide": "隐藏/显示REI", - "key.rei.use": "显示用途", + "key.roughlyenoughitems.recipe_keybind": "显示配方", + "key.roughlyenoughitems.hide_keybind": "隐藏/显示 REI", + "key.roughlyenoughitems.usage_keybind": "显示用途", "text.rei.cheat": "作弊", "text.rei.nocheat": "§4§m作弊", - "text.rei.mod": "§9§o%s", "category.rei.crafting": "合成", "category.rei.smelting": "冶炼", "category.rei.smelting.fuel": "§e燃料", @@ -16,9 +15,7 @@ "category.rei.brewing.reactant": "§e材料", "category.rei.brewing.result": "§e输出药水", "text.rei.config": "设置", - "text.rei.listeningkey": "正聆听按键", - "text.rei.centre_searchbox": "置中搜索栏: %s%b", - "text.rei.centre_searchbox.tooltip": "更改此设置后请重启游戏以完成更改", + "text.rei.centre_searchbox": "右置搜索栏: ", "text.rei.list_ordering": "物品清单排序", "text.rei.list_ordering_button": "%s [%s]", "ordering.rei.ascending": "顺序", @@ -26,6 +23,9 @@ "ordering.rei.registry": "注册", "ordering.rei.name": "名字", "ordering.rei.item_groups": "物品分类", - "text.auto_craft.wrong_gui": "§c不能在此菜单中自动合成!", - "text.auto_craft.crafting.too_small": "§c合成格太小!" + "text.speed_craft.failed_move_items": "§c不能移动物品!", + "text.speed_craft.move_items": "移动物品", + "text.rei.showing_craftable": "显示可合成的物品", + "text.rei.showing_all": "显示所有物品", + "text.rei.delete_items": "§c删除物品" }
\ No newline at end of file diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 5ef5d634a..82bc67267 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -1,11 +1,10 @@ { "key.rei.category": "Roughly Enough Items", - "key.rei.recipe": "顯示配方", - "key.rei.hide": "隱藏/顯示REI", - "key.rei.use": "顯示用途", + "key.roughlyenoughitems.recipe_keybind": "顯示配方", + "key.roughlyenoughitems.hide_keybind": "隱藏/顯示 REI", + "key.roughlyenoughitems.usage_keybind": "顯示用途", "text.rei.cheat": "作弊", "text.rei.nocheat": "§4§m作弊", - "text.rei.mod": "§9§o%s", "category.rei.crafting": "合成", "category.rei.smelting": "冶煉", "category.rei.smelting.fuel": "§e燃料", @@ -16,9 +15,7 @@ "category.rei.brewing.reactant": "§e材料", "category.rei.brewing.result": "§e輸出藥水", "text.rei.config": "設置", - "text.rei.listeningkey": "正聆聽按鍵", - "text.rei.centre_searchbox": "置中搜索欄: %s%b", - "text.rei.centre_searchbox.tooltip": "更改此設置後請重啟遊戲以完成更改", + "text.rei.centre_searchbox": "右置搜索欄: ", "text.rei.list_ordering": "物品清單排序", "text.rei.list_ordering_button": "%s [%s]", "ordering.rei.ascending": "順序", @@ -26,6 +23,9 @@ "ordering.rei.registry": "註冊", "ordering.rei.name": "名字", "ordering.rei.item_groups": "物品分類", - "text.auto_craft.wrong_gui": "§c不能在此菜單中自動合成!", - "text.auto_craft.crafting.too_small": "§c合成格太小!" + "text.speed_craft.failed_move_items": "§c不能移動物品!", + "text.speed_craft.move_items": "移動物品", + "text.rei.showing_craftable": "顯示可合成的物品", + "text.rei.showing_all": "顯示所有物品", + "text.rei.delete_items": "§c刪除物品" }
\ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 54a2f37e0..04e08b9ee 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", "description": "To allow players to view items and recipes.", - "version": "2.0.0.37", + "version": "2.0.0.38", "side": "client", "authors": [ "Danielshe" |
