Skip to content

Commit

Permalink
Automatically update JavaScript bundle 🤖 beep boop
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and actions-user committed Sep 27, 2023
1 parent ecb3b2d commit b96846a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions grammars/keywords-es.lark
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEFINE: ("definir" | "define") _SPACE?
_CALL: ("llamar" | "call") _SPACE?
_WITH: ("con" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_RETURN: ("retornar" | "return") _SPACE?
_PRINT: ("imprimir" | "print") _SPACE?
_ASK: ("preguntar" | "ask") _SPACE?
_ECHO: ("eco" | "echo") _SPACE?
Expand Down
8 changes: 4 additions & 4 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,12 +590,12 @@
"black": "negro|black",
"blue": "azul|blue",
"brown": "marrón|brown",
"call": "call",
"call": "llamar|call",
"clear": "limpiar|clear",
"color": "color",
"comma": ",",
"def": "def",
"define": "define",
"define": "definir|define",
"echo": "eco|echo",
"elif": "sinosi|elif",
"else": "sino|else",
Expand All @@ -621,7 +621,7 @@
"red": "rojo|red",
"remove": "borrar|remove",
"repeat": "repetir|repeat",
"return": "return",
"return": "retornar|return",
"right": "derecha|right",
"sleep": "dormir|sleep",
"step": "paso|step",
Expand All @@ -631,7 +631,7 @@
"turn": "girar|turn",
"while": "mientras|while",
"white": "blanco|white",
"with": "with",
"with": "con|with",
"yellow": "amarillo|yellow",
"DIGIT": "0123456789"
},
Expand Down
12 changes: 6 additions & 6 deletions static/js/appbundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b96846a

Please sign in to comment.