2024-06-17 22:05:33 +01:00
|
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-01 23:53:48 +01:00
|
|
|
|
|
|
|
|
|
export const battle: SimpleTranslationEntries = {
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"bossAppeared": "{{bossName}} è apparso.",
|
|
|
|
|
"trainerAppeared": "{{trainerName}}\nvuole combattere!",
|
2024-06-14 21:43:50 +01:00
|
|
|
|
"trainerAppearedDouble": "{{trainerName}}\nvogliono combattere!",
|
2024-05-23 19:22:09 +01:00
|
|
|
|
"trainerSendOut": "{{trainerName}} manda in campo\n{{pokemonName}}!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"singleWildAppeared": "Appare {{pokemonName}} selvatico!",
|
|
|
|
|
"multiWildAppeared": "Appaiono {{pokemonName1}}\ne {{pokemonName2}} salvatici!",
|
|
|
|
|
"playerComeBack": "Rientra, {{pokemonName}}!",
|
|
|
|
|
"trainerComeBack": "{{trainerName}} ha ritirato {{pokemonName}}!",
|
|
|
|
|
"playerGo": "Vai! {{pokemonName}}!",
|
|
|
|
|
"trainerGo": "{{trainerName}} manda in campo {{pokemonName}}!",
|
|
|
|
|
"switchQuestion": "Vuoi cambiare\n{{pokemonName}}?",
|
2024-05-23 16:03:10 +01:00
|
|
|
|
"trainerDefeated": "Hai sconfitto\n{{trainerName}}!",
|
2024-05-23 19:22:09 +01:00
|
|
|
|
"moneyWon": "Hai vinto {{moneyAmount}}₽",
|
2024-05-06 19:55:54 +01:00
|
|
|
|
"pokemonCaught": "Preso! {{pokemonName}} è stato catturato!",
|
2024-06-24 18:55:46 +01:00
|
|
|
|
"addedAsAStarter": "{{pokemonName}} has been\nadded as a starter!",
|
2024-05-23 19:22:09 +01:00
|
|
|
|
"partyFull": "La tua squadra è al completo.\nVuoi liberare un Pokémon per far spazio a {{pokemonName}}?",
|
2024-05-01 23:53:48 +01:00
|
|
|
|
"pokemon": "Pokémon",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"sendOutPokemon": "Vai! {{pokemonName}}!",
|
|
|
|
|
"hitResultCriticalHit": "Brutto colpo!",
|
|
|
|
|
"hitResultSuperEffective": "È superefficace!",
|
|
|
|
|
"hitResultNotVeryEffective": "Non è molto efficace…",
|
|
|
|
|
"hitResultNoEffect": "Non ha effetto su {{pokemonName}}!",
|
2024-05-06 19:55:54 +01:00
|
|
|
|
"hitResultOneHitKO": "KO con un colpo!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"attackFailed": "Ma ha fallito!",
|
2024-07-05 23:29:13 +01:00
|
|
|
|
"attackMissed": "{{pokemonNameWithAffix}}\nevita l’attacco!",
|
2024-05-23 16:03:10 +01:00
|
|
|
|
"attackHitsCount": "Colpito {{count}} volta/e!",
|
2024-06-26 03:13:43 +01:00
|
|
|
|
"rewardGain": "You received\n{{modifierName}}!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"expGain": "{{pokemonName}} ha guadagnato\n{{exp}} Punti Esperienza!",
|
2024-05-17 18:18:03 +01:00
|
|
|
|
"levelUp": "{{pokemonName}} è salito al\nlivello {{level}}!",
|
|
|
|
|
"learnMove": "{{pokemonName}} impara\n{{moveName}}!",
|
2024-05-05 09:58:02 +01:00
|
|
|
|
"learnMovePrompt": "{{pokemonName}} vorrebbe imparare\n{{moveName}}.",
|
2024-05-17 18:18:03 +01:00
|
|
|
|
"learnMoveLimitReached": "Tuttavia, {{pokemonName}}\nconosce già quattro mosse.",
|
|
|
|
|
"learnMoveReplaceQuestion": "Vuoi che ne dimentichi una e al suo\nposto apprenda {{moveName}}?",
|
|
|
|
|
"learnMoveStopTeaching": "Vuoi smettere di fargli imparare\n{{moveName}}?",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"learnMoveNotLearned": "{{pokemonName}} non ha imparato\n{{moveName}}.",
|
|
|
|
|
"learnMoveForgetQuestion": "Quale mossa deve dimenticare?",
|
|
|
|
|
"learnMoveForgetSuccess": "{{pokemonName}} ha dimenticato la mossa\n{{moveName}}.",
|
2024-05-17 18:18:03 +01:00
|
|
|
|
"countdownPoof": "@d{32}1, @d{15}2, @d{15}e@d{15}… @d{15}… @d{15}… @d{15}@s{pb_bounce_1}ta-daaaa!",
|
2024-05-15 17:42:34 +01:00
|
|
|
|
"learnMoveAnd": "E…",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"levelCapUp": "Il livello massimo\nè aumentato a {{levelCap}}!",
|
|
|
|
|
"moveNotImplemented": "{{moveName}} non è ancora implementata e non può essere selezionata.",
|
2024-05-06 19:55:54 +01:00
|
|
|
|
"moveNoPP": "Non ci sono PP rimanenti\nper questa mossa!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"moveDisabled": "{{moveName}} è disabilitata!",
|
|
|
|
|
"noPokeballForce": "Una forza misteriosa\nimpedisce l'uso dell Poké Ball.",
|
|
|
|
|
"noPokeballTrainer": "Non puoi catturare\nPokémon di altri allenatori!",
|
|
|
|
|
"noPokeballMulti": "Puoi lanciare una Poké Ball\nquando rimane un solo Pokémon!",
|
|
|
|
|
"noPokeballStrong": "Il Pokémon avversario è troppo forte per essere catturato!\nDevi prima indebolirlo!",
|
|
|
|
|
"noEscapeForce": "Una forza misteriosa\nimpedisce la fuga.",
|
2024-05-06 19:55:54 +01:00
|
|
|
|
"noEscapeTrainer": "Non puoi sottrarti\nalla lotta con un'allenatore!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"noEscapePokemon": "{{moveName}} di {{pokemonName}}\npreviene la {{escapeVerb}}!",
|
2024-05-06 19:55:54 +01:00
|
|
|
|
"runAwaySuccess": "Scampato pericolo!",
|
2024-05-23 16:03:10 +01:00
|
|
|
|
"runAwayCannotEscape": "Non puoi fuggire!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"escapeVerbSwitch": "cambiando",
|
|
|
|
|
"escapeVerbFlee": "fuggendo",
|
2024-05-09 01:25:16 +01:00
|
|
|
|
"notDisabled": "{{pokemonName}}'s {{moveName}} non è più\ndisabilitata!",
|
2024-06-22 15:24:08 +01:00
|
|
|
|
"turnEndHpRestore": "{{pokemonName}}'s HP was restored.",
|
|
|
|
|
"hpIsFull": "{{pokemonName}}'s\nHP is full!",
|
2024-05-05 03:00:28 +01:00
|
|
|
|
"skipItemQuestion": "Sei sicuro di non voler prendere nessun oggetto?",
|
2024-05-17 18:18:03 +01:00
|
|
|
|
"eggHatching": "Oh!",
|
2024-06-01 20:53:32 +01:00
|
|
|
|
"ivScannerUseQuestion": "Vuoi usare lo scanner di IV su {{pokemonName}}?",
|
2024-07-02 15:28:38 +01:00
|
|
|
|
"stealEatBerry": "{{pokemonName}} stole and ate\n{{targetName}}'s {{berryName}}!",
|
2024-06-14 21:43:50 +01:00
|
|
|
|
"wildPokemonWithAffix": "{{pokemonName}} selvatico",
|
|
|
|
|
"foePokemonWithAffix": "{{pokemonName}} avversario",
|
|
|
|
|
"useMove": "{{pokemonNameWithAffix}} usa {{moveName}}!",
|
|
|
|
|
"drainMessage": "Viene prelevata energia\n da{{pokemonName}}!",
|
|
|
|
|
"regainHealth": "{{pokemonName}} ha rigenerato\npunti salute!",
|
2024-06-16 03:25:18 +01:00
|
|
|
|
"fainted": "{{pokemonNameWithAffix}} non è più in\ngrado di combattere!",
|
2024-06-23 02:55:09 +01:00
|
|
|
|
"statRose": "{{pokemonNameWithAffix}}'s {{stats}} è aumentato/a!",
|
|
|
|
|
"statSharplyRose": "{{pokemonNameWithAffix}}'s {{stats}} è aumentato/a molto!",
|
|
|
|
|
"statRoseDrastically": "{{pokemonNameWithAffix}}'s {{stats}} è aumentato/a drasticamente!",
|
|
|
|
|
"statWontGoAnyHigher": "{{pokemonNameWithAffix}}'s {{stats}} non può aumentare più di così!",
|
|
|
|
|
"statFell": "{{pokemonNameWithAffix}}'s {{stats}} è diminuito/a!",
|
|
|
|
|
"statHarshlyFell": "{{pokemonNameWithAffix}}'s {{stats}} è diminuito/a molto!",
|
|
|
|
|
"statSeverelyFell": "{{pokemonNameWithAffix}}'s {{stats}} è diminuito/a drasticamente!",
|
|
|
|
|
"statWontGoAnyLower": "{{pokemonNameWithAffix}}'s {{stats}} non può diminuire più di così!",
|
2024-06-17 20:05:23 +01:00
|
|
|
|
"ppReduced": "It reduced the PP of {{targetName}}'s\n{{moveName}} by {{reduction}}!",
|
2024-06-19 15:38:31 +01:00
|
|
|
|
"battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} deve\nricaricarsi!",
|
|
|
|
|
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} non può\npiù fuggire!",
|
|
|
|
|
"battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} è stato liberato\nda {{moveName}}",
|
|
|
|
|
"battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} tentenna!",
|
|
|
|
|
"battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} è\nconfuso!",
|
|
|
|
|
"battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} non\nè più confuso!",
|
|
|
|
|
"battlerTagsConfusedOnOverlap": "{{pokemonNameWithAffix}} è\ngià confuso!",
|
|
|
|
|
"battlerTagsConfusedLapse": "{{pokemonNameWithAffix}} è\nconfuso!",
|
|
|
|
|
"battlerTagsConfusedLapseHurtItself": "Si colpisce da solo per via della\nconfusione!",
|
|
|
|
|
"battlerTagsDestinyBondLapseIsBoss": "{{pokemonNameWithAffix}} è immune\na Destinobbligato.",
|
|
|
|
|
"battlerTagsDestinyBondLapse": "{{pokemonNameWithAffix}} trascina\ncon sé{{pokemonNameWithAffix2}}!",
|
|
|
|
|
"battlerTagsInfatuatedOnAdd": "{{pokemonNameWithAffix}} si è infatuato\ndi {{sourcePokemonName}}!",
|
|
|
|
|
"battlerTagsInfatuatedOnOverlap": "{{pokemonNameWithAffix}} è\ngià infatuato!",
|
|
|
|
|
"battlerTagsInfatuatedLapse": "{{pokemonNameWithAffix}} è infatuato\ndi {{sourcePokemonName}}!",
|
|
|
|
|
"battlerTagsInfatuatedLapseImmobilize": "{{pokemonNameWithAffix}} è\nimmobilizzato dall'infatuazione!",
|
|
|
|
|
"battlerTagsInfatuatedOnRemove": "{{pokemonNameWithAffix}} non è\npiù infatuato.",
|
|
|
|
|
"battlerTagsSeededOnAdd": "{{pokemonNameWithAffix}} è pieno di semi!",
|
|
|
|
|
"battlerTagsSeededLapse": "La salute di {{pokemonNameWithAffix}}\nviene prelevata da Parassiseme!",
|
|
|
|
|
"battlerTagsSeededLapseShed": "Parassiseme di {{pokemonNameWithAffix}}\nha risucchiato la melma!",
|
|
|
|
|
"battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} sta\navendo un Incubo!",
|
|
|
|
|
"battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} sta\ngià avendo un Incubo!",
|
|
|
|
|
"battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} è bloccato\nin un Incubo!",
|
2024-06-25 19:18:05 +01:00
|
|
|
|
"battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} ha\nsubito Ripeti!",
|
2024-06-19 15:38:31 +01:00
|
|
|
|
"battlerTagsEncoreOnRemove": "L'effetto di Ripeti su {{pokemonNameWithAffix}}\n è terminato!",
|
|
|
|
|
"battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} è pronto ad\naiutare {{pokemonName}}!",
|
|
|
|
|
"battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} assorbe\nnutrienti dalle sue radici!",
|
|
|
|
|
"battlerTagsIngrainOnTrap": "{{pokemonNameWithAffix}} ha messo le radici!",
|
|
|
|
|
"battlerTagsAquaRingOnAdd": "{{pokemonNameWithAffix}} si è circondato\ncon un velo d'acqua!",
|
|
|
|
|
"battlerTagsAquaRingLapse": "{{moveName}} ha ripristinato\ni PS di {{pokemonName}}!",
|
|
|
|
|
"battlerTagsDrowsyOnAdd": "{{pokemonNameWithAffix}} sta per addormentarsi!",
|
|
|
|
|
"battlerTagsDamagingTrapLapse": "{{pokemonNameWithAffix}} subisce danni\nper via di {{moveName}}!",
|
|
|
|
|
"battlerTagsBindOnTrap": "{{pokemonNameWithAffix}} viene schiacciato da\n{{moveName}} di {{sourcePokemonName}}!",
|
|
|
|
|
"battlerTagsWrapOnTrap": "{{pokemonNameWithAffix}} è stato avvinghiato\nda {{sourcePokemonName}}!",
|
|
|
|
|
"battlerTagsVortexOnTrap": "{{pokemonNameWithAffix}} è intrappolato\nnel vortice!",
|
|
|
|
|
"battlerTagsClampOnTrap": "{{sourcePokemonNameWithAffix}} sta intenagliando\n{{pokemonName}}!",
|
|
|
|
|
"battlerTagsSandTombOnTrap": "{{pokemonNameWithAffix}} è intrappolato\nda {{moveName}}!",
|
|
|
|
|
"battlerTagsMagmaStormOnTrap": "{{pokemonNameWithAffix}} è intrappolato\nnel magma vorticoso!",
|
|
|
|
|
"battlerTagsSnapTrapOnTrap": "{{pokemonNameWithAffix}} è intrappolato\nin una tagliola!",
|
|
|
|
|
"battlerTagsThunderCageOnTrap": "{{sourcePokemonNameWithAffix}} ha intrappolato\n{{pokemonNameWithAffix}}!",
|
|
|
|
|
"battlerTagsInfestationOnTrap": "{{pokemonNameWithAffix}} ha subito un\ninfestazione da parte di {{sourcePokemonNameWithAffix}}!",
|
|
|
|
|
"battlerTagsProtectedOnAdd": "{{pokemonNameWithAffix}}\nsi è protetto!",
|
|
|
|
|
"battlerTagsProtectedLapse": "{{pokemonNameWithAffix}}\nsi è protetto!",
|
|
|
|
|
"battlerTagsEnduringOnAdd": "{{pokemonNameWithAffix}} si prepara a\nsubire il colpo!",
|
|
|
|
|
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}} resiste\nal colpo!",
|
|
|
|
|
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}} ha resistito\ngrazie a Vigore!",
|
|
|
|
|
"battlerTagsPerishSongLapse": "Il conto alla rovescia di Ultimocanto per {{pokemonNameWithAffix}} scende a {{turnCount}}.",
|
|
|
|
|
"battlerTagsTruantLapse": "{{pokemonNameWithAffix}} sta\nciondolando!",
|
|
|
|
|
"battlerTagsSlowStartOnAdd": "{{pokemonNameWithAffix}} non\ningrana!",
|
|
|
|
|
"battlerTagsSlowStartOnRemove": "{{pokemonNameWithAffix}} ritrova\nlo slancio!",
|
|
|
|
|
"battlerTagsHighestStatBoostOnAdd": "{{statName}} di {{pokemonNameWithAffix}}\nviene aumentato/a!",
|
|
|
|
|
"battlerTagsHighestStatBoostOnRemove": "Gli effetti di {{abilityName}}\ndi {{pokemonNameWithAffix}} sono cessati!",
|
|
|
|
|
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}} si prepara\nalla lotta!",
|
|
|
|
|
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} si è rilassato.",
|
|
|
|
|
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}} è stato messo sotto sale!",
|
|
|
|
|
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} viene colpito da {{moveName}}!",
|
|
|
|
|
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!",
|
|
|
|
|
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!"
|
2024-05-23 16:03:10 +01:00
|
|
|
|
} as const;
|