Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6535760

Browse files
Update translations
1 parent 56ea016 commit 6535760

File tree

12 files changed

+69
-65
lines changed

12 files changed

+69
-65
lines changed

c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ msgstr ""
10591059

10601060
#: ../../c-api/init.rst:692
10611061
msgid "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
1062-
msgstr ""
1062+
msgstr "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
10631063

10641064
#: ../../c-api/init.rst:696
10651065
msgid ""

c-api/memory.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-17 14:51+0000\n"
14+
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -390,7 +390,7 @@ msgstr "``PyMem_REALLOC(ptr, size)``"
390390

391391
#: ../../c-api/memory.rst:297
392392
msgid "``PyMem_RESIZE(ptr, type, size)``"
393-
msgstr ""
393+
msgstr "``PyMem_RESIZE(ptr, type, size)``"
394394

395395
#: ../../c-api/memory.rst:298
396396
msgid "``PyMem_FREE(ptr)``"
@@ -1010,7 +1010,7 @@ msgstr ""
10101010

10111011
#: ../../c-api/memory.rst:664
10121012
msgid "``void free(void *ctx, void *ptr, size_t size)``"
1013-
msgstr ""
1013+
msgstr "``void free(void *ctx, void *ptr, size_t size)``"
10141014

10151015
#: ../../c-api/memory.rst:664
10161016
msgid "free an arena"

c-api/unicode.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-25 14:54+0000\n"
14+
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -549,7 +549,7 @@ msgstr "A conversão será preenchida por zeros para valores numéricos."
549549

550550
#: ../../c-api/unicode.rst:427
551551
msgid "``-``"
552-
msgstr ""
552+
msgstr "``-``"
553553

554554
#: ../../c-api/unicode.rst:427
555555
msgid ""
@@ -582,31 +582,31 @@ msgstr ""
582582

583583
#: ../../c-api/unicode.rst:442
584584
msgid "``ll``"
585-
msgstr ""
585+
msgstr "``ll``"
586586

587587
#: ../../c-api/unicode.rst:442
588588
msgid ":c:expr:`long long` or :c:expr:`unsigned long long`"
589589
msgstr ""
590590

591591
#: ../../c-api/unicode.rst:444
592592
msgid "``j``"
593-
msgstr ""
593+
msgstr "``j``"
594594

595595
#: ../../c-api/unicode.rst:444
596596
msgid ":c:type:`intmax_t` or :c:type:`uintmax_t`"
597597
msgstr ""
598598

599599
#: ../../c-api/unicode.rst:446
600600
msgid "``z``"
601-
msgstr ""
601+
msgstr "``z``"
602602

603603
#: ../../c-api/unicode.rst:446
604604
msgid ":c:type:`size_t` or :c:type:`ssize_t`"
605605
msgstr ""
606606

607607
#: ../../c-api/unicode.rst:448
608608
msgid "``t``"
609-
msgstr ""
609+
msgstr "``t``"
610610

611611
#: ../../c-api/unicode.rst:448
612612
msgid ":c:type:`ptrdiff_t`"
@@ -662,7 +662,7 @@ msgstr ""
662662

663663
#: ../../c-api/unicode.rst:472
664664
msgid "``u``"
665-
msgstr ""
665+
msgstr "``u``"
666666

667667
#: ../../c-api/unicode.rst:474
668668
msgid "The decimal representation of an unsigned C integer."
@@ -686,7 +686,7 @@ msgstr ""
686686

687687
#: ../../c-api/unicode.rst:484
688688
msgid "``X``"
689-
msgstr ""
689+
msgstr "``X``"
690690

691691
#: ../../c-api/unicode.rst:486
692692
msgid "The hexadecimal representation of an unsigned C integer (uppercase)."
@@ -733,7 +733,7 @@ msgstr ""
733733

734734
#: ../../c-api/unicode.rst:503
735735
msgid "``A``"
736-
msgstr ""
736+
msgstr "``A``"
737737

738738
#: ../../c-api/unicode.rst:504 ../../c-api/unicode.rst:508
739739
#: ../../c-api/unicode.rst:518 ../../c-api/unicode.rst:522
@@ -746,15 +746,15 @@ msgstr ""
746746

