Skip to content

Commit b838239

Browse files
14NGiestasawvwgk
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 100.0% (359 of 359 strings) Translation: Fortran programming language/Fortran package manager Translate-URL: https://hosted.weblate.org/projects/fortran-lang/fpm/pt/
1 parent c8eedff commit b838239

File tree

1 file changed

+69
-65
lines changed

1 file changed

+69
-65
lines changed

locale/pt/LC_MESSAGES/index.po

Lines changed: 69 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: fpm\n"
8+
"Project-Id-Version: fpm\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-10-29 10:44+0200\n"
11-
"PO-Revision-Date: 2022-10-19 23:03+0000\n"
11+
"PO-Revision-Date: 2022-10-31 12:00+0000\n"
1212
"Last-Translator: Ian Giestas Pauli <[email protected]>\n"
13+
"Language-Team: Portuguese <https://hosted.weblate.org/projects/fortran-lang/"
14+
"fpm/pt/>\n"
1315
"Language: pt\n"
14-
"Language-Team: Portuguese <https://hosted.weblate.org/projects/fortran-"
15-
"lang/fpm/pt/>\n"
16-
"Plural-Forms: nplurals=2; plural=n > 1;\n"
1716
"MIME-Version: 1.0\n"
1817
"Content-Type: text/plain; charset=utf-8\n"
1918
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
20+
"X-Generator: Weblate 4.14.2-dev\n"
2021
"Generated-By: Babel 2.10.3\n"
2122

2223
#: ../../pages/design/index.md:3
@@ -1026,9 +1027,8 @@ msgstr ""
10261027
"([#708](https://github.com/fortran-lang/fpm/pull/708))"
10271028

10281029
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:7
1029-
#, fuzzy
10301030
msgid "Fpm version 0.7.0 released"
1031-
msgstr "Lançada a versão 0.6.0 do fpm"
1031+
msgstr "Lançada a versão 0.7.0 do fpm"
10321032

10331033
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:9
10341034
msgid ""
@@ -1041,15 +1041,22 @@ msgid ""
10411041
"added, although the profile settings are not currently used in the build "
10421042
"process."
10431043
msgstr ""
1044+
"Este lançamento introduz o suporte à preprocessadores no manifesto `fpm.toml`"
1045+
", permitindo definir macros, sufixos de arquivo e diretórios sob os quais o "
1046+
"preprocessador deve ser executado. Este recurso foi implementado como parte "
1047+
"por Arteev Raina no projeto Google Summer of Code 2022. Além disso, fpm "
1048+
"agora é possível compilar códigos em C++, em adição as linguagens já "
1049+
"suportadas Fortran e C. Por fim, a habilidade de definir perfis de "
1050+
"compilação no manifesto `fpm.toml` foi adicionada, no entanto, as "
1051+
"configurações ainda não são usadas no processo de compilação."
10441052

10451053
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:16
1046-
#, fuzzy
10471054
msgid ""
10481055
"Find the full release notes [here](https://github.com/fortran-"
10491056
"lang/fpm/releases/tag/v0.7.0)."
10501057
msgstr ""
1051-
"Encontre as notas de lançamento completas [aqui](https://github.com/fortran-"
1052-
"lang/fpm/releases/tag/v0.6.0)."
1058+
"Encontre as notas de lançamento completas [aqui](https://github.com/"
1059+
"fortran-lang/fpm/releases/tag/v0.7.0)."
10531060

10541061
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:18
10551062
msgid ""
@@ -1063,182 +1070,180 @@ msgid ""
10631070
"([@arteevraina](https://github.com/arteevraina)) for contributing patches to "
10641071
"this release."
10651072
msgstr ""
1073+
"Muito obrigado a Lewis McMillan ([@lewisfish](https://github.com/lewisfish))"
1074+
", Damian Rouson ([@rouson](https://github.com/rouson)), Giannis Nikiteas "
1075+
"([@gnikit](https://github.com/gnikit)), Laurence Kedward "
1076+
"([@LKedward](https://github.com/LKedward)), Sebastian Ehlert "
1077+
"([@awvwgk](https://github.com/awvwgk)), Zuo Zhihua ([@zoziha](https://github."
1078+
"com/zoziha)), Jakub Jelínek ([@kubajj](https://github.com/kubajj)), Arteev "
1079+
"Raina ([@arteevraina](https://github.com/arteevraina)) por contribuir com "
1080+
"correções para este lançamento."
10661081

