Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7b2954

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent14b3306 commitb7b2954

File tree

13 files changed

+177
-69
lines changed

13 files changed

+177
-69
lines changed

‎deprecations/index.po‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-07-04 14:20+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -329,6 +329,25 @@ msgid ""
329329
"of relying on private implementation details."
330330
msgstr""
331331

332+
msgid""
333+
":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
334+
"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:"
335+
"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like "
336+
"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
337+
"Shantanu Jain in :gh:`91896`.)"
338+
msgstr""
339+
340+
msgid":mod:`collections.abc`:"
341+
msgstr""
342+
343+
msgid""
344+
":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. "
345+
"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc."
346+
"Buffer`. For use in type annotations, prefer a union, like ``bytes | "
347+
"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
348+
"Jain in :gh:`91896`.)"
349+
msgstr""
350+
332351
msgid"Pending removal in Python 3.19"
333352
msgstr""
334353

‎deprecations/pending-removal-in-3.14.po‎

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -77,13 +77,6 @@ msgid ""
7777
"Rossum in :gh:`100160`.)"
7878
msgstr""
7979

80-
msgid""
81-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
82-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
83-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
84-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
85-
msgstr""
86-
8780
msgid""
8881
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
8982
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -162,11 +155,6 @@ msgid ""
162155
"a sequence instead of a :class:`dict`."
163156
msgstr""
164157

165-
msgid""
166-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
167-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
168-
msgstr""
169-
170158
msgid""
171159
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
172160
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"

‎deprecations/pending-removal-in-3.17.po‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-05-08 02:53-0300\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -32,3 +32,22 @@ msgid ""
3232
"helpers like :func:`typing.get_origin` and :func:`typing.get_args` instead "
3333
"of relying on private implementation details."
3434
msgstr""
35+
36+
msgid""
37+
":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
38+
"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:"
39+
"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like "
40+
"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
41+
"Shantanu Jain in :gh:`91896`.)"
42+
msgstr""
43+
44+
msgid":mod:`collections.abc`:"
45+
msgstr""
46+
47+
msgid""
48+
":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. "
49+
"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc."
50+
"Buffer`. For use in type annotations, prefer a union, like ``bytes | "
51+
"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
52+
"Jain in :gh:`91896`.)"
53+
msgstr""

‎library/collections.abc.po‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-07 14:14+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -245,6 +245,12 @@ msgid ""
245245
"``extend``, ``pop``, ``remove``, and ``__iadd__``"
246246
msgstr""
247247

248+
msgid":class:`ByteString`"
249+
msgstr""
250+
251+
msgid"Inherited :class:`Sequence` methods"
252+
msgstr""
253+
248254
msgid":class:`Set`"
249255
msgstr""
250256

@@ -468,6 +474,13 @@ msgid ""
468474
"arguments."
469475
msgstr""
470476

477+
msgid""
478+
"The :class:`ByteString` ABC has been deprecated. For use in type "
479+
"annotations, prefer a union, like ``bytes | bytearray``, or :class:"
480+
"`collections.abc.Buffer`. For use as an ABC, prefer :class:`Sequence` or :"
481+
"class:`collections.abc.Buffer`."
482+
msgstr""
483+
471484
msgid"ABCs for read-only and mutable :ref:`sets <types-set>`."
472485
msgstr""
473486

‎library/html.po‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -30,9 +30,11 @@ msgstr ""
3030
msgid""
3131
"Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe "
3232
"sequences. Use this if you need to display text that might contain such "
33-
"characters in HTML. If the optional flag *quote* is true, the characters "
34-
"(``\"``) and (``'``) are also translated; this helps for inclusion in an "
35-
"HTML attribute value delimited by quotes, as in ``<a href=\"...\">``."
33+
"characters in HTML. If the optional flag *quote* is true (the default), the "
34+
"characters (``\"``) and (``'``) are also translated; this helps for "
35+
"inclusion in an HTML attribute value delimited by quotes, as in ``<a "
36+
"href=\"...\">``. If *quote* is set to false, the characters (``\"``) and "
37+
"(``'``) are not translated."
3638
msgstr""
3739

3840
msgid""

‎library/inspect.po‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-11 14:18+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -413,6 +413,12 @@ msgstr ""
413413
msgid"is the generator running?"
414414
msgstr""
415415

416+
msgid"gi_suspended"
417+
msgstr""
418+
419+
msgid"is the generator suspended?"
420+
msgstr""
421+
416422
msgid"gi_code"
417423
msgstr""
418424

‎library/stdtypes.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-11 14:18+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -5975,6 +5975,9 @@ msgstr ""
59755975
msgid":class:`collections.abc.MutableSequence`"
59765976
msgstr""
59775977

5978+
msgid":class:`collections.abc.ByteString`"
5979+
msgstr""
5980+
59785981
msgid":class:`collections.abc.MappingView`"
59795982
msgstr""
59805983

‎library/typing.po‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-09-11 14:18+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -4396,6 +4396,16 @@ msgid ""
43964396
"`585` and :ref:`types-genericalias`."
43974397
msgstr""
43984398

4399+
msgid""
4400+
"This type represents the types :class:`bytes`, :class:`bytearray`, and :"
4401+
"class:`memoryview` of byte sequences."
4402+
msgstr""
4403+
4404+
msgid""
4405+
"Prefer :class:`collections.abc.Buffer`, or a union like ``bytes | bytearray "
4406+
"| memoryview``."
4407+
msgstr""
4408+
43994409
msgid"Deprecated alias to :class:`collections.abc.Collection`."
44004410
msgstr""
44014411

@@ -4682,6 +4692,15 @@ msgstr ""
46824692
msgid":pep:`585`"
46834693
msgstr""
46844694

4695+
msgid":class:`typing.ByteString`"
4696+
msgstr""
4697+
4698+
msgid"3.17"
4699+
msgstr""
4700+
4701+
msgid":gh:`91896`"
4702+
msgstr""
4703+
46854704
msgid":data:`typing.Text`"
46864705
msgstr""
46874706

‎whatsnew/3.12.po‎

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-07-04 14:20+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -1468,10 +1468,10 @@ msgid ""
14681468
msgstr""
14691469

14701470
msgid""
1471-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
1472-
"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use in "
1473-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
1474-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
1471+
":mod:`collections.abc`: Deprecated :class:`collections.abc.ByteString`. "
1472+
"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use intype"
1473+
"annotations, prefer a union, like ``bytes | bytearray``, or :class:"
1474+
"`collections.abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
14751475
msgstr""
14761476

14771477
msgid""
@@ -1622,7 +1622,7 @@ msgid ""
16221622
msgstr""
16231623

16241624
msgid""
1625-
":class:`!typing.ByteString`, deprecated since Python 3.9, now causes a :exc:"
1625+
":class:`typing.ByteString`, deprecated since Python 3.9, now causes a :exc:"
16261626
"`DeprecationWarning` to be emitted when it is used. (Contributed by Alex "
16271627
"Waygood in :gh:`91896`.)"
16281628
msgstr""
@@ -1809,13 +1809,6 @@ msgid ""
18091809
"runtime when they are accessed or used, and will be removed in Python 3.14:"
18101810
msgstr""
18111811

1812-
msgid""
1813-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
1814-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
1815-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
1816-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
1817-
msgstr""
1818-
18191812
msgid""
18201813
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
18211814
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -1870,11 +1863,6 @@ msgid ""
18701863
"a sequence instead of a :class:`dict`."
18711864
msgstr""
18721865

1873-
msgid""
1874-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
1875-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
1876-
msgstr""
1877-
18781866
msgid""
18791867
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
18801868
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -2183,6 +2171,25 @@ msgid ""
21832171
"of relying on private implementation details."
21842172
msgstr""
21852173

2174+
msgid""
2175+
":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
2176+
"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:"
2177+
"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like "
2178+
"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
2179+
"Shantanu Jain in :gh:`91896`.)"
2180+
msgstr""
2181+
2182+
msgid":mod:`collections.abc`:"
2183+
msgstr""
2184+
2185+
msgid""
2186+
":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. "
2187+
"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc."
2188+
"Buffer`. For use in type annotations, prefer a union, like ``bytes | "
2189+
"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
2190+
"Jain in :gh:`91896`.)"
2191+
msgstr""
2192+
21862193
msgid"Pending removal in future versions"
21872194
msgstr""
21882195

‎whatsnew/3.13.po‎

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.14\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2025-09-07 14:14+0000\n"
11+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -2537,13 +2537,6 @@ msgid ""
25372537
"Rossum in :gh:`100160`.)"
25382538
msgstr""
25392539

2540-
msgid""
2541-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
2542-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
2543-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
2544-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
2545-
msgstr""
2546-
25472540
msgid""
25482541
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
25492542
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -2619,11 +2612,6 @@ msgid ""
26192612
"a sequence instead of a :class:`dict`."
26202613
msgstr""
26212614

2622-
msgid""
2623-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
2624-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
2625-
msgstr""
2626-
26272615
msgid""
26282616
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
26292617
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -2905,6 +2893,25 @@ msgid ""
29052893
"of relying on private implementation details."
29062894
msgstr""
29072895

2896+
msgid""
2897+
":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
2898+
"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:"
2899+
"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like "
2900+
"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
2901+
"Shantanu Jain in :gh:`91896`.)"
2902+
msgstr""
2903+
2904+
msgid":mod:`collections.abc`:"
2905+
msgstr""
2906+
2907+
msgid""
2908+
":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. "
2909+
"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc."
2910+
"Buffer`. For use in type annotations, prefer a union, like ``bytes | "
2911+
"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
2912+
"Jain in :gh:`91896`.)"
2913+
msgstr""
2914+
29082915
msgid"Pending removal in future versions"
29092916
msgstr""
29102917

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp