pokerogue/src/locales/it/terrain.json
Asdar 1c715d74b1
[Localisation] [IT] Old PRs to .json and screenshots (#3737)
* [Localisation] Italian PRs to .json and screenshots

* Update src/locales/it/trainer-titles.json

Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>

---------

Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-25 13:44:08 -07:00

17 lines
794 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"misty": "Nebbioso",
"mistyStartMessage": "Ai piedi dei Pokémon si addensa la nebbia.",
"mistyClearMessage": "La nebbia si dissolve.",
"mistyBlockMessage": "Il Campo Nebbioso protegge {{pokemonNameWithAffix}}!",
"electric": "Elettrico",
"electricStartMessage": "Ai piedi dei Pokémon si accumula dellelettricità.",
"electricClearMessage": "Lelettricità svanisce.",
"grassy": "Erboso",
"grassyStartMessage": "Ai piedi dei Pokémon cresce rigogliosa lerba.",
"grassyClearMessage": "Lerba sparisce.",
"psychic": "Psichico",
"psychicStartMessage": "Nel campo si avverte una strana sensazione...",
"psychicClearMessage": "La strana sensazione nel campo è svanita!",
"defaultBlockMessage": "Il Campo {{terrainName}} protegge {{pokemonNameWithAffix}}!"
}