747747
#: ../../c-api/unicode.rst:507
748748
msgid "``U``"
749-
msgstr ""
749+
msgstr "``U``"
750750

751751
#: ../../c-api/unicode.rst:509
752752
msgid "A Unicode object."
753753
msgstr ""
754754

755755
#: ../../c-api/unicode.rst:511
756756
msgid "``V``"
757-
msgstr ""
757+
msgstr "``V``"
758758

759759
#: ../../c-api/unicode.rst:512
760760
msgid ":c:expr:`PyObject*`, :c:expr:`const char*` or :c:expr:`const wchar_t*`"
@@ -769,15 +769,15 @@ msgstr ""
769769

770770
#: ../../c-api/unicode.rst:517
771771
msgid "``S``"
772-
msgstr ""
772+
msgstr "``S``"
773773

774774
#: ../../c-api/unicode.rst:519
775775
msgid "The result of calling :c:func:`PyObject_Str`."
776776
msgstr ""
777777

778778
#: ../../c-api/unicode.rst:521
779779
msgid "``R``"
780-
msgstr ""
780+
msgstr "``R``"
781781

782782
#: ../../c-api/unicode.rst:523
783783
msgid "The result of calling :c:func:`PyObject_Repr`."

library/http.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-10 14:49+0000\n"
14+
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -919,11 +919,11 @@ msgstr "Indica que"
919919

920920
#: ../../library/http.rst:150
921921
msgid "``is_informational``"
922-
msgstr ""
922+
msgstr "``is_informational``"
923923

924924
#: ../../library/http.rst:150
925925
msgid "``100 <= status <= 199``"
926-
msgstr ""
926+
msgstr "``100 <= status <= 199``"
927927

928928
#: ../../library/http.rst:150 ../../library/http.rst:151
929929
#: ../../library/http.rst:152 ../../library/http.rst:153
@@ -933,35 +933,35 @@ msgstr ""
933933

934934
#: ../../library/http.rst:151
935935
msgid "``is_success``"
936-
msgstr ""
936+
msgstr "``is_success``"
937937

938938
#: ../../library/http.rst:151
939939
msgid "``200 <= status <= 299``"
940-
msgstr ""
940+
msgstr "``200 <= status <= 299``"
941941

942942
#: ../../library/http.rst:152
943943
msgid "``is_redirection``"
944-
msgstr ""
944+
msgstr "``is_redirection``"
945945

946946
#: ../../library/http.rst:152
947947
msgid "``300 <= status <= 399``"
948-
msgstr ""
948+
msgstr "``300 <= status <= 399``"
949949

950950
#: ../../library/http.rst:153
951951
msgid "``is_client_error``"
952-
msgstr ""
952+
msgstr "``is_client_error``"
953953

954954
#: ../../library/http.rst:153
955955
msgid "``400 <= status <= 499``"
956-
msgstr ""
956+
msgstr "``400 <= status <= 499``"
957957

958958
#: ../../library/http.rst:154
959959
msgid "``is_server_error``"
960-
msgstr ""
960+
msgstr "``is_server_error``"
961961

962962
#: ../../library/http.rst:154
963963
msgid "``500 <= status <= 599``"
964-
msgstr ""
964+
msgstr "``500 <= status <= 599``"
965965

966966
#: ../../library/http.rst:159
967967
msgid ""
@@ -1018,71 +1018,71 @@ msgstr "Método"
10181018

10191019
#: ../../library/http.rst:206
10201020
msgid "``GET``"
1021-
msgstr ""
1021+
msgstr "``GET``"
10221022

10231023
#: ../../library/http.rst:206
10241024
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.1"
10251025
msgstr ""
10261026

10271027
#: ../../library/http.rst:207
10281028
msgid "``HEAD``"
1029-
msgstr ""
1029+
msgstr "``HEAD``"
10301030

10311031
#: ../../library/http.rst:207
10321032
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.2"
10331033
msgstr ""
10341034

10351035
#: ../../library/http.rst:208
10361036
msgid "``POST``"
1037-
msgstr ""
1037+
msgstr "``POST``"
10381038

10391039
#: ../../library/http.rst:208
10401040
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.3"
10411041
msgstr ""
10421042

10431043
#: ../../library/http.rst:209
10441044
msgid "``PUT``"
1045-
msgstr ""
1045+
msgstr "``PUT``"
10461046

