From a8a311bfc9088b79048e29712377420d46314e9c Mon Sep 17 00:00:00 2001 From: sawich Date: Thu, 4 Apr 2024 02:44:33 +0300 Subject: [PATCH] pretty / close #10 --- enums/slot-type.ts | 72 ++++++++++++------------- locale/eng/slot-type.ts | 117 ++++++++++++++++++++-------------------- locale/kor/slot-type.ts | 116 +++++++++++++++++++-------------------- locale/twn/slot-type.ts | 116 +++++++++++++++++++-------------------- 4 files changed, 210 insertions(+), 211 deletions(-) diff --git a/enums/slot-type.ts b/enums/slot-type.ts index 86278d47..d7eb5913 100644 --- a/enums/slot-type.ts +++ b/enums/slot-type.ts @@ -2,18 +2,18 @@ export const enum SlotType { Common = 0x0, SoulWeapon = 0x1, SubWeapon = 0x2, - Pendant = 0x6F, + Pendant = 0x6f, Earring = 0x83, - Ring = 0x8D, + Ring = 0x8d, HeadGear = 0x97, - ShoulderGear = 0xA1, - BodyGear = 0xAB, - LegGear = 0xB5, - HairAcc = 0xB, - HairCap = 0xC, - FaceUpper = 0xD, - FaceLower = 0xE, - Glove = 0xF, + ShoulderGear = 0xa1, + BodyGear = 0xab, + LegGear = 0xb5, + HairAcc = 0xb, + HairCap = 0xc, + FaceUpper = 0xd, + FaceLower = 0xe, + Glove = 0xf, Underwear = 0x10, Costume = 0x11, Back = 0x12, @@ -31,30 +31,30 @@ export const enum SlotType { Memory3 = 0x67, Memory4 = 0x68, Memory5 = 0x69, - Memory6 = 0x6A, - Memory7 = 0x6B, - Memory8 = 0x6C, - Memory9 = 0x6D, - Memory10 = 0x6E, - SoulSpirit = 0xBF, - BikeMuffler = 0xD2, - BikeTank = 0xD3, - SoulMateBox = 0xDC, - SoulMateBlueArtifact = 0xDD, - SoulMateRedArtifact = 0xDE, - SoulMateEffect = 0xDF, - Hair = 0xFB, - HairColor = 0xFC, - SkinColor = 0xFD, - EyeColor = 0xFE, - Skill = 0xC7, - Social = 0xCB, - OwnAkashicRecode = 0xC9, - SkillAkashicRecode = 0xCA, - ConsumeItem1 = 0xC8, - HelperItem1 = 0xF0, - HelperItem2 = 0xF1, - HelperCostume = 0xF2, - Orb = 0xF3, - EyeAcc = 0xFF, + Memory6 = 0x6a, + Memory7 = 0x6b, + Memory8 = 0x6c, + Memory9 = 0x6d, + Memory10 = 0x6e, + SoulSpirit = 0xbf, + BikeMuffler = 0xd2, + BikeTank = 0xd3, + SoulMateBox = 0xdc, + SoulMateBlueArtifact = 0xdd, + SoulMateRedArtifact = 0xde, + SoulMateEffect = 0xdf, + Hair = 0xfb, + HairColor = 0xfc, + SkinColor = 0xfd, + EyeColor = 0xfe, + Skill = 0xc7, + Social = 0xcb, + OwnAkashicRecode = 0xc9, + SkillAkashicRecode = 0xca, + ConsumeItem1 = 0xc8, + HelperItem1 = 0xf0, + HelperItem2 = 0xf1, + HelperCostume = 0xf2, + Orb = 0xf3, + EyeAcc = 0xff, } diff --git a/locale/eng/slot-type.ts b/locale/eng/slot-type.ts index 60a9da80..2c6be3a0 100644 --- a/locale/eng/slot-type.ts +++ b/locale/eng/slot-type.ts @@ -4,65 +4,64 @@ import type { LocaleSidebarType } from "../types/sidebar-type"; export const slotType = { values: { - [SlotType.Common]: `Common`, - [SlotType.SoulWeapon]: `SoulWeapon`, - [SlotType.SubWeapon]: `SubWeapon`, - [SlotType.Pendant]: `Pendant (Gear)`, - [SlotType.Earring]: `Earring (Gear)`, - [SlotType.Ring]: `Ring (Gear)`, - [SlotType.HeadGear]: `Head (Gear)`, - [SlotType.ShoulderGear]: `Shoulder (Gear)`, - [SlotType.BodyGear]: `Body (Gear)`, - [SlotType.LegGear]: `Leg (Gear)`, - [SlotType.HairAcc]: `Hair acc (Fashion)`, - [SlotType.HairCap]: `Hair cap (Fashion)`, - [SlotType.FaceUpper]: `Face upper (Fashion)`, - [SlotType.FaceLower]: `Face lower (Fashion)`, - [SlotType.Glove]: `Glove (Fashion)`, - [SlotType.Underwear]: `Underwear (Fashion)`, - [SlotType.Costume]: `Costume (Fashion)`, - [SlotType.Back]: `Back (Fashion)`, - [SlotType.Socks]: `Socks (Fashion)`, - [SlotType.Shoes]: `Shoes (Fashion)`, - [SlotType.WeaponSkin]: `Weapon skin (Fashion)`, - [SlotType.Pants]: `Pants (Fashion)`, - [SlotType.Tail]: `Tail (Fashion)`, - [SlotType.Effect]: `Effect (Fashion)`, - [SlotType.BroachAtk]: `Brooch (Attack)`, - [SlotType.BroachDef]: `Brooch (Defense)`, - [SlotType.BroachFun]: `Brooch (Technical)`, - [SlotType.Memory1]: `Memory 1`, - [SlotType.Memory2]: `Memory 2`, - [SlotType.Memory3]: `Memory 3`, - [SlotType.Memory4]: `Memory 4`, - [SlotType.Memory5]: `Memory 5`, - [SlotType.Memory6]: `Memory 6`, - [SlotType.Memory7]: `Memory 7`, - [SlotType.Memory8]: `Memory 8`, - [SlotType.Memory9]: `Memory 9`, - [SlotType.Memory10]: `Memory 10`, - [SlotType.SoulSpirit]: `SoulSpirit (Gear)`, - [SlotType.BikeMuffler]: `Bike muffler`, - [SlotType.BikeTank]: `Bike tank`, - [SlotType.SoulMateBox]: `SoulMate box`, - [SlotType.SoulMateBlueArtifact]: `SoulMate artifact (Blue)`, - [SlotType.SoulMateRedArtifact]: `SoulMate artifact (Red)`, - [SlotType.SoulMateEffect]: `SoulMate effect`, - [SlotType.Hair]: `Hair (Appearance)`, - [SlotType.HairColor]: `Hair color (Appearance)`, - [SlotType.SkinColor]: `Skin color (Appearance)`, - [SlotType.EyeColor]: `Eye color (Appearance)`, - [SlotType.Skill]: `Skill`, - [SlotType.Social]: `Social`, - [SlotType.OwnAkashicRecode]: `Akashic (Own)`, - [SlotType.SkillAkashicRecode]: `Akashic (Skill)`, - [SlotType.ConsumeItem1]: `Consumable`, - [SlotType.HelperItem1]: `Helper item 1`, - [SlotType.HelperItem2]: `Helper item 2`, - [SlotType.HelperCostume]: `Helper costume`, - [SlotType.Orb]: `Orb`, - [SlotType.EyeAcc]: `Eye acc (Appearance)`, - + [SlotType.Common]: "Common", + [SlotType.SoulWeapon]: "SoulWeapon", + [SlotType.SubWeapon]: "SubWeapon", + [SlotType.Pendant]: "Pendant (Gear)", + [SlotType.Earring]: "Earring (Gear)", + [SlotType.Ring]: "Ring (Gear)", + [SlotType.HeadGear]: "Head (Gear)", + [SlotType.ShoulderGear]: "Shoulder (Gear)", + [SlotType.BodyGear]: "Body (Gear)", + [SlotType.LegGear]: "Leg (Gear)", + [SlotType.HairAcc]: "Hair acc (Fashion)", + [SlotType.HairCap]: "Hair cap (Fashion)", + [SlotType.FaceUpper]: "Face upper (Fashion)", + [SlotType.FaceLower]: "Face lower (Fashion)", + [SlotType.Glove]: "Glove (Fashion)", + [SlotType.Underwear]: "Underwear (Fashion)", + [SlotType.Costume]: "Costume (Fashion)", + [SlotType.Back]: "Back (Fashion)", + [SlotType.Socks]: "Socks (Fashion)", + [SlotType.Shoes]: "Shoes (Fashion)", + [SlotType.WeaponSkin]: "Weapon skin (Fashion)", + [SlotType.Pants]: "Pants (Fashion)", + [SlotType.Tail]: "Tail (Fashion)", + [SlotType.Effect]: "Effect (Fashion)", + [SlotType.BroachAtk]: "Brooch (Attack)", + [SlotType.BroachDef]: "Brooch (Defense)", + [SlotType.BroachFun]: "Brooch (Technical)", + [SlotType.Memory1]: "Memory 1", + [SlotType.Memory2]: "Memory 2", + [SlotType.Memory3]: "Memory 3", + [SlotType.Memory4]: "Memory 4", + [SlotType.Memory5]: "Memory 5", + [SlotType.Memory6]: "Memory 6", + [SlotType.Memory7]: "Memory 7", + [SlotType.Memory8]: "Memory 8", + [SlotType.Memory9]: "Memory 9", + [SlotType.Memory10]: "Memory 10", + [SlotType.SoulSpirit]: "SoulSpirit (Gear)", + [SlotType.BikeMuffler]: "Bike muffler", + [SlotType.BikeTank]: "Bike tank", + [SlotType.SoulMateBox]: "SoulMate box", + [SlotType.SoulMateBlueArtifact]: "SoulMate artifact (Blue)", + [SlotType.SoulMateRedArtifact]: "SoulMate artifact (Red)", + [SlotType.SoulMateEffect]: "SoulMate effect", + [SlotType.Hair]: "Hair (Appearance)", + [SlotType.HairColor]: "Hair color (Appearance)", + [SlotType.SkinColor]: "Skin color (Appearance)", + [SlotType.EyeColor]: "Eye color (Appearance)", + [SlotType.Skill]: "Skill", + [SlotType.Social]: "Social", + [SlotType.OwnAkashicRecode]: "Akashic (Own)", + [SlotType.SkillAkashicRecode]: "Akashic (Skill)", + [SlotType.ConsumeItem1]: "Consumable", + [SlotType.HelperItem1]: "Helper item 1", + [SlotType.HelperItem2]: "Helper item 2", + [SlotType.HelperCostume]: "Helper costume", + [SlotType.Orb]: "Orb", + [SlotType.EyeAcc]: "Eye acc (Appearance)", }, name: "Slot type", } satisfies LocaleSidebarType; diff --git a/locale/kor/slot-type.ts b/locale/kor/slot-type.ts index c16cbf5d..952a3df6 100644 --- a/locale/kor/slot-type.ts +++ b/locale/kor/slot-type.ts @@ -4,64 +4,64 @@ import type { LocaleSidebarType } from "../types/sidebar-type"; export const slotType = { values: { - [SlotType.Common]: `공통`, - [SlotType.SoulWeapon]: `영혼무기`, - [SlotType.SubWeapon]: `하위 무기`, - [SlotType.Pendant]: `펜던트(기어)`, - [SlotType.Earring]: `귀걸이(기어)`, - [SlotType.Ring]: `링(기어)`, - [SlotType.HeadGear]: `헤드(기어)`, - [SlotType.ShoulderGear]: `어깨(기어)`, - [SlotType.BodyGear]: `본체(기어)`, - [SlotType.LegGear]: `다리(기어)`, - [SlotType.HairAcc]: `헤어 액센트 (패션)`, - [SlotType.HairCap]: `헤어 캡(패션)`, - [SlotType.FaceUpper]: `페이스 어퍼(패션)`, - [SlotType.FaceLower]: `얼굴 아래쪽(패션)`, - [SlotType.Glove]: `장갑(패션)`, - [SlotType.Underwear]: `속옷(패션)`, - [SlotType.Costume]: `의상(패션)`, - [SlotType.Back]: `뒤로(패션)`, - [SlotType.Socks]: `양말(패션)`, - [SlotType.Shoes]: `신발(패션)`, - [SlotType.WeaponSkin]: `무기 스킨(패션)`, - [SlotType.Pants]: `바지(패션)`, - [SlotType.Tail]: `테일(패션)`, - [SlotType.Effect]: `효과(패션)`, - [SlotType.BroachAtk]: `브로치 (공격)`, - [SlotType.BroachDef]: `브로치 (방어)`, - [SlotType.BroachFun]: `브로치 (기술)`, - [SlotType.Memory1]: `메모리 1`, - [SlotType.Memory2]: `메모리 2`, - [SlotType.Memory3]: `메모리 3`, - [SlotType.Memory4]: `메모리 4`, - [SlotType.Memory5]: `메모리 5`, - [SlotType.Memory6]: `메모리 6`, - [SlotType.Memory7]: `메모리 7`, - [SlotType.Memory8]: `메모리 8`, - [SlotType.Memory9]: `메모리 9`, - [SlotType.Memory10]: `메모리 10`, - [SlotType.SoulSpirit]: `소울스피릿 (장비)`, - [SlotType.BikeMuffler]: `자전거 머플러`, - [SlotType.BikeTank]: `자전거 탱크`, - [SlotType.SoulMateBox]: `소울메이트 상자`, - [SlotType.SoulMateBlueArtifact]: `소울메이트 유물 (파란색)`, - [SlotType.SoulMateRedArtifact]: `소울메이트 유물 (빨간색)`, - [SlotType.SoulMateEffect]: `소울메이트 효과`, - [SlotType.Hair]: `헤어(외관)`, - [SlotType.HairColor]: `헤어 컬러(외관)`, - [SlotType.SkinColor]: `피부색(외관)`, - [SlotType.EyeColor]: `눈동자 색상(외관)`, - [SlotType.Skill]: `스킬`, - [SlotType.Social]: `소셜`, - [SlotType.OwnAkashicRecode]: `아카식(자체)`, - [SlotType.SkillAkashicRecode]: `아카식(스킬)`, - [SlotType.ConsumeItem1]: `소모품`, - [SlotType.HelperItem1]: `도우미 항목 1`, - [SlotType.HelperItem2]: `도우미 항목 2`, - [SlotType.HelperCostume]: `도우미 의상`, - [SlotType.Orb]: `오브`, - [SlotType.EyeAcc]: `아이 액센트(외형)`, + [SlotType.Common]: "공통", + [SlotType.SoulWeapon]: "영혼무기", + [SlotType.SubWeapon]: "하위 무기", + [SlotType.Pendant]: "펜던트(기어)", + [SlotType.Earring]: "귀걸이(기어)", + [SlotType.Ring]: "링(기어)", + [SlotType.HeadGear]: "헤드(기어)", + [SlotType.ShoulderGear]: "어깨(기어)", + [SlotType.BodyGear]: "본체(기어)", + [SlotType.LegGear]: "다리(기어)", + [SlotType.HairAcc]: "헤어 액센트 (패션)", + [SlotType.HairCap]: "헤어 캡(패션)", + [SlotType.FaceUpper]: "페이스 어퍼(패션)", + [SlotType.FaceLower]: "얼굴 아래쪽(패션)", + [SlotType.Glove]: "장갑(패션)", + [SlotType.Underwear]: "속옷(패션)", + [SlotType.Costume]: "의상(패션)", + [SlotType.Back]: "뒤로(패션)", + [SlotType.Socks]: "양말(패션)", + [SlotType.Shoes]: "신발(패션)", + [SlotType.WeaponSkin]: "무기 스킨(패션)", + [SlotType.Pants]: "바지(패션)", + [SlotType.Tail]: "테일(패션)", + [SlotType.Effect]: "효과(패션)", + [SlotType.BroachAtk]: "브로치 (공격)", + [SlotType.BroachDef]: "브로치 (방어)", + [SlotType.BroachFun]: "브로치 (기술)", + [SlotType.Memory1]: "메모리 1", + [SlotType.Memory2]: "메모리 2", + [SlotType.Memory3]: "메모리 3", + [SlotType.Memory4]: "메모리 4", + [SlotType.Memory5]: "메모리 5", + [SlotType.Memory6]: "메모리 6", + [SlotType.Memory7]: "메모리 7", + [SlotType.Memory8]: "메모리 8", + [SlotType.Memory9]: "메모리 9", + [SlotType.Memory10]: "메모리 10", + [SlotType.SoulSpirit]: "소울스피릿 (장비)", + [SlotType.BikeMuffler]: "자전거 머플러", + [SlotType.BikeTank]: "자전거 탱크", + [SlotType.SoulMateBox]: "소울메이트 상자", + [SlotType.SoulMateBlueArtifact]: "소울메이트 유물 (파란색)", + [SlotType.SoulMateRedArtifact]: "소울메이트 유물 (빨간색)", + [SlotType.SoulMateEffect]: "소울메이트 효과", + [SlotType.Hair]: "헤어(외관)", + [SlotType.HairColor]: "헤어 컬러(외관)", + [SlotType.SkinColor]: "피부색(외관)", + [SlotType.EyeColor]: "눈동자 색상(외관)", + [SlotType.Skill]: "스킬", + [SlotType.Social]: "소셜", + [SlotType.OwnAkashicRecode]: "아카식(자체)", + [SlotType.SkillAkashicRecode]: "아카식(스킬)", + [SlotType.ConsumeItem1]: "소모품", + [SlotType.HelperItem1]: "도우미 항목 1", + [SlotType.HelperItem2]: "도우미 항목 2", + [SlotType.HelperCostume]: "도우미 의상", + [SlotType.Orb]: "오브", + [SlotType.EyeAcc]: "아이 액센트(외형)", }, name: "Slot type", } satisfies LocaleSidebarType; diff --git a/locale/twn/slot-type.ts b/locale/twn/slot-type.ts index 4cc21ceb..0f908298 100644 --- a/locale/twn/slot-type.ts +++ b/locale/twn/slot-type.ts @@ -4,64 +4,64 @@ import type { LocaleSidebarType } from "../types/sidebar-type"; export const slotType = { values: { - [SlotType.Common]: `常见问题`, - [SlotType.SoulWeapon]: `灵魂武器`, - [SlotType.SubWeapon]: `子武器`, - [SlotType.Pendant]: `吊坠(齿轮)`, - [SlotType.Earring]: `耳环(齿轮)`, - [SlotType.Ring]: `环(齿轮)`, - [SlotType.HeadGear]: `头部(齿轮)`, - [SlotType.ShoulderGear]: `肩部(齿轮)`, - [SlotType.BodyGear]: `机身(齿轮)`, - [SlotType.LegGear]: `腿(齿轮)`, - [SlotType.HairAcc]: `发型设计(时尚)`, - [SlotType.HairCap]: `发帽(时尚)`, - [SlotType.FaceUpper]: `面部上部(时装)`, - [SlotType.FaceLower]: `面部降低(时装)`, - [SlotType.Glove]: `手套(时装)`, - [SlotType.Underwear]: `内衣(时装)`, - [SlotType.Costume]: `服装(时装)`, - [SlotType.Back]: `背面(时尚)`, - [SlotType.Socks]: `袜子(时尚)`, - [SlotType.Shoes]: `鞋(时尚)`, - [SlotType.WeaponSkin]: `武器皮肤(时装)`, - [SlotType.Pants]: `裤子(时尚)`, - [SlotType.Tail]: `T尾巴(时尚)`, - [SlotType.Effect]: `效果(时尚)`, - [SlotType.BroachAtk]: `胸针(攻击)`, - [SlotType.BroachDef]: `胸针(防御)`, - [SlotType.BroachFun]: `胸针(技术)`, - [SlotType.Memory1]: `记忆 1`, - [SlotType.Memory2]: `记忆 2`, - [SlotType.Memory3]: `记忆 3`, - [SlotType.Memory4]: `记忆 4`, - [SlotType.Memory5]: `记忆 5`, - [SlotType.Memory6]: `记忆 6`, - [SlotType.Memory7]: `记忆 7`, - [SlotType.Memory8]: `记忆 8`, - [SlotType.Memory9]: `记忆 9`, - [SlotType.Memory10]: `记忆 10`, - [SlotType.SoulSpirit]: `灵魂之魂(齿轮)`, - [SlotType.BikeMuffler]: `自行车消声器`, - [SlotType.BikeTank]: `自行车油箱`, - [SlotType.SoulMateBox]: `灵魂伴侣盒`, - [SlotType.SoulMateBlueArtifact]: `灵魂伴侣神器(蓝色)`, - [SlotType.SoulMateRedArtifact]: `灵魂伴侣神器(红色)`, - [SlotType.SoulMateEffect]: `灵魂伴侣效应`, - [SlotType.Hair]: `头发(外观)`, - [SlotType.HairColor]: `发色(外观)`, - [SlotType.SkinColor]: `肤色(外观)`, - [SlotType.EyeColor]: `眼睛颜色(外观)`, - [SlotType.Skill]: `技能`, - [SlotType.Social]: `社会`, - [SlotType.OwnAkashicRecode]: `阿卡什(自己的)`, - [SlotType.SkillAkashicRecode]: `Akashic (技能)`, - [SlotType.ConsumeItem1]: `消耗品`, - [SlotType.HelperItem1]: `助手项目 1`, - [SlotType.HelperItem2]: `助手项目 2`, - [SlotType.HelperCostume]: `助手服装`, - [SlotType.Orb]: `轨道`, - [SlotType.EyeAcc]: `眼睛(外观)` + [SlotType.Common]: "常见问题", + [SlotType.SoulWeapon]: "灵魂武器", + [SlotType.SubWeapon]: "子武器", + [SlotType.Pendant]: "吊坠(齿轮)", + [SlotType.Earring]: "耳环(齿轮)", + [SlotType.Ring]: "环(齿轮)", + [SlotType.HeadGear]: "头部(齿轮)", + [SlotType.ShoulderGear]: "肩部(齿轮)", + [SlotType.BodyGear]: "机身(齿轮)", + [SlotType.LegGear]: "腿(齿轮)", + [SlotType.HairAcc]: "发型设计(时尚)", + [SlotType.HairCap]: "发帽(时尚)", + [SlotType.FaceUpper]: "面部上部(时装)", + [SlotType.FaceLower]: "面部降低(时装)", + [SlotType.Glove]: "手套(时装)", + [SlotType.Underwear]: "内衣(时装)", + [SlotType.Costume]: "服装(时装)", + [SlotType.Back]: "背面(时尚)", + [SlotType.Socks]: "袜子(时尚)", + [SlotType.Shoes]: "鞋(时尚)", + [SlotType.WeaponSkin]: "武器皮肤(时装)", + [SlotType.Pants]: "裤子(时尚)", + [SlotType.Tail]: "T尾巴(时尚)", + [SlotType.Effect]: "效果(时尚)", + [SlotType.BroachAtk]: "胸针(攻击)", + [SlotType.BroachDef]: "胸针(防御)", + [SlotType.BroachFun]: "胸针(技术)", + [SlotType.Memory1]: "记忆 1", + [SlotType.Memory2]: "记忆 2", + [SlotType.Memory3]: "记忆 3", + [SlotType.Memory4]: "记忆 4", + [SlotType.Memory5]: "记忆 5", + [SlotType.Memory6]: "记忆 6", + [SlotType.Memory7]: "记忆 7", + [SlotType.Memory8]: "记忆 8", + [SlotType.Memory9]: "记忆 9", + [SlotType.Memory10]: "记忆 10", + [SlotType.SoulSpirit]: "灵魂之魂(齿轮)", + [SlotType.BikeMuffler]: "自行车消声器", + [SlotType.BikeTank]: "自行车油箱", + [SlotType.SoulMateBox]: "灵魂伴侣盒", + [SlotType.SoulMateBlueArtifact]: "灵魂伴侣神器(蓝色)", + [SlotType.SoulMateRedArtifact]: "灵魂伴侣神器(红色)", + [SlotType.SoulMateEffect]: "灵魂伴侣效应", + [SlotType.Hair]: "头发(外观)", + [SlotType.HairColor]: "发色(外观)", + [SlotType.SkinColor]: "肤色(外观)", + [SlotType.EyeColor]: "眼睛颜色(外观)", + [SlotType.Skill]: "技能", + [SlotType.Social]: "社会", + [SlotType.OwnAkashicRecode]: "阿卡什(自己的)", + [SlotType.SkillAkashicRecode]: "Akashic (技能)", + [SlotType.ConsumeItem1]: "消耗品", + [SlotType.HelperItem1]: "助手项目 1", + [SlotType.HelperItem2]: "助手项目 2", + [SlotType.HelperCostume]: "助手服装", + [SlotType.Orb]: "轨道", + [SlotType.EyeAcc]: "眼睛(外观)", }, name: "Slot type", } satisfies LocaleSidebarType;