Update challenges.ts (IT) (#3559)
This commit is contained in:
parent
6773312218
commit
767d802b94
|
@ -2,7 +2,7 @@ import { TranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const challenges: TranslationEntries = {
|
export const challenges: TranslationEntries = {
|
||||||
"title": "Modificatori delle sfide",
|
"title": "Modificatori delle sfide",
|
||||||
"illegalEvolution": "{{pokemon}} changed into an ineligble pokémon\nfor this challenge!",
|
"illegalEvolution": "{{pokemon}} non è più utilizzabile\nsecondo le regole della sfida!",
|
||||||
"singleGeneration": {
|
"singleGeneration": {
|
||||||
"name": "Mono gen",
|
"name": "Mono gen",
|
||||||
"desc": "Puoi usare solo Pokémon di {{gen}} generazione.",
|
"desc": "Puoi usare solo Pokémon di {{gen}} generazione.",
|
||||||
|
@ -23,8 +23,8 @@ export const challenges: TranslationEntries = {
|
||||||
"desc_default": "Puoi usare solo Pokémon del tipo selezionato."
|
"desc_default": "Puoi usare solo Pokémon del tipo selezionato."
|
||||||
},
|
},
|
||||||
"freshStart": {
|
"freshStart": {
|
||||||
"name": "Fresh Start",
|
"name": "Un nuovo inizio",
|
||||||
"desc": "You can only use the original starters, and only as if you had just started PokéRogue.",
|
"desc": "Puoi usare solo gli starter originali, e come se avessi appena cominciato Pokérogue.",
|
||||||
"value.0": "Off",
|
"value.0": "Off",
|
||||||
"value.1": "On",
|
"value.1": "On",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue