This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods_feat(Slimefun Essentials): 新增黏液基礎性 v0.3.1-beta (#473)
歷史提交: * mods_feat(Slimefun Essentials): 新增黏液基礎性 v0.3.1-beta * mods_fix: 套用審核者的建議 Co-authored-by: StarskyXIII <[email protected]> --------- Co-authored-by: StarskyXIII <[email protected]>
- Loading branch information
1 parent
7517cee
commit d1d9b97
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
MultiVersions/Fabric/main/slimefun_essentials/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"slimefun_essentials.open_config": "Open Config", | ||
"slimefun_essentials.title": "Slimefun Essentials", | ||
"slimefun_essentials.category": "General", | ||
"slimefun_essentials.option.placed_block_features": "Enable Placed Block Features", | ||
"slimefun_essentials.option.placed_block_features.tooltip": "-> Should Slimefun Essentials give Slimefun Blocks Custom Textures? (Requires MoreBlockPredicates to be Installed on this Client and SlimefunServerEssentials on the Server)\n-> Required for Jade Integration", | ||
"slimefun_essentials.option.auto_toggle_addons": "Enable Auto Addons", | ||
"slimefun_essentials.option.auto_toggle_addons.tooltip": "Should Slimefun Essentials automatically Enable/Disable Addon Support? (Requires SlimefunServerEssentials on the Server)", | ||
"slimefun_essentials.option.addons": "Enabled Slimefun Addons:", | ||
"slimefun_essentials.option.addons.tooltip": "Add/Remove all Slimefun Addons you want Enabled (Check Mod Description for all supported)", | ||
|
||
"slimefun_essentials.recipe.category.slimefun" : "%s", | ||
"slimefun_essentials.recipe.time": "%s Seconds (%s Ticks)", | ||
"slimefun_essentials.recipe.energy.use": "%sJ Used", | ||
"slimefun_essentials.recipe.energy.generate": "%sJ Generated", | ||
"slimefun_essentials.recipe.label.day": "This block must be exposed to the Sun to process this Recipe!", | ||
"slimefun_essentials.recipe.label.night": "This block must be exposed to the Moon to process this Recipe!" | ||
} |
18 changes: 18 additions & 0 deletions
18
MultiVersions/Fabric/main/slimefun_essentials/lang/zh_tw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"slimefun_essentials.open_config": "開啟設定", | ||
"slimefun_essentials.title": "Slimefun Essentials", | ||
"slimefun_essentials.category": "一般", | ||
"slimefun_essentials.option.placed_block_features": "啟用放置方塊模型顯示功能", | ||
"slimefun_essentials.option.placed_block_features.tooltip": "-> Slimefun Essentials 是否給予黏液科技方塊自訂紋理模型?(需要將 MoreBlockPredicates 安裝在用戶端,並將 SlimefunServerEssentials 安裝在伺服器上)\n-> Jade 整合需要", | ||
"slimefun_essentials.option.auto_toggle_addons": "啟用自動附加支援", | ||
"slimefun_essentials.option.auto_toggle_addons.tooltip": "Slimefun Essentials 是否自動啟用/停用附加支援?(需要 SlimefunServerEssentials 安裝在伺服器上)", | ||
"slimefun_essentials.option.addons": "已啟用的黏液附加:", | ||
"slimefun_essentials.option.addons.tooltip": "增加/移除所有啟用的黏液附加(查看模組描述附加支援)", | ||
|
||
"slimefun_essentials.recipe.category.slimefun" : "%s", | ||
"slimefun_essentials.recipe.time": "%s 秒(%s Ticks)", | ||
"slimefun_essentials.recipe.energy.use": "%sJ 能源消耗", | ||
"slimefun_essentials.recipe.energy.generate": "%sJ 發電量", | ||
"slimefun_essentials.recipe.label.day": "該方塊必須暴露在陽光底下來處理此配方!", | ||
"slimefun_essentials.recipe.label.night": "該方塊必須暴露在月光底下來處理此配方!" | ||
} |