mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
adding localization pt2
This commit is contained in:
parent
64d63b6fb6
commit
46ae3ad73c
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}} hat den Typ von {{targetPokemonName}} angenommen!",
|
||||
"suppressAbilities": "Die Fähigkeit von {{pokemonName}} wirkt nicht mehr!",
|
||||
"swapArenaTags": "{{pokemonName}} hat die Effekte, die auf den beiden Seiten des Kampffeldes wirken, miteinander getauscht!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}}'s type\nchanged to match {{targetPokemonName}}'s!",
|
||||
"suppressAbilities": "{{pokemonName}}'s ability\nwas suppressed!",
|
||||
"swapArenaTags": "{{pokemonName}} swapped the battle effects affecting each side of the field!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}} prend le type\nde {{targetPokemonName}} !",
|
||||
"suppressAbilities": "Le talent de {{pokemonName}}\na été rendu inactif !",
|
||||
"swapArenaTags": "Les effets affectant chaque côté du terrain\nont été échangés par {{pokemonName}} !",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}} assume il tipo\ndi {{targetPokemonName}}!",
|
||||
"suppressAbilities": "L’abilità di {{pokemonName}}\nperde ogni efficacia!",
|
||||
"swapArenaTags": "{{pokemonName}} ha invertito gli effetti attivi\nnelle due metà del campo!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}}[[는]]\n{{targetPokemonName}}[[와]] 같은 타입이 되었다!",
|
||||
"suppressAbilities": "{{pokemonName}}의\n특성이 효과를 발휘하지 못하게 되었다!",
|
||||
"swapArenaTags": "{{pokemonName}}[[는]]\n서로의 필드 효과를 교체했다!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "O tipo de {{pokemonName}}\nmudou para combinar com {{targetPokemonName}}!",
|
||||
"suppressAbilities": "A habilidade de {{pokemonName}}\nfoi suprimida!",
|
||||
"swapArenaTags": "{{pokemonName}} trocou os efeitos de batalha que afetam cada lado do campo!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}}\n变成了{{targetPokemonName}}的属性!",
|
||||
"suppressAbilities": "{{pokemonName}}的特性\n变得无效了!",
|
||||
"swapArenaTags": "{{pokemonName}}\n交换了双方的场地效果!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
@ -59,4 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
|
||||
"copyType": "{{pokemonName}}變成了{{targetPokemonName}}的屬性!",
|
||||
"suppressAbilities": "{{pokemonName}}的特性\n變得無效了!",
|
||||
"swapArenaTags": "{{pokemonName}}\n交換了雙方的場地效果!",
|
||||
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user