-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically update JavaScript bundle 🤖 beep boop
- Loading branch information
1 parent
ecb3b2d
commit b96846a
Showing
5 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,18 +337,18 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = { | |
"CheckInternet": "Revisa si tu conexión de Internet está funcionando correctamente.", | ||
"Connection_error": "No se ha podido conectar con el servidor.", | ||
"Empty_output": "Este código funciona pero no imprime nada. Agrega un comando print a tu código o usa una tortuga para mostrar salida.", | ||
"Errors_found": "You made a mistake! Don't worry, Hedy is trying to find the mistakes", | ||
"Errors_found": "¡Cometiste un error! No te preocupes, Hedy está intentado encontrar los errores", | ||
"Execute_error": "Algo salió mal mientras se ejecutaba el programa.", | ||
"Other_error": "¡Ups! Quizás hemos cometido un pequeño error.", | ||
"Program_repair": "Este pudiera ser código correcto, ¿lo puedes arreglar?", | ||
"Program_repair": "Este podría ser código correcto, ¿lo puedes arreglar?", | ||
"Program_too_long": "Tu programa toma demasiado tiempo en ejecutarse.", | ||
"ServerError": "Escribiste un programa que no esperábamos. Si quieres ayudar, envíanos un email con el nivel y tu programa a [email protected]. Mientras tanto, intenta algo un poco diferente y échale otro vistazo a los ejemplos. ¡Gracias!", | ||
"Transpile_error": "No podemos ejecutar este programa.", | ||
"Transpile_success": "¡Bien hecho!\n¡Sigue con el buen trabajo!\n¡Lo has hecho parecer fácil!\n¡Así se hace!\n¡Sensacional!", | ||
"Transpile_warning": "¡Atención!", | ||
"Transpile_success": "¡Buen trabajo!\n¡Increible!\n¡Bien hecho!\n¡Excelente!\n¡Lo hiciste genial!", | ||
"Transpile_warning": "¡Cuidado!", | ||
"Unsaved_Changes": "Tu programa no se ha guardado. ¿Deseas irte sin guardarlo?", | ||
"adventures_restored": "Se han restaurado las aventuras por defecto.", | ||
"copy_link_to_share": "Copiar vínculo para compartir", | ||
"copy_link_to_share": "Copiar enlace para compartir", | ||
"customization_deleted": "Personalización eliminada.", | ||
"dice": "🎲", | ||
"directly_available": "Directamente abierto", | ||
|