diff --git a/src/main/resources/assets/fsb-interop/lang/zh_cn.json b/src/main/resources/assets/fsb-interop/lang/zh_cn.json new file mode 100644 index 0000000..16ff52e --- /dev/null +++ b/src/main/resources/assets/fsb-interop/lang/zh_cn.json @@ -0,0 +1,13 @@ +{ + "options.fsb-interop.title": "FabricSkyBoxes配置", + "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": "调试Mode", + "options.fsb-interop.debug_mode.tooltip": "如果启用,模组会在转换过程中输出转换结果和错误日志。", + "options.fsb-interop.prefer_fsb_native": "FSB天空", + "options.fsb-interop.prefer_fsb_native.tooltip": "如果启用,当检测到FSB天空,模组将不会处理/转换MCPatcher/OptiFine。" +}