diff options
author | Miku <26039249+xMikux@users.noreply.github.com> | 2022-11-12 21:40:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 13:40:42 +0000 |
commit | b9052c99778b5ad6e54e720f6f10756e8ef8cdc0 (patch) | |
tree | 3dde7de6012880c3afe3cb82f582761d112f11fd /src/main | |
parent | acdf90c8e2d5d1f5f3430c473120b4f3054463cb (diff) | |
download | YetAnotherConfigLib-b9052c99778b5ad6e54e720f6f10756e8ef8cdc0.tar.gz YetAnotherConfigLib-b9052c99778b5ad6e54e720f6f10756e8ef8cdc0.tar.bz2 YetAnotherConfigLib-b9052c99778b5ad6e54e720f6f10756e8ef8cdc0.zip |
Add Traditional Chinese (#31)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/zh_tw.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/assets/yet-another-config-lib/lang/zh_tw.json b/src/main/resources/assets/yet-another-config-lib/lang/zh_tw.json new file mode 100644 index 0000000..74b3004 --- /dev/null +++ b/src/main/resources/assets/yet-another-config-lib/lang/zh_tw.json @@ -0,0 +1,23 @@ +{
+ "yacl.control.boolean.true": "是",
+ "yacl.control.boolean.false": "否",
+
+ "yacl.control.action.execute": "執行",
+
+ "yacl.gui.save": "儲存變更",
+ "yacl.gui.save.tooltip": "儲存你的變更。",
+ "yacl.gui.finished.tooltip": "關閉介面。",
+ "yacl.gui.cancel.tooltip": "取消變更並關閉介面。",
+ "yacl.gui.reset.tooltip": "重設所有選項到預設。(這可以復原!)",
+ "yacl.gui.undo": "復原",
+ "yacl.gui.undo.tooltip": "將所有選項恢復成編輯前的狀態。",
+ "yacl.gui.fail_apply": "套用失敗",
+ "yacl.gui.fail_apply.tooltip": "發生錯誤,無法套用變更。",
+ "yacl.gui.save_before_exit": "在離開時儲存!",
+ "yacl.gui.save_before_exit.tooltip": "儲存或是取消並離開介面。",
+
+ "yacl.restart.title": "變更設定需要重開遊戲!",
+ "yacl.restart.message": "一個或多個選項需要你重開遊戲才能套用變更。",
+ "yacl.restart.yes": "關閉 Minecraft",
+ "yacl.restart.no": "忽略"
+}
|