Skip to content

Commit b4517fe

Browse files
authored
i18n: r9s cn translations (OverlayPlugin#932)
1 parent 8ded8d1 commit b4517fe

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

  • ui/raidboss/data/07-dt/raid

ui/raidboss/data/07-dt/raid/r9s.ts

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const triggerSet: TriggerSet<Data> = {
9696
tankCleaveOnYou: Outputs.tankCleaveOnYou,
9797
bigTankCleave: {
9898
en: 'Tank Cleave on YOU (Big)',
99+
cn: '坦克范围死刑点名(大)',
99100
},
100101
},
101102
},
@@ -257,6 +258,7 @@ const triggerSet: TriggerSet<Data> = {
257258
outputStrings: {
258259
aetherlettingOnYou: {
259260
en: 'Aetherletting on YOU',
261+
cn: '以太流失点名',
260262
},
261263
},
262264
},
@@ -358,9 +360,11 @@ const triggerSet: TriggerSet<Data> = {
358360
rolePositions: Outputs.rolePositions,
359361
avoid: {
360362
en: 'Avoid',
363+
cn: '避开',
361364
},
362365
text: {
363366
en: '${avoid}${mech}',
367+
cn: '${avoid}${mech}',
364368
},
365369
},
366370
},
@@ -378,9 +382,11 @@ const triggerSet: TriggerSet<Data> = {
378382
stack: Outputs.getTogether,
379383
avoid: {
380384
en: 'Avoid',
385+
cn: '避开',
381386
},
382387
text: {
383388
en: '${avoid}${mech}',
389+
cn: '${avoid}${mech}',
384390
},
385391
},
386392
},
@@ -399,6 +405,47 @@ const triggerSet: TriggerSet<Data> = {
399405
'Ultrasonic Amp/Ultrasonic Spread': 'Ultrasonic Amp/Spread',
400406
},
401407
},
408+
{
409+
'locale': 'cn',
410+
'replaceSync': {
411+
'Charnel Cell': '致命棘狱',
412+
'Coffinmaker': '致命刑锯',
413+
'Deadly Doornail': '致命电杖',
414+
'Fatal Flail': '致命刺锤',
415+
'Vamp Fatale': '致命美人',
416+
'Vampette Fatale': '致命蝙蝠',
417+
},
418+
'replaceText': {
419+
'--coffinmaker--': '--致命刑锯--',
420+
'--cell': '--致命棘狱',
421+
'--flail': '--致命刺锤',
422+
'--nail--': '--致命电杖--',
423+
'Aetherletting(?! Proteans)': '以太流失',
424+
'Aetherletting Proteans': '以太流失扇形',
425+
'Blast Beat': '共振波',
426+
'Bloody Bondage': '血锁牢狱',
427+
'Breakdown Drop': '以太碎击',
428+
'Breakwing Beat': '以太碎拍',
429+
'Brutal Rain': '粗暴之雨',
430+
'Coffinfiller': '冲出',
431+
'Crowd Kill': '全场杀伤',
432+
'Dead Wake': '前进',
433+
'Finale Fatale': '致命的闭幕曲',
434+
'Half Moon': '月之半相',
435+
'Hardcore': '硬核之声',
436+
'Hell in a Cell': '笼中地狱',
437+
'Insatiable Thirst': '贪欲无厌',
438+
'Killer Voice': '魅亡之音',
439+
'Plummet': '掉落',
440+
'Pulping Pulse': '碎烂脉冲',
441+
'Sadistic Screech': '施虐的尖啸',
442+
'Sanguine Scratch': '嗜血抓挠',
443+
'Ultrasonic Amp': '音速集聚',
444+
'Ultrasonic Spread': '音速流散',
445+
'Undead Deathmatch': '血蝠死斗',
446+
'Vamp Stomp': '血魅的靴踏音',
447+
},
448+
},
402449
],
403450
};
404451

0 commit comments

Comments
 (0)