10671082
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:31
1068-
#, fuzzy
10691083
msgid ""
10701084
"feat: added basic preprocess table configuration by in <https://github.com"
10711085
"/fortran-lang/fpm/pull/715>"
10721086
msgstr ""
1073-
"adicionado comando clean ([#655](https://github.com/fortran-"
1074-
"lang/fpm/pull/665))"
1087+
"feat: adicionado configuração básica de preprocessamento em <https://github."
1088+
"com/fortran-lang/fpm/pull/715>"
10751089

10761090
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:32
1077-
#, fuzzy
10781091
msgid ""
10791092
"Add homebrew installation instructions to README.md by in <https://github.com"
10801093
"/fortran-lang/fpm/pull/718>"
10811094
msgstr ""
1082-
"adiciona uma seção crítica ao mkdir no backend ([#613](https://github.com"
1083-
"/fortran-lang/fpm/pull/613))"
1095+
"Adiciona instruções de instalação pelo homebrew no README.md no "
1096+
"<https://github.com/fortran-lang/fpm/pull/718>"
10841097

10851098
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:33
1086-
#, fuzzy
10871099
msgid ""
10881100
"Some cleanups and minor fixes by in <https://github.com/fortran-"
10891101
"lang/fpm/pull/701>"
10901102
msgstr ""
1091-
"adicionado comando clean ([#655](https://github.com/fortran-"
1092-
"lang/fpm/pull/665))"
1103+
"Pequenas correções e refatoração em <https://github.com/fortran-lang/fpm/"
1104+
"pull/701>"
10931105

10941106
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:34
1095-
#, fuzzy
10961107
msgid ""
10971108
"feat: ability to read macros from manifest by in <https://github.com/fortran-"
10981109
"lang/fpm/pull/720>"
10991110
msgstr ""
1100-
"Adiciona uma nota a respeito da mudança de local do manual de referência do "
1101-
"manifesto ([#648](https://github.com/fortran-lang/fpm/pull/648))"
1111+
"feat: opção de ler macros diretamente do manifesto pelo <https://github.com/"
1112+
"fortran-lang/fpm/pull/720>"
11021113

11031114
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:35
11041115
msgid ""
11051116
"Support for dependency path relative to the fpm.toml it’s written in by in "
11061117
"<https://github.com/fortran-lang/fpm/pull/719>"
11071118
msgstr ""
1119+
"Suporte a caminho relativo ao fpm.toml para dependências no <https://github."
1120+
"com/fortran-lang/fpm/pull/719>"
11081121

11091122
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:36
1110-
#, fuzzy
11111123
msgid ""
11121124
"feat: added support for C++ files compilation by in <https://github.com"
11131125
"/fortran-lang/fpm/pull/733>"
11141126
msgstr ""
1115-
"Ignorar arquivos ocultos ([#654](https://github.com/fortran-"
1116-
"lang/fpm/pull/654))"
1127+
"feat: adicionado suporte a compilação de código em C++ no <https://github."
1128+
"com/fortran-lang/fpm/pull/733>"
11171129

11181130
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:37
1119-
#, fuzzy
11201131
msgid "Fix executables linking by in <https://github.com/fortran-lang/fpm/pull/743>"
11211132
msgstr ""
1122-
"Correção da otimização submódulos ([#704](https://github.com/fortran-"
1123-
"lang/fpm/pull/704))"
1133+
"Correção no vínculo de bibliotecas em executáveis no <https://github.com/"
1134+
"fortran-lang/fpm/pull/743>"
11241135

