Skip to content

Commit d9fff97

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7920a37 commit d9fff97

File tree

16 files changed

+110
-27
lines changed

16 files changed

+110
-27
lines changed

c-api/conversion.po

Lines changed: 4 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-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+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/"
@@ -73,9 +73,9 @@ msgid ""
7373
msgstr ""
7474

7575
msgid ""
76-
"When ``rv < 0``, \"something bad happened.\" ``str[size-1]`` is ``'\\0'`` in "
77-
"this case too, but the rest of *str* is undefined. The exact cause of the "
78-
"error depends on the underlying platform."
76+
"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
77+
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
78+
"cause of the error depends on the underlying platform."
7979
msgstr ""
8080

8181
msgid ""

c-api/dict.po

Lines changed: 4 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-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+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/"
@@ -57,7 +57,7 @@ msgid "Empty an existing dictionary of all key-value pairs."
5757
msgstr ""
5858

5959
msgid ""
60-
"Determine if dictionary *p* contains *key*. If an item in *p* is matches "
60+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
6161
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
6262
"is equivalent to the Python expression ``key in p``."
6363
msgstr ""
@@ -186,7 +186,7 @@ msgstr ""
186186

187187
msgid ""
188188
"Remove *key* from dictionary *p* and optionally return the removed value. Do "
189-
"not raise :exc:`KeyError` if the key missing."
189+
"not raise :exc:`KeyError` if the key is missing."
190190
msgstr ""
191191

192192
msgid ""
@@ -201,7 +201,7 @@ msgstr ""
201201

202202
msgid ""
203203
"Similar to :meth:`dict.pop`, but without the default value and not raising :"
204-
"exc:`KeyError` if the key missing."
204+
"exc:`KeyError` if the key is missing."
205205
msgstr ""
206206

207207
msgid ""

c-api/init.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-11 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-01 14:13+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/object.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-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+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/typeobj.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-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+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/"

extending/extending.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-11 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-01 14:13+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/"

glossary.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-11 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-01 14:13+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/"

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: 2025-10-11 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-01 14:13+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/argparse.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: 2025-10-29 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+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/"
@@ -802,6 +802,13 @@ msgid ""
802802
">>> parser.parse_args(['--help'])"
803803
msgstr ""
804804

805+
msgid ""
806+
"Note that when ``color=True``, colored output depends on both environment "
807+
"variables and terminal capabilities. However, if ``color=False``, colored "
808+
"output is always disabled, even if environment variables like "
809+
"``FORCE_COLOR`` are set."
810+
msgstr ""
811+
805812
msgid "The add_argument() method"
806813
msgstr ""
807814

library/mmap.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-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+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/"

0 commit comments

Comments
 (0)