diff options
author | 神枪968 <67826085+GodGun968@users.noreply.github.com> | 2022-11-12 21:40:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 13:40:32 +0000 |
commit | acdf90c8e2d5d1f5f3430c473120b4f3054463cb (patch) | |
tree | 062b264ae2ac43da7ceb723809699d4128f43fb0 /src/main | |
parent | 6b9e7e79e0ae178d25bce119507d16bf3c37096c (diff) | |
download | YetAnotherConfigLib-acdf90c8e2d5d1f5f3430c473120b4f3054463cb.tar.gz YetAnotherConfigLib-acdf90c8e2d5d1f5f3430c473120b4f3054463cb.tar.bz2 YetAnotherConfigLib-acdf90c8e2d5d1f5f3430c473120b4f3054463cb.zip |
Update zh_cn.json (#33)
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json b/src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json index 52874ee..10bfbaf 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json @@ -5,19 +5,19 @@ "yacl.control.action.execute": "执行", "yacl.gui.save": "保存更改", - "yacl.gui.save.tooltip": "使所做更改变为永久性的.", - "yacl.gui.finished.tooltip": "关闭GUI.", - "yacl.gui.cancel.tooltip": "忽略犹豫不决的更改然后关闭GUI.", - "yacl.gui.reset.tooltip": "将所有选项重置为默认值.(这是可逆的!)", + "yacl.gui.save.tooltip": "使所做更改变为永久性的。", + "yacl.gui.finished.tooltip": "关闭GUI。", + "yacl.gui.cancel.tooltip": "忽略犹豫不决的更改然后关闭GUI。", + "yacl.gui.reset.tooltip": "将所有选项重置为默认值。(这是可逆的!)", "yacl.gui.undo": "撤销", - "yacl.gui.undo.tooltip": "将所有选项恢复到编辑前的状态.", + "yacl.gui.undo.tooltip": "将所有选项恢复到编辑前的状态。", "yacl.gui.fail_apply": "应用失败", - "yacl.gui.fail_apply.tooltip": "有一个错误以至于更改不能被应用.", - "yacl.gui.save_before_exit": "退出前保存!", - "yacl.gui.save_before_exit.tooltip": "保存或取消以退出GUI.", + "yacl.gui.fail_apply.tooltip": "有一个错误以至于更改不能被应用。", + "yacl.gui.save_before_exit": "退出前保存!", + "yacl.gui.save_before_exit.tooltip": "保存或取消以退出GUI。", - "yacl.restart.title": "配置需要重启!", - "yacl.restart.message": "一个或多个选项需要你重新启动游戏才能应用更改.", + "yacl.restart.title": "配置需要重启!", + "yacl.restart.message": "一个或多个选项需要你重新启动游戏才能应用更改。", "yacl.restart.yes": "关闭Minecraft", "yacl.restart.no": "忽略" } |