Skip to content

Commit dacfcf3

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 76c58c7 commit dacfcf3

File tree

8 files changed

+30
-8
lines changed

8 files changed

+30
-8
lines changed

c-api/memory.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/remote_debugging.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/datetime.po

Lines changed: 8 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: 2026-02-09 14:46+0000\n"
14+
"POT-Creation-Date: 2026-02-13 14:37+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -3321,6 +3321,13 @@ msgid ""
33213321
"specified in the format string will be pulled from the default value."
33223322
msgstr ""
33233323

3324+
msgid ""
3325+
"Format strings without separators can be ambiguous for parsing. For example, "
3326+
"with ``%Y%m%d``, the string ``2026111`` may be parsed either as "
3327+
"``2026-11-01`` or as ``2026-01-11``. Use separators to ensure the input is "
3328+
"parsed as intended."
3329+
msgstr ""
3330+
33243331
msgid ""
33253332
"When used to parse partial dates lacking a year, :meth:`.datetime.strptime` "
33263333
"and :meth:`.date.strptime` will raise when encountering February 29 because "

library/signal.po

Lines changed: 6 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: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-13 14:37+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -106,6 +106,11 @@ msgid ""
106106
"new signal handler."
107107
msgstr ""
108108

109+
msgid ""
110+
"Synchronization primitives such as :class:`threading.Lock` should not be "
111+
"used within signal handlers. Doing so can lead to unexpected deadlocks."
112+
msgstr ""
113+
109114
msgid "Module contents"
110115
msgstr ""
111116

library/unicodedata.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

using/windows.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/3.7.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/changelog.po

Lines changed: 11 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: 2026-02-11 14:49+0000\n"
14+
"POT-Creation-Date: 2026-02-13 14:37+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -55,6 +55,11 @@ msgid ""
5555
"comparison."
5656
msgstr ""
5757

58+
msgid ""
59+
":issue:`40243`: Fix :meth:`!unicodedata.ucd_3_2_0.numeric` for non-decimal "
60+
"values."
61+
msgstr ""
62+
5863
msgid "Core and Builtins"
5964
msgstr "Core i builtiny"
6065

@@ -75,6 +80,11 @@ msgid ""
7580
"receive a stale module reference when another thread's import fails."
7681
msgstr ""
7782

83+
msgid ""
84+
":gh:`80667`: Literals using the ``\\N{name}`` escape syntax can now "
85+
"construct CJK ideographs and Hangul syllables using case-insensitive names."
86+
msgstr ""
87+
7888
msgid "Python 3.14.3 final"
7989
msgstr ""
8090

0 commit comments

Comments
 (0)