Skip to content

Commit a8efa0b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 420a81a commit a8efa0b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

glossary.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ msgstr ""
21422142
"För mer information, se :pep:`420` och :ref:`reference-namespace-package`."
21432143

21442144
msgid "See also :term:`module`."
2145-
msgstr "Se även :term:`modul`."
2145+
msgstr "Se även :term:`module`."
21462146

21472147
msgid "nested scope"
21482148
msgstr "nästlat omfång"
@@ -2216,7 +2216,7 @@ msgid ""
22162216
"subpackages. Technically, a package is a Python module with a ``__path__`` "
22172217
"attribute."
22182218
msgstr ""
2219-
"En Python :term:`modul` som kan innehålla undermoduler eller rekursivt, "
2219+
"En Python :term:`module` som kan innehålla undermoduler eller rekursivt, "
22202220
"underpaket. Tekniskt sett är ett paket en Python-modul med attributet "
22212221
"``__path__``."
22222222

howto/free-threading-python.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-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-08-27 14:18+0000\n"
1616
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1717
"Last-Translator: Daniel Nylander <[email protected]>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -237,7 +237,7 @@ msgid ":ref:`code <code-objects>` objects"
237237
msgstr ":ref:`code <code-objects>`-objekt"
238238

239239
msgid ":term:`module` objects and their dictionaries"
240-
msgstr ":term:`modul`-objekt och deras ordlistor"
240+
msgstr ":term:`module`\\-objekt och deras ordlistor"
241241

242242
msgid ":ref:`classes <classes>` (type objects)"
243243
msgstr ":ref:`classes <classes>` (typobjekt)"

whatsnew/changelog.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37075,7 +37075,7 @@ msgid "``A[T, *Ts][*tuple[int, ...]]`` -> ``A[int, *tuple[int, ...]]``"
3707537075
msgstr "``A[T, *Ts][*tuple[int, ...]]`` -> ``A[int, *tuple[int, ...]]``"
3707637076

3707737077
msgid "``A[*Ts, T][*tuple[int, ...]]`` -> ``A[*tuple[int, ...], int]``"
37078-
msgstr "``A[*Ts, T][*tupel[int, ...]]`` -> ``A[*tupel[int, ...], int]``"
37078+
msgstr "``A[*Ts, T][*tuple[int, ...]]`` -> ``A[*tuple[int, ...], int]``"
3707937079

3708037080
msgid ""
3708137081
":gh:`93353`: Fix the :func:`importlib.resources.as_file` context manager to "
@@ -77979,7 +77979,7 @@ msgid ""
7797977979
"support glob-style ** recursive pattern matching."
7798077980
msgstr ""
7798177981
":issue:`35488`: Lägg till ett test i pathlibs Path.match() för att verifiera "
77982-
"att den inte stöder glob-stil ** rekursiv mönstermatchning."
77982+
"att den inte stöder glob-style **-rekursiv mönstermatchning."
7798377983

7798477984
msgid ""
7798577985
":issue:`31731`: Fix a race condition in ``check_interrupted_write()`` of "

0 commit comments

Comments
 (0)