Update italian egg.ts (#958)

This commit is contained in:
Alessandro Bruzzese 2024-05-16 11:19:10 +02:00 committed by GitHub
parent 3f40225d4b
commit 5fe69fff9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 17 deletions

View File

@ -1,21 +1,21 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const egg: SimpleTranslationEntries = { export const egg: SimpleTranslationEntries = {
"egg": "Egg", "egg": "Uovo",
"greatTier": "Rare", "defaultTier": "Comune",
"ultraTier": "Epic", "greatTier": "Raro",
"masterTier": "Legendary", "ultraTier": "Epico",
"defaultTier": "Common", "masterTier": "Leggendario",
"hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!", "hatchWavesMessageSoon": "Si sentono dei suoni provenienti dall'interno! Si schiuderà presto!",
"hatchWavesMessageClose": "It appears to move occasionally. It may be close to hatching.", "hatchWavesMessageClose": "Sembra muoversi di tanto in tanto. Potrebbe essere prossimo alla schiusa.",
"hatchWavesMessageNotClose": "What will hatch from this? It doesn't seem close to hatching.", "hatchWavesMessageNotClose": "Cosa uscirà da qui? Non sembra si schiuderà presto.",
"hatchWavesMessageLongTime": "It looks like this Egg will take a long time to hatch.", "hatchWavesMessageLongTime": "Sembra che questo uovo impiegherà molto tempo per schiudersi.",
"gachaTypeLegendary": "Legendary Rate Up", "gachaTypeLegendary": "Tasso dei Leggendari Aumentato",
"gachaTypeMove": "Rare Egg Move Rate Up", "gachaTypeMove": "Tasso delle Mosse Rare delle Uova Aumentato",
"gachaTypeShiny": "Shiny Rate Up", "gachaTypeShiny": "Tasso degli Shiny Aumentato",
"selectMachine": "Select a machine.", "selectMachine": "Seleziona un distributore.",
"notEnoughVouchers": "You don't have enough vouchers!", "notEnoughVouchers": "Non hai abbastanza Biglietti!",
"tooManyEggs": "You have too many eggs!", "tooManyEggs": "Hai troppe Uova!",
"pull": "Pull", "pull": "Tiro",
"pulls": "Pulls" "pulls": "Tiri"
} as const; } as const;