From af83048fbf277d3b84e68a37200dc2b25a0d6638 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:54:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?mods=5Ffeat(o=CF=89o):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20o=CF=89o=20=E7=A8=8B=E5=BC=8F=E5=BA=AB=20v0.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MultiVersions/Fabric/main/owo/lang/en_us.json | 76 +++++++++++++++++++ MultiVersions/Fabric/main/owo/lang/zh_tw.json | 76 +++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 MultiVersions/Fabric/main/owo/lang/en_us.json create mode 100644 MultiVersions/Fabric/main/owo/lang/zh_tw.json diff --git a/MultiVersions/Fabric/main/owo/lang/en_us.json b/MultiVersions/Fabric/main/owo/lang/en_us.json new file mode 100644 index 000000000..44ac17181 --- /dev/null +++ b/MultiVersions/Fabric/main/owo/lang/en_us.json @@ -0,0 +1,76 @@ +{ + "text.owo.itemGroup.tab_template": [ + { "index": 0 }, + { "text": " > ", "color": "gray" }, + { "index": 1, "color": "dark_gray" } + ], + "text.owo.config.search": "Search...", + "text.owo.config.search.matches": "%d of %d", + "text.owo.config.search.no_matches": "No matches", + "text.owo.config.must_restart": "Some changes you made require a restart to apply", + "text.owo.config.button.exit_minecraft": "Exit Minecraft", + "text.owo.config.button.ignore_restart": "Restart later", + "text.owo.config.button.range.edit_as_text": "Edit as text", + "text.owo.config.button.range.edit_with_slider": "Edit with slider", + "text.owo.config.applies_after_restart": [ + { + "text": "⏻ ", + "color": "#FAEA48" + }, + { + "text": "This option applies after a restart", + "color": "gray" + } + ], + "text.owo.config.managed_by_server": [ + { + "text": "⚑ ", + "color": "#EB1D36" + }, + { + "text": "This option is being managed by the server\n Disconnect to edit it", + "color": "gray" + } + ], + "text.owo.config.button.reload": "Reload", + "text.owo.config.button.done": "Done", + "text.owo.config.sections": [ + { + "text": "Sections", + "underlined": true + } + ], + "text.owo.config.list.add_entry": "Add entry", + "text.owo.config.boolean_toggle.enabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "✔", + "color": "#28FFBF" + }, + { + "text": "]", + "color": "gray" + }, + " Enabled" + ], + "text.owo.config.boolean_toggle.disabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "❌", + "color": "#EB1D36" + }, + { + "text": "]", + "color": "gray" + }, + " Disabled" + ] +} \ No newline at end of file diff --git a/MultiVersions/Fabric/main/owo/lang/zh_tw.json b/MultiVersions/Fabric/main/owo/lang/zh_tw.json new file mode 100644 index 000000000..7acac8317 --- /dev/null +++ b/MultiVersions/Fabric/main/owo/lang/zh_tw.json @@ -0,0 +1,76 @@ +{ + "text.owo.itemGroup.tab_template": [ + { "index": 0 }, + { "text": " > ", "color": "gray" }, + { "index": 1, "color": "dark_gray" } + ], + "text.owo.config.search": "搜尋……", + "text.owo.config.search.matches": "%d/%d", + "text.owo.config.search.no_matches": "沒有符合搜尋的結果", + "text.owo.config.must_restart": "部分變動需要重開才能套用", + "text.owo.config.button.exit_minecraft": "離開 Minecraft", + "text.owo.config.button.ignore_restart": "稍後重開", + "text.owo.config.button.range.edit_as_text": "以文字編輯", + "text.owo.config.button.range.edit_with_slider": "以滑桿編輯", + "text.owo.config.applies_after_restart": [ + { + "text": "⏻ ", + "color": "#FAEA48" + }, + { + "text": "該選項在重開遊戲後才會套用", + "color": "gray" + } + ], + "text.owo.config.managed_by_server": [ + { + "text": "⚑ ", + "color": "#EB1D36" + }, + { + "text": "該選項已由伺服器管理\n 請中斷連線來編輯它", + "color": "gray" + } + ], + "text.owo.config.button.reload": "重新載入", + "text.owo.config.button.done": "完成", + "text.owo.config.sections": [ + { + "text": "區段", + "underlined": true + } + ], + "text.owo.config.list.add_entry": "新增項目", + "text.owo.config.boolean_toggle.enabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "✔", + "color": "#28FFBF" + }, + { + "text": "]", + "color": "gray" + }, + " 已啟用" + ], + "text.owo.config.boolean_toggle.disabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "❌", + "color": "#EB1D36" + }, + { + "text": "]", + "color": "gray" + }, + " 已停用" + ] +} \ No newline at end of file From 7876c047c6ea499171ab8fac4973e3d9372ea1c7 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Sun, 5 Mar 2023 02:19:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?mods=5Ffix(o=CF=89o):=20=E5=A5=97=E7=94=A8?= =?UTF-8?q?=E5=AF=A9=E6=A0=B8=E8=80=85=E7=9A=84=E5=BB=BA=E8=AD=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: StarskyXIII <71606873+StarskyXIII@users.noreply.github.com> --- MultiVersions/Fabric/main/owo/lang/zh_tw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MultiVersions/Fabric/main/owo/lang/zh_tw.json b/MultiVersions/Fabric/main/owo/lang/zh_tw.json index 7acac8317..c21870e1e 100644 --- a/MultiVersions/Fabric/main/owo/lang/zh_tw.json +++ b/MultiVersions/Fabric/main/owo/lang/zh_tw.json @@ -7,9 +7,9 @@ "text.owo.config.search": "搜尋……", "text.owo.config.search.matches": "%d/%d", "text.owo.config.search.no_matches": "沒有符合搜尋的結果", - "text.owo.config.must_restart": "部分變動需要重開才能套用", + "text.owo.config.must_restart": "部分變更需要重啟遊戲才能套用", "text.owo.config.button.exit_minecraft": "離開 Minecraft", - "text.owo.config.button.ignore_restart": "稍後重開", + "text.owo.config.button.ignore_restart": "稍後重啟", "text.owo.config.button.range.edit_as_text": "以文字編輯", "text.owo.config.button.range.edit_with_slider": "以滑桿編輯", "text.owo.config.applies_after_restart": [ @@ -18,7 +18,7 @@ "color": "#FAEA48" }, { - "text": "該選項在重開遊戲後才會套用", + "text": "該選項在重啟遊戲後才會套用", "color": "gray" } ],