[Localisation(ja)] arena-tag.ts (#3510)
Technical issues made it so that my suggestions weren't added in the PR, added them here instead. toxicSpikesActivateTrapPoison seems to have incorrect dialog in English as well. ( "[X] absorbed [Y]!" )
This commit is contained in:
parent
377b422cd1
commit
55174f14aa
|
@ -11,16 +11,16 @@ export const arenaTag: SimpleTranslationEntries = {
|
|||
"reflectOnAdd": "リフレクターで 物理ダメージを さげた",
|
||||
"reflectOnAddPlayer": "味方の リフレクターで\n物理ダメージを さげた",
|
||||
"reflectOnAddEnemy": "相手の リフレクターで\n物理ダメージを さげた",
|
||||
"lightScreenOnAdd": "ひかりのかべで\n物理ダメージを さげた",
|
||||
"lightScreenOnAddPlayer": "味方の ひかりのかべで\n物理ダメージを さげた",
|
||||
"lightScreenOnAddEnemy": "相手の ひかりのかべで\n物理ダメージを さげた",
|
||||
"lightScreenOnAdd": "ひかりのかべで\n特殊ダメージを さげた",
|
||||
"lightScreenOnAddPlayer": "味方の ひかりのかべで\n特殊ダメージを さげた",
|
||||
"lightScreenOnAddEnemy": "相手の ひかりのかべで\n特殊ダメージを さげた",
|
||||
"auroraVeilOnAdd": "オーロラベールで\n攻撃の ダメージを さげた",
|
||||
"auroraVeilOnAddPlayer": "味方の オーロラベールで\n攻撃ダメージを さげた",
|
||||
"auroraVeilOnAddEnemy": "相手の オーロラベールで\n攻撃ダメージを さげた",
|
||||
"conditionalProtectOnAdd": "{{moveName}}に 守られた!",
|
||||
"conditionalProtectOnAddPlayer": "見方が {{moveName}}に 守られた!",
|
||||
"conditionalProtectOnAddEnemy": "相手が {{moveName}}に 守られた!",
|
||||
"conditionalProtectApply": "{{pokemonNameWithAffix}}が\n{{moveName}}に 守られた!",
|
||||
"conditionalProtectApply": "{{pokemonNameWithAffix}}が\n{{moveName}}に 守られた!",
|
||||
"matBlockOnAdd": "{{pokemonNameWithAffix}}は\nたたみがえしを ねらっている!",
|
||||
"noCritOnAddPlayer": "{{moveName}}の 力で 味方の急所が 隠れた!",
|
||||
"noCritOnAddEnemy": "{{moveName}}の 力で 相手の急所が 隠れた!",
|
||||
|
@ -33,7 +33,7 @@ export const arenaTag: SimpleTranslationEntries = {
|
|||
"spikesOnAdd": "{{opponentDesc}}の 足下に\n{{moveName}}が 散らばった!",
|
||||
"spikesActivateTrap": "{{pokemonNameWithAffix}}は\nまきびしの ダメージを 受けた!",
|
||||
"toxicSpikesOnAdd": "{{opponentDesc}}の 足下に\n{{moveName}}が 散らばった!",
|
||||
"toxicSpikesActivateTrapPoison": "{{pokemonNameWithAffix}}は {{moveName}}を 吸収した!",
|
||||
"toxicSpikesActivateTrapPoison": "{{pokemonNameWithAffix}}は {{moveName}}で 毒を あびた!",
|
||||
"stealthRockOnAdd": "{{opponentDesc}}の 周りに\nとがった岩が ただよい始めた!",
|
||||
"stealthRockActivateTrap": "{{pokemonNameWithAffix}}に\nとがった岩が 食い込んだ!",
|
||||
"stickyWebOnAdd": "相手の 足下に\n{{moveName}}が 広がった!",
|
||||
|
|
Loading…
Reference in New Issue