11251136
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:38
1126-
#, fuzzy
11271137
msgid ""
11281138
"Change git directory using work-tree / git-dir by in <https://github.com"
11291139
"/fortran-lang/fpm/pull/747>"
11301140
msgstr ""
1131-
"corrige a remoção de diretórios nos testes do comando fpm new "
1132-
"([#579](https://github.com/fortran-lang/fpm/pull/579))"
1141+
"Mudar o diretório git usando work-tree / git-dir no <https://github.com/"
1142+
"fortran-lang/fpm/pull/747>"
11331143

11341144
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:39
11351145
msgid ""
11361146
"Fix #734: First resolve dependencies, then resolve programs by in "
11371147
"<https://github.com/fortran-lang/fpm/pull/737>"
11381148
msgstr ""
1149+
"Fix #734: Primeiro resolve as dependências, depois resolve os programas no "
1150+
"<https://github.com/fortran-lang/fpm/pull/737>"
11391151

11401152
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:40
1141-
#, fuzzy
11421153
msgid ""
11431154
"docs(README): improve Homebrew references by in <https://github.com/fortran-"
11441155
"lang/fpm/pull/745>"
11451156
msgstr ""
1146-
"ramo principal renomeado para *main* ([#565](https://github.com/fortran-"
1147-
"lang/fpm/pull/565))"
1157+
"docs(README): melhora as referencias do Homebrew no <https://github.com/"
1158+
"fortran-lang/fpm/pull/745>"
11481159

11491160
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:41
1150-
#, fuzzy
11511161
msgid "Minor fix for `fpm new` by in <https://github.com/fortran-lang/fpm/pull/739>"
11521162
msgstr ""
1153-
"Pequena correção para o `fpm_model` ([#688](https://github.com/fortran-"
1154-
"lang/fpm/pull/688))"
1163+
"Pequena correção no `fpm new` em <https://github.com/fortran-lang/fpm/pull/"
1164+
"739>"
11551165

11561166
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:42
11571167
msgid ""
11581168
"docs: updated example packages README with new packages that were added by in"
11591169
" <https://github.com/fortran-lang/fpm/pull/740>"
11601170
msgstr ""
1171+
"docs: atualizado os pacotes de exemplo do README com os novos pacotes "
1172+
"adicionados em <https://github.com/fortran-lang/fpm/pull/740>"
11611173

11621174
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:43
1163-
#, fuzzy
11641175
msgid "Enable profiles in toml by in <https://github.com/fortran-lang/fpm/pull/653>"
11651176
msgstr ""
1166-
"adicionado comando clean ([#655](https://github.com/fortran-"
1167-
"lang/fpm/pull/665))"
1177+
"Habilita controle de perfis no toml em <https://github.com/fortran-lang/fpm/"
1178+
"pull/653>"
11681179

11691180
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:44
1170-
#, fuzzy
11711181
msgid ""
11721182
"Updated URL to manifest file in help section by in <https://github.com"
11731183
"/fortran-lang/fpm/pull/755>"
11741184
msgstr ""
1175-
"correção de texto de ajuda truncado ([#578](https://github.com/fortran-"
1176-
"lang/fpm/pull/578))"
1185+
"Atualiza a URL para o arquivo manifesto na seção de ajuda em <https://github."
1186+
"com/fortran-lang/fpm/pull/755>"
11771187

11781188
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:45
1179-
#, fuzzy
11801189
msgid "Fix compilation with NAG by in <https://github.com/fortran-lang/fpm/pull/753>"
11811190
msgstr ""
1182-
"Correção da opção show-model ([#693](https://github.com/fortran-"
1183-
"lang/fpm/pull/693))"
1191+
"Corrige a compilação com o NAG em <https://github.com/fortran-lang/fpm/pull/"
1192+
"753>"
11841193

11851194
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:46
1186-
#, fuzzy
11871195
msgid ""
11881196
"Fixes #756: add judgement of macros allocation status by in "
11891197
"<https://github.com/fortran-lang/fpm/pull/762>"
11901198
msgstr ""
1191-
"adiciona uma seção crítica ao mkdir no backend ([#613](https://github.com"
1192-
"/fortran-lang/fpm/pull/613))"
1199+
"Fixes #756: corrige segfault no array macros em <https://github.com/"
1200+
"fortran-lang/fpm/pull/762>"
11931201

11941202
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:47
1195-
#, fuzzy
11961203
msgid ""
11971204
"In the default case of command line subcommands, stop `fpm` running in time "
11981205
"by in <https://github.com/fortran-lang/fpm/pull/728>"
11991206
msgstr ""
1200-
"permite o uso de . nos subcomandos de fpm new em vez de ter que mudar o "
1201-
"caminho ([#630](https://github.com/fortran-lang/fpm/pull/630))"
1207+
"No caso padrão dos subcomandos, evita que o `fpm` execute comandos além do "
1208+
"necessário <https://github.com/fortran-lang/fpm/pull/728>"
12021209

12031210
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:48
1204-
#, fuzzy
12051211
msgid ""
12061212
"Disallow C-style escaping for IBM XL compiler by in <https://github.com"
12071213
"/fortran-lang/fpm/pull/764>"
12081214
msgstr ""
1209-
"Otimização da árvore para módulos ([#676](https://github.com/fortran-"
1210-
"lang/fpm/pull/676))"
1215+
"Desabilita o código de escape em estilo C para o compilador IBM XL em "
1216+
"<https://github.com/fortran-lang/fpm/pull/764>"
12111217

12121218
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:49
12131219
msgid ""
12141220
"bug: C preprocessor does not propagate directives to executables by in "
12151221
"<https://github.com/fortran-lang/fpm/pull/775>"
12161222
msgstr ""
1223+
"bug: preprocessador do C não propaga suas diretivas para o executáveis em "
1224+
"<https://github.com/fortran-lang/fpm/pull/775>"
12171225

12181226
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:50
1219-
#, fuzzy
12201227
msgid ""
12211228
"bug: macros don't propage to C executables by in <https://github.com/fortran-"
12221229
"lang/fpm/pull/779>"
12231230
msgstr ""
1224-
"correção de texto de ajuda truncado ([#578](https://github.com/fortran-"
1225-
"lang/fpm/pull/578))"
1231+
"bug: macros não propagam para os executáveis em C no <https://github.com/"
1232+
"fortran-lang/fpm/pull/779>"
12261233

12271234
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:51
1228-
#, fuzzy
12291235
msgid ""
12301236
"Enable cpp preprocessor flag for dependencies by in <https://github.com"
12311237
"/fortran-lang/fpm/pull/783>"
12321238
msgstr ""
1233-
"Otimização da árvore para módulos ([#676](https://github.com/fortran-"
1234-
"lang/fpm/pull/676))"
1239+
"Habilita a flag de preprocessador cpp para as dependências em <https://github"
1240+
".com/fortran-lang/fpm/pull/783>"
12351241

12361242
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:52
1237-
#, fuzzy
12381243
msgid "Bump version to 0.7.0 by in <https://github.com/fortran-lang/fpm/pull/785>"
12391244
msgstr ""
1240-
"adicionado comando clean ([#655](https://github.com/fortran-"
1241-
"lang/fpm/pull/665))"
1245+
"Atualiza versão para o 0.7.0 em <https://github.com/fortran-lang/fpm/pull/"
1246+
"785>"
12421247

12431248
#: ../../pages/registry/index.rst:4
12441249
msgid ""
@@ -2554,4 +2559,3 @@ msgstr "gerar uma dependência a partir do resultado de uma consulta"
25542559

25552560
#~ msgid "Meta: Translating the docs"
25562561
#~ msgstr "Meta: Tradução da documentação"
2557-

0 commit comments

Comments
 (0)