[Localization(it)] Update challenges.ts (#2218)

Translated everything regarding challenges
This commit is contained in:
Niccolò 2024-06-14 22:43:08 +02:00 committed by GitHub
parent b018263b09
commit cb1078e563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,67 +1,67 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const challenges: SimpleTranslationEntries = { export const challenges: SimpleTranslationEntries = {
"title": "Challenge Modifiers", "title": "Modificatori delle sfide",
"points": "Bad Ideas", "points": "Pessime idee",
"confirm_start": "Proceed with these challenges?", "confirm_start": "Procedere con le sfide selezionate?",
"singleGeneration.name": "Mono Gen", "singleGeneration.name": "Mono gen",
"singleGeneration.value.0": "Off", "singleGeneration.value.0": "Off",
"singleGeneration.desc.0": "You can only use pokemon from the chosen generation.", "singleGeneration.desc.0": "Puoi usare solo Pokémon della generazione selezionata.",
"singleGeneration.value.1": "Gen 1", "singleGeneration.value.1": "1ª gen",
"singleGeneration.desc.1": "You can only use pokemon from generation one.", "singleGeneration.desc.1": "Puoi usare solo Pokémon di 1ª generazione.",
"singleGeneration.value.2": "Gen 2", "singleGeneration.value.2": "2ª gen",
"singleGeneration.desc.2": "You can only use pokemon from generation two.", "singleGeneration.desc.2": "Puoi usare solo Pokémon di 2ª generazione.",
"singleGeneration.value.3": "Gen 3", "singleGeneration.value.3": "3ª gen",
"singleGeneration.desc.3": "You can only use pokemon from generation three.", "singleGeneration.desc.3": "Puoi usare solo Pokémon di 3ª generazione.",
"singleGeneration.value.4": "Gen 4", "singleGeneration.value.4": "4ª gen",
"singleGeneration.desc.4": "You can only use pokemon from generation four.", "singleGeneration.desc.4": "Puoi usare solo Pokémon di 4ª generazione.",
"singleGeneration.value.5": "Gen 5", "singleGeneration.value.5": "5ª gen",
"singleGeneration.desc.5": "You can only use pokemon from generation five.", "singleGeneration.desc.5": "Puoi usare solo Pokémon di 5ª generazione.",
"singleGeneration.value.6": "Gen 6", "singleGeneration.value.6": "6ª gen",
"singleGeneration.desc.6": "You can only use pokemon from generation six.", "singleGeneration.desc.6": "Puoi usare solo Pokémon di 6ª generazione.",
"singleGeneration.value.7": "Gen 7", "singleGeneration.value.7": "7ª gen",
"singleGeneration.desc.7": "You can only use pokemon from generation seven.", "singleGeneration.desc.7": "Puoi usare solo Pokémon di 7ª generazione.",
"singleGeneration.value.8": "Gen 8", "singleGeneration.value.8": "8ª gen",
"singleGeneration.desc.8": "You can only use pokemon from generation eight.", "singleGeneration.desc.8": "Puoi usare solo Pokémon di 8ª generazione.",
"singleGeneration.value.9": "Gen 9", "singleGeneration.value.9": "9ª gen",
"singleGeneration.desc.9": "You can only use pokemon from generation nine.", "singleGeneration.desc.9": "Puoi usare solo Pokémon di 9ª generazione.",
"singleType.name": "Mono Type", "singleType.name": "Mono tipo",
"singleType.value.0": "Off", "singleType.value.0": "Off",
"singleType.desc.0": "You can only use pokemon of the chosen type.", "singleType.desc.0": "Puoi usare solo Pokémon del tipo selezionato.",
"singleType.value.1": "Normal", "singleType.value.1": "Normale",
"singleType.desc.1": "You can only use pokemon with the Normal type.", "singleType.desc.1": "Puoi usare solo Pokémon di tipo normale.",
"singleType.value.2": "Fighting", "singleType.value.2": "Lotta",
"singleType.desc.2": "You can only use pokemon with the Fighting type.", "singleType.desc.2": "Puoi usare solo Pokémon di tipo lotta.",
"singleType.value.3": "Flying", "singleType.value.3": "Volante",
"singleType.desc.3": "You can only use pokemon with the Flying type.", "singleType.desc.3": "Puoi usare solo Pokémon di tipo volante.",
"singleType.value.4": "Poison", "singleType.value.4": "Veleno",
"singleType.desc.4": "You can only use pokemon with the Poison type.", "singleType.desc.4": "Puoi usare solo Pokémon di tipo veleno.",
"singleType.value.5": "Ground", "singleType.value.5": "Terra",
"singleType.desc.5": "You can only use pokemon with the Ground type.", "singleType.desc.5": "Puoi usare solo Pokémon di tipo terra.",
"singleType.value.6": "Rock", "singleType.value.6": "Roccia",
"singleType.desc.6": "You can only use pokemon with the Rock type.", "singleType.desc.6": "Puoi usare solo Pokémon di tipo roccia.",
"singleType.value.7": "Bug", "singleType.value.7": "Coleottero",
"singleType.desc.7": "You can only use pokemon with the Bug type.", "singleType.desc.7": "Puoi usare solo Pokémon di tipo coleottero.",
"singleType.value.8": "Ghost", "singleType.value.8": "Spettro",
"singleType.desc.8": "You can only use pokemon with the Ghost type.", "singleType.desc.8": "Puoi usare solo Pokémon di tipo spettro.",
"singleType.value.9": "Steel", "singleType.value.9": "Acciaio",
"singleType.desc.9": "You can only use pokemon with the Steel type.", "singleType.desc.9": "Puoi usare solo Pokémon di tipo acciaio.",
"singleType.value.10": "Fire", "singleType.value.10": "Fuoco",
"singleType.desc.10": "You can only use pokemon with the Fire type.", "singleType.desc.10": "Puoi usare solo Pokémon di tipo fuoco.",
"singleType.value.11": "Water", "singleType.value.11": "Acqua",
"singleType.desc.11": "You can only use pokemon with the Water type.", "singleType.desc.11": "Puoi usare solo Pokémon di tipo acqua.",
"singleType.value.12": "Grass", "singleType.value.12": "Erba",
"singleType.desc.12": "You can only use pokemon with the Grass type.", "singleType.desc.12": "Puoi usare solo Pokémon di tipo erba.",
"singleType.value.13": "Electric", "singleType.value.13": "Elettro",
"singleType.desc.13": "You can only use pokemon with the Electric type.", "singleType.desc.13": "Puoi usare solo Pokémon di tipo elettro.",
"singleType.value.14": "Psychic", "singleType.value.14": "Psico",
"singleType.desc.14": "You can only use pokemon with the Psychic type.", "singleType.desc.14": "Puoi usare solo Pokémon di tipo psico.",
"singleType.value.15": "Ice", "singleType.value.15": "Ghiaccio",
"singleType.desc.15": "You can only use pokemon with the Ice type.", "singleType.desc.15": "Puoi usare solo Pokémon di tipo ghiaccio.",
"singleType.value.16": "Dragon", "singleType.value.16": "Drago",
"singleType.desc.16": "You can only use pokemon with the Dragon type.", "singleType.desc.16": "Puoi usare solo Pokémon di tipo drago.",
"singleType.value.17": "Dark", "singleType.value.17": "Buio",
"singleType.desc.17": "You can only use pokemon with the Dark type.", "singleType.desc.17": "Puoi usare solo Pokémon di tipo buio.",
"singleType.value.18": "Fairy", "singleType.value.18": "Folletto",
"singleType.desc.18": "You can only use pokemon with the Fairy type.", "singleType.desc.18": "Puoi usare solo Pokémon di tipo folletto.",
} as const; } as const;