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 3 translations #1691

Merged
merged 5 commits into from
Feb 1, 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 @@ -7737,8 +7737,8 @@ msgstr ""
"Java, Go e Python dependem do coletor de lixo para identificar a memória que "
"não é mais acessível e descartá-la. Isso garante que qualquer ponteiro possa "
"ser desreferenciado, eliminando o uso após a liberação e outras classes de "
"bugs. Mas, o GC tem um custo de tempo de execução e é difícil de ajustar "
"corretamente."
"bugs. Mas, o coletor de lixo tem um custo de tempo de execução e é difícil "
"de ajustar corretamente."

#: src/memory-management/approaches.md:41
msgid ""
Expand Down Expand Up @@ -8757,7 +8757,8 @@ msgstr ""

#: src/borrowing/borrowck.md:6
msgid "You can have one or more shared references to the value, _or_"
msgstr "Você pode ter um ou mais referências compartilhadas para o valor, _ou_"
msgstr ""
"Você pode ter uma ou mais referências compartilhadas para o valor, _ou_"

#: src/borrowing/borrowck.md:7
msgid "You can have exactly one exclusive reference to the value."
Expand Down