Skip to content

Commit 635a28e

Browse files
authored
i18n: doomtrain cn translations (OverlayPlugin#893)
1 parent 6a0dda1 commit 635a28e

1 file changed

Lines changed: 41 additions & 1 deletion

File tree

ui/raidboss/data/07-dt/trial/doomtrain.ts

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const triggerSet: TriggerSet<Data> = {
153153
outputStrings: {
154154
text: {
155155
en: '${mech} + Avoid Lasers',
156+
cn: '${mech} + 躲避激光',
156157
},
157158
knockback: Outputs.knockback,
158159
},
@@ -194,6 +195,7 @@ const triggerSet: TriggerSet<Data> = {
194195
outputStrings: {
195196
avoid: {
196197
en: 'Avoid ${dir} turrets',
198+
cn: '躲避 ${dir} 炮塔',
197199
},
198200
east: Outputs.east,
199201
west: Outputs.west,
@@ -248,6 +250,7 @@ const triggerSet: TriggerSet<Data> = {
248250
...Directions.outputStrings16Dir,
249251
text: {
250252
en: 'Tank cleave on YOU from ${dir}',
253+
cn: '${dir} 坦克死刑',
251254
},
252255
},
253256
},
@@ -274,6 +277,7 @@ const triggerSet: TriggerSet<Data> = {
274277
outputStrings: {
275278
text: {
276279
en: 'Down',
280+
cn: '下',
277281
},
278282
},
279283
},
@@ -286,6 +290,7 @@ const triggerSet: TriggerSet<Data> = {
286290
outputStrings: {
287291
text: {
288292
en: 'Up',
293+
cn: '上',
289294
},
290295
},
291296
},
@@ -431,11 +436,46 @@ const triggerSet: TriggerSet<Data> = {
431436
outputStrings: {
432437
text: {
433438
en: 'Tower x3',
439+
cn: '踩塔 x3',
434440
},
435441
},
436442
},
437443
],
438-
timelineReplace: [],
444+
timelineReplace: [
445+
{
446+
'locale': 'cn',
447+
'replaceSync': {
448+
'Aether': '以太晶球',
449+
'Doomtrain': '格莱杨拉波尔',
450+
'Ghost Train': '格莱杨拉波尔的分身',
451+
'Kinematic Turret': '护卫炮塔',
452+
'Levin Signal': '雷光环',
453+
},
454+
'replaceText': {
455+
'Aetherial Ray': '以太射线',
456+
'Aether Surge': '以太电涌',
457+
'Arcane Revelation': '魔法阵展开',
458+
'Battering Arms': '冲击臂锤',
459+
'Blastpipe': '排雾',
460+
'Derail(?!ment)': '脱轨',
461+
'Derailment Siege': '脱轨捶打',
462+
'Electray': '雷转质射线',
463+
'Hail of Thunder': '雷光雨',
464+
'Headlight': '前照光',
465+
'Lightning Burst': '雷电爆发',
466+
'Lightning Express': '雷光急行',
467+
'(?<! )Overdraught': '溢流',
468+
'Plasma Beam': '等离子射线',
469+
'Runaway Train': '无尽狂奔',
470+
'Shockwave': '冲击波',
471+
'Thunderous Breath': '雷鸣吐息',
472+
'Turret Crossing': '炮塔出击',
473+
'Unlimited Express': '无控急行',
474+
'Windpipe': '抽雾',
475+
'Head-on Emission': '前方排障',
476+
},
477+
},
478+
],
439479
};
440480

441481
export default triggerSet;

0 commit comments

Comments
 (0)