Skip to content

Commit

Permalink
增加太晶星晶terapagos翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyi731 committed Dec 31, 2023
1 parent 84c129e commit 953ef97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script_res/translate/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ var ABILITYNAMES = {
"Embody Aspect": "面影辉映",
"Toxic Chain": "毒锁链",
"Supersweet Syrup": "甘露之蜜",

"Tera Shift": "太晶变形",
"Tera Shell": "太晶甲壳",
"Teraform Zero": "归零化境",
"Poison Puppeteer": "毒傀儡",
}

function translate_ability(name) {
Expand Down Expand Up @@ -3454,6 +3459,12 @@ function translate_pokemon(name) {
'Hearthflame': '火灶面具',
'Wellspring': '水井面具',
}
},{
name: 'Terapagos',
types: {
'Terastal': '太晶形态',
'Stellar': '星晶形态',
}
}
];
idx = name.indexOf('-');
Expand Down

0 comments on commit 953ef97

Please sign in to comment.