Skip to content

Commit

Permalink
triggers build: i18n: update missing ko translations (#5883) c202666
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 30, 2023
1 parent 3c3bba1 commit 45e11ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 03-hw/raid/a7s.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ Options.Triggers.push({
},
{
'locale': 'ko',
'missingTranslations': true,
'replaceSync': {
'Bomb': '폭탄',
'Boomtype Magitek Gobwalker G-VII': 'VII호 고블린워커 L형',
'Frostbite': '동상',
'Padlock': '자물쇠',
'Quickthinx Allthoughts': '만능의 퀵싱크스',
'Shanoa': '샤노아',
Expand All @@ -376,6 +376,7 @@ Options.Triggers.push({
'Hammertime': '장판',
'Jails': '감옥',
'Kill Heart': '진심 없애기',
'Resync': '재동기화',
'Small Doll(?!s)': '작은 인형',
'Small Dolls': '작은 인형',
'Sizzlebeam': '고블린식 파동포',
Expand Down
1 change: 0 additions & 1 deletion 04-sb/dungeon/doma_castle.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ Options.Triggers.push({
},
{
'locale': 'ko',
'missingTranslations': true,
'replaceSync': {
'Hexadrone Bit': '헥사롤러 비트',
'Hypertuned Grynewaht': '강화된 그륀바트',
Expand Down
2 changes: 2 additions & 0 deletions 06-ew/dungeon/ktisis_hyperboreia.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ Options.Triggers.push({
goFront: Outputs.goFront,
backRight: {
en: 'Get behind and right',
ko: '오른쪽 뒤로',
},
backLeft: {
en: 'Get behind and left',
ko: '왼쪽 뒤로',
},
},
},
Expand Down
10 changes: 10 additions & 0 deletions 06-ew/trial/barbariccia-ex.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Options.Triggers.push({
en: 'Stack to Bait Puddles',
de: 'Sammeln um Flächen zu ködern',
cn: '集合诱导黄圈',
ko: '장판 유도를 위해 모이기',
},
},
},
Expand Down Expand Up @@ -106,11 +107,13 @@ Options.Triggers.push({
en: 'In => Spread',
de: 'Rein => Verteilen',
cn: '靠近 => 分散',
ko: '안으로 => 산개',
},
inAndHealerGroups: {
en: 'In => Healer Groups',
de: 'Rein => Heiler Gruppen',
cn: '靠近 => 治疗分组分摊',
ko: '안으로 => 힐러 그룹 쉐어',
},
},
},
Expand All @@ -126,6 +129,7 @@ Options.Triggers.push({
en: 'Spread Out',
de: 'Außen Verteilen',
cn: '分散',
ko: '산개',
},
},
},
Expand Down Expand Up @@ -154,11 +158,13 @@ Options.Triggers.push({
en: 'Wall + Healer Groups',
de: 'Wand + Heiler Gruppen',
cn: '去场边 + 治疗分组分摊',
ko: '벽으로 + 힐러 그룹 쉐어',
},
wallThenSpread: {
en: 'Wall => Spread',
de: 'Wand => Verteilen',
cn: '去场边 => 分散',
ko: '벽으로 => 산개',
},
},
},
Expand All @@ -174,6 +180,7 @@ Options.Triggers.push({
en: 'Spread Out',
de: 'Außen Verteilen',
cn: '分散',
ko: '산개',
},
},
},
Expand Down Expand Up @@ -235,6 +242,7 @@ Options.Triggers.push({
en: 'Protean Spread',
de: 'in Himmelsrichtungen verteilen',
cn: '八方分散',
ko: '8방향 산개',
},
},
},
Expand Down Expand Up @@ -295,6 +303,7 @@ Options.Triggers.push({
en: 'Out + Spread',
de: 'Raus + Verteilen',
cn: '远离 => 分散',
ko: '밖으로 + 산개',
},
},
},
Expand Down Expand Up @@ -457,6 +466,7 @@ Options.Triggers.push({
en: 'Bait Middle',
de: 'Mitte ködern',
cn: '中间诱导',
ko: '중앙에 유도하기',
},
},
},
Expand Down

0 comments on commit 45e11ad

Please sign in to comment.