From 4a21d9eb917003dd53a9a823e62bd884a6a41947 Mon Sep 17 00:00:00 2001 From: Guanran928 <68757440+Guanran928@users.noreply.github.com> Date: Sat, 23 Apr 2022 02:39:59 +0800 Subject: [PATCH 1/2] Create zh-cn.json --- .../resources/assets/puzzle/lang/zh-cn.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/assets/puzzle/lang/zh-cn.json diff --git a/src/main/resources/assets/puzzle/lang/zh-cn.json b/src/main/resources/assets/puzzle/lang/zh-cn.json new file mode 100644 index 0000000..9a27b21 --- /dev/null +++ b/src/main/resources/assets/puzzle/lang/zh-cn.json @@ -0,0 +1,17 @@ +{ + "puzzle.text.update_available":"有新版本可供升级!", + "puzzle.screen.title":"拼图设置", + "puzzle.page.graphics":"显示设置", + "puzzle.page.resources":"资源设置", + "puzzle.page.performance":"性能设置", + "puzzle.page.misc":"其他设置", + "puzzle.option.check_for_updates":"检查更新", + "puzzle.option.show_version_info":"显示拼图版本信息", + "puzzle.option.resourcepack_splash_screen":"使用纹理包的加载界面", + "puzzle.option.disable_splash_screen_blend":"禁止加载界面徽标渲染", + "puzzle.option.emissive_textures":"发光贴图", + "puzzle.option.unlimited_model_rotations":"无限模型旋转", + "puzzle.option.bigger_custom_models":"更大的自定义模型", + "puzzle.option.render_layer_overrides":"覆盖渲染层", + "puzzle.midnightconfig.title":"拼图高级设置" +} From b008d7b75e049f7fe13c921e13ac665e1cd4f3ae Mon Sep 17 00:00:00 2001 From: Guanran928 <68757440+Guanran928@users.noreply.github.com> Date: Sat, 23 Apr 2022 02:41:05 +0800 Subject: [PATCH 2/2] Create zh-tw.json --- .../resources/assets/puzzle/lang/zh-tw.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/assets/puzzle/lang/zh-tw.json diff --git a/src/main/resources/assets/puzzle/lang/zh-tw.json b/src/main/resources/assets/puzzle/lang/zh-tw.json new file mode 100644 index 0000000..b87c575 --- /dev/null +++ b/src/main/resources/assets/puzzle/lang/zh-tw.json @@ -0,0 +1,17 @@ +{ + "puzzle.text.update_available":"有新版本可供升級!", + "puzzle.screen.title":"拼圖設置", + "puzzle.page.graphics":"顯示設置", + "puzzle.page.resources":"資源設置", + "puzzle.page.performance":"性能設置", + "puzzle.page.misc":"其他設置", + "puzzle.option.check_for_updates":"檢查更新", + "puzzle.option.show_version_info":"顯示拼圖版本信息", + "puzzle.option.resourcepack_splash_screen":"使用資源包的加載界面", + "puzzle.option.disable_splash_screen_blend":"禁止加載界面徽標渲染", + "puzzle.option.emissive_textures":"發光貼圖", + "puzzle.option.unlimited_model_rotations":"無限模型旋轉", + "puzzle.option.bigger_custom_models":"更大的自定義模型", + "puzzle.option.render_layer_overrides":"覆蓋渲染層", + "puzzle.midnightconfig.title":"拼圖高級設置" +}