Skip to content

Commit 1506227

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent da11fa3 commit 1506227

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@
181181
- windows.po 374 / 536 ( 69.0% translated).
182182

183183

184-
# whatsnew (47.58% done)
184+
# whatsnew (47.67% done)
185185

186186
- 2.3.po 327 / 387 ( 84.0% translated).
187187
- 2.4.po 266 / 319 ( 83.0% translated).
188188
- 2.5.po 389 / 452 ( 86.0% translated).
189189
- 2.6.po 541 / 626 ( 86.0% translated).
190190
- 3.0.po 192 / 212 ( 90.0% translated).
191191
- 3.1.po 114 / 132 ( 86.0% translated).
192-
- 3.14.po 631 / 971 ( 64.0% translated).
192+
- 3.14.po 654 / 971 ( 67.0% translated).
193193
- 3.2.po 65 / 576 ( 11.0% translated).
194194
- 3.3.po 137 / 682 ( 20.0% translated).
195195
- 3.5.po 128 / 578 ( 22.0% translated).
@@ -198,5 +198,5 @@
198198
- changelog.po 3040 / 13413 ( 22.0% translated).
199199

200200

201-
# TOTAL (62.37% done)
201+
# TOTAL (62.40% done)
202202

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.37%", "translated": 50191, "entries": 80467, "updated_at": "2025-07-20T23:10:03+00:00Z"}
1+
{"completion": "62.4%", "translated": 50214, "entries": 80467, "updated_at": "2025-07-21T23:09:29+00:00Z"}

whatsnew/3.14.po

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,6 +3392,8 @@ msgid ""
33923392
"Added more detailed error messages for domain errors in the module. "
33933393
"(Contributed by by Charlie Zhao and Sergey B Kirpichev in :gh:`101410`.)"
33943394
msgstr ""
3395+
"Adicionadas mensagens de erro mais detalhadas para erros de domínio no "
3396+
"módulo. (Contribuição de Charlie Zhao e Sergey B Kirpichev em :gh:`101410`.)"
33953397

33963398
#: ../../whatsnew/3.14.rst:1639
33973399
msgid "mimetypes"
@@ -3405,95 +3407,104 @@ msgid ""
34053407
"their text is made tighter. (Contributed by Oleg Iarygin and Hugo van "
34063408
"Kemenade in :gh:`93096`.)"
34073409
msgstr ""
3410+
"Documenta a linha de comando para :mod:`mimetypes`. Agora, ele é encerrado "
3411+
"com ``1`` em caso de falha, em vez de ``0``, e ``2`` em caso de parâmetros "
3412+
"de linha de comando incorretos, em vez de ``1``. Além disso, os erros são "
3413+
"enviados para stderr em vez de stdout, e seu texto é mais conciso. "
3414+
"(Contribuição de Oleg Iarygin e Hugo van Kemenade em :gh:`93096`.)"
34083415

34093416
#: ../../whatsnew/3.14.rst:1648
34103417
msgid "Add MS and :rfc:`8081` MIME types for fonts:"
3411-
msgstr ""
3418+
msgstr "Adiciona tipos MIME de :rfc:`8081` e da MS para fontes:"
34123419

34133420
#: ../../whatsnew/3.14.rst:1650
34143421
msgid "Embedded OpenType: ``application/vnd.ms-fontobject``"
3415-
msgstr ""
3422+
msgstr "Embedded OpenType: ``application/vnd.ms-fontobject``"
34163423

34173424
#: ../../whatsnew/3.14.rst:1651
34183425
msgid "OpenType Layout (OTF) ``font/otf``"
3419-
msgstr ""
3426+
msgstr "OpenType Layout (OTF) ``font/otf``"
34203427

34213428
#: ../../whatsnew/3.14.rst:1652
34223429
msgid "TrueType: ``font/ttf``"
3423-
msgstr ""
3430+
msgstr "TrueType: ``font/ttf``"
34243431

34253432
#: ../../whatsnew/3.14.rst:1653
34263433
msgid "WOFF 1.0 ``font/woff``"
3427-
msgstr ""
3434+
msgstr "WOFF 1.0 ``font/woff``"
34283435

34293436
#: ../../whatsnew/3.14.rst:1654
34303437
msgid "WOFF 2.0 ``font/woff2``"
3431-
msgstr ""
3438+
msgstr "WOFF 2.0 ``font/woff2``"
34323439

34333440
#: ../../whatsnew/3.14.rst:1656
34343441
msgid "(Contributed by Sahil Prajapati and Hugo van Kemenade in :gh:`84852`.)"
3435-
msgstr ""
3442+
msgstr "(Contribuição de Sahil Prajapati e Hugo van Kemenade em :gh:`84852`.)"
34363443

