diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-03 17:02:55 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-03 17:02:55 +0800 |
| commit | 0b0c9163782337b91f70c4bbb529f76e760b073e (patch) | |
| tree | c267eebdc56c97cb6b6b0198f984e37bbe5798e3 /src/main/resources/assets | |
| parent | e9c090e47a1cf0e65ecaf123f06cd1272d42bc72 (diff) | |
| download | RoughlyEnoughItems-2.2.0.48.tar.gz RoughlyEnoughItems-2.2.0.48.tar.bz2 RoughlyEnoughItems-2.2.0.48.zip | |
Version Checker + Mirror REI + Fix Bugsv2.2.0.48
Fix #26
Close #21
Diffstat (limited to 'src/main/resources/assets')
6 files changed, 20 insertions, 11 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index d500a1f14..759e097ca 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -18,7 +18,6 @@ "category.rei.brewing.reactant": "§Zutat", "category.rei.brewing.result": "§eEntstehender Trank", "text.rei.config": "Einstellung", - "text.rei.centre_searchbox": "Rechte Suchbox: ", "text.rei.cheat_items": "[{item_name}] x{item_count} {player_name} gegeben.", "text.rei.failed_cheat_items": "§cItems geben fehlgeschlagen.", "text.rei.list_ordering": "Item Listen Reihenfolge", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 3cf8598b3..a639d6f69 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -18,7 +18,8 @@ "category.rei.brewing.reactant": "§eIngredient", "category.rei.brewing.result": "§eResulted Potion", "text.rei.config": "Config", - "text.rei.centre_searchbox": "Right Search Box: ", + "text.rei.side_searchbox": "Side Search Box: ", + "text.rei.mirror_rei": "Mirror REI Widgets: ", "text.rei.cheat_items": "Given [{item_name}] x{item_count} to {player_name}.", "text.rei.failed_cheat_items": "§cFailed to give items.", "text.rei.list_ordering": "Item List Ordering", @@ -30,10 +31,11 @@ "ordering.rei.item_groups": "Item Groups", "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.enable_craftable_only": "Enable Craftable Filter: ", "text.rei.showing_craftable": "Showing Craftable", "text.rei.showing_all": "Showing All", "text.rei.delete_items": "§cDelete Item", + "text.rei.check_updates": "Check Updates: ", "text.rei.update_outdated": "§6REI is outdated!\n§6Current: §a%s §6Latest: §a%s\n§6Update Priority: §a%s", "text.rei.update_changelog_line": "§6- %s" }
\ No newline at end of file diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index d3d33e749..421bf6c87 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -18,7 +18,6 @@ "category.rei.brewing.reactant": "§eKoostisosa", "category.rei.brewing.result": "§eValmiv võlujook", "text.rei.config": "Seadistus", - "text.rei.centre_searchbox": "Parempoolne otsingukast: ", "text.rei.cheat_items": "{item_count} [{item_name}] antud mängijale {player_name}.", "text.rei.failed_cheat_items": "§cEsemete andmine ebaõnnestus.", "text.rei.list_ordering": "Esemenimekirja järjestus", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 3d5df5428..e12184fd0 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -15,7 +15,6 @@ "category.rei.brewing.reactant": "§eIngrédient", "category.rei.brewing.result": "§ePotion obtenue", "text.rei.config": "Config", - "text.rei.centre_searchbox": "Zone de recherche à droite : ", "text.rei.cheat_items": "[{item_name}] x{item_count} ont été donnés à {player_name}.", "text.rei.failed_cheat_items": "§cImpossible de donner les objets.", "text.rei.list_ordering": "Ordre de la liste d'objets", @@ -25,9 +24,9 @@ "ordering.rei.registry": "Registre", "ordering.rei.name": "Nom", "ordering.rei.item_groups": "Groupes d'objets", - "text.speed_craft.failed_move_items": "§cImpossible de déplacer les objets !", + "text.speed_craft.failed_move_items": "§cImpossible de déplacer les objets!", "text.speed_craft.move_items": "Déplacer les objets", - "text.rei.enable_craftable_only": "Activer les recettes réalisables uniquement : ", + "text.rei.enable_craftable_only": "Activer les recettes réalisables uniquement: ", "text.rei.showing_craftable": "Recettes réalisables", "text.rei.showing_all": "Toutes les recettes", "text.rei.delete_items": "§cSupprimer l'objet" diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6d0a45de2..60608b48d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -18,7 +18,8 @@ "category.rei.brewing.reactant": "§e材料", "category.rei.brewing.result": "§e输出药水", "text.rei.config": "设置", - "text.rei.centre_searchbox": "右置搜索栏: ", + "text.rei.side_searchbox": "不置中搜索栏: ", + "text.rei.mirror_rei": "右置 REI 小工具: ", "text.rei.cheat_items": "已将 {item_count} 个 [{item_name}] 给予 {player_name}", "text.rei.failed_cheat_items": "§c不能给予物品.", "text.rei.list_ordering": "物品清单排序", @@ -30,7 +31,11 @@ "ordering.rei.item_groups": "物品分类", "text.speed_craft.failed_move_items": "§c不能移动物品!", "text.speed_craft.move_items": "移动物品", + "text.rei.enable_craftable_only": "过滤不可合成的物品: ", "text.rei.showing_craftable": "显示可合成的物品", "text.rei.showing_all": "显示所有物品", - "text.rei.delete_items": "§c删除物品" + "text.rei.delete_items": "§c删除物品", + "text.rei.check_updates": "检查更新: ", + "text.rei.update_outdated": "§6REI 需要更新!\n§6当前版本: §a%s §6最新版本: §a%s\n§6重要性: §a%s", + "text.rei.update_changelog_line": "§6- %s" }
\ 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 1ce972ac6..c7194d2ba 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -18,7 +18,8 @@ "category.rei.brewing.reactant": "§e材料", "category.rei.brewing.result": "§e輸出藥水", "text.rei.config": "設置", - "text.rei.centre_searchbox": "右置搜索欄: ", + "text.rei.side_searchbox": "不置中搜索欄: ", + "text.rei.mirror_rei": "右置 REI 小工具: ", "text.rei.cheat_items": "已將 {item_count} 個 [{item_name}] 給予 {player_name}", "text.rei.failed_cheat_items": "§c不能給予物品.", "text.rei.list_ordering": "物品清單排序", @@ -30,7 +31,11 @@ "ordering.rei.item_groups": "物品分類", "text.speed_craft.failed_move_items": "§c不能移動物品!", "text.speed_craft.move_items": "移動物品", + "text.rei.enable_craftable_only": "過濾不可合成的物品: ", "text.rei.showing_craftable": "顯示可合成的物品", "text.rei.showing_all": "顯示所有物品", - "text.rei.delete_items": "§c刪除物品" + "text.rei.delete_items": "§c刪除物品", + "text.rei.check_updates": "檢查更新: ", + "text.rei.update_outdated": "§6REI 需要更新!\n§6當前版本: §a%s §6最新版本: §a%s\n§6重要性: §a%s", + "text.rei.update_changelog_line": "§6- %s" }
\ No newline at end of file |
