[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", "weeklyRankings": "Rankings Semanales",
"noRankings": "Sin Rankings", "noRankings": "Sin Rankings",
"loading": "Cargando…", "loading": "Cargando…",
"loadingAsset": "Loading asset: {{assetName}}", "loadingAsset": "Cargando recurso: {{assetName}}",
"playersOnline": "Jugadores en Línea", "playersOnline": "Jugadores en Línea",
"yes":"Sí", "yes":"Sí",
"no":"No", "no":"No",
"disclaimer": "DISCLAIMER", "disclaimer": "AVISO",
"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." "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; } as const;