Skip to content

Commit f3759b7

Browse files
ntimesgurgelawvwgk
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 45.6% (2700 of 5921 strings) Translation: Fortran programming language/Fortran webpage Translate-URL: https://hosted.weblate.org/projects/fortran-lang/webpage/pt/
1 parent 123318f commit f3759b7

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

locale/pt/LC_MESSAGES/index.po

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Fortran-lang.org website\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-09-29 16:02+0200\n"
12-
"PO-Revision-Date: 2023-09-16 01:50+0000\n"
12+
"PO-Revision-Date: 2024-04-06 23:53+0000\n"
1313
"Last-Translator: Nathan Gurgel <[email protected]>\n"
1414
"Language-Team: Portuguese <https://hosted.weblate.org/projects/fortran-lang/"
1515
"webpage/pt/>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=2; plural=n > 1;\n"
21-
"X-Generator: Weblate 5.0.1-dev\n"
21+
"X-Generator: Weblate 5.5-dev\n"
2222
"Generated-By: Babel 2.10.3\n"
2323

2424
#: ../../source/community.md:10
@@ -31992,6 +31992,8 @@ msgid ""
3199231992
"[Fix order deps "
3199331993
"ordered](https://gitlab.com/lfortran/lfortran/-/merge_requests/1640)"
3199431994
msgstr ""
31995+
"[Corrige a ordem de dependências ordenadas](https://gitlab.com/lfortran/"
31996+
"lfortran/-/merge_requests/1640)"
3199531997

3199631998
#: ../../source/news/2022/02-01-Fortran-Newsletter-February-2022.md:236
3199731999
msgid ""
@@ -32312,19 +32314,19 @@ msgstr ""
3231232314

3231332315
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:186
3231432316
msgid "Add support for `-emit-mlir`"
32315-
msgstr ""
32317+
msgstr "Adiciona suporte para `-emit-mlir`"
3231632318

3231732319
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:187
3231832320
msgid "Add support for `-emit-llvm`"
32319-
msgstr ""
32321+
msgstr "Adiciona suporte para `-emit-llvm`"
3232032322

3232132323
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:188
3232232324
msgid "Make `flang-new` always generate run-time type info"
3232332325
msgstr ""
3232432326

3232532327
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:189
3232632328
msgid "Add support for `--target`/`--triple`"
32327-
msgstr ""
32329+
msgstr "Adiciona suporte para `--target`/`--triple`"
3232832330

3232932331
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:191
3233032332
msgid ""
@@ -32400,7 +32402,7 @@ msgstr ""
3240032402

3240132403
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:209
3240232404
msgid "Add array operations documentation"
32403-
msgstr ""
32405+
msgstr "Adiciona documentação de operações de array"
3240432406

3240532407
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:210
3240632408
msgid "Fix crash from USE-associated defined I/O subprograms"
@@ -32444,7 +32446,7 @@ msgstr ""
3244432446

3244532447
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:220
3244632448
msgid "Correct interpretation of RECL="
32447-
msgstr ""
32449+
msgstr "Corrige interpretação de RECL="
3244832450

3244932451
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:221
3245032452
msgid "Distinguish intrinsic from non-intrinsic modules"
@@ -32520,7 +32522,7 @@ msgstr ""
3252032522

3252132523
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:238
3252232524
msgid "Remove deprecated parser/printer/verifier utilities"
32523-
msgstr ""
32525+
msgstr "Remover utilitários de parser/printer/verifier depreciados"
3252432526

3252532527
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:239
3252632528
msgid "Accept pointer assignment w/ remapping to function result"
@@ -32532,7 +32534,7 @@ msgstr ""
3253232534

3253332535
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:241
3253432536
msgid "Handle CALL C_F_POINTER(without SHAPE=)"
32535-
msgstr ""
32537+
msgstr "Opera CALL C_F_POINTER(sem SHAPE=)"
3253632538

3253732539
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:242
3253832540
msgid "Make source location more accurate for actual arguments"
@@ -32569,7 +32571,7 @@ msgstr ""
3256932571

3257032572
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:254
3257132573
msgid "19 Merge Requests merged"
32572-
msgstr ""
32574+
msgstr "19 Merge Requests adicionados"
3257332575

3257432576
#: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:255
3257532577
msgid "New ASR optimizations"
@@ -32662,6 +32664,8 @@ msgid ""
3266232664
"[#384](https://github.com/fortran-lang/fortran-lang.org/pull/384): Resolves "
3266332665
"typos #377"
3266432666
msgstr ""
32667+
"[#384](https://github.com/fortran-lang/fortran-lang.org/pull/384): Resolve "
32668+
"erros de digitação #377"
3266532669

3266632670
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:28
3266732671
msgid ""
@@ -32915,15 +32919,15 @@ msgstr ""
3291532919

3291632920
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:192
3291732921
msgid "Add support for -debug-dump-pft"
32918-
msgstr ""
32922+
msgstr "Adiciona suporte para -debug-dump-pft"
3291932923

3292032924
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:193
3292132925
msgid "Add support for -S and implement -c/-emit-obj"
3292232926
msgstr ""
3292332927

3292432928
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:194
3292532929
msgid "Add support for -mllvm"
32926-
msgstr ""
32930+
msgstr "Adiciona suporte para -mllvm"
3292732931

3292832932
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:196
3292932933
msgid "[mlir]Generating enums in accordance with the guidelines"
@@ -33017,7 +33021,7 @@ msgstr ""
3301733021

3301833022
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:218
3301933023
msgid "Add nonfatal message classes"
33020-
msgstr ""
33024+
msgstr "Adiciona classes \"nonfatal message\""
3302133025

3302233026
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:219
3302333027
msgid "Distinguish usage and portability warning messages"
@@ -33033,7 +33037,7 @@ msgstr ""
3303333037

3303433038
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:222
3303533039
msgid "Fix processing ModuleLikeUnit evaluationList"
33036-
msgstr ""
33040+
msgstr "Corrige processamento de ModuleLikeUnit evaluationList"
3303733041

3303833042
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:223
3303933043
msgid "Do not return true for pointer sub-object in IsPointerObject"
@@ -33045,7 +33049,7 @@ msgstr "Corrige builds DYLIB"
3304533049

3304633050
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:225
3304733051
msgid "Improve runtime crash messages"
33048-
msgstr ""
33052+
msgstr "Melhora as mensagens de falha de tempo de execução"
3304933053

3305033054
#: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:226
3305133055
msgid "Add runtime support for GET_COMMAND"
@@ -33227,6 +33231,8 @@ msgstr ""
3322733231
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:118
3322833232
msgid "[#665](https://github.com/fortran-lang/fpm/pull/665): add clean command"
3322933233
msgstr ""
33234+
"[#665](https://github.com/fortran-lang/fpm/pull/665): Adiciona comando "
33235+
"\"clean\""
3323033236

3323133237
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:123
3323233238
msgid ""
@@ -33294,7 +33300,7 @@ msgstr ""
3329433300

3329533301
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:177
3329633302
msgid "Add OpenMP Conversion patterns"
33297-
msgstr ""
33303+
msgstr "Adiciona padrões OpenMP Conversion"
3329833304

3329933305
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:178
3330033306
msgid "Lower procedure designator"
@@ -33366,7 +33372,7 @@ msgstr ""
3336633372

3336733373
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:196
3336833374
msgid "Add support for -mmlir"
33369-
msgstr ""
33375+
msgstr "Adiciona suporte para -mmlir"
3337033376

3337133377
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:197
3337233378
msgid "Make the plugin API independent of the driver internals"
@@ -33394,7 +33400,7 @@ msgstr "Adicionado ReductionClauseInterface"
3339433400

3339533401
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:204
3339633402
msgid "Added parallel sections translation"
33397-
msgstr ""
33403+
msgstr "Adiciona seções de tradução em paralelo"
3339833404

3339933405
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:205
3340033406
msgid ""
@@ -33412,7 +33418,7 @@ msgstr ""
3341233418

3341333419
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:208
3341433420
msgid "Add implementation of privatisation"
33415-
msgstr ""
33421+
msgstr "Adiciona implementação de privatização"
3341633422

3341733423
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:209
3341833424
msgid "Add checks and tests for hint clause and fix empty hint"
@@ -33576,7 +33582,7 @@ msgstr ""
3357633582

3357733583
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:250
3357833584
msgid "Catch bad OPEN(STATUS=) cases"
33579-
msgstr ""
33585+
msgstr "Capturar casos OPEN(STATUS=) ruins"
3358033586

3358133587
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:251
3358233588
msgid "Fold NEAREST() and its relatives"
@@ -33588,7 +33594,7 @@ msgstr ""
3358833594

3358933595
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:253
3359033596
msgid "Fix invalid overflow check"
33591-
msgstr ""
33597+
msgstr "Corrige checagem inválida de overflow"
3359233598

3359333599
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:254
3359433600
msgid "Skip D when including D debug line"
@@ -33652,7 +33658,7 @@ msgstr ""
3365233658

3365333659
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:269
3365433660
msgid "Fix float-number representation bug"
33655-
msgstr ""
33661+
msgstr "Corrige bug de representação de número de ponto flutuante"
3365633662

3365733663
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:270
3365833664
msgid "Fix intrinsic interface for DIMAG/DCONJG"
@@ -33860,6 +33866,8 @@ msgid ""
3386033866
"[Implementing `Block` and "
3386133867
"`BlockCall`](https://gitlab.com/lfortran/lfortran/-/merge_requests/1714)"
3386233868
msgstr ""
33869+
"[Implementando `Block` e `BlockCall`](https://gitlab.com/lfortran/lfortran/-/"
33870+
"merge_requests/1714)"
3386333871

3386433872
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:327
3386533873
msgid ""
@@ -33936,6 +33944,8 @@ msgid ""
3393633944
"[draft: Wasm Intial "
3393733945
"Base](https://gitlab.com/lfortran/lfortran/-/merge_requests/1704)"
3393833946
msgstr ""
33947+
"[rascunho: Base inicial Wasm](https://gitlab.com/lfortran/lfortran/-/"
33948+
"merge_requests/1704)"
3393933949

3394033950
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:342
3394133951
msgid ""
@@ -33974,6 +33984,8 @@ msgid ""
3397433984
"[Update ASR from "
3397533985
"LPython](https://gitlab.com/lfortran/lfortran/-/merge_requests/1712)"
3397633986
msgstr ""
33987+
"[Atualiza ASR do LPython](https://gitlab.com/lfortran/lfortran/-/"
33988+
"merge_requests/1712)"
3397733989

3397833990
#: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:351
3397933991
msgid ""

0 commit comments

Comments
 (0)