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