mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
Add Italian translation
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
This commit is contained in:
parent
1462d45480
commit
a01eec8095
@ -50,10 +50,10 @@ export const arenaTag: SimpleTranslationEntries = {
|
|||||||
"tailwindOnRemoveEnemy": "The opposing team's Tailwind petered out!",
|
"tailwindOnRemoveEnemy": "The opposing team's Tailwind petered out!",
|
||||||
"happyHourOnAdd": "Everyone is caught up in the happy atmosphere!",
|
"happyHourOnAdd": "Everyone is caught up in the happy atmosphere!",
|
||||||
"happyHourOnRemove": "The atmosphere returned to normal.",
|
"happyHourOnRemove": "The atmosphere returned to normal.",
|
||||||
"safeguardOnAdd": "The whole field is cloaked in a mystical veil!",
|
"safeguardOnAdd": "Un velo mistico ricopre il campo!",
|
||||||
"safeguardOnAddPlayer": "Your team cloaked itself in a mystical veil!",
|
"safeguardOnAddPlayer": "Un velo mistico ricopre la tua squadra!",
|
||||||
"safeguardOnAddEnemy": "The opposing team cloaked itself in a mystical veil!",
|
"safeguardOnAddEnemy": "Un velo mistico ricopre la squadra avversaria!",
|
||||||
"safeguardOnRemove": "The field is no longer protected by Safeguard!",
|
"safeguardOnRemove": "Il campo non è più protetto da Salvaguardia!",
|
||||||
"safeguardOnRemovePlayer": "Your team is no longer protected by Safeguard!",
|
"safeguardOnRemovePlayer": "La tua squadra non è più protetta da Salvaguardia!",
|
||||||
"safeguardOnRemoveEnemy": "The opposing team is no longer protected by Safeguard!",
|
"safeguardOnRemoveEnemy": "La squadra avversaria non è più protetta da Salvaguardia!",
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -61,6 +61,6 @@ export const moveTriggers: SimpleTranslationEntries = {
|
|||||||
"copyType": "{{pokemonName}} assume il tipo\ndi {{targetPokemonName}}!",
|
"copyType": "{{pokemonName}} assume il tipo\ndi {{targetPokemonName}}!",
|
||||||
"suppressAbilities": "L’abilità di {{pokemonName}}\nperde ogni efficacia!",
|
"suppressAbilities": "L’abilità di {{pokemonName}}\nperde ogni efficacia!",
|
||||||
"swapArenaTags": "{{pokemonName}} ha invertito gli effetti attivi\nnelle due metà del campo!",
|
"swapArenaTags": "{{pokemonName}} ha invertito gli effetti attivi\nnelle due metà del campo!",
|
||||||
"exposedMove": "{{pokemonName}} identified\n{{targetPokemonName}}!",
|
"exposedMove": "{{targetPokemonName}} è stato identificato\n da {{pokemonName}}!",
|
||||||
"safeguard": "{{targetName}} is protected by Safeguard!",
|
"safeguard": "Salvaguardia protegge {{targetName}}!",
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user