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

Create zh_tw.json #4

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/main/resources/assets/fsb-interop/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"options.fsb-interop.title": "FabricSkyBoxes Interop 設定",
"options.fsb-interop.interoperability": "自定義天空",
"options.fsb-interop.interoperability.tooltip": "若啟用,此模組將嘗試讀取/載入 MCPatcher/OptiFine 自定義天空。",
"options.fsb-interop.process_optifine": "OptiFine 自定義天空",
"options.fsb-interop.process_optifine.tooltip": "若啟用,此模組將嘗試讀取/載入 OptiFine 自定義天空。",
"options.fsb-interop.process_mcpatcher": "MCPatcher 自定義天空",
"options.fsb-interop.process_mcpatcher.tooltip": "若啟用,此模組將嘗試讀取/載入 MCPatcher 自定義天空。",
"options.fsb-interop.debug_mode": "除錯模式",
"options.fsb-interop.debug_mode.tooltip": "若啟用,此模組會在轉換過程中輸出轉換結果和錯誤日誌。",
"options.fsb-interop.prefer_fsb_native": "關閉 FSB 天空",
"options.fsb-interop.prefer_fsb_native.tooltip": "若啟用,如果偵測到 FSB 天空,此模組將不會處理/轉換 MCPatcher/OptiFine。"
}