mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
translate all pokemon names, some moves, some battle UI
This commit is contained in:
parent
20f7b93644
commit
326d1d050f
@ -2,18 +2,18 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
|
|
||||||
export const battle: SimpleTranslationEntries = {
|
export const battle: SimpleTranslationEntries = {
|
||||||
"bossAppeared": "{{bossName}} appeared.",
|
"bossAppeared": "{{bossName}} appeared.",
|
||||||
"trainerAppeared": "{{trainerName}}\nwould like to battle!",
|
"trainerAppeared": "{{trainerName}}\n来挑战了!",
|
||||||
"singleWildAppeared": "A wild {{pokemonName}} appeared!",
|
"singleWildAppeared": "啊!野生的\n{{pokemonName}}跑出来了!",
|
||||||
"multiWildAppeared": "A wild {{pokemonName1}}\nand {{pokemonName2}} appeared!",
|
"multiWildAppeared": "啊!野生的\n{{pokemonName1}}和{{pokemonName2}}跑出来了!",
|
||||||
"playerComeBack": "Come back, {{pokemonName}}!",
|
"playerComeBack": "Come back, {{pokemonName}}!",
|
||||||
"trainerComeBack": "{{trainerName}} withdrew {{pokemonName}}!",
|
"trainerComeBack": "{{trainerName}} withdrew {{pokemonName}}!",
|
||||||
"playerGo": "Go! {{pokemonName}}!",
|
"playerGo": "上吧!{{pokemonName}}!",
|
||||||
"trainerGo": "{{trainerName}} sent out {{pokemonName}}!",
|
"trainerGo": "{{trainerName}}派出了{{pokemonName}}!",
|
||||||
"switchQuestion": "Will you switch\n{{pokemonName}}?",
|
"switchQuestion": "Will you switch\n{{pokemonName}}?",
|
||||||
"trainerDefeated": `You defeated\n{{trainerName}}!`,
|
"trainerDefeated": `成功战胜了\n{{trainerName}}!`,
|
||||||
"pokemonCaught": "{{pokemonName}} was caught!",
|
"pokemonCaught": "太好了!\n捉到{{pokemonName}}了!",
|
||||||
"pokemon": "Pokémon",
|
"pokemon": "宝可梦",
|
||||||
"sendOutPokemon": "Go! {{pokemonName}}!",
|
"sendOutPokemon": "上吧!{{pokemonName}}!",
|
||||||
"hitResultCriticalHit": "A critical hit!",
|
"hitResultCriticalHit": "A critical hit!",
|
||||||
"hitResultSuperEffective": "It's super effective!",
|
"hitResultSuperEffective": "It's super effective!",
|
||||||
"hitResultNotVeryEffective": "It's not very effective…",
|
"hitResultNotVeryEffective": "It's not very effective…",
|
||||||
@ -21,7 +21,7 @@ export const battle: SimpleTranslationEntries = {
|
|||||||
"hitResultOneHitKO": "It's a one-hit KO!",
|
"hitResultOneHitKO": "It's a one-hit KO!",
|
||||||
"attackFailed": "But it failed!",
|
"attackFailed": "But it failed!",
|
||||||
"attackHitsCount": `Hit {{count}} time(s)!`,
|
"attackHitsCount": `Hit {{count}} time(s)!`,
|
||||||
"expGain": "{{pokemonName}} gained\n{{exp}} EXP. Points!",
|
"expGain": "{{pokemonName}}获得了\n较多的{{exp}}经验值!",
|
||||||
"levelUp": "{{pokemonName}} grew to\nLv. {{level}}!",
|
"levelUp": "{{pokemonName}} grew to\nLv. {{level}}!",
|
||||||
"learnMove": "{{pokemonName}} learned\n{{moveName}}!",
|
"learnMove": "{{pokemonName}} learned\n{{moveName}}!",
|
||||||
"learnMovePrompt": "{{pokemonName}} wants to learn the\nmove {{moveName}}.",
|
"learnMovePrompt": "{{pokemonName}} wants to learn the\nmove {{moveName}}.",
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user