From b85bda82b6353a14b11af67b329135adcf01d6d8 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sat, 31 Mar 2018 04:51:35 -0400 Subject: [PATCH] New translations strings.yml (Chinese Simplified) --- src/main/resources/lang/zh-CN/strings.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index 21792a4f9..9b6905784 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -249,15 +249,15 @@ stageEditorInvalidDye: "为无效的染料颜色!" stageEditorInvalidEvent: "为无效的事件名!" stageEditorDuplicateEvent: "事件以存在列表中!" stageEditorInvalidScript: "未找到 Denizen 脚本!" -stageEditorNoCitizens: "Citizens is not installed!" -stageEditorNoDenizen: "Denizen is not installed!" -stageEditorPositiveAmount: "You must enter a positive number!" -stageEditorNoNumber: "Input was not a number!" -stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!" -stageEditorNoDelaySet: "You must set a delay first!" -stageEditorNoBlockNames: "You must set block names first!" -stageEditorNoEnchantments: "You must set enchantments first!" -stageEditorNoItems: "You must add items first!" +stageEditorNoCitizens: "未安装 Citizen!" +stageEditorNoDenizen: "未安装 Denizen!" +stageEditorPositiveAmount: "您必须输入正数!" +stageEditorNoNumber: "输入值非数字!" +stageEditorNotListofNumbers: "无效条目, 输入值为非数字串!" +stageEditorNoDelaySet: "您必须先设置延迟!" +stageEditorNoBlockNames: "您必须先设置方块名!" +stageEditorNoEnchantments: "您必须先设置附魔!" +stageEditorNoItems: "您必须先添加物品!" stageEditorNoDeliveryMessage: "You must set at least one delivery message!" stageEditorNoNPCs: "You must set NPC IDs first!" stageEditorNoMobTypes: "You must set mob types first!"