Complete Portuguese translation for package-structure-code.po#678
Complete Portuguese translation for package-structure-code.po#678KarinaS0uza wants to merge 6 commits into
Conversation
…ortuguese Partially translated package-structure-code.po file from English to Portuguese
Continued translation of package-structure-code.po
Finished translation of package-structure-code.po
Updated Portuguese translations for consistency and clarity in various sections of the documentation.
flpm
left a comment
There was a problem hiding this comment.
@KarinaS0uza muito obrigado! 🚀 This was a lot of content! Just a few small comments I spotted.
| @@ -213,140 +276,187 @@ msgid "" | |||
| "generally adheres to PEP 8 style guidelines with some exceptions. A few " | |||
| "examples of those exceptions are below:" | |||
| msgstr "" | |||
| "O [Black](https://black.readthedocs.io/en/stable/) é um formatador de " | |||
| "código. O Black corrigirá automaticamente (and _unapologetically_) " | |||
There was a problem hiding this comment.
Just checking if you let (and _unapologetically_) in English on purpose or it was something that your planning to change. It's a hard one. I think you can also remove if you feel it does not have a good translation, since it does not play a critical role in the sentence.
|
|
||
| #: ../../package-structure-code/code-style-linting-format.md:25 | ||
| msgid "" | ||
| "pyOpenSci peer review process requires that you to follow standard " | ||
| "[Python PEP 8 format rules](https://peps.python.org/pep-0008/) as closely" | ||
| " as you can." | ||
| msgstr "" | ||
| "O processo de revisão por pares da pyOpenSci exige que você siga, " | ||
| "as regras padrão de formatação da PEP 8 " |
There was a problem hiding this comment.
| "as regras padrão de formatação da PEP 8 " | |
| "as regras padrão de formatação da " |
|
|
||
| #: ../../package-structure-code/code-style-linting-format.md:25 | ||
| msgid "" | ||
| "pyOpenSci peer review process requires that you to follow standard " | ||
| "[Python PEP 8 format rules](https://peps.python.org/pep-0008/) as closely" | ||
| " as you can." | ||
| msgstr "" | ||
| "O processo de revisão por pares da pyOpenSci exige que você siga, " | ||
| "as regras padrão de formatação da PEP 8 " | ||
| "[Python PEP 8 format rules](https://peps.python.org/pep-0008/) o máximo " |
There was a problem hiding this comment.
| "[Python PEP 8 format rules](https://peps.python.org/pep-0008/) o máximo " | |
| "[PEP 8](https://peps.python.org/pep-0008/) o máximo " |
|
|
||
| #: ../../package-structure-code/pyproject-toml-python-package-metadata.md:135 | ||
| msgid "" | ||
| "**Authors:** these are the original authors of the package. Sometimes the" | ||
| " authors are different from the maintainers. Other times they might be " | ||
| "the same." | ||
| msgstr "" | ||
| "**Autores:** estes são os autores originais do pacote. Às vezes os" |
There was a problem hiding this comment.
In the previous sentences you kept the English word, since it references the entries in the toml file, we should probably do the same here.
| "**Autores:** estes são os autores originais do pacote. Às vezes os" | |
| "**Authors:** estes são os autores originais do pacote. Às vezes os" |
|
|
||
| #: ../../package-structure-code/pyproject-toml-python-package-metadata.md:136 | ||
| msgid "" | ||
| "**Maintainers:** you can choose to populate this or not. You can populate" | ||
| " this using a list with a sub element for each author or maintainer name," | ||
| " email" | ||
| msgstr "" | ||
| "**Mantenedores:** você pode escolher preencher isso ou não. Você pode " |
There was a problem hiding this comment.
| "**Mantenedores:** você pode escolher preencher isso ou não. Você pode " | |
| "**Maintainers:** você pode escolher preencher isso ou não. Você pode " |
Same as before
This PR completes the Portuguese translation of
package-structure-code.po.Changes