aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/roughlyenoughitems
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json16
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/fr_fr.json12
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json16
3 files changed, 31 insertions, 13 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 93a19790d..81ab48eb3 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -1,10 +1,10 @@
{
- "key.rei.category":"Roughly Enough Items",
- "key.rei.recipe":"Show Recipe",
- "key.rei.hide":"Hide/Show REI",
- "key.rei.use":"Show Uses",
- "text.rei.cheat":"Cheat",
- "text.rei.nocheat":"§4§mCheat",
+ "key.rei.category": "Roughly Enough Items",
+ "key.rei.recipe": "Show Recipe",
+ "key.rei.hide": "Hide/Show REI",
+ "key.rei.use": "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",
@@ -14,5 +14,7 @@
"category.rei.brewing": "Brewing",
"category.rei.brewing.input": "§eOriginal Potion",
"category.rei.brewing.reactant": "§eIngredient",
- "category.rei.brewing.result": "§eResulted Potion"
+ "category.rei.brewing.result": "§eResulted Potion",
+ "text.rei.config": "Config",
+ "text.rei.listeningkey": "Listening Key"
} \ No newline at end of file
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
index 04f79cb24..8c24d1f5a 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
@@ -1,8 +1,8 @@
{
- "key.rei.category":"Roughly Enough Items",
- "key.rei.recipe":"Afficher la recette",
- "key.rei.hide":"Masquer/afficher REI",
- "key.rei.use":"Afficher les utilisations",
- "text.rei.cheat":"Triche",
- "text.rei.nocheat":"§4§mTriche"
+ "key.rei.category": "Roughly Enough Items",
+ "key.rei.recipe": "Afficher la recette",
+ "key.rei.hide": "Masquer/afficher REI",
+ "key.rei.use": "Afficher les utilisations",
+ "text.rei.cheat": "Triche",
+ "text.rei.nocheat": "§4§mTriche"
}
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json
new file mode 100644
index 000000000..f81f0dc55
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json
@@ -0,0 +1,16 @@
+{
+ "key.rei.category": "大致足夠的物品(REI)",
+ "key.rei.recipe": "顯示配方",
+ "key.rei.hide": "隱藏/顯示REI",
+ "key.rei.use": "顯示用途",
+ "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燃料",
+ "category.rei.brewing": "釀造",
+ "category.rei.brewing.input": "§e輸入藥水",
+ "category.rei.brewing.reactant": "§e材料",
+ "category.rei.brewing.result": "§e輸出藥水"
+}