Skip to content

Commit

Permalink
triggers build: i18n: update ko translations (#569)
Browse files Browse the repository at this point in the history
- raidboss
  - 00-misc
    - test
    - the masked carnivale
  - 07-dt
    - queen eternal
    - cloud of darkness chaotic d7e47cb
  • Loading branch information
github-actions committed Jan 13, 2025
1 parent 5073bd5 commit 2716f2e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 00-misc/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ Options.Triggers.push({
outputStrings: {
text: {
en: 'Trigger countdown test',
ko: '트리거 카운트다운 테스트',
},
},
},
Expand Down Expand Up @@ -614,7 +615,6 @@ Options.Triggers.push({
},
{
locale: 'ko',
missingTranslations: true,
replaceSync: {
'You bid farewell to the striking dummy': '.*나무인형에게 작별 인사를 합니다',
'You bow courteously to the striking dummy': '.*나무인형에게 공손하게 인사합니다',
Expand All @@ -627,6 +627,7 @@ Options.Triggers.push({
'cactbot test watch': 'cactbot 탐지 테스트',
'cactbot test combatant cast': 'cactbot 스킬 시전 테스트',
'cactbot test outputStrings': 'cactbot outputStrings 테스트',
'cactbot test trigger countdown': 'cactbot 트리거 카운트다운 테스트',
'You clap for the striking dummy': '.*나무인형에게 박수를 보냅니다',
'You psych yourself up alongside the striking dummy': '.*나무인형에게 힘을 불어넣습니다',
'You poke the striking dummy': '.*나무인형을 쿡쿡 찌릅니다',
Expand Down
3 changes: 2 additions & 1 deletion 00-misc/the_masked_carnivale.js
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,6 @@ Options.Triggers.push({
},
{
'locale': 'ko',
'missingTranslations': true,
'replaceSync': {
'Apademak': '아페데마크',
'Arena Catoblepas': '투기장 카토블레파스',
Expand All @@ -1665,8 +1664,10 @@ Options.Triggers.push({
'Crom Dubh': '크롬 두브',
'Durinn': '두린',
'Epilogi': '에필로기',
'Gilded Cyclops': '골도르 사이클롭스',
'Gladiatorial Node': '투기 시스템',
'Gogo, Master of Mimicry': '흉내쟁이 고고',
'Goldor': '골도르',
'Guimauve': '기모브',
'Hydnora': '히드노라',
'Kreios': '크레이오스',
Expand Down
2 changes: 1 addition & 1 deletion 05-shb/raid/e9s.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ Options.Triggers.push({
fr: 'Orientez le laser vers l\'extérieur',
ja: 'レーザーを外に向ける',
cn: '向外引导激光',
ko: '바깥 바라보기 (레이저 유도)',
ko: '레이저를 바깥으로 유도하기',
},
},
},
Expand Down
18 changes: 17 additions & 1 deletion 07-dt/alliance/cloud_of_darkness_chaotic.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Options.Triggers.push({
de: 'Verhängnis Reinigenm',
ja: '死の宣告にエスナ',
cn: '驱散死宣',
ko: '죽음의 선고 해제',
},
},
},
Expand Down Expand Up @@ -131,24 +132,28 @@ Options.Triggers.push({
de: '${mech} => ${followup}',
ja: '${mech} => ${followup}',
cn: '${mech} => ${followup}',
ko: '${mech} => ${followup}',
},
left: {
en: 'Left, under hand',
de: 'Links, unter die Hand',
ja: '左 手の下へ',
cn: '左边脚下',
ko: '왼쪽, 손 아래로',
},
right: {
en: 'Right, under hand',
de: 'Rechts, unter die Hand',
ja: '右 手の下へ',
cn: '右边脚下',
ko: '오른쪽, 손 아래로',
},
aero: {
en: 'Knockback',
de: 'Rückstoß',
ja: 'ノックバック',
cn: '击退',
ko: '넉백',
},
death: Outputs.outThenIn,
out: Outputs.out,
Expand Down Expand Up @@ -184,12 +189,14 @@ Options.Triggers.push({
de: 'Hand ködern, nach Hinten ausweichen',
ja: '手を避ける くるっとターン',
cn: '面朝场外放手',
ko: '손 유도, 뒤로 피하기',
},
front: {
en: 'Bait hand, dodge forwards',
de: 'Hand ködern, nach Vorne ausweichen',
ja: '手を避ける 前に進む',
cn: '面朝场内放手',
ko: '손 유도, 앞으로 피하기',
},
unknown: Outputs.unknown,
},
Expand All @@ -205,6 +212,7 @@ Options.Triggers.push({
de: 'Wilde Rage (Allianzen)',
ja: '頭割り アラ単位集合',
cn: '分队挡枪分摊',
ko: '쉐어 (연합파티)',
},
},
},
Expand All @@ -229,6 +237,7 @@ Options.Triggers.push({
de: 'Flare auf DIR',
ja: '自分にフレア 捨てる',
cn: '核爆点名',
ko: '플레어 대상자',
},
},
},
Expand Down Expand Up @@ -265,6 +274,7 @@ Options.Triggers.push({
de: 'Weit weg => Rein',
ja: '離れて 吸い込み後 中へ',
cn: '远离 => 中间',
ko: '멀리 떨어지기 => 안으로',
},
},
},
Expand Down Expand Up @@ -380,6 +390,7 @@ Options.Triggers.push({
de: 'Ecken',
ja: '角へ',
cn: '去四角',
ko: '구석으로',
},
under: Outputs.getUnder,
},
Expand Down Expand Up @@ -422,6 +433,7 @@ Options.Triggers.push({
de: 'Rotiere ${rotateStr}',
ja: '回転ビーム ${rotateStr}',
cn: '${rotateStr} 旋转',
ko: '${rotateStr} 회전',
},
clockwise: Outputs.clockwise,
counterClockwise: Outputs.counterclockwise,
Expand All @@ -447,7 +459,7 @@ Options.Triggers.push({
fr: 'Orientez le laser vers l\'extérieur',
ja: 'レーザーを外に向ける',
cn: '面向场外放激光',
ko: '바깥 바라보기 (레이저 유도)',
ko: '레이저를 바깥으로 유도하기',
},
},
},
Expand Down Expand Up @@ -478,6 +490,7 @@ Options.Triggers.push({
de: 'Seiten => Mitte',
ja: 'サイド => 真ん中',
cn: '两侧 => 中间',
ko: '양 옆 => 중앙',
},
},
},
Expand All @@ -496,6 +509,7 @@ Options.Triggers.push({
de: 'Mitte => Seiten',
ja: '真ん中 => サイド',
cn: '中间 => 两侧',
ko: '중앙 => 양 옆',
},
},
},
Expand Down Expand Up @@ -586,6 +600,7 @@ Options.Triggers.push({
de: 'Start ${first}',
ja: '最初は ${first} から',
cn: '先 ${first}',
ko: '${first} 시작',
},
leftCleave: Outputs.right,
rightCleave: Outputs.left,
Expand Down Expand Up @@ -659,6 +674,7 @@ Options.Triggers.push({
de: 'AoE + Spieler-Wechsel',
ja: 'AoE + プレイヤーシャッフル',
cn: 'AoE + 换位',
ko: '전체 공격 + 자리 교체',
},
},
},
Expand Down
14 changes: 14 additions & 0 deletions 07-dt/trial/queen-eternal.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Options.Triggers.push({
repeatedAOE: {
en: 'Continuous light AoE',
cn: '连续小AoE',
ko: '지속적인 약한 전체 공격',
},
},
},
Expand Down Expand Up @@ -120,6 +121,7 @@ Options.Triggers.push({
regaliaYou: {
en: 'Laser tether on YOU',
cn: '激光连线点名',
ko: '레이저 선 대상자',
},
},
},
Expand Down Expand Up @@ -148,6 +150,7 @@ Options.Triggers.push({
floating: {
en: 'Gravitation -- Levitating',
cn: '重力 -- 上浮',
ko: '중력 -- 상승',
},
},
},
Expand All @@ -165,6 +168,7 @@ Options.Triggers.push({
falling: {
en: 'Gravitation -- Falling',
cn: '重力 -- 下降',
ko: '중력 -- 하강',
},
},
},
Expand All @@ -182,6 +186,7 @@ Options.Triggers.push({
floating: {
en: 'Gravitation -- Levitating',
cn: '重力 -- 上浮',
ko: '중력 -- 상승',
},
},
},
Expand All @@ -203,10 +208,12 @@ Options.Triggers.push({
fallCastle: {
en: 'In front of ground windows',
cn: '正对下层空洞',
ko: '아래쪽 뚫린 곳',
},
floatCastle: {
en: 'In front of middle windows',
cn: '正对上层空洞',
ko: '가운데층 뚫린 곳',
},
},
},
Expand All @@ -219,6 +226,7 @@ Options.Triggers.push({
getInDonut: {
en: 'Get in robot circle',
cn: '小月环',
ko: '로봇 원 안으로',
},
},
},
Expand Down Expand Up @@ -247,6 +255,7 @@ Options.Triggers.push({
gazeLater: {
en: 'Gaze on you soon',
cn: '石化眼点名',
ko: '곧 시선징 대상자',
},
},
},
Expand All @@ -269,10 +278,12 @@ Options.Triggers.push({
shriekYou: {
en: 'Gaze -- look away from ${otherTarget}',
cn: '石化眼 -- 背对 ${otherTarget}',
ko: '시선징 -- ${otherTarget}에게서 뒤돌기',
},
shriekOthers: {
en: 'Look away from ${comboTargets}',
cn: '背对 ${comboTargets}',
ko: '${comboTargets}에게서 뒤돌기',
},
},
},
Expand All @@ -286,6 +297,7 @@ Options.Triggers.push({
bombLater: {
en: 'Acceleration Bomb soon',
cn: '稍后 加速度炸弹',
ko: '곧 가속도 폭탄',
},
},
},
Expand Down Expand Up @@ -313,6 +325,7 @@ Options.Triggers.push({
flareMarker: {
en: 'Flare on YOU',
cn: '核爆点名',
ko: '플레어 대상자',
},
},
},
Expand All @@ -339,6 +352,7 @@ Options.Triggers.push({
fiveAOE: {
en: '5x AoEs',
cn: 'AoE (5次)',
ko: '전체공격 (5x)',
},
},
},
Expand Down

0 comments on commit 2716f2e

Please sign in to comment.