diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index ecf9a97e9..ae584ae24 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -74,6 +74,12 @@ questEditorEnterNPCStart: "输入NPC的ID, , " questEditorEnterBlockStart: "右击一个方块作为起点,,," questEditorEnterInitialEvent: "输入事件名称,," questRequiredNoneSet: "必需, 未设置" +questPartiesCreate: "Players added to this party may perform quests together!" +questPartiesDelete: "The quest party was disbanded." +questPartiesInvite: " can now perform quests with you!" +questPartiesJoin: "You can now perform quests with ." +questPartiesKicked: " can no longer perform quests with you." +questPartiesLeave: "You can no longer perform quests with ." questWGSetRegion: "设置区域" questWGNotInstalled: "WorldGuard未安装" questWGPrompt: "输入 WorldGuard 区域,," @@ -262,11 +268,6 @@ stageEditorNoKillLocations: "您必须先设置击杀位置!" stageEditorNoBlockSelected: "您必须先选择方块!" stageEditorNoColors: "您必须先设置颜色!" stageEditorNoLocations: "您必须先设置位置!" -stageEditorNoEnchantmentsSet: "未设置附魔" -stageEditorNoItemsSet: "未设置物品" -stageEditorNoMobTypesSet: "未设置怪物类型" -stageEditorNoLocationsSet: "未设置位置" -stageEditorNoColorsSet: "未设置颜色" stageEditorListNotSameSize: "方块名与数量列表非相同大小!" stageEditorEnchantmentNotSameSize: "附魔列表, 物品编号和附魔数量非相同大小!" stageEditorDeliveriesNotSameSize: "物品列表和 NPC 列表非相同大小!"