From 1d17b1850580f6f3a2cdffa052160c22376c1f65 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 13 Jan 2019 14:51:18 -0500 Subject: [PATCH] New translations strings.yml (Chinese Simplified) --- src/main/resources/lang/zh-CN/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index 9d44d2145..9d4ed2df1 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -382,7 +382,7 @@ eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, < eventEditorEffects: "Event Effects" eventEditorAddEffect: "添加特效" eventEditorAddEffectLocation: "添加特效发生位置" -eventEditorNoEffects: "不能设置特效" +eventEditorNoEffects: "没有设置特效" eventEditorMustAddEffects: "You must add effects first!" eventEditorInvalidEffect: "is not a valid effect name!" eventEditorEffectsCleared: "Event effects cleared."