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

pt-BR: cr2 Day 2 translations #1689

Merged
merged 4 commits into from
Jan 18, 2024
Merged
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
7 changes: 4 additions & 3 deletions po/pt-BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4983,7 +4983,7 @@ msgstr ""

#: src/welcome-day-2.md:6
msgid "Pattern matching: extracting data from structures."
msgstr "Correspondência de padrões: extração de dados de estruturas."
msgstr "Correspondência de padrões: extraindo de dados de estruturas."

#: src/welcome-day-2.md:7
msgid "Methods: associating functions with types."
Expand Down Expand Up @@ -5271,7 +5271,7 @@ msgid ""
"flattening this nested code. Rewrite the awkward version for students, so "
"they can see the transformation."
msgstr ""
"`if-let`s podem se acumular, como mostrado. O construção `let-else` suporta "
"`if-let`s podem se acumular, como mostrado. A construção `let-else` permite "
"o \"achatamento\" desse código aninhado. Reescreva a versão \"estranha\" "
"para os alunos, para que eles possam ver a transformação."

Expand Down Expand Up @@ -5305,7 +5305,8 @@ msgstr ""
#: src/pattern-matching/exercise.md:3
msgid "Let's write a simple recursive evaluator for arithmetic expressions."
msgstr ""
"Vamos escrever um avaliador recursivo simples para expressões aritméticas."
"Vamos escrever um interpretador recursivo simples para expressões "
"aritméticas."

#: src/pattern-matching/exercise.md:5
msgid ""
Expand Down