Update starter-select-ui-handler.ts

翻译错误
This commit is contained in:
justhil 2024-05-09 12:57:13 +08:00 committed by GitHub
parent d16cb1202f
commit 9bfd7eebab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
"confirmStartTeam":'使用这些宝可梦开始游戏吗?',
"growthRate": "成长速度:",
"ability": "特性:",
"passive": "被动",
"passive": "梦特",
"nature": "性格:",
"eggMoves": '蛋招式',
"start": "开始",
@ -27,6 +27,6 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
"cycleAbility": 'E: 切换特性',
"cycleNature": 'N: 切换性格',
"cycleVariant": 'V: 切换变种',
"enablePassive": "启用被动",
"disablePassive": "禁用被动"
}
"enablePassive": "启用梦特",
"disablePassive": "禁用梦特"
}