Skip to content

Commit

Permalink
Merge pull request #308 from Program-AR/endDialog
Browse files Browse the repository at this point in the history
Dialogo final
  • Loading branch information
danielferro69 authored Sep 18, 2024
2 parents 25e6fe1 + 9efaec3 commit f40559f
Show file tree
Hide file tree
Showing 11 changed files with 741 additions and 80 deletions.
26 changes: 26 additions & 0 deletions locales/en-us/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"congratulationsModal": {
"title": "You did it!",
"subtitle": "Something to think about...",
"text1": "Your program is not the only one that solves the problem. There are other solutions!",
"text2": "Are you using the concepts correctly?"
},
"stepByStepRun": {
"label": "Step",
"tooltip": "Run the proposed solution step by step"
},
"runStep": {
"label": "Step",
"tooltip": "Move forward one step"
},
"run": {
"label": "Run",
"tooltip": "Run the proposed solution"
},
"restart": {
"label": "Restart",
"tooltip": "Restart execution"
},
"multipleScenarios": "There are multiple scenarios!",
"close": "Close"
}
26 changes: 26 additions & 0 deletions locales/es-ar/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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!",
"close": "Cerrar"
}
26 changes: 26 additions & 0 deletions locales/pt-br/challenge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"congratulationsModal": {
"title": "Você conseguiu!",
"subtitle": "Para pensar...",
"text1": "Seu programa não é o único que resolve o problema. Existem outras soluções!",
"text2": "Você está usando bem os conceitos?"
},
"stepByStepRun": {
"label": "Passo",
"tooltip": "Executar a solução proposta passo a passo"
},
"runStep": {
"label": "Passo",
"tooltip": "Dê um passo"
},
"run": {
"label": "Executar",
"tooltip": "Executar a solução proposta"
},
"restart": {
"label": "Reiniciar",
"tooltip": "Reiniciar execução"
},
"multipleScenarios": "Existem vários cenários!",
"close": "Fechar"
}
Loading

0 comments on commit f40559f

Please sign in to comment.