diff --git a/src/main/resources/lang/zh-CN/strings.yml b/src/main/resources/lang/zh-CN/strings.yml index f2be38a6c..881ddcff2 100644 --- a/src/main/resources/lang/zh-CN/strings.yml +++ b/src/main/resources/lang/zh-CN/strings.yml @@ -399,7 +399,7 @@ eventEditorMobSpawnsCleared: "Mob spawns cleared." eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!" eventEditorInvalidMob: "is not a valid mob name!" eventEditorSetMobName: "Set custom name for mob" -eventEditorSetMobType: "Set mob type" +eventEditorSetMobType: "设置怪物类型" eventEditorSetMobItemInHand: "Set item in hand" eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand" eventEditorSetMobBoots: "Set boots" @@ -755,7 +755,7 @@ ENCHANTMENT_DIG_SPEED: "Efficiency" ENCHANTMENT_DURABILITY: "Unbreaking" ENCHANTMENT_FIRE_ASPECT: "FireAspect" ENCHANTMENT_FROST_WALKER: "FrostWalker" -ENCHANTMENT_KNOCKBACK: "Knockback" +ENCHANTMENT_KNOCKBACK: "击退" ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune" ENCHANTMENT_LOOT_BONUS_MOBS: "Looting" ENCHANTMENT_LUCK: "LuckOfTheSea" @@ -772,33 +772,33 @@ ENCHANTMENT_SWEEPING_EDGE: "SweepingEdge" ENCHANTMENT_THORNS: "Thorns" ENCHANTMENT_VANISHING_CURSE: "VanishingCurse" ENCHANTMENT_WATER_WORKER: "AquaAffinity" -COLOR_BLACK: "Black" -COLOR_BLUE: "Blue" -COLOR_BROWN: "Brown" -COLOR_CYAN: "Cyan" -COLOR_GRAY: "Gray" -COLOR_GREEN: "Green" -COLOR_LIGHT_BLUE: "LightBlue" +COLOR_BLACK: "黑色" +COLOR_BLUE: "蓝色" +COLOR_BROWN: "棕色" +COLOR_CYAN: "青色" +COLOR_GRAY: "灰色" +COLOR_GREEN: "绿色" +COLOR_LIGHT_BLUE: "浅蓝色" COLOR_LIME: "Lime" COLOR_MAGENTA: "Magenta" -COLOR_ORANGE: "Orange" -COLOR_PINK: "Pink" -COLOR_PURPLE: "Purple" -COLOR_RED: "Red" -COLOR_SILVER: "Silver" -COLOR_WHITE: "White" -COLOR_YELLOW: "Yellow" +COLOR_ORANGE: "橙色" +COLOR_PINK: "粉色" +COLOR_PURPLE: "紫色" +COLOR_RED: "红色" +COLOR_SILVER: "银色" +COLOR_WHITE: "白色" +COLOR_YELLOW: "黄色" timeZone: "Time zone" timeDay: "Day" timeDays: "Days" -timeMonth: "Month" -timeMonths: "Months" +timeMonth: "月" +timeMonths: "月" timeYear: "年" timeYears: "年" timeHour: "小时" timeHours: "小时" timeMinute: "分" -timeMinutes: "Minutes" +timeMinutes: "分" timeSecond: "秒" timeSeconds: "秒" timeMillisecond: "毫秒"