Skip to content

Commit

Permalink
open dialog when finish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielferro69 committed Sep 9, 2024
1 parent 25e6fe1 commit 91c4274
Show file tree
Hide file tree
Showing 7 changed files with 622 additions and 44 deletions.
25 changes: 25 additions & 0 deletions locales/es-ar/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"congratulationsModal": {
"title": "¡Lo lograste!",
"subtitle": "Para pensar...",
"text1": "Tu programa no es el único que resuelve el problema. ¡Existen otras soluciones!",
"text2": "¿Estás usando los conceptos bien?"
},
"stepByStepRun": {
"label": "Paso",
"tooltip": "Ejecutar paso a paso la solución propuesta"
},
"runStep": {
"label": "Paso",
"tooltip": "Avanzar un paso"
},
"run": {
"label": "Ejecutar",
"tooltip": "Ejecutar la solución propuesta"
},
"restart": {
"label": "Reiniciar",
"tooltip": "Reiniciar la ejecución"
},
"multipleScenarios": "¡Hay varios escenarios!"
}
Loading

0 comments on commit 91c4274

Please sign in to comment.