Skip to content

Commit a42d814

Browse files
[po] auto sync
1 parent ff8dafe commit a42d814

13 files changed

Lines changed: 802 additions & 729 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.00%", "updated_at": "2025-10-13T15:57:18Z"}
1+
{"translation": "0.00%", "updated_at": "2025-10-15T15:57:47Z"}

library/cmath.mo

0 Bytes
Binary file not shown.

library/cmath.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
14+
"POT-Creation-Date: 2025-10-15 15:08+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -595,7 +595,7 @@ msgstr ""
595595
#: ../../library/cmath.rst:340
596596
msgid ""
597597
"A floating-point \"not a number\" (NaN) value. Equivalent to "
598-
"``float('nan')``."
598+
"``float('nan')``. See also :data:`math.nan`."
599599
msgstr ""
600600

601601
#: ../../library/cmath.rst:348

library/http.mo

0 Bytes
Binary file not shown.

library/http.po

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
14+
"POT-Creation-Date: 2025-10-15 15:08+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -69,8 +69,8 @@ msgid ""
6969
" reason phrases and long descriptions written in English."
7070
msgstr ""
7171

72-
#: ../../library/http.rst:34 ../../library/http.rst:161
73-
#: ../../library/http.rst:175
72+
#: ../../library/http.rst:34 ../../library/http.rst:162
73+
#: ../../library/http.rst:176
7474
msgid "Usage::"
7575
msgstr ""
7676

@@ -106,12 +106,12 @@ msgstr ""
106106
msgid "Code"
107107
msgstr ""
108108

109-
#: ../../library/http.rst:60 ../../library/http.rst:208
109+
#: ../../library/http.rst:60 ../../library/http.rst:209
110110
msgid "Enum Name"
111111
msgstr ""
112112

113-
#: ../../library/http.rst:60 ../../library/http.rst:152
114-
#: ../../library/http.rst:208
113+
#: ../../library/http.rst:60 ../../library/http.rst:153
114+
#: ../../library/http.rst:209
115115
msgid "Details"
116116
msgstr ""
117117

@@ -879,74 +879,76 @@ msgstr ""
879879
#: ../../library/http.rst:140
880880
msgid ""
881881
"Implemented RFC9110 naming for status constants. Old constant names are "
882-
"preserved for backwards compatibility."
882+
"preserved for backwards compatibility: ``413 REQUEST_ENTITY_TOO_LARGE``, "
883+
"``414 REQUEST_URI_TOO_LONG``, ``416 REQUESTED_RANGE_NOT_SATISFIABLE`` and "
884+
"``422 UNPROCESSABLE_ENTITY``."
883885
msgstr ""
884886

885-
#: ../../library/http.rst:145
887+
#: ../../library/http.rst:146
886888
msgid "HTTP status category"
887889
msgstr ""
888890

889-
#: ../../library/http.rst:149
891+
#: ../../library/http.rst:150
890892
msgid ""
891893
"The enum values have several properties to indicate the HTTP status "
892894
"category:"
893895
msgstr ""
894896

895-
#: ../../library/http.rst:152
897+
#: ../../library/http.rst:153
896898
msgid "Property"
897899
msgstr ""
898900

899-
#: ../../library/http.rst:152
901+
#: ../../library/http.rst:153
900902
msgid "Indicates that"
901903
msgstr ""
902904

903-
#: ../../library/http.rst:154
905+
#: ../../library/http.rst:155
904906
msgid "``is_informational``"
905907
msgstr ""
906908

907-
#: ../../library/http.rst:154
909+
#: ../../library/http.rst:155
908910
msgid "``100 <= status <= 199``"
909911
msgstr ""
910912

911-
#: ../../library/http.rst:154 ../../library/http.rst:155
912-
#: ../../library/http.rst:156 ../../library/http.rst:157
913-
#: ../../library/http.rst:158
913+
#: ../../library/http.rst:155 ../../library/http.rst:156
914+
#: ../../library/http.rst:157 ../../library/http.rst:158
915+
#: ../../library/http.rst:159
914916
msgid "HTTP Semantics :rfc:`9110`, Section 15"
915917
msgstr ""
916918

917-
#: ../../library/http.rst:155
919+
#: ../../library/http.rst:156
918920
msgid "``is_success``"
919921
msgstr ""
920922

921-
#: ../../library/http.rst:155
923+
#: ../../library/http.rst:156
922924
msgid "``200 <= status <= 299``"
923925
msgstr ""
924926

925-
#: ../../library/http.rst:156
927+
#: ../../library/http.rst:157
926928
msgid "``is_redirection``"
927929
msgstr ""
928930

929-
#: ../../library/http.rst:156
931+
#: ../../library/http.rst:157
930932
msgid "``300 <= status <= 399``"
931933
msgstr ""
932934

933-
#: ../../library/http.rst:157
935+
#: ../../library/http.rst:158
934936
msgid "``is_client_error``"
935937
msgstr ""
936938

