spell correction

This commit is contained in:
Jianfeng 2. Wang (NSB) 2024-05-09 10:08:43 +08:00
parent 8cd7a51977
commit 7810fc435c
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const battle: SimpleTranslationEntries = { export const battle: SimpleTranslationEntries = {
"bossAppeared": "{{bossName}} 出现了。", "bossAppeared": "{{bossName}} 出现了。",
"trainerAppeared": "{{trainerName}}\nwould like to battle!", "trainerAppeared": "{{trainerName}}\n想要和你对战!",
"singleWildAppeared": "一只野生 {{pokemonName}} 出现了。!", "singleWildAppeared": "一只野生 {{pokemonName}} 出现了。!",
"multiWildAppeared": "野生的 {{pokemonName1}}\n和 {{pokemonName2}} 出现了。!", "multiWildAppeared": "野生的 {{pokemonName1}}\n和 {{pokemonName2}} 出现了。!",
"playerComeBack": "回来吧, {{pokemonName}}!", "playerComeBack": "回来吧, {{pokemonName}}!",
@ -12,7 +12,7 @@ export const battle: SimpleTranslationEntries = {
"switchQuestion": "要更换\n{{pokemonName}}吗?", "switchQuestion": "要更换\n{{pokemonName}}吗?",
"trainerDefeated": `你击败了\n{{trainerName}}!`, "trainerDefeated": `你击败了\n{{trainerName}}!`,
"pokemonCaught": "{{pokemonName}} 被抓住了!", "pokemonCaught": "{{pokemonName}} 被抓住了!",
"pokemon": "宝可梦上吧!", "pokemon": "宝可梦",
"sendOutPokemon": "上吧! {{pokemonName}}!", "sendOutPokemon": "上吧! {{pokemonName}}!",
"hitResultCriticalHit": "击中了要害!", "hitResultCriticalHit": "击中了要害!",
"hitResultSuperEffective": "效果拔群!", "hitResultSuperEffective": "效果拔群!",

View File

@ -199,7 +199,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
handler: () => changeLocaleHandler('de') handler: () => changeLocaleHandler('de')
}, },
{ {
label: 'Simplifed Chinese', label: 'Simplified Chinese',
handler: () => changeLocaleHandler('chs') handler: () => changeLocaleHandler('chs')
}, },
{ {