Skip to content

Commit ec49c72

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent e0f35bf commit ec49c72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

c-api/sys.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ msgid ""
390390
"case *name* is deleted from the sys module. Returns ``0`` on success, ``-1`` "
391391
"on error."
392392
msgstr ""
393-
"Sätter *namn* i modulen :mod:`sys` till *v* såvida inte *v* är ``NULL``, i "
393+
"Sätter *name* i modulen :mod:`sys` till *v* såvida inte *v* är ``NULL``, i "
394394
"vilket fall *namn* tas bort från sys-modulen. Returnerar ``0`` vid framgång, "
395395
"``-1`` vid fel."
396396

c-api/type.po

Lines changed: 2 additions & 2 deletions
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-08-19 14:18+0000\n"
15+
"POT-Creation-Date: 2025-08-23 14:15+0000\n"
1616
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1717
"Last-Translator: Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -477,7 +477,7 @@ msgid ""
477477
"Create and return a :ref:`heap type <heap-types>` from the *spec* (see :c:"
478478
"macro:`Py_TPFLAGS_HEAPTYPE`)."
479479
msgstr ""
480-
"Skapa och returnera en :ref:`heap type <heap-types>`` från *spec* (se :c:"
480+
"Skapa och returnera en :ref:`heap type <heap-types>` från *spec* (se :c:"
481481
"macro:`Py_TPFLAGS_HEAPTYPE`)."
482482

483483
msgid ""

c-api/unicode.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ msgid ""
10181018
"start+length]``."
10191019
msgstr ""
10201020
"Fyll en sträng med ett tecken: skriv *fill_char* till ``unicode[start:"
1021-
"start+längd]``."
1021+
"start+length]``."
10221022

10231023
msgid ""
10241024
"Fail if *fill_char* is bigger than the string maximum character, or if the "
@@ -1140,7 +1140,7 @@ msgid ""
11401140
msgstr ""
11411141
"Funktionen använder nu även den aktuella lokalkodningen för felhanteraren "
11421142
"``surrogateescape``, utom på Android. Tidigare användes :c:func:"
1143-
"`Py_DecodeLocale` för ``urrogateescape``, och den aktuella lokalkodningen "
1143+
"`Py_DecodeLocale` för ``surrogateescape``, och den aktuella lokalkodningen "
11441144
"användes för ``strict``."
11451145

11461146
msgid ""
@@ -1181,7 +1181,7 @@ msgid ""
11811181
msgstr ""
11821182
"Funktionen använder nu även den aktuella lokalkodningen för felhanteraren "
11831183
"``surrogateescape``, utom på Android. Tidigare användes :c:func:"
1184-
"`Py_EncodeLocale` för ``urrogateescape``, och den aktuella lokalkodningen "
1184+
"`Py_EncodeLocale` för ``surrogateescape``, och den aktuella lokalkodningen "
11851185
"användes för ``strict``."
11861186

11871187
msgid "File System Encoding"

0 commit comments

Comments
 (0)