mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 06:37:12 +00:00
1c715d74b1
* [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>
17 lines
794 B
JSON
17 lines
794 B
JSON
{
|
||
"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 dell’elettricità.",
|
||
"electricClearMessage": "L’elettricità svanisce.",
|
||
"grassy": "Erboso",
|
||
"grassyStartMessage": "Ai piedi dei Pokémon cresce rigogliosa l’erba.",
|
||
"grassyClearMessage": "L’erba sparisce.",
|
||
"psychic": "Psichico",
|
||
"psychicStartMessage": "Nel campo si avverte una strana sensazione...",
|
||
"psychicClearMessage": "La strana sensazione nel campo è svanita!",
|
||
"defaultBlockMessage": "Il Campo {{terrainName}} protegge {{pokemonNameWithAffix}}!"
|
||
}
|