Skip to content

Commit 740dd89

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b418781 commit 740dd89

File tree

10 files changed

+32
-10
lines changed

10 files changed

+32
-10
lines changed

c-api/conversion.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: Swedish (https://app.transifex.com/python-doc/teams/5390/"

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, 2026\n"
1717
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"

c-api/type.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: Swedish (https://app.transifex.com/python-doc/teams/5390/"

howto/remote_debugging.po

Lines changed: 1 addition & 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: 2026-01-23 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-11 14:49+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"

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: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -3313,6 +3313,13 @@ msgid ""
33133313
"specified in the format string will be pulled from the default value."
33143314
msgstr ""
33153315

3316+
msgid ""
3317+
"Format strings without separators can be ambiguous for parsing. For example, "
3318+
"with ``%Y%m%d``, the string ``2026111`` may be parsed either as "
3319+
"``2026-11-01`` or as ``2026-01-11``. Use separators to ensure the input is "
3320+
"parsed as intended."
3321+
msgstr ""
3322+
33163323
msgid ""
33173324
"When used to parse partial dates lacking a year, :meth:`.datetime.strptime` "
33183325
"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: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -105,6 +105,11 @@ msgid ""
105105
"new signal handler."
106106
msgstr ""
107107

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

using/cmdline.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-21 14:24+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: Swedish (https://app.transifex.com/python-doc/teams/5390/"

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: Swedish (https://app.transifex.com/python-doc/teams/5390/"

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: Swedish (https://app.transifex.com/python-doc/teams/5390/"

whatsnew/changelog.po

Lines changed: 11 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: 2026-02-11 14:49+0000\n"
15+
"POT-Creation-Date: 2026-02-13 14:37+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -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 ""
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)