10471047
#: ../../library/http.rst:209
10481048
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.4"
10491049
msgstr ""
10501050

10511051
#: ../../library/http.rst:210
10521052
msgid "``DELETE``"
1053-
msgstr ""
1053+
msgstr "``DELETE``"
10541054

10551055
#: ../../library/http.rst:210
10561056
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.5"
10571057
msgstr ""
10581058

10591059
#: ../../library/http.rst:211
10601060
msgid "``CONNECT``"
1061-
msgstr ""
1061+
msgstr "``CONNECT``"
10621062

10631063
#: ../../library/http.rst:211
10641064
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.6"
10651065
msgstr ""
10661066

10671067
#: ../../library/http.rst:212
10681068
msgid "``OPTIONS``"
1069-
msgstr ""
1069+
msgstr "``OPTIONS``"
10701070

10711071
#: ../../library/http.rst:212
10721072
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.7"
10731073
msgstr ""
10741074

10751075
#: ../../library/http.rst:213
10761076
msgid "``TRACE``"
1077-
msgstr ""
1077+
msgstr "``TRACE``"
10781078

10791079
#: ../../library/http.rst:213
10801080
msgid "HTTP/1.1 :rfc:`7231`, Section 4.3.8"
10811081
msgstr ""
10821082

10831083
#: ../../library/http.rst:214
10841084
msgid "``PATCH``"
1085-
msgstr ""
1085+
msgstr "``PATCH``"
10861086

10871087
#: ../../library/http.rst:214
10881088
msgid "HTTP/1.1 :rfc:`5789`"

library/inspect.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 15:40+0000\n"
14+
"POT-Creation-Date: 2025-06-20 15:39+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1467,6 +1467,8 @@ msgid ""
14671467
"``FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, "
14681468
"annotations)``"
14691469
msgstr ""
1470+
"``FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, "
1471+
"annotations)``"
14701472

14711473
#: ../../library/inspect.rst:1059
14721474
msgid ""

library/logging.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-04-25 14:54+0000\n"
15+
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2240,6 +2240,8 @@ msgid ""
22402240
"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
22412241
"**kwargs)``"
22422242
msgstr ""
2243+
"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
2244+
"**kwargs)``"
22432245

22442246
#: ../../library/logging.rst:1476
22452247
msgid "The logger name."

library/socket.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-18 14:52+0000\n"
14+
"POT-Creation-Date: 2025-06-20 15:39+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -465,11 +465,11 @@ msgstr ""
465465

466466
#: ../../library/socket.rst:246
467467
msgid "``HV_GUID_ZERO``"
468-
msgstr ""
468+
msgstr "``HV_GUID_ZERO``"
469469

470470
#: ../../library/socket.rst:247
471471
msgid "``HV_GUID_BROADCAST``"
472-
msgstr ""
472+
msgstr "``HV_GUID_BROADCAST``"
473473

474474
#: ../../library/socket.rst:248
475475
msgid ""
@@ -1133,7 +1133,7 @@ msgstr ""
11331133

11341134
#: ../../library/socket.rst:941
11351135
msgid "``(family, type, proto, canonname, sockaddr)``"
1136-
msgstr ""
1136+
msgstr "``(family, type, proto, canonname, sockaddr)``"
11371137

11381138
#: ../../library/socket.rst:943
11391139
msgid ""

library/subprocess.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-30 15:38+0000\n"
14+
"POT-Creation-Date: 2025-06-20 15:39+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2387,7 +2387,7 @@ msgstr ""
23872387

23882388
#: ../../library/subprocess.rst:1650
23892389
msgid "``_USE_POSIX_SPAWN``"
2390-
msgstr ""
2390+
msgstr "``_USE_POSIX_SPAWN``"
23912391

23922392
#: ../../library/subprocess.rst:1651
23932393
msgid "``_USE_VFORK``"

library/tarfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ msgstr "ação"
107107

108108
#: ../../library/tarfile.rst:59
109109
msgid "``'r' or 'r:*'``"
110-
msgstr ""
110+
msgstr "``'r' or 'r:*'``"
111111

112112
#: ../../library/tarfile.rst:59
113113
msgid "Open for reading with transparent compression (recommended)."

0 commit comments

Comments
 (0)