Skip to content

Commit 926c02d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 8951804 commit 926c02d

26 files changed

+106
-91
lines changed

bugs.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: 2025-10-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-13 18:32+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/"

c-api/arg.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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-13 18:32+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/sys.po

Lines changed: 22 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-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-15 14:12+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/"
@@ -123,6 +123,27 @@ msgid ""
123123
"func:`!signal`. Do not call those functions directly!"
124124
msgstr ""
125125

126+
msgid "Check if a :c:macro:`!SIGINT` signal has been received."
127+
msgstr ""
128+
129+
msgid ""
130+
"Returns ``1`` if a :c:macro:`!SIGINT` has occurred and clears the signal "
131+
"flag, or ``0`` otherwise."
132+
msgstr ""
133+
134+
msgid ""
135+
"In most cases, you should prefer :c:func:`PyErr_CheckSignals` over this "
136+
"function. :c:func:`!PyErr_CheckSignals` invokes the appropriate signal "
137+
"handlers for all pending signals, allowing Python code to handle the signal "
138+
"properly. This function only detects :c:macro:`!SIGINT` and does not invoke "
139+
"any Python signal handlers."
140+
msgstr ""
141+
142+
msgid ""
143+
"This function is async-signal-safe and this function cannot fail. The caller "
144+
"must hold an :term:`attached thread state`."
145+
msgstr ""
146+
126147
msgid ""
127148
"This function should not be called directly: use the :c:type:`PyConfig` API "
128149
"with the :c:func:`PyConfig_SetBytesString` function which ensures that :ref:"

deprecations/c-api-pending-removal-in-3.18.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: 2025-10-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-13 18:32+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/"

deprecations/index.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: 2025-10-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-13 18:32+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/"

deprecations/pending-removal-in-3.13.po

Lines changed: 1 addition & 31 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-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-15 14:12+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/"
@@ -120,33 +120,3 @@ msgstr ""
120120

121121
msgid ":class:`classmethod` descriptor chaining (:gh:`89519`)"
122122
msgstr ""
123-
124-
msgid ":mod:`importlib.resources` deprecated methods:"
125-
msgstr ""
126-
127-
msgid "``contents()``"
128-
msgstr ""
129-
130-
msgid "``is_resource()``"
131-
msgstr ""
132-
133-
msgid "``open_binary()``"
134-
msgstr ""
135-
136-
msgid "``open_text()``"
137-
msgstr ""
138-
139-
msgid "``path()``"
140-
msgstr ""
141-
142-
msgid "``read_binary()``"
143-
msgstr ""
144-
145-
msgid "``read_text()``"
146-
msgstr ""
147-
148-
msgid ""
149-
"Use :func:`importlib.resources.files` instead. Refer to `importlib-"
150-
"resources: Migrating from Legacy <https://importlib-resources.readthedocs.io/"
151-
"en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)"
152-
msgstr ""

deprecations/pending-removal-in-3.17.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: 2025-10-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-13 18:32+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/"

deprecations/pending-removal-in-future.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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-15 14:12+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/"

library/ast.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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-13 18:32+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/"

library/asyncio-stream.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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-15 14:12+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/"

0 commit comments

Comments
 (0)