Skip to content

Commit

Permalink
i18n: missing cn translations (OverlayPlugin#521)
Browse files Browse the repository at this point in the history
Co-authored-by: Echoring <[email protected]>
  • Loading branch information
ShadyWhite and Echoring authored Dec 1, 2024
1 parent 93a6695 commit 97feb77
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ui/raidboss/data/07-dt/dungeon/origenics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {
'Ambrose the Undeparted': '实验体安布罗斯',
'Deceiver': '欺骗者',
Expand All @@ -703,6 +702,11 @@ const triggerSet: TriggerSet<Data> = {
'Origenics Sentry G9': '创生哨兵G9',
},
'replaceText': {
'--mid-north--': '--北边中央--',
'\\(cages\\)': '(笼子)',
'\\(lance\\)': '(雷枪)',
'\\(puddle drop\\)': '(放置毒球)',
'\\(spread\\)': '(分散)',
'Bionic Thrash': '回旋臂',
'Collective Agony': '念力波动',
'Convulsive Crush': '殴打',
Expand Down
5 changes: 4 additions & 1 deletion ui/raidboss/data/07-dt/dungeon/skydeep-cenote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,14 +560,17 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {
'Airy Bubble': '水泡',
'Feather Ray': '羽环鳐',
'Firearms': '重装大岩兵',
'Maulskull': '锤颅巨兵',
},
'replaceText': {
'\\(boss\\)': '(BOSS)',
'\\(first\\)': '(一)',
'\\(party\\)': '(玩家)',
'\\(second\\)': '(二)',
'Ancient Artillery': '火炮启动',
'(?<! )Artillery': '火炮',
'Ashlayer': '热能放射',
Expand Down
4 changes: 3 additions & 1 deletion ui/raidboss/data/07-dt/dungeon/vanguard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,16 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {
'Protector': '保护者',
'Vanguard Commander R8': '先锋营指挥官R8',
'Vanguard Sentry R8': '先锋营哨兵R8',
'Zander the Snakeskinner': '蟒蛇将 詹德',
},
'replaceText': {
'\\(corners\\)': '(四角)',
'\\(ground AoEs\\)': '(地面 AoE)',
'\\(sides\\)': '(四边)',
'(?<! )Rush': '突进',
'Aerial Offensive': '空袭',
'Battery Circuit': '旋回式冲击炮',
Expand Down
1 change: 0 additions & 1 deletion ui/raidboss/data/07-dt/dungeon/worqor-zormor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {
'Gurfurlur': '固伏鲁',
'Kahderyor': '卡德由夜鸟',
Expand Down

0 comments on commit 97feb77

Please sign in to comment.