[Localization][es] Update menu.ts (#1964)

This commit is contained in:
MadridPawmot 2024-06-08 20:47:01 +02:00 committed by GitHub
parent 751e28d2fc
commit 281f0df220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,10 +45,10 @@ export const menu: SimpleTranslationEntries = {
"weeklyRankings": "Rankings Semanales",
"noRankings": "Sin Rankings",
"loading": "Cargando…",
"loadingAsset": "Loading asset: {{assetName}}",
"loadingAsset": "Cargando recurso: {{assetName}}",
"playersOnline": "Jugadores en Línea",
"yes":"Sí",
"no":"No",
"disclaimer": "DISCLAIMER",
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
"disclaimer": "AVISO",
"disclaimerDescription": "Este juego es un producto inacabado; puede tener problemas de jugabilidad (incluyendo la posible pérdida de datos de guardado),\ncambiar sin avisar, y puede o no puede ser actualizado hasta ser completado."
} as const;