aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author神枪968 <67826085+GodGun968@users.noreply.github.com>2022-09-06 22:27:07 +0800
committerGitHub <noreply@github.com>2022-09-06 15:27:07 +0100
commit9a53bb428b2412d25b82f8d70b824cd8d4f6f4cd (patch)
tree9c3c9fd8e40dd17c57ab01243d1cee4677f5d0d5
parentcdbb75a2646d5b2e29b839f3598043d4276a7fa6 (diff)
downloadYetAnotherConfigLib-9a53bb428b2412d25b82f8d70b824cd8d4f6f4cd.tar.gz
YetAnotherConfigLib-9a53bb428b2412d25b82f8d70b824cd8d4f6f4cd.tar.bz2
YetAnotherConfigLib-9a53bb428b2412d25b82f8d70b824cd8d4f6f4cd.zip
Require restart zh_cn.json (#12)
-rw-r--r--src/main/resources/assets/yet-another-config-lib/lang/zh_cn.json7
1 files changed, 6 insertions, 1 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 576f7f6..52874ee 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
@@ -14,5 +14,10 @@
"yacl.gui.fail_apply": "应用失败",
"yacl.gui.fail_apply.tooltip": "有一个错误以至于更改不能被应用.",
"yacl.gui.save_before_exit": "退出前保存!",
- "yacl.gui.save_before_exit.tooltip": "保存或取消以退出GUI."
+ "yacl.gui.save_before_exit.tooltip": "保存或取消以退出GUI.",
+
+ "yacl.restart.title": "配置需要重启!",
+ "yacl.restart.message": "一个或多个选项需要你重新启动游戏才能应用更改.",
+ "yacl.restart.yes": "关闭Minecraft",
+ "yacl.restart.no": "忽略"
}