[Localization][es] Spanish translations for splash messages (#1999)

* Spanish translations for splash messages

* Updated with requested changes

* Updated capitalization
This commit is contained in:
MadridPawmot 2024-06-14 02:00:36 +02:00 committed by GitHub
parent 68863ab9a4
commit c3c6b96487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 33 deletions

View File

@ -1,37 +1,37 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const splashMessages: SimpleTranslationEntries = { export const splashMessages: SimpleTranslationEntries = {
"battlesWon": "Battles Won!", "battlesWon": "¡Batallas ganadas!",
"joinTheDiscord": "Join the Discord!", "joinTheDiscord": "¡Únete al Discord!",
"infiniteLevels": "Infinite Levels!", "infiniteLevels": "¡Niveles infinitos!",
"everythingStacks": "Everything Stacks!", "everythingStacks": "¡Todo se acumula!",
"optionalSaveScumming": "Optional Save Scumming!", "optionalSaveScumming": "¡Trampas guardando (¡opcionales!)!",
"biomes": "35 Biomes!", "biomes": "¡35 biomas!",
"openSource": "Open Source!", "openSource": "¡Código abierto!",
"playWithSpeed": "Play with 5x Speed!", "playWithSpeed": "¡Juega a velocidad 5x!",
"liveBugTesting": "Live Bug Testing!", "liveBugTesting": "¡Arreglo de bugs sobre la marcha!",
"heavyInfluence": "Heavy RoR2 Influence!", "heavyInfluence": "¡Influencia Alta en RoR2!",
"pokemonRiskAndPokemonRain": "Pokémon Risk and Pokémon Rain!", "pokemonRiskAndPokemonRain": "¡Pokémon Risk y Pokémon Rain!",
"nowWithMoreSalt": "Now with 33% More Salt!", "nowWithMoreSalt": "¡Con un 33% más de polémica!",
"infiniteFusionAtHome": "Infinite Fusion at Home!", "infiniteFusionAtHome": "¡Infinite Fusion en casa!",
"brokenEggMoves": "Broken Egg Moves!", "brokenEggMoves": "¡Movimientos Huevo rotos!",
"magnificent": "Magnificent!", "magnificent": "¡Magnífico!",
"mubstitute": "Mubstitute!", "mubstitute": "¡Mubstituto!",
"thatsCrazy": "That's Crazy!", "thatsCrazy": "¡De locos!",
"oranceJuice": "Orance Juice!", "oranceJuice": "¡Zumo de narancia!",
"questionableBalancing": "Questionable Balancing!", "questionableBalancing": "¡Balance cuestionable!",
"coolShaders": "Cool Shaders!", "coolShaders": "¡Shaders impresionantes!",
"aiFree": "AI-Free!", "aiFree": "¡Libre de IA!",
"suddenDifficultySpikes": "Sudden Difficulty Spikes!", "suddenDifficultySpikes": "¡Saltos de dificultad repentinos!",
"basedOnAnUnfinishedFlashGame": "Based on an Unfinished Flash Game!", "basedOnAnUnfinishedFlashGame": "¡Basado en un juego Flash inacabado!",
"moreAddictiveThanIntended": "More Addictive than Intended!", "moreAddictiveThanIntended": "¡Más adictivo de la cuenta!",
"mostlyConsistentSeeds": "Mostly Consistent Seeds!", "mostlyConsistentSeeds": "¡Semillas CASI consistentes!",
"achievementPointsDontDoAnything": "Achievement Points Don't Do Anything!", "achievementPointsDontDoAnything": "¡Los Puntos de Logro no hacen nada!",
"youDoNotStartAtLevel": "You Do Not Start at Level 2000!", "youDoNotStartAtLevel": "¡No empiezas al nivel 2000!",
"dontTalkAboutTheManaphyEggIncident": "Don't Talk About the Manaphy Egg Incident!", "dontTalkAboutTheManaphyEggIncident": "¡No hablen del incidente del Huevo Manaphy!",
"alsoTryPokengine": "Also Try Pokéngine!", "alsoTryPokengine": "¡Prueba también Pokéngine!",
"alsoTryEmeraldRogue": "Also Try Emerald Rogue!", "alsoTryEmeraldRogue": "¡Prueba también Emerald Rogue!",
"alsoTryRadicalRed": "Also Try Radical Red!", "alsoTryRadicalRed": "¡Prueba también Radical Red!",
"eeveeExpo": "Eevee Expo!", "eeveeExpo": "¡Eevee Expo!",
"ynoproject": "YNOproject!", "ynoproject": "¡YNOproject!",
} as const; } as const;