diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index 9b6905784..8836af875 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -258,23 +258,23 @@ 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!" -stageEditorNoKillLocations: "You must set kill locations first!" -stageEditorNoBlockSelected: "You must select a block first." -stageEditorNoColors: "You must set colors first!" -stageEditorNoLocations: "You must set locations first!" -stageEditorNoEnchantmentsSet: "No enchantments set" -stageEditorNoItemsSet: "No items set" -stageEditorNoMobTypesSet: "No mob types set" -stageEditorNoLocationsSet: "No locations set" -stageEditorNoColorsSet: "No colors set" -stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!" -stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!" -stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!" -stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!" -stageEditorAllListsNotSameSize: "All of your lists are not the same size!" +stageEditorNoDeliveryMessage: "您必须先设置至少一个传递信息!" +stageEditorNoNPCs: "您必须先设置 NPC 编号!" +stageEditorNoMobTypes: "您必须先设置怪物类型!" +stageEditorNoKillLocations: "您必须先设置击杀位置!" +stageEditorNoBlockSelected: "您必须先选择方块!" +stageEditorNoColors: "您必须先设置颜色!" +stageEditorNoLocations: "您必须先设置位置!" +stageEditorNoEnchantmentsSet: "未设置附魔" +stageEditorNoItemsSet: "未设置物品" +stageEditorNoMobTypesSet: "未设置怪物类型" +stageEditorNoLocationsSet: "未设置位置" +stageEditorNoColorsSet: "未设置颜色" +stageEditorListNotSameSize: "方块名与数量列表非相同大小!" +stageEditorEnchantmentNotSameSize: "附魔列表, 物品编号和附魔数量非相同大小!" +stageEditorDeliveriesNotSameSize: "物品列表和 NPC 列表非相同大小!" +stageEditorNPCKillsNotSameSize: "NPC 列表和击杀数量非相同大小!" +stageEditorAllListsNotSameSize: "您的所有列表均非相同大小!" stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!" stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!" stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"