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

Translations update from Hosted Weblate #6057

Merged
merged 4 commits into from
Dec 19, 2024
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
12 changes: 6 additions & 6 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ adventures:
levels:
17:
story_text: |
In the last 3 adventures you have alsmost created a working blackjack game! The only thing left to do is to decide a winner!
In the last 3 adventures you have almost created a working blackjack game! The only thing left to do is to decide a winner!

### Exercise
***Paste your code from the previous adventure*** Start by pasting the code that you've made so far into your programming field.
Expand Down Expand Up @@ -786,7 +786,7 @@ adventures:
levels:
4:
story_text: |
Time for a new command! With `{clear}` you can clear all the text form your output screen. This way you can prevent your screen getting too full of text.
Time for a new command! With `{clear}` you can clear all the text from your output screen. This way you can prevent your screen getting too full of text.
Beware! If you are using a `{clear}` command, you might need to use a `{sleep}` above it. Otherwise Hedy will clear your screen without giving you the time to read as you can see in the example!
example_code: |
```
Expand Down Expand Up @@ -1771,7 +1771,7 @@ adventures:
```
18:
story_text: |
Lastly, we'll turn `{for} i {in} {range} 1 to 5` into real Python code, like this:
Lastly, we'll turn `{for} i {in} {range} 1 {to} 5` into real Python code, like this:
example_code: |
```
{for} i {in} {range}(1,5):
Expand Down Expand Up @@ -4690,12 +4690,12 @@ adventures:
story_text: |
In level 1 the turtle could only turn left or right. That is a bit boring!
In level 2 he can point his nose in all directions.

Use 90 degrees to turn a quarter, 180 to turn half, and a full circle is 360 degrees.

### Exercise
This code now creates the letter T. Can you change it to make the letter B?

**Extra** Change the letter into a different letter, like the first one of your name.
You can also make multiple letters, by setting the color to `{color}` `{white}` in between.

Expand Down
81 changes: 65 additions & 16 deletions content/adventures/pt_BR.yaml

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions content/client-messages/pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ CheckInternet: Verifique se sua conexão com a Internet está funcionando.
Connection_error: Nós não conseguimos conectar ao servidor.
Empty_output: Este código funciona mas não imprime nada. Adicione um comando de impressão ou use a tartaruga para ter alguma saída.
Errors_found: Você cometeu um erro! Não se preocupe, ainda executamos o programa
Execute_error: Alguma coisa deu errado enquanto o programa era executado.
Execute_error: Algo deu errado.
Other_error: Opa! Talvez tenhamos feito alguma coisa errada.
Program_repair: Este poderia ser o código correto, você poderia corrigir ele?
Program_too_long: O seu programa leva muito tempo para executar.
ServerError: Você escreveu um programa que não estávamos esperando. Se você quiser ajudar, envie-nos um email com o nível e seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente e dê uma outra olhada nos exemplos. Obrigado!
ServerError: Você pode nos ajudar enviando um email com o nível e o seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente. Obrigado!
Transpile_error: Não conseguimos executar o seu programa.
Transpile_success:
- Bom trabalho!
Expand All @@ -16,3 +16,10 @@ Transpile_success:
- Ótimo!
Transpile_warning: Aviso!
Unsaved_Changes: Você tem um programa não salvo. Você deseja sair sem salvá-lo?
haunted: 🦇, 👻, 🎃
restaurant: 🍣, 🍕, 🍔
songs: 🎵,🎶
dice: 🎲
turtle: 🐢
fortune: 🔮, ✨
rock: ✂️, 📜, 🗻
2 changes: 2 additions & 0 deletions content/keywords/da.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ while: mens
white: hvid
with: med
yellow: gul
comma: komma
orange: orange
17 changes: 17 additions & 0 deletions content/keywords/pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,20 @@ while: enquanto
white: branco
with: com
yellow: amarelo
comma: ','
d6: '6'
d7: '7'
d8: '8'
d9: '9'
quote: "'"
d1: '1'
d2: '2'
d0: '0'
d3: '3'
'false': falso
'False': Falso
'true': verdadeiro
'True': Verdadeiro
d4: '4'
d5: '5'
def: def
1 change: 1 addition & 0 deletions content/parsons/pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ levels:
7:
1:
story: Complete a canção baby shark. Primeiro vem baby shark, depois mommy e, por fim, daddy shark.
code: "{repeat} 3 {times} {print} 'Baby shark tututututudu'\n{print} 'Baby shark'\n{repeat} 3 {times} {print} 'Mommy shark tututututudu'\n{print} 'Mommy shark'\n{repeat} 3 {times} {print} 'Daddy shark tututututudu'\n{print} 'Daddy shark'"
2:
story: Crie a canção 'As rodas do ônibus giram, giram'
code: |-
Expand Down
3 changes: 3 additions & 0 deletions content/tutorials/pt_BR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ intro:
15:
title: O fim!
text: Clique em 'próximo passo' para começar a programar com Hedy!
1:
title: Bem-vindo(a) à Hedy!
text: Neste tutorial, vamos explicar todas as funcionalidades da Hedy passo a passo.
teacher:
steps:
6:
Expand Down
4 changes: 2 additions & 2 deletions grammars/keywords-pt_BR.lark
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ _LENGTH: "comprimento" | "length"
_COLOR : ("cor" | "color") _SPACE?
_PRESSED: ("apertado" | "pressed") _SPACE?
clear: ("limpe" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
FALSE: ("false" | "False" | "false" | "False") _SPACE?
TRUE: ("verdadeiro" | "Verdadeiro" | "true" | "True") _SPACE?
FALSE: ("falso" | "Falso" | "false" | "False") _SPACE?
10 changes: 5 additions & 5 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"call": "kald|call",
"clear": "rens|clear",
"color": "farve|color",
"comma": ",",
"comma": "komma|,",
"def": "def",
"define": "definer|define",
"echo": "ekko|echo",
Expand Down Expand Up @@ -2301,8 +2301,8 @@
"DIGIT": "0123456789"
},
"pt_BR": {
"False": "False",
"True": "True",
"False": "Falso|False",
"True": "Verdadeiro|True",
"add": "some|add",
"and": "e|and",
"ask": "pergunte|ask",
Expand All @@ -2319,7 +2319,7 @@
"echo": "eco|echo",
"elif": "senão se|elif",
"else": "senão|else",
"false": "false",
"false": "falso|false",
"for": "para|for",
"forward": "adiante|forward",
"from": "de|from",
Expand Down Expand Up @@ -2351,7 +2351,7 @@
"times": "vezes|times",
"to": "para|to",
"to_list": "a|to",
"true": "true",
"true": "verdadeiro|true",
"turn": "gire|turn",
"while": "enquanto|while",
"white": "branco|white",
Expand Down
14 changes: 7 additions & 7 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -62257,11 +62257,11 @@ ${o3}` : i3;
"Connection_error": "N\xF3s n\xE3o conseguimos conectar ao servidor.",
"Empty_output": "Este c\xF3digo funciona mas n\xE3o imprime nada. Adicione um comando de impress\xE3o ou use a tartaruga para ter alguma sa\xEDda.",
"Errors_found": "Voc\xEA cometeu um erro! N\xE3o se preocupe, ainda executamos o programa",
"Execute_error": "Alguma coisa deu errado enquanto o programa era executado.",
"Execute_error": "Algo deu errado.",
"Other_error": "Opa! Talvez tenhamos feito alguma coisa errada.",
"Program_repair": "Este poderia ser o c\xF3digo correto, voc\xEA poderia corrigir ele?",
"Program_too_long": "O seu programa leva muito tempo para executar.",
"ServerError": "Voc\xEA escreveu um programa que n\xE3o est\xE1vamos esperando. Se voc\xEA quiser ajudar, envie-nos um email com o n\xEDvel e seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente e d\xEA uma outra olhada nos exemplos. Obrigado!",
"ServerError": "Voc\xEA pode nos ajudar enviando um email com o n\xEDvel e o seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente. Obrigado!",
"Transpile_error": "N\xE3o conseguimos executar o seu programa.",
"Transpile_success": "Bom trabalho!\nImpressionante!\nMuito bem!\nExcelente!\n\xD3timo!",
"Transpile_warning": "Aviso!",
Expand Down Expand Up @@ -97180,7 +97180,7 @@ def note_with_error(value, err):
call: "kald|call",
clear: "rens|clear",
color: "farve|color",
comma: ",",
comma: "komma|,",
def: "def",
define: "definer|define",
echo: "ekko|echo",
Expand Down Expand Up @@ -99115,8 +99115,8 @@ def note_with_error(value, err):
DIGIT: "0123456789"
};
var pt_BR = {
False: "False",
True: "True",
False: "Falso|False",
True: "Verdadeiro|True",
add: "some|add",
and: "e|and",
ask: "pergunte|ask",
Expand All @@ -99133,7 +99133,7 @@ def note_with_error(value, err):
echo: "eco|echo",
elif: "sen\xE3o se|elif",
else: "sen\xE3o|else",
false: "false",
false: "falso|false",
for: "para|for",
forward: "adiante|forward",
from: "de|from",
Expand Down Expand Up @@ -99165,7 +99165,7 @@ def note_with_error(value, err):
times: "vezes|times",
to: "para|to",
to_list: "a|to",
true: "true",
true: "verdadeiro|true",
turn: "gire|turn",
while: "enquanto|while",
white: "branco|white",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1568,11 +1568,11 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"Connection_error": "Nós não conseguimos conectar ao servidor.",
"Empty_output": "Este código funciona mas não imprime nada. Adicione um comando de impressão ou use a tartaruga para ter alguma saída.",
"Errors_found": "Você cometeu um erro! Não se preocupe, ainda executamos o programa",
"Execute_error": "Alguma coisa deu errado enquanto o programa era executado.",
"Execute_error": "Algo deu errado.",
"Other_error": "Opa! Talvez tenhamos feito alguma coisa errada.",
"Program_repair": "Este poderia ser o código correto, você poderia corrigir ele?",
"Program_too_long": "O seu programa leva muito tempo para executar.",
"ServerError": "Você escreveu um programa que não estávamos esperando. Se você quiser ajudar, envie-nos um email com o nível e seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente e dê uma outra olhada nos exemplos. Obrigado!",
"ServerError": "Você pode nos ajudar enviando um email com o nível e o seu programa para hello@hedy.org. Enquanto isso, tente algo um pouco diferente. Obrigado!",
"Transpile_error": "Não conseguimos executar o seu programa.",
"Transpile_success": "Bom trabalho!\nImpressionante!\nMuito bem!\nExcelente!\nÓtimo!",
"Transpile_warning": "Aviso!",
Expand Down
Loading