Update src/locales/es/menu-ui-handler.ts

Co-authored-by: Asdar <asdargmng@gmail.com>
This commit is contained in:
Adrián 2024-08-16 16:08:35 -04:00 committed by GitHub
parent 9f8963cd72
commit 3e5b519d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,5 +25,5 @@ export const menuUiHandler: SimpleTranslationEntries = {
"unlinkGoogle": "Desconectar Google", "unlinkGoogle": "Desconectar Google",
"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?",
"noEggs": "You are not hatching any eggs at the moment!" "noEggs": "No hay huevos incubándose ahora mismo."
} as const; } as const;