937-
#: ../../library/http.rst:157
939+
#: ../../library/http.rst:158
938940
msgid "``400 <= status <= 499``"
939941
msgstr ""
940942

941-
#: ../../library/http.rst:158
943+
#: ../../library/http.rst:159
942944
msgid "``is_server_error``"
943945
msgstr ""
944946

945-
#: ../../library/http.rst:158
947+
#: ../../library/http.rst:159
946948
msgid "``500 <= status <= 599``"
947949
msgstr ""
948950

949-
#: ../../library/http.rst:163
951+
#: ../../library/http.rst:164
950952
msgid ""
951953
">>> from http import HTTPStatus\n"
952954
">>> HTTPStatus.OK.is_success\n"
@@ -955,13 +957,13 @@ msgid ""
955957
"False"
956958
msgstr ""
957959

958-
#: ../../library/http.rst:173
960+
#: ../../library/http.rst:174
959961
msgid ""
960962
"A subclass of :class:`enum.StrEnum` that defines a set of HTTP methods and "
961963
"descriptions written in English."
962964
msgstr ""
963965

964-
#: ../../library/http.rst:177
966+
#: ../../library/http.rst:178
965967
msgid ""
966968
">>> from http import HTTPMethod\n"
967969
">>>\n"
@@ -985,89 +987,89 @@ msgid ""
985987
" <HTTPMethod.TRACE>]"
986988
msgstr ""
987989

988-
#: ../../library/http.rst:201
990+
#: ../../library/http.rst:202
989991
msgid "HTTP methods"
990992
msgstr ""
991993

992-
#: ../../library/http.rst:203
994+
#: ../../library/http.rst:204
993995
msgid ""
994996
"Supported, `IANA-registered methods <https://www.iana.org/assignments/http-"
995997
"methods/http-methods.xhtml>`_ available in :class:`http.HTTPMethod` are:"
996998
msgstr ""
997999

998-
#: ../../library/http.rst:208
1000+
#: ../../library/http.rst:209
9991001
msgid "Method"
10001002
msgstr ""
10011003

1002-
#: ../../library/http.rst:210
1004+
#: ../../library/http.rst:211
10031005
msgid "``GET``"
10041006
msgstr ""
10051007

1006-
#: ../../library/http.rst:210
1008+
#: ../../library/http.rst:211
10071009
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.1"
10081010
msgstr ""
10091011

1010-
#: ../../library/http.rst:211
1012+
#: ../../library/http.rst:212
10111013
msgid "``HEAD``"
10121014
msgstr ""
10131015

1014-
#: ../../library/http.rst:211
1016+
#: ../../library/http.rst:212
10151017
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.2"
10161018
msgstr ""
10171019

1018-
#: ../../library/http.rst:212
1020+
#: ../../library/http.rst:213
10191021
msgid "``POST``"
10201022
msgstr ""
10211023

1022-
#: ../../library/http.rst:212
1024+
#: ../../library/http.rst:213
10231025
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.3"
10241026
msgstr ""
10251027

1026-
#: ../../library/http.rst:213
1028+
#: ../../library/http.rst:214
10271029
msgid "``PUT``"
10281030
msgstr ""
10291031

1030-
#: ../../library/http.rst:213
1032+
#: ../../library/http.rst:214
10311033
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.4"
10321034
msgstr ""
10331035

1034-
#: ../../library/http.rst:214
1036+
#: ../../library/http.rst:215
10351037
msgid "``DELETE``"
10361038
msgstr ""
10371039

1038-
#: ../../library/http.rst:214
1040+
#: ../../library/http.rst:215
10391041
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.5"
10401042
msgstr ""
10411043

1042-
#: ../../library/http.rst:215
1044+
#: ../../library/http.rst:216
10431045
msgid "``CONNECT``"
10441046
msgstr ""
10451047

1046-
#: ../../library/http.rst:215
1048+
#: ../../library/http.rst:216
10471049
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.6"
10481050
msgstr ""
10491051

1050-
#: ../../library/http.rst:216
1052+
#: ../../library/http.rst:217
10511053
msgid "``OPTIONS``"
10521054
msgstr ""
10531055

1054-
#: ../../library/http.rst:216
1056+
#: ../../library/http.rst:217
10551057
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.7"
10561058
msgstr ""
10571059

1058-
#: ../../library/http.rst:217
1060+
#: ../../library/http.rst:218
10591061
msgid "``TRACE``"
10601062
msgstr ""
10611063

1062-
#: ../../library/http.rst:217
1064+
#: ../../library/http.rst:218
10631065
msgid "HTTP Semantics :rfc:`9110`, Section 9.3.8"
10641066
msgstr ""
10651067

1066-
#: ../../library/http.rst:218
1068+
#: ../../library/http.rst:219
10671069
msgid "``PATCH``"
10681070
msgstr ""
10691071

1070-
#: ../../library/http.rst:218
1072+
#: ../../library/http.rst:219
10711073
msgid "HTTP/1.1 :rfc:`5789`"
10721074
msgstr ""
10731075

library/smtplib.mo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)