Skip to content

Commit

Permalink
i18n: fix dt KO translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing-su committed Dec 15, 2024
1 parent c3900a8 commit 9b5fa84
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ui/raidboss/data/07-dt/dungeon/alexandria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Raus aus dem Blitz-Dreieck',
fr: 'Éloignez-vous du triangle de foudre',
cn: '远离闪电三角',
ko: '삼각형 밖으로',
ko: '전기 삼각형 밖으로',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion ui/raidboss/data/07-dt/dungeon/skydeep-cenote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Vermeide AoEs (danach Seiten)',
fr: 'Évitez les AoE (côtés ensuite)',
cn: '躲 AOE (然后去两侧)',
ko: '장판 피하기 (이후 옆으로)',
ko: '장판 피하기 (이후 양옆으로)',
},
},
},
Expand Down
12 changes: 6 additions & 6 deletions ui/raidboss/data/07-dt/dungeon/strayborough-deadwalk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Weiche den Alptraum-Flächen aus',
fr: 'Évitez les puddles des cauchemards',
cn: '躲避梦魇圈',
ko: '악몽 장판 피하기',
ko: '공중의 머리 장판 피하기',
},
},
},
Expand Down Expand Up @@ -154,7 +154,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Werde ein Geist => Verbindungen langzeiehen',
fr: 'Transformez-vous en fantôme => Étirez lien',
cn: '变成鬼魂 => 拉线至变色',
ko: '유령 변신 => 선 늘이기',
ko: '유령 상태 되기 => 선 늘이기',
},
},
},
Expand All @@ -178,14 +178,14 @@ const triggerSet: TriggerSet<Data> = {
de: 'Werde ein Geist',
fr: 'Transformez-vous en fantôme',
cn: '变成鬼魂',
ko: '유령 변신',
ko: '유령 상태 되기',
},
stayGhost: {
en: 'Stay a ghost',
de: 'Bleib ein Geist',
fr: 'Restez en fantôme',
cn: '保持鬼魂状态',
ko: '유령 유지',
ko: '유령 상태 유지',
},
},
},
Expand All @@ -212,7 +212,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Reinige Geist Status',
fr: 'Effacez le status de fantôme',
cn: '解除鬼魂状态',
ko: '유령 해제',
ko: '유령 상태 해제',
},
stayFlesh: {
en: 'Avoid ghost tiles',
Expand Down Expand Up @@ -260,7 +260,7 @@ const triggerSet: TriggerSet<Data> = {
de: 'Starte Mittig => Weiche Linien aus',
fr: 'Démarrez au milieu => Évitez les lignes',
cn: '先中间 => 躲避直线',
ko: '가운데 => 피하기',
ko: '가운데 => 직선 장판 피하기',
},
},
},
Expand Down
3 changes: 2 additions & 1 deletion ui/raidboss/data/07-dt/dungeon/vanguard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ const triggerSet: TriggerSet<Data> = {
'Bombardment': '폭격',
'Burst': '대폭발',
'Dispatch': '소대 소집',
'Electrosurge': '전격 발사',
'Electrosurge(?! )': '전격 발사',
'Electrosurge \\+ Rush': '전격 발사 + 돌진',
'Electrothermia': '전기열',
'Electrowave': '전기파',
'Electrowhirl': '일렉트로 선회',
Expand Down
6 changes: 6 additions & 0 deletions ui/raidboss/data/07-dt/dungeon/worqor-zormor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,12 @@ const triggerSet: TriggerSet<Data> = {
'Snowball': '눈덩이',
},
'replaceText': {
'\\(first\\)': '(1)',
'\\(second\\)': '(2)',
'\\(close\\)': '(가까이)',
'\\(mid\\)': '(중간)',
'\\(far\\)': '(멀리)',
'\\(fire\\)': '(불)',
'Allfire': '대분화',
'Arcane Stomp': '왕발 딛기',
'Cold Feat': '빙결',
Expand Down
2 changes: 1 addition & 1 deletion ui/raidboss/data/07-dt/trial/valigarmanda-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const bigAoeOutputStrings: OutputStrings = {
fr: 'Donut (Intérieur)',
ja: 'ドーナツの中へ',
cn: '中间月环',
ko: '도넛 안으로',
ko: '도넛 (중앙으로)',
},
out: Outputs.outOfMelee,
};
Expand Down
2 changes: 1 addition & 1 deletion ui/raidboss/data/07-dt/trial/valigarmanda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const triggerSet: TriggerSet<Data> = {
fr: 'Donut (Intérieur)',
ja: 'ドーナツの中へ',
cn: '中间月环',
ko: '도넛 안으로',
ko: '도넛 (중앙으로)',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion ui/raidboss/data/07-dt/trial/zoraal-ja-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ const triggerSet: TriggerSet<Data> = {
},
'replaceText': {
'\\(cast\\)': '(시전)',
'\\(damage\\)': '(피해)',
'\\(damage( \\d)?\\)': '(피해$1)',
'\\(enrage\\)': '(전멸기)',
'\\(lines drop\\)': '(장판 생성)',
'Actualize': '실현',
Expand Down
2 changes: 2 additions & 0 deletions ui/raidboss/data/07-dt/trial/zoraal-ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ const triggerSet: TriggerSet<Data> = {
'Zoraal Ja': '조라쟈',
},
'replaceText': {
'\\(first\\)': '(1)',
'\\(second\\)': '(2)',
'Actualize': '실현',
'Bitter Reaping': '쓰라린 수확',
'Blade Warp': '칼날 소환',
Expand Down

0 comments on commit 9b5fa84

Please sign in to comment.