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

Commit617708d

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

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
@@ -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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -333,6 +333,25 @@ msgid ""
333333
"of relying on private implementation details."
334334
msgstr""
335335

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

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

Lines changed: 1 addition & 13 deletions
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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -81,13 +81,6 @@ msgid ""
8181
"Rossum in :gh:`100160`.)"
8282
msgstr""
8383

84-
msgid""
85-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
86-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
87-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
88-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
89-
msgstr""
90-
9184
msgid""
9285
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
9386
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -166,11 +159,6 @@ msgid ""
166159
"a sequence instead of a :class:`dict`."
167160
msgstr""
168161

169-
msgid""
170-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
171-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
172-
msgstr""
173-
174162
msgid""
175163
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
176164
"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
@@ -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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -36,3 +36,22 @@ msgid ""
3636
"helpers like :func:`typing.get_origin` and :func:`typing.get_args` instead "
3737
"of relying on private implementation details."
3838
msgstr""
39+
40+
msgid""
41+
":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
42+
"removal in Python 3.17. Prefer :class:`~collections.abc.Sequence` or :class:"
43+
"`~collections.abc.Buffer`. For use in type annotations, prefer a union, like "
44+
"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
45+
"Shantanu Jain in :gh:`91896`.)"
46+
msgstr""
47+
48+
msgid":mod:`collections.abc`:"
49+
msgstr""
50+
51+
msgid""
52+
":class:`collections.abc.ByteString` is scheduled for removal in Python 3.17. "
53+
"Prefer :class:`~collections.abc.Sequence` or :class:`~collections.abc."
54+
"Buffer`. For use in type annotations, prefer a union, like ``bytes | "
55+
"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
56+
"Jain in :gh:`91896`.)"
57+
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-16 17:23+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:Swedish (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
@@ -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-16 17:23+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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -34,9 +34,11 @@ msgstr ""
3434
msgid""
3535
"Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe "
3636
"sequences. Use this if you need to display text that might contain such "
37-
"characters in HTML. If the optional flag *quote* is true, the characters "
38-
"(``\"``) and (``'``) are also translated; this helps for inclusion in an "
39-
"HTML attribute value delimited by quotes, as in ``<a href=\"...\">``."
37+
"characters in HTML. If the optional flag *quote* is true (the default), the "
38+
"characters (``\"``) and (``'``) are also translated; this helps for "
39+
"inclusion in an HTML attribute value delimited by quotes, as in ``<a "
40+
"href=\"...\">``. If *quote* is set to false, the characters (``\"``) and "
41+
"(``'``) are not translated."
4042
msgstr""
4143

4244
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-16 17:23+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:Swedish (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
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.14\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-09-16 17:23+0000\n"
15+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -5976,6 +5976,9 @@ msgstr ""
59765976
msgid":class:`collections.abc.MutableSequence`"
59775977
msgstr""
59785978

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

‎library/typing.po‎

Lines changed: 20 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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -4400,6 +4400,16 @@ msgid ""
44004400
"`585` and :ref:`types-genericalias`."
44014401
msgstr""
44024402

4403+
msgid""
4404+
"This type represents the types :class:`bytes`, :class:`bytearray`, and :"
4405+
"class:`memoryview` of byte sequences."
4406+
msgstr""
4407+
4408+
msgid""
4409+
"Prefer :class:`collections.abc.Buffer`, or a union like ``bytes | bytearray "
4410+
"| memoryview``."
4411+
msgstr""
4412+
44034413
msgid"Deprecated alias to :class:`collections.abc.Collection`."
44044414
msgstr""
44054415

@@ -4686,6 +4696,15 @@ msgstr ""
46864696
msgid":pep:`585`"
46874697
msgstr""
46884698

4699+
msgid":class:`typing.ByteString`"
4700+
msgstr""
4701+
4702+
msgid"3.17"
4703+
msgstr""
4704+
4705+
msgid":gh:`91896`"
4706+
msgstr""
4707+
46894708
msgid":data:`typing.Text`"
46904709
msgstr""
46914710

‎whatsnew/3.12.po‎

Lines changed: 25 additions & 18 deletions
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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1472,10 +1472,10 @@ msgid ""
14721472
msgstr""
14731473

14741474
msgid""
1475-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
1476-
"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use in "
1477-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
1478-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
1475+
":mod:`collections.abc`: Deprecated :class:`collections.abc.ByteString`. "
1476+
"Prefer :class:`Sequence` or :class:`collections.abc.Buffer`. For use intype"
1477+
"annotations, prefer a union, like ``bytes | bytearray``, or :class:"
1478+
"`collections.abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
14791479
msgstr""
14801480

14811481
msgid""
@@ -1626,7 +1626,7 @@ msgid ""
16261626
msgstr""
16271627

16281628
msgid""
1629-
":class:`!typing.ByteString`, deprecated since Python 3.9, now causes a :exc:"
1629+
":class:`typing.ByteString`, deprecated since Python 3.9, now causes a :exc:"
16301630
"`DeprecationWarning` to be emitted when it is used. (Contributed by Alex "
16311631
"Waygood in :gh:`91896`.)"
16321632
msgstr""
@@ -1813,13 +1813,6 @@ msgid ""
18131813
"runtime when they are accessed or used, and will be removed in Python 3.14:"
18141814
msgstr""
18151815

1816-
msgid""
1817-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
1818-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
1819-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
1820-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
1821-
msgstr""
1822-
18231816
msgid""
18241817
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
18251818
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -1874,11 +1867,6 @@ msgid ""
18741867
"a sequence instead of a :class:`dict`."
18751868
msgstr""
18761869

1877-
msgid""
1878-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
1879-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
1880-
msgstr""
1881-
18821870
msgid""
18831871
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
18841872
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -2187,6 +2175,25 @@ msgid ""
21872175
"of relying on private implementation details."
21882176
msgstr""
21892177

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

‎whatsnew/3.13.po‎

Lines changed: 20 additions & 13 deletions
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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-09-17 14:21+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -2542,13 +2542,6 @@ msgid ""
25422542
"Rossum in :gh:`100160`.)"
25432543
msgstr""
25442544

2545-
msgid""
2546-
":mod:`collections.abc`: Deprecated :class:`!collections.abc.ByteString`. "
2547-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
2548-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
2549-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
2550-
msgstr""
2551-
25522545
msgid""
25532546
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
25542547
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
@@ -2624,11 +2617,6 @@ msgid ""
26242617
"a sequence instead of a :class:`dict`."
26252618
msgstr""
26262619

2627-
msgid""
2628-
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "
2629-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
2630-
msgstr""
2631-
26322620
msgid""
26332621
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
26342622
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -2910,6 +2898,25 @@ msgid ""
29102898
"of relying on private implementation details."
29112899
msgstr""
29122900

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp