5
5
#
6
6
msgid ""
7
7
msgstr ""
8
- "Project-Id-Version : fpm\n "
8
+ "Project-Id-Version : fpm\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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 "
12
12
"
Last-Translator :
Ian Giestas Pauli <[email protected] >\n "
13
+ "Language-Team : Portuguese <https://hosted.weblate.org/projects/fortran-lang/ "
14
+ "fpm/pt/>\n "
13
15
"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 "
17
16
"MIME-Version : 1.0\n "
18
17
"Content-Type : text/plain; charset=utf-8\n "
19
18
"Content-Transfer-Encoding : 8bit\n "
19
+ "Plural-Forms : nplurals=2; plural=n > 1;\n "
20
+ "X-Generator : Weblate 4.14.2-dev\n "
20
21
"Generated-By : Babel 2.10.3\n "
21
22
22
23
#: ../../pages/design/index.md:3
@@ -1026,9 +1027,8 @@ msgstr ""
1026
1027
"([#708](https://github.com/fortran-lang/fpm/pull/708))"
1027
1028
1028
1029
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:7
1029
- #, fuzzy
1030
1030
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"
1032
1032
1033
1033
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:9
1034
1034
msgid ""
@@ -1041,15 +1041,22 @@ msgid ""
1041
1041
"added, although the profile settings are not currently used in the build "
1042
1042
"process."
1043
1043
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."
1044
1052
1045
1053
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:16
1046
- #, fuzzy
1047
1054
msgid ""
1048
1055
"Find the full release notes [here](https://github.com/fortran-"
1049
1056
"lang/fpm/releases/tag/v0.7.0)."
1050
1057
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)."
1053
1060
1054
1061
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:18
1055
1062
msgid ""
@@ -1063,182 +1070,180 @@ msgid ""
1063
1070
"([@arteevraina](https://github.com/arteevraina)) for contributing patches to "
1064
1071
"this release."
1065
1072
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."
1066
1081
1067
1082
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:31
1068
- #, fuzzy
1069
1083
msgid ""
1070
1084
"feat: added basic preprocess table configuration by in <https://github.com"
1071
1085
"/fortran-lang/fpm/pull/715>"
1072
1086
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> "
1075
1089
1076
1090
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:32
1077
- #, fuzzy
1078
1091
msgid ""
1079
1092
"Add homebrew installation instructions to README.md by in <https://github.com"
1080
1093
"/fortran-lang/fpm/pull/718>"
1081
1094
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> "
1084
1097
1085
1098
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:33
1086
- #, fuzzy
1087
1099
msgid ""
1088
1100
"Some cleanups and minor fixes by in <https://github.com/fortran-"
1089
1101
"lang/fpm/pull/701>"
1090
1102
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> "
1093
1105
1094
1106
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:34
1095
- #, fuzzy
1096
1107
msgid ""
1097
1108
"feat: ability to read macros from manifest by in <https://github.com/fortran-"
1098
1109
"lang/fpm/pull/720>"
1099
1110
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> "
1102
1113
1103
1114
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:35
1104
1115
msgid ""
1105
1116
"Support for dependency path relative to the fpm.toml it’s written in by in "
1106
1117
"<https://github.com/fortran-lang/fpm/pull/719>"
1107
1118
msgstr ""
1119
+ "Suporte a caminho relativo ao fpm.toml para dependências no <https://github."
1120
+ "com/fortran-lang/fpm/pull/719>"
1108
1121
1109
1122
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:36
1110
- #, fuzzy
1111
1123
msgid ""
1112
1124
"feat: added support for C++ files compilation by in <https://github.com"
1113
1125
"/fortran-lang/fpm/pull/733>"
1114
1126
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> "
1117
1129
1118
1130
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:37
1119
- #, fuzzy
1120
1131
msgid "Fix executables linking by in <https://github.com/fortran-lang/fpm/pull/743>"
1121
1132
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> "
1124
1135
1125
1136
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:38
1126
- #, fuzzy
1127
1137
msgid ""
1128
1138
"Change git directory using work-tree / git-dir by in <https://github.com"
1129
1139
"/fortran-lang/fpm/pull/747>"
1130
1140
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> "
1133
1143
1134
1144
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:39
1135
1145
msgid ""
1136
1146
"Fix #734: First resolve dependencies, then resolve programs by in "
1137
1147
"<https://github.com/fortran-lang/fpm/pull/737>"
1138
1148
msgstr ""
1149
+ "Fix #734: Primeiro resolve as dependências, depois resolve os programas no "
1150
+ "<https://github.com/fortran-lang/fpm/pull/737>"
1139
1151
1140
1152
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:40
1141
- #, fuzzy
1142
1153
msgid ""
1143
1154
"docs(README): improve Homebrew references by in <https://github.com/fortran-"
1144
1155
"lang/fpm/pull/745>"
1145
1156
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> "
1148
1159
1149
1160
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:41
1150
- #, fuzzy
1151
1161
msgid "Minor fix for `fpm new` by in <https://github.com/fortran-lang/fpm/pull/739>"
1152
1162
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> "
1155
1165
1156
1166
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:42
1157
1167
msgid ""
1158
1168
"docs: updated example packages README with new packages that were added by in"
1159
1169
" <https://github.com/fortran-lang/fpm/pull/740>"
1160
1170
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>"
1161
1173
1162
1174
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:43
1163
- #, fuzzy
1164
1175
msgid "Enable profiles in toml by in <https://github.com/fortran-lang/fpm/pull/653>"
1165
1176
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> "
1168
1179
1169
1180
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:44
1170
- #, fuzzy
1171
1181
msgid ""
1172
1182
"Updated URL to manifest file in help section by in <https://github.com"
1173
1183
"/fortran-lang/fpm/pull/755>"
1174
1184
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> "
1177
1187
1178
1188
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:45
1179
- #, fuzzy
1180
1189
msgid "Fix compilation with NAG by in <https://github.com/fortran-lang/fpm/pull/753>"
1181
1190
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> "
1184
1193
1185
1194
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:46
1186
- #, fuzzy
1187
1195
msgid ""
1188
1196
"Fixes #756: add judgement of macros allocation status by in "
1189
1197
"<https://github.com/fortran-lang/fpm/pull/762>"
1190
1198
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> "
1193
1201
1194
1202
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:47
1195
- #, fuzzy
1196
1203
msgid ""
1197
1204
"In the default case of command line subcommands, stop `fpm` running in time "
1198
1205
"by in <https://github.com/fortran-lang/fpm/pull/728>"
1199
1206
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> "
1202
1209
1203
1210
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:48
1204
- #, fuzzy
1205
1211
msgid ""
1206
1212
"Disallow C-style escaping for IBM XL compiler by in <https://github.com"
1207
1213
"/fortran-lang/fpm/pull/764>"
1208
1214
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> "
1211
1217
1212
1218
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:49
1213
1219
msgid ""
1214
1220
"bug: C preprocessor does not propagate directives to executables by in "
1215
1221
"<https://github.com/fortran-lang/fpm/pull/775>"
1216
1222
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>"
1217
1225
1218
1226
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:50
1219
- #, fuzzy
1220
1227
msgid ""
1221
1228
"bug: macros don't propage to C executables by in <https://github.com/fortran-"
1222
1229
"lang/fpm/pull/779>"
1223
1230
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> "
1226
1233
1227
1234
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:51
1228
- #, fuzzy
1229
1235
msgid ""
1230
1236
"Enable cpp preprocessor flag for dependencies by in <https://github.com"
1231
1237
"/fortran-lang/fpm/pull/783>"
1232
1238
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> "
1235
1241
1236
1242
#: ../../pages/news/2022/10-26-fpm-version-0.7.0.md:52
1237
- #, fuzzy
1238
1243
msgid "Bump version to 0.7.0 by in <https://github.com/fortran-lang/fpm/pull/785>"
1239
1244
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> "
1242
1247
1243
1248
#: ../../pages/registry/index.rst:4
1244
1249
msgid ""
@@ -2554,4 +2559,3 @@ msgstr "gerar uma dependência a partir do resultado de uma consulta"
2554
2559
2555
2560
#~ msgid "Meta: Translating the docs"
2556
2561
#~ msgstr "Meta: Tradução da documentação"
2557
-
0 commit comments