Spanish translations (#1084)

* spanish translations

* shortened translation
This commit is contained in:
nedpfeiffer 2024-05-22 11:01:29 -07:00 committed by GitHub
parent 99557b318f
commit b72b432ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 54 additions and 54 deletions

View File

@ -1,10 +1,10 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const battleMessageUiHandler: SimpleTranslationEntries = { export const battleMessageUiHandler: SimpleTranslationEntries = {
"ivBest": "Best", "ivBest": "Inmejorable",
"ivFantastic": "Fantastic", "ivFantastic": "Fantástico",
"ivVeryGood": "Very Good", "ivVeryGood": "Notable",
"ivPrettyGood": "Pretty Good", "ivPrettyGood": "Genial",
"ivDecent": "Decent", "ivDecent": "No está mal",
"ivNoGood": "No Good", "ivNoGood": "Cojea un poco",
} as const; } as const;

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: "Baya Zidra",
effect: "Restores 25% HP if HP is below 50%", effect: "Restaura 25% PS si estos caen por debajo del 50%",
}, },
"LUM": { "LUM": {
name: "Lum Berry", name: "Baya Ziuela",
effect: "Cures any non-volatile status condition and confusion", effect: "Cura cualquier problema de estado",
}, },
"ENIGMA": { "ENIGMA": {
name: "Enigma Berry", name: "Baya Enigma",
effect: "Restores 25% HP if hit by a super effective move", effect: "Restaura 25% PS si le alcanza un ataque supereficaz",
}, },
"LIECHI": { "LIECHI": {
name: "Liechi Berry", name: "Baya Lichi",
effect: "Raises Attack if HP is below 25%", effect: "Aumenta el ataque si los PS están por debajo de 25%",
}, },
"GANLON": { "GANLON": {
name: "Ganlon Berry", name: "Baya Gonlan",
effect: "Raises Defense if HP is below 25%", effect: "Aumenta la defensa si los PS están por debajo de 25%",
}, },
"PETAYA": { "PETAYA": {
name: "Petaya Berry", name: "Baya Yapati",
effect: "Raises Sp. Atk if HP is below 25%", effect: "Aumenta el ataque especial si los PS están por debajo de 25%",
}, },
"APICOT": { "APICOT": {
name: "Apicot Berry", name: "Baya Aricoc",
effect: "Raises Sp. Def if HP is below 25%", effect: "Aumenta la defensa especial si los PS están por debajo de 25%",
}, },
"SALAC": { "SALAC": {
name: "Salac Berry", name: "Baya Aslac",
effect: "Raises Speed if HP is below 25%", effect: "Aumenta la velocidad si los PS están por debajo de 25%",
}, },
"LANSAT": { "LANSAT": {
name: "Lansat Berry", name: "Baya Zonlan",
effect: "Raises critical hit ratio if HP is below 25%", effect: "Aumenta el índice de golpe crítico si los PS están por debajo de 25%",
}, },
"STARF": { "STARF": {
name: "Starf Berry", name: "Baya Arabol",
effect: "Sharply raises a random stat if HP is below 25%", effect: "Aumenta mucho una estadística al azar si los PS están por debajo de 25%",
}, },
"LEPPA": { "LEPPA": {
name: "Leppa Berry", name: "Baya Zanama",
effect: "Restores 10 PP to a move if its PP reaches 0", effect: "Restaura 10 PP del primer movimiento cuyos PP bajen a 0",
}, },
} as const; } as const;

View File

@ -9,7 +9,7 @@ export const menuUiHandler: SimpleTranslationEntries = {
"EGG_GACHA": "Gacha de Huevos", "EGG_GACHA": "Gacha de Huevos",
"MANAGE_DATA": "Gestionar Datos", "MANAGE_DATA": "Gestionar Datos",
"COMMUNITY": "Comunidad", "COMMUNITY": "Comunidad",
"SAVE_AND_QUIT": "Save and Quit", "SAVE_AND_QUIT": "Guardar y Salir",
"LOG_OUT": "Cerrar Sesión", "LOG_OUT": "Cerrar Sesión",
"slot": "Ranura {{slotNumber}}", "slot": "Ranura {{slotNumber}}",
"importSession": "Importar Sesión", "importSession": "Importar Sesión",
@ -20,4 +20,4 @@ export const menuUiHandler: SimpleTranslationEntries = {
"exportData": "Exportar Datos", "exportData": "Exportar Datos",
"cancel": "Cancelar", "cancel": "Cancelar",
"losingProgressionWarning": "Perderás cualquier progreso desde el inicio de la batalla. ¿Continuar?" "losingProgressionWarning": "Perderás cualquier progreso desde el inicio de la batalla. ¿Continuar?"
} as const; } as const;

View File

@ -2,8 +2,8 @@ import { PokemonInfoTranslationEntries } from "#app/plugins/i18n";
export const pokemonInfo: PokemonInfoTranslationEntries = { export const pokemonInfo: PokemonInfoTranslationEntries = {
Stat: { Stat: {
"HP": "PV", "HP": "PS",
"HPshortened": "PV", "HPshortened": "PS",
"ATK": "Ataque", "ATK": "Ataque",
"ATKshortened": "Ata", "ATKshortened": "Ata",
"DEF": "Defensa", "DEF": "Defensa",
@ -17,25 +17,25 @@ export const pokemonInfo: PokemonInfoTranslationEntries = {
}, },
Type: { Type: {
"UNKNOWN": "Unknown", "UNKNOWN": "Desconocido",
"NORMAL": "Normal", "NORMAL": "Normal",
"FIGHTING": "Fighting", "FIGHTING": "Lucha",
"FLYING": "Flying", "FLYING": "Volador",
"POISON": "Poison", "POISON": "Veneno",
"GROUND": "Ground", "GROUND": "Tierra",
"ROCK": "Rock", "ROCK": "Roca",
"BUG": "Bug", "BUG": "Bicho",
"GHOST": "Ghost", "GHOST": "Fantasma",
"STEEL": "Steel", "STEEL": "Acero",
"FIRE": "Fire", "FIRE": "Fuego",
"WATER": "Water", "WATER": "Agua",
"GRASS": "Grass", "GRASS": "Planta",
"ELECTRIC": "Electric", "ELECTRIC": "Eléctrico",
"PSYCHIC": "Psychic", "PSYCHIC": "Psíquico",
"ICE": "Ice", "ICE": "Hielo",
"DRAGON": "Dragon", "DRAGON": "Dragón",
"DARK": "Dark", "DARK": "Siniestro",
"FAIRY": "Fairy", "FAIRY": "Hada",
"STELLAR": "Stellar", "STELLAR": "Astral",
}, },
} as const; } as const;