Update battle.json

This commit is contained in:
Lugiad 2024-09-11 22:54:30 +02:00 committed by GitHub
parent b5d87a6602
commit 5676399c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,10 @@
"moneyPickedUp": "捡到了₽{{moneyAmount}}",
"pokemonCaught": "{{pokemonName}}被抓住了!",
"addedAsAStarter": "增加了{{pokemonName}}作为\n一个新的基础宝可梦",
"pokemonObtained": "You got {{pokemonName}}!",
"pokemonBrokeFree": "Oh no!\nThe Pokémon broke free!",
"pokemonFled": "The wild {{pokemonName}} fled!",
"playerFled": "You fled from the {{pokemonName}}!",
"partyFull": "你的队伍已满员。是否放生其他宝可梦\n为{{pokemonName}}腾出空间?",
"pokemon": "宝可梦",
"sendOutPokemon": "上吧!\n{{pokemonName}}",
@ -49,6 +53,7 @@
"noPokeballTrainer": "你不能捕捉其他训练家的宝可梦!",
"noPokeballMulti": "只能在剩下一只宝可梦时才能扔出精灵球!",
"noPokeballStrong": "目标宝可梦太强了,无法捕捉!\n你需要先削弱它",
"noPokeballMysteryEncounter": "You aren't able to\ncatch this Pokémon!",
"noEscapeForce": "一股无形的力量阻止你逃跑。",
"noEscapeTrainer": "你不能从与训练家的战斗中逃跑!",
"noEscapePokemon": "{{pokemonName}}的{{moveName}}\n阻止了你{{escapeVerb}}",
@ -87,5 +92,6 @@
"retryBattle": "你要从对战开始时重试么?",
"unlockedSomething": "{{unlockedThing}}\n已解锁。",
"congratulations": "恭喜!",
"beatModeFirstTime": "{{speciesName}}首次击败了{{gameMode}}\n你获得了{{newModifier}}"
"beatModeFirstTime": "{{speciesName}}首次击败了{{gameMode}}\n你获得了{{newModifier}}",
"mysteryEncounterAppeared": "What's this?"
}