Skip to content

Commit f28a7ea

Browse files
authored
i18n: Arkveld timelines cn translations (#827)
1 parent eb70dd8 commit f28a7ea

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

ui/raidboss/data/07-dt/trial/arkveld-ex.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,40 @@ const triggerSet: TriggerSet<Data> = {
99
zoneId: ZoneId.TheWindwardWildsExtreme,
1010
timelineFile: 'arkveld-ex.txt',
1111
triggers: [],
12+
timelineReplace: [
13+
{
14+
'locale': 'cn',
15+
'replaceSync': {
16+
'Guardian Arkveld': '护锁刃龙',
17+
},
18+
'replaceText': {
19+
'\\(aoes\\)': '(圆形AOE)',
20+
'\\(dash\\)': '(冲锋)',
21+
'\\(raidwide\\)': '(全屏)',
22+
'\\(wing\\)': '(翅膀)',
23+
'Aetheric Resonance': '地脉共振',
24+
'Chainblade Blow': '锁刃敲打',
25+
'Chainblade Charge': '锁刃下挥',
26+
'Clamorous Chase': '锁刃跃动',
27+
'Dragonspark': '龙光',
28+
'Forged Fury': '护龙乱击',
29+
'Greater Resonance': '护龙大共振',
30+
'Guardian Resonance': '护龙共振',
31+
'Roar': '咆哮',
32+
'Rush': '突进',
33+
'Siegeflight': '锁刃飞翔突进',
34+
'Steeltail Thrust': '龙尾突刺',
35+
'White Flash': '白光',
36+
'Wild Energy': '龙光扩散',
37+
'Wrathful Rattle': '锁哭龙闪·改',
38+
'Wyvern\'s Ouroblade': '回旋锁刃【龙闪】',
39+
'Wyvern\'s Radiance': '龙闪',
40+
'Wyvern\'s Rattle': '锁哭龙闪',
41+
'Wyvern\'s Vengeance': '波状龙闪',
42+
'Wyvern\'s Weal': '龙闪炮',
43+
},
44+
},
45+
],
1246
};
1347

1448
export default triggerSet;

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@ const triggerSet: TriggerSet<Data> = {
99
zoneId: ZoneId.TheWindwardWilds,
1010
timelineFile: 'arkveld.txt',
1111
triggers: [],
12+
timelineReplace: [
13+
{
14+
'locale': 'cn',
15+
'replaceSync': {
16+
'Guardian Arkveld': '护锁刃龙',
17+
},
18+
'replaceText': {
19+
'\\(aoes\\)': '(圆形AOE)',
20+
'\\(dash\\)': '(冲锋)',
21+
'\\(edge\\)': '(场边)',
22+
'\\(raidwide\\)': '(全屏)',
23+
'Aetheric Resonance': '地脉共振',
24+
'Chainblade Blow': '锁刃敲打',
25+
'Chainblade Charge': '锁刃下挥',
26+
'Forged Fury': '护龙乱击',
27+
'Guardian Resonance': '护龙共振',
28+
'Roar': '咆哮',
29+
'Rush': '突进',
30+
'Siegeflight': '锁刃飞翔突进',
31+
'Steeltail Thrust': '龙尾突刺',
32+
'Wild Energy': '龙光扩散',
33+
'Wrathful Rattle': '锁哭龙闪·改',
34+
'Wyvern\'s Ouroblade': '回旋锁刃【龙闪】',
35+
'Wyvern\'s Rattle': '锁哭龙闪',
36+
'Wyvern\'s Weal': '龙闪炮',
37+
},
38+
},
39+
],
1240
};
1341

1442
export default triggerSet;

0 commit comments

Comments
 (0)