Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chuy haciendo jueguito y otros #144

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/en-us/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"blocks": {
"footBallHere":"Is there a football ball here?",
"pingPongBallHere":"Is there a ping pong ball here?",
"pulpitoBallHere":"Is there a pulpito ball here?",
"pulpitoBallHere":"Is there a rubber ball here?",
"butterflyHere": "Is there a butterfly here?",
"canHere": "Is there a can here?",
"cellphoneHere": "Is there a cell phone here?",
Expand Down
4 changes: 2 additions & 2 deletions locales/es-ar/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"blocks": {
"footBallHere":"¿Hay una pelota de fútbol acá?",
"pingPongBallHere":"¿Hay una pelota de ping pong acá?",
"pulpitoBallHere":"¿Hay una pelota pulpito acá?",
"pulpitoBallHere":"¿Hay una pelota de goma acá?",
"butterflyHere": "¿Hay una mariposa acá?",
"canHere": "¿Hay una lata acá?",
"cellphoneHere": "¿Hay un celular acá?",
Expand All @@ -27,7 +27,7 @@
"Functions":"Funciones",
"holdPaper": "Sostener papel",
"kickFootballBall": "Patear pelota de fútbol",
"bounceRubberBall": "Rebotar pelota pulpito",
"bounceRubberBall": "Rebotar pelota de goma",
"left": "Izquierda",
"lettuceHere": "¿Hay lechuga acá?",
"logic_compare":"Comparar",
Expand Down
2 changes: 1 addition & 1 deletion locales/es-ar/challenges.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
"title": "Contando planetas y estrellas"
},
"1026": {
"title": "La Supermaratón"
"title": "Chuy sale a correr"
},
"1027": {
"title": "Mañic cuenta de nuevo"
Expand Down
2 changes: 1 addition & 1 deletion locales/es-ar/creator.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"paddle": "Recoger las paletas.",
"trophy": "Recoger los trofeos.",
"pingpong": "Rebotar las pelotas de ping pong.",
"pulpito": "Rebotar las pelotas pulpito.",
"pulpito": "Rebotar las pelotas de goma.",
"football":"Patear las pelotas de fútbol."
}
}
Expand Down
4 changes: 2 additions & 2 deletions locales/pt-br/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"blocks": {
"footBallHere":"Há uma bola de futebol aqui?",
"pingPongBallHere": "Há uma bola de pingue-pongue aqui?",
"pulpitoBallHere": "Há uma bola pulpito aqui?",
"pulpitoBallHere": "Há uma bola de borracha aqui?",
"butterflyHere": "Há uma borboleta aqui?",
"canHere": "Há uma lata aqui?",
"cellphoneHere": "Há um celular aqui?",
Expand All @@ -27,7 +27,7 @@
"Functions": "Função",
"holdPaper": "Segurar papel",
"kickFootballBall": "Chutar bola de futebol",
"bounceRubberBall": "Rebotar bola pulpito",
"bounceRubberBall": "Rebotar bola de borracha",
"bouncePingPong": "Rebotar bola de pingue-pongue",
"left": "A esquerda",
"lettuceHere": "Há alface aqui?",
Expand Down
2 changes: 1 addition & 1 deletion src/staticData/challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ const challenges: Challenge[] = [
{
id: 1002,
scene: 'ChuyHaciendoJueguito',
toolboxBlockIds: ['Avanzar', 'Volver', 'Retroceder', 'RecogerPulpito', 'RebotarPiePulpito', 'RevolearPulpito', 'Repetir', 'Procedimiento'],
toolboxBlockIds: ['Avanzar', 'Volver', 'Retroceder', 'RecogerPulpito', 'RebotarPiePulpito', 'RevolearPulpito', 'Procedimiento'],
expectations: {
simpleRepetition: false
}
Expand Down