aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-17 17:26:31 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-17 17:26:31 +0800
commit0958de019acaf28cf3324a4e2dc4715ad612353e (patch)
treed4dc558bab0f10a99635592032439e36943c224d /src/main/resources
parent5c91a6654e697fdadde79508f3ef994936e4b952 (diff)
downloadRoughlyEnoughItems-0958de019acaf28cf3324a4e2dc4715ad612353e.tar.gz
RoughlyEnoughItems-0958de019acaf28cf3324a4e2dc4715ad612353e.tar.bz2
RoughlyEnoughItems-0958de019acaf28cf3324a4e2dc4715ad612353e.zip
Fix bugs + translation
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index a948b601c..6a861d9f1 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -117,7 +117,7 @@
"config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.true": "New REI Thread",
"config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.false": "§cPacket Thread",
"config.roughlyenoughitems.weatherCommand": "Weather Command:",
- "config.roughlyenoughitems.itemListOrdering": "Item List Ordering:",
+ "config.roughlyenoughitems.itemListOrdering": "Entry List Ordering:",
"config.roughlyenoughitems.list_ordering_button": "%s [%s]",
"config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:",
"config.roughlyenoughitems.recipeScreenType.unset": "Not Set",
@@ -126,6 +126,9 @@
"config.roughlyenoughitems.itemCheatingMode": "Item Cheating Amount:",
"config.roughlyenoughitems.itemCheatingMode.rei_like": "Normal",
"config.roughlyenoughitems.itemCheatingMode.jei_like": "Inverted",
- "config.roughlyenoughitems.appendModNames": "Append Mod Names",
+ "config.roughlyenoughitems.appendModNames": "Append Mod Names:",
+ "config.roughlyenoughitems.scrollingEntryListWidget": "Entry List Action:",
+ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled",
+ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated",
"text.rei.credit.text": "§lRoughly Enough Items (v%s)\n§7Originally a fork for Almost Enough Items.\n\n§lDevelopers\n Originally by ZenDarva\n Rewritten by Danielshe\n Old Plugin Support by TehNut\n\n§lLanguage Translation\n%s\n\n§lLicense\n§7Roughly Enough Items is licensed with MIT."
}