Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mods_feat(Slimefun Essentials): 新增黏液基礎性 v0.3.1-beta #473

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions MultiVersions/Fabric/main/slimefun_essentials/lang/en_us.json
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 MultiVersions/Fabric/main/slimefun_essentials/lang/zh_tw.json
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": "該方塊必須暴露在月光底下來處理此配方!"
}
Loading