34373444
#: ../../whatsnew/3.14.rst:1658
34383445
msgid ""
34393446
"Add :rfc:`9559` MIME types for Matroska audiovisual data container "
34403447
"structures, containing:"
34413448
msgstr ""
3449+
"Adicione os tipos MIME de :rfc:`9559` para estruturas de contêiner de dados "
3450+
"audiovisuais Matroska, contendo:"
34423451

34433452
#: ../../whatsnew/3.14.rst:1661
34443453
msgid "audio with no video: ``audio/matroska`` (``.mka``)"
3445-
msgstr ""
3454+
msgstr "áudio com nenhum vídeo: ``audio/matroska`` (``.mka``)"
34463455

34473456
#: ../../whatsnew/3.14.rst:1662
34483457
msgid "video: ``video/matroska`` (``.mkv``)"
3449-
msgstr ""
3458+
msgstr "vídeo: ``video/matroska`` (``.mkv``)"
34503459

34513460
#: ../../whatsnew/3.14.rst:1663
34523461
msgid "stereoscopic video: ``video/matroska-3d`` (``.mk3d``)"
3453-
msgstr ""
3462+
msgstr "vídeo estereoscópico: ``video/matroska-3d`` (``.mk3d``)"
34543463

34553464
#: ../../whatsnew/3.14.rst:1665
34563465
msgid "(Contributed by Hugo van Kemenade in :gh:`89416`.)"
3457-
msgstr ""
3466+
msgstr "(Contribuição de Hugo van Kemenade em :gh:`89416`.)"
34583467

34593468
#: ../../whatsnew/3.14.rst:1667
34603469
msgid "Add MIME types for images with RFCs:"
3461-
msgstr ""
3470+
msgstr "Adiciona tipos MIME para imagens com RFCs:"
34623471

34633472
#: ../../whatsnew/3.14.rst:1669
34643473
msgid ":rfc:`1494`: CCITT Group 3 (``.g3``)"
3465-
msgstr ""
3474+
msgstr ":rfc:`1494`: CCITT Group 3 (``.g3``)"
34663475

34673476
#: ../../whatsnew/3.14.rst:1670
34683477
msgid ":rfc:`3362`: Real-time Facsimile, T.38 (``.t38``)"
3469-
msgstr ""
3478+
msgstr ":rfc:`3362`: Real-time Facsimile, T.38 (``.t38``)"
34703479

34713480
#: ../../whatsnew/3.14.rst:1671
34723481
msgid ""
34733482
":rfc:`3745`: JPEG 2000 (``.jp2``), extension (``.jpx``) and compound (``."
34743483
"jpm``)"
34753484
msgstr ""
3485+
":rfc:`3745`: JPEG 2000 (``.jp2``), extensão (``.jpx``) e composto (``.jpm``)"
34763486

34773487
#: ../../whatsnew/3.14.rst:1672
34783488
msgid ":rfc:`3950`: Tag Image File Format Fax eXtended, TIFF-FX (``.tfx``)"
3479-
msgstr ""
3489+
msgstr ":rfc:`3950`: Tag Image File Format Fax eXtended, TIFF-FX (``.tfx``)"
34803490

34813491
#: ../../whatsnew/3.14.rst:1673
34823492
msgid ":rfc:`4047`: Flexible Image Transport System (``.fits``)"
3483-
msgstr ""
3493+
msgstr ":rfc:`4047`: Flexible Image Transport System (``.fits``)"
34843494

34853495
#: ../../whatsnew/3.14.rst:1674
34863496
msgid ""
34873497
":rfc:`7903`: Enhanced Metafile (``.emf``) and Windows Metafile (``.wmf``)"
34883498
msgstr ""
3499+
":rfc:`7903`: Enhanced Metafile (``.emf``) and Windows Metafile (``.wmf``)"
34893500

34903501
#: ../../whatsnew/3.14.rst:1676
34913502
msgid "(Contributed by Hugo van Kemenade in :gh:`85957`.)"
3492-
msgstr ""
3503+
msgstr "(Contribuição de Hugo van Kemenade em :gh:`85957`.)"
34933504

34943505
#: ../../whatsnew/3.14.rst:1678
34953506
msgid "More MIME type changes:"
3496-
msgstr ""
3507+
msgstr "Mais alterações de tipo MIME:"
34973508

34983509
#: ../../whatsnew/3.14.rst:1680
34993510
msgid ""

0 commit comments

Comments
 (0)