Skip to content

Commit a409425

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9d1d6bd commit a409425

File tree

10 files changed

+34
-34
lines changed

10 files changed

+34
-34
lines changed

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4766,7 +4766,7 @@ msgstr ""
47664766
"argument skapar en ``NULL`` :c:expr:`PyObject *`-pekare."
47674767

47684768
msgid ":class:`!py_object` is now a :term:`generic type`."
4769-
msgstr ":class:`!py_object` är nu en :term:`generisk typ`."
4769+
msgstr ":class:`!py_object` är nu en :term:`generic type`."
47704770

47714771
msgid ""
47724772
"The :mod:`!ctypes.wintypes` module provides quite some other Windows "

library/stdtypes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6455,7 +6455,7 @@ msgid "memoryviews can now be indexed with tuple of integers."
64556455
msgstr "minnesvyer kan nu indexeras med tupel av heltal."
64566456

64576457
msgid "memoryview is now a :term:`generic type`."
6458-
msgstr "memoryview är nu en :term:`generisk typ`."
6458+
msgstr "memoryview är nu en :term:`generic type`."
64596459

64606460
msgid ":class:`memoryview` has several methods:"
64616461
msgstr ":class:`memoryview` har flera metoder:"
@@ -8189,7 +8189,7 @@ msgstr ""
81898189
"`Generic Alias <types-genericalias>` och :ref:`Union <types-union>`."
81908190

81918191
msgid "Generic Alias Type"
8192-
msgstr "Generiskt alias Typ"
8192+
msgstr "Generisk aliastyp"
81938193

81948194
msgid ""
81958195
"``GenericAlias`` objects are generally created by :ref:`subscripting "
@@ -8218,8 +8218,8 @@ msgid ""
82188218
"A ``GenericAlias`` object acts as a proxy for a :term:`generic type`, "
82198219
"implementing *parameterized generics*."
82208220
msgstr ""
8221-
"Ett ``GenericAlias``\\ -objekt fungerar som en proxy för en :term:`generisk "
8222-
"typ` och implementerar *parameteriserade generiska typer*."
8221+
"Ett ``GenericAlias``\\ -objekt fungerar som en proxy för en :term:`generic "
8222+
"type` och implementerar *parameteriserade generiska typer*."
82238223

82248224
msgid ""
82258225
"For a container class, the argument(s) supplied to a :ref:`subscription "

library/types.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-21 14:19+0000\n"
15+
"POT-Creation-Date: 2025-08-23 14:15+0000\n"
1616
"PO-Revision-Date: 2025-08-02 17:34+0000\n"
1717
"Last-Translator: Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -411,7 +411,7 @@ msgid ""
411411
"The type of :ref:`parameterized generics <types-genericalias>` such as "
412412
"``list[int]``."
413413
msgstr ""
414-
"Typen av :ref:`parameteriserade generiska <types-genericalias>`` såsom "
414+
"Typen av :ref:`parameteriserade generiska <types-genericalias>` såsom "
415415
"``list[int]``."
416416

417417
msgid ""

library/typing.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,14 +4407,14 @@ msgid ""
44074407
"# A functional syntax is also supported\n"
44084408
"Employee = NamedTuple('Employee', [('name', str), ('id', int)])"
44094409
msgstr ""
4410-
"# För att skapa en generisk NamedTuple Python 3.11\n"
4410+
"# For creating a generic NamedTuple on Python 3.11\n"
44114411
"T = TypeVar(\"T\")\n"
44124412
"\n"
4413-
"class Group(NamedTuple, Generisk[T]):\n"
4414-
" nyckel: T\n"
4415-
" group: lista[T]\n"
4413+
"class Group(NamedTuple, Generic[T]):\n"
4414+
" key: T\n"
4415+
" group: list[T]\n"
44164416
"\n"
4417-
"# Det finns också stöd för en funktionell syntax\n"
4417+
"# A functional syntax is also supported\n"
44184418
"Employee = NamedTuple('Employee', [('name', str), ('id', int)])"
44194419

44204420
msgid "Added support for :pep:`526` variable annotation syntax."
@@ -4973,11 +4973,11 @@ msgid ""
49734973
" key: T\n"
49744974
" group: list[T]"
49754975
msgstr ""
4976-
"T = TypVar(\"T\")\n"
4976+
"T = TypeVar(\"T\")\n"
49774977
"\n"
4978-
"class Group(TypedDict, Generisk[T]):\n"
4979-
" nyckel: T\n"
4980-
" group: lista[T]"
4978+
"class Group(TypedDict, Generic[T]):\n"
4979+
" key: T\n"
4980+
" group: list[T]"
49814981

49824982
msgid ""
49834983
"A ``TypedDict`` can be introspected via annotations dicts (see :ref:"

reference/compound_stmts.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@ msgid ""
26552655
" *e: SimpleTypeVarTuple,\n"
26562656
"): ..."
26572657
msgstr ""
2658-
"def överdrivet_generisk[\n"
2658+
"def overly_generic[\n"
26592659
" SimpleTypeVar,\n"
26602660
" TypeVarWithDefault = int,\n"
26612661
" TypeVarWithBound: int,\n"
@@ -2664,8 +2664,8 @@ msgstr ""
26642664
" **SimpleParamSpec = (str, bytearray),\n"
26652665
"](\n"
26662666
" a: SimpleTypeVar,\n"
2667-
" b: TypeVarMedFault,\n"
2668-
" c: TypeVarMedBound,\n"
2667+
" b: TypeVarWithDefault,\n"
2668+
" c: TypeVarWithBound,\n"
26692669
" d: Callable[SimpleParamSpec, TypeVarWithConstraints],\n"
26702670
" *e: SimpleTypeVarTuple,\n"
26712671
"): ..."

reference/datamodel.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4330,7 +4330,7 @@ msgid ""
43304330
"a :class:`list` in which all the elements are of type :class:`int`."
43314331
msgstr ""
43324332
"När man använder :term:`type annotations<annotation>`, är det ofta "
4333-
"användbart att *parametrisera* en :term:`generisk typ` med Pythons "
4333+
"användbart att *parametrisera* en :term:`generic type` med Pythons "
43344334
"hakparentesnotation. Till exempel kan annoteringen ``list[int]`` användas "
43354335
"för att beteckna en :class:`list` där alla element är av typen :class:`int`."
43364336

whatsnew/3.12.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ msgid ""
10611061
"`generic type`. (Contributed by Jelle Zijlstra in :gh:`98658`.)"
10621062
msgstr ""
10631063
"Klassen :class:`array.array` har nu stöd för subskription, vilket gör den "
1064-
"till en :term:`generisk typ`. (Bidrag från Jelle Zijlstra i :gh:`98658`.)"
1064+
"till en :term:`generic type`. (Bidrag från Jelle Zijlstra i :gh:`98658`.)"
10651065

10661066
msgid "asyncio"
10671067
msgstr "asyncio"

whatsnew/3.14.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ msgid ""
21352135
"`generic type`. (Contributed by Brian Schubert in :gh:`126012`.)"
21362136
msgstr ""
21372137
"Typen :class:`memoryview` har nu stöd för prenumeration, vilket gör den till "
2138-
"en :term:`generisk typ`. (Bidrag från Brian Schubert i :gh:`126012`.)"
2138+
"en :term:`generic type`. (Bidrag från Brian Schubert i :gh:`126012`.)"
21392139

21402140
msgid ""
21412141
"Support underscore and comma as thousands separators in the fractional part "

whatsnew/3.3.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4655,10 +4655,10 @@ msgid ""
46554655
"error_proto` errors may need to be changed if errors on ``quit`` are "
46564656
"encountered by a particular application (:issue:`11291`)."
46574657
msgstr ""
4658-
":meth:`poplib.POP3.quit` kan nu ge upphov till protokollfel som alla andra "
4659-
"``poplib``-metoder. Kod som förutsätter att ``quit`` inte ger upphov till :"
4660-
"exc:`poplib.error_proto`-fel kan behöva ändras om fel vid ``quit`` uppstår i "
4661-
"ett visst program (:issue:`11291``)."
4658+
":meth:`poplib.POP3.quit` kan nu orsaka protokollfel precis som alla andra "
4659+
"``poplib``\\-metoder. Kod som antar att ``quit`` inte orsakar :exc:`poplib."
4660+
"error_proto`\\-fel kan behöva ändras om fel ``quit`` uppstår i en viss "
4661+
"applikation (:issue:`11291`)."
46624662

46634663
msgid ""
46644664
"The ``strict`` argument to :class:`email.parser.Parser`, deprecated since "

whatsnew/changelog.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9505,7 +9505,7 @@ msgid ""
95059505
"it a :term:`generic type`."
95069506
msgstr ""
95079507
":gh:`126012`: Typen :class:`memoryview` har nu stöd för prenumeration, "
9508-
"vilket gör den till en :term:`generisk typ`."
9508+
"vilket gör den till en :term:`generic type`."
95099509

95109510
msgid ""
95119511
":gh:`125837`: Adds :opcode:`LOAD_SMALL_INT` and :opcode:"
@@ -28425,8 +28425,8 @@ msgid ""
2842528425
"ParamSpec``, and ``ast.TypeVarTuple``."
2842628426
msgstr ""
2842728427
"Ny syntax (``class X[T]: ...``, ``def func[T](): ...``) har lagts till för "
28428-
"att definiera generiska funktioner och klasser. Detta implementeras som ett "
28429-
"nytt ``type_params``-attribut på AST-noderna för klasser och funktioner. "
28428+
"att definiera allmänna funktioner och klasser. Detta implementeras som ett "
28429+
"nytt attribut ``type_params`` på AST-noderna för klasser och funktioner. "
2843028430
"Denna nod innehåller instanser av de nya AST-klasserna ``ast.TypeVar``, "
2843128431
"``ast.ParamSpec`` och ``ast.TypeVarTuple``."
2843228432

@@ -33934,7 +33934,7 @@ msgid ""
3393433934
"making it a :term:`generic type`."
3393533935
msgstr ""
3393633936
":gh:`98658`: Klassen :class:`array.array` har nu stöd för subscripting, "
33937-
"vilket gör den till en :term:`generisk typ`."
33937+
"vilket gör den till en :term:`generic type`."
3393833938

3393933939
msgid ""
3394033940
":gh:`98284`: Improved :class:`TypeError` message for undefined abstract "
@@ -36576,10 +36576,10 @@ msgid ""
3657636576
"not listed in Generic[...]`` was shown. :mod:`typing` no longer populates "
3657736577
"``__parameters__`` with the ``__parameters__`` of a Python class."
3657836578
msgstr ""
36579-
":gh:`94607`: Fixar underklassning av komplexa generiska med typvariabler i :"
36580-
"mod:`typing`. Tidigare visades ett felmeddelande som sa ``Vissa "
36581-
"typvariabler ... är inte listade i Generic[...]``. :mod:`typing` fyller inte "
36582-
"längre i ``__parameters__`` med ``__parameters__`` för en Python-klass."
36579+
":gh:`94607`: Fixa underklasser av komplexa allmänna typer med typvariabler "
36580+
"i :mod:`typing`. Tidigare visades ett felmeddelande som sa ``Some type "
36581+
"variables ... are not listed in Generic[...]``. :mod:`typing` fyller inte "
36582+
"längre ``__parameters__`` med ``__parameters__`` från en Python-klass."
3658336583

3658436584
msgid ""
3658536585
":gh:`94619`: Remove the long-deprecated ``module_repr()`` from :mod:"

0 commit comments

Comments
 (0)