Update Italian berry.ts (#1039)

This commit is contained in:
Alessandro Bruzzese 2024-05-17 18:58:47 +02:00 committed by GitHub
parent a2299ee055
commit d2a8c4a150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 22 deletions

View File

@ -2,47 +2,47 @@ import { BerryTranslationEntries } from "#app/plugins/i18n";
export const berry: BerryTranslationEntries = { export const berry: BerryTranslationEntries = {
"SITRUS": { "SITRUS": {
name: "Sitrus Berry", name: "Baccacedro",
effect: "Restores 25% HP if HP is below 50%", effect: "Restituisce il 25% dei PS se i PS sono sotto il 50%",
}, },
"LUM": { "LUM": {
name: "Lum Berry", name: "Baccaprugna",
effect: "Cures any non-volatile status condition and confusion", effect: "Se tenuta da un Pokémon risolve qualsiasi problema di stato",
}, },
"ENIGMA": { "ENIGMA": {
name: "Enigma Berry", name: "Baccaenigma",
effect: "Restores 25% HP if hit by a super effective move", effect: "Restituisce il 25% dei PS se viene colpito da una mossa superefficace",
}, },
"LIECHI": { "LIECHI": {
name: "Liechi Berry", name: "Baccalici",
effect: "Raises Attack if HP is below 25%", effect: "Aumenta l'Attacco se i PS sono sotto il 25%",
}, },
"GANLON": { "GANLON": {
name: "Ganlon Berry", name: "Baccalongan",
effect: "Raises Defense if HP is below 25%", effect: "Aumenta la Difesa se i PS sono sotto il 25%",
}, },
"PETAYA": { "PETAYA": {
name: "Petaya Berry", name: "Baccapitaya",
effect: "Raises Sp. Atk if HP is below 25%", effect: "Aumenta l'Attacco Speciale se i PS sono sotto il 25%",
}, },
"APICOT": { "APICOT": {
name: "Apicot Berry", name: "Baccacocca",
effect: "Raises Sp. Def if HP is below 25%", effect: "Aumenta la Difesa Speciale se i PS sono sotto il 25%",
}, },
"SALAC": { "SALAC": {
name: "Salac Berry", name: "Baccasalak",
effect: "Raises Speed if HP is below 25%", effect: "Aumenta la Velocità se i PS sono sotto il 25%",
}, },
"LANSAT": { "LANSAT": {
name: "Lansat Berry", name: "Baccalangsa",
effect: "Raises critical hit ratio if HP is below 25%", effect: "Aumenta la probabilità di Colpo Critico se i PS sono sotto il 25%",
}, },
"STARF": { "STARF": {
name: "Starf Berry", name: "Baccambola",
effect: "Sharply raises a random stat if HP is below 25%", effect: "Aumenta drasticamente una statistica casuale se i PS sono sotto il 25%",
}, },
"LEPPA": { "LEPPA": {
name: "Leppa Berry", name: "Baccamela",
effect: "Restores 10 PP to a move if its PP reaches 0", effect: "Ripristina 10 PP a una mossa se i suoi PP raggiungono lo 0",
}, },
} as const; } as const;