[Localization] pokemon names, party-ui-handler, pokemon-info and pokemon-info-container localizations for italian (#3836)
* Translate pokemon-info-container.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate party-ui-handler.json via GitLocalize * Translate pokemon.json via GitLocalize --------- Co-authored-by: Niccolò <niccolo.pulcini.07@gmail.com>
This commit is contained in:
parent
e29f1fe5fd
commit
781bfd831f
|
@ -31,6 +31,9 @@
|
|||
"changeQuantity": "Scegli un oggetto da trasferire.\nUsa < e > per cambiarne la quantità.",
|
||||
"selectAnotherPokemonToSplice": "Scegli un altro Pokémon da unire.",
|
||||
"cancel": "Annulla",
|
||||
"able": "Sì!",
|
||||
"notAble": "No!",
|
||||
"learned": "La conosce!",
|
||||
"goodbye": "Addio, {{pokemonName}}!",
|
||||
"byebye": "Ciao ciao, {{pokemonName}}!",
|
||||
"farewell": "Arrivederci, {{pokemonName}}!",
|
||||
|
@ -38,5 +41,7 @@
|
|||
"thisIsWhereWePart": "Le nostre strade si dividono, {{pokemonName}}!",
|
||||
"illMissYou": "Mi mancherai, {{pokemonName}}!",
|
||||
"illNeverForgetYou": "Non ti dimenticherò, {{pokemonName}}!",
|
||||
"untilWeMeetAgain": "Alla prossima, {{pokemonName}}!"
|
||||
"untilWeMeetAgain": "Alla prossima, {{pokemonName}}!",
|
||||
"sayonara": "Sayonara, {{pokemonName}}!",
|
||||
"smellYaLater": "Ci becchiamo, {{pokemonName}}!"
|
||||
}
|
|
@ -2,5 +2,6 @@
|
|||
"moveset": "Set di mosse",
|
||||
"gender": "Genere:",
|
||||
"ability": "Abilità:",
|
||||
"nature": "Natura:"
|
||||
"nature": "Natura:",
|
||||
"form": "Forma:"
|
||||
}
|
|
@ -1 +1,23 @@
|
|||
{}
|
||||
{
|
||||
"type_null": "Tipo Zero",
|
||||
"great_tusk": "Grandizanne",
|
||||
"scream_tail": "Codaurlante",
|
||||
"brute_bonnet": "Fungofurioso",
|
||||
"flutter_mane": "Crinealato",
|
||||
"slither_wing": "Alirasenti",
|
||||
"sandy_shocks": "Peldisabbia",
|
||||
"iron_treads": "Solcoferreo",
|
||||
"iron_bundle": "Saccoferreo",
|
||||
"iron_hands": "Manoferrea",
|
||||
"iron_jugulis": "Colloferreo",
|
||||
"iron_moth": "Falenaferrea",
|
||||
"iron_thorns": "Spineferree",
|
||||
"roaring_moon": "Lunaruggente",
|
||||
"iron_valiant": "Eroeferreo",
|
||||
"walking_wake": "Acquecrespe",
|
||||
"iron_leaves": "Fogliaferrea",
|
||||
"gouging_fire": "Vampeaguzze",
|
||||
"raging_bolt": "Furiatonante",
|
||||
"iron_boulder": "Massoferreo",
|
||||
"iron_crown": "Capoferreo"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue