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

Commit7f77438

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

File tree

4 files changed

+57
-15
lines changed

4 files changed

+57
-15
lines changed

‎glossary.po‎

Lines changed: 19 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-07-25 14:21+0000\n"
14+
"POT-Creation-Date:2025-08-07 20:38+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -672,6 +672,15 @@ msgid ""
672672
"employs :func:`hasattr` tests or :term:`EAFP` programming."
673673
msgstr""
674674

675+
msgid"dunder"
676+
msgstr""
677+
678+
msgid""
679+
"An informal short-hand for\"double underscore\", used when talking about a :"
680+
"term:`special method`. For example, ``__init__`` is often pronounced "
681+
"\"dunder init\"."
682+
msgstr""
683+
675684
msgid"EAFP"
676685
msgstr"EAFP"
677686

@@ -2256,6 +2265,15 @@ msgid ""
22562265
"the :term:`bytecode` emitted by the bytecode compiler."
22572266
msgstr""
22582267

2268+
msgid"walrus operator"
2269+
msgstr""
2270+
2271+
msgid""
2272+
"A light-hearted way to refer to the :ref:`assignment expression <assignment-"
2273+
"expressions>` operator ``:=`` because it looks a bit like a walrus if you "
2274+
"turn your head."
2275+
msgstr""
2276+
22592277
msgid"Zen of Python"
22602278
msgstr""
22612279

‎library/urllib.request.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date:2025-08-07 20:38+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:35+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -875,7 +875,7 @@ msgstr ""
875875
msgid"the three-digit code of the error, as a string,"
876876
msgstr""
877877

878-
msgid"the user-visible explanation of the code, asas string, and"
878+
msgid"the user-visible explanation of the code, asa string, and"
879879
msgstr""
880880

881881
msgid"the headers of the error, as a mapping object."

‎whatsnew/3.14.po‎

Lines changed: 5 additions & 5 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-07-31 14:20+0000\n"
14+
"POT-Creation-Date:2025-08-07 20:38+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:35+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2095,7 +2095,7 @@ msgstr ""
20952095

20962096
msgid""
20972097
"Added more detailed error messages for domain errors in the module. "
2098-
"(Contributed bybyCharlie Zhao and Sergey B Kirpichev in :gh:`101410`.)"
2098+
"(Contributed by Charlie Zhao and Sergey B Kirpichev in :gh:`101410`.)"
20992099
msgstr""
21002100

21012101
msgid"mimetypes"
@@ -4473,9 +4473,6 @@ msgstr "``_PyLong_IsZero()``: :c:func:`PyLong_IsZero`"
44734473
msgid"``_PyLong_Sign()``: :c:func:`PyLong_GetSign`"
44744474
msgstr"``_PyLong_Sign()``: :c:func:`PyLong_GetSign`"
44754475

4476-
msgid"``_PyMutex_IsLocked()`` : :c:func:`PyMutex_IsLocked`"
4477-
msgstr""
4478-
44794476
msgid"``_PyUnicodeWriter_Dealloc()``: :c:func:`PyUnicodeWriter_Discard`"
44804477
msgstr"``_PyUnicodeWriter_Dealloc()``: :c:func:`PyUnicodeWriter_Discard`"
44814478

@@ -4520,6 +4517,9 @@ msgstr "``_Py_HashBytes()``: :c:func:`Py_HashBuffer`"
45204517
msgid"``_Py_fopen_obj()``: :c:func:`Py_fopen`"
45214518
msgstr"``_Py_fopen_obj()``: :c:func:`Py_fopen`"
45224519

4520+
msgid"``PyMutex_IsLocked()`` : :c:func:`PyMutex_IsLocked`"
4521+
msgstr""
4522+
45234523
msgid""
45244524
"The `pythoncapi-compat project`_ can be used to get most of these new "
45254525
"functions on Python 3.13 and older."

‎whatsnew/changelog.po‎

Lines changed: 31 additions & 7 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-07-31 14:20+0000\n"
14+
"POT-Creation-Date: 2025-08-07 20:38+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -32,9 +32,31 @@ msgstr "Następna wersja Pythona"
3232
msgid "*Release date: XXXX-XX-XX*"
3333
msgstr "*Data wydania: XX.XX.XXXX*"
3434

35+
msgid "macOS"
36+
msgstr "macOS"
37+
38+
msgid ""
39+
":gh:`137134`: Update macOS installer to ship with SQLite version 3.50.4."
40+
msgstr ""
41+
42+
msgid "Windows"
43+
msgstr "Windows"
44+
45+
msgid ":gh:`137134`: Update Windows installer to ship with SQLite 3.50.4."
46+
msgstr ""
47+
3548
msgid "Library"
3649
msgstr "Biblioteka"
3750

51+
msgid ""
52+
":gh:`137257`: Bump the version of pip bundled in ensurepip to version 25.2"
53+
msgstr ""
54+
55+
msgid ""
56+
":gh:`130522`: Fix unraisable :exc:`TypeError` raised during :term:"
57+
"`interpreter shutdown` in the :mod:`threading` module."
58+
msgstr ""
59+
3860
msgid ""
3961
":gh:`137059`: Fix handling of file URLs with a Windows drive letter in the "
4062
"URL authority by :func:`urllib.request.url2pathname`. This fixes a "
@@ -50,6 +72,14 @@ msgstr ""
5072
msgid "Core and Builtins"
5173
msgstr "Core i builtiny"
5274

75+
msgid ""
76+
":gh:`137314`: Fixed a regression where raw f-strings incorrectly interpreted "
77+
"escape sequences in format specifications. Raw f-strings now properly "
78+
"preserve literal backslashes in format specs, matching the behavior from "
79+
"Python 3.11. For example, ``rf\"{obj:\\xFF}\"`` now correctly produces ``'\\"
80+
"\\xFF'`` instead of ``'ÿ'``. Patch by Pablo Galindo."
81+
msgstr ""
82+
5383
msgid ""
5484
":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
5585
"running concurrently in threads."
@@ -536,9 +566,6 @@ msgstr ""
536566
msgid "*Release date: 2025-06-17*"
537567
msgstr "*Data wydania: 2025-06-17*"
538568

539-
msgid "Windows"
540-
msgstr "Windows"
541-
542569
msgid ""
543570
":gh:`135099`: Fix a crash that could occur on Windows when a background "
544571
"thread waits on a :c:type:`PyMutex` while the main thread is shutting down "
@@ -2426,9 +2453,6 @@ msgstr ""
24262453
msgid "*Release date: 2025-04-08*"
24272454
msgstr "*Data wydania: 2025-04-08*"
24282455

2429-
msgid "macOS"
2430-
msgstr "macOS"
2431-
24322456
msgid ":gh:`124111`: Update macOS installer to use Tcl/Tk 8.6.16."
24332457
msgstr ""
24342458

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp