From 86835f6b43c37bf171719a1dda26edaeb44bf712 Mon Sep 17 00:00:00 2001 From: dirtTW <31981880+yichifauzi@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:36:32 +0700 Subject: [PATCH] Added Traditional Chinese (zh_tw.json) Added Traditional Chinese translations --- .../assets/replanter-plus/lang/zh_tw.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/assets/replanter-plus/lang/zh_tw.json diff --git a/src/main/resources/assets/replanter-plus/lang/zh_tw.json b/src/main/resources/assets/replanter-plus/lang/zh_tw.json new file mode 100644 index 0000000..68bce0b --- /dev/null +++ b/src/main/resources/assets/replanter-plus/lang/zh_tw.json @@ -0,0 +1,16 @@ +{ + "category.replanter": "Replanter Plus", + "key.replanter.menu": "打開配置畫面", + "key.replanter.toggle": "切換重新種植", + "replanter.gui.seed_not_in_hotbar": " 不在物品欄", + "replanter.gui.seed_not_in_hand": " 不在手上", + "replanter.configscreen.enabled": "已啟用", + "replanter.configscreen.sneakToggle": "潛行時禁用", + "replanter.configscreen.tickDelay": "物品使用延遲", + "replanter.configscreen.missingItemNotifications": "物品缺失通知", + "replanter.configscreen.autoSwitch": "自動切換", + "replanter.configscreen.requireSeedHeld": "需要握住種子", + "replanter.configscreen.done": "完成", + "replanter.switchbutton.label.on": "開", + "replanter.switchbutton.label.off": "關" +} \ No newline at end of file