Skip to content

Commit 20d2899

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7703575 commit 20d2899

24 files changed

Lines changed: 157 additions & 158 deletions

c-api/arg.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ msgid ""
108108
msgstr ""
109109
"Format som ``y*`` och ``s*`` fyller en :c:type:`Py_buffer`\\-struktur. Detta "
110110
"låser den underliggande bufferten så att anroparen därefter kan använda "
111-
"bufferten även inom ett :c:type:`Py_BEGIN_ALLOW_THREADS`-block utan att "
111+
"bufferten även inom ett :c:type:`Py_BEGIN_ALLOW_THREADS`\\-block utan att "
112112
"riskera att muterbara data ändras i storlek eller förstörs. Som ett resultat "
113113
"måste **du anropa** :c:func:`PyBuffer_Release` efter att du har avslutat "
114114
"bearbetningen av data (eller i något tidigt avbrottsfall)."

c-api/exceptions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ msgid ":exc:`SyntaxError`"
15011501
msgstr ":exc:`SyntaxError`"
15021502

15031503
msgid ":exc:`SystemError`"
1504-
msgstr ":exc:`Systemfel`"
1504+
msgstr ":exc:`SystemError`"
15051505

15061506
msgid ":exc:`SystemExit`"
15071507
msgstr ":exc:`SystemExit`"

c-api/init_config.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ msgid ""
19681968
":term:`Filesystem encoding <filesystem encoding and error handler>`: :func:"
19691969
"`sys.getfilesystemencoding`."
19701970
msgstr ""
1971-
":term:`Filesystem encoding <filesystem encoding and error handler>`: :func:"
1971+
":term:`Filsystemskodning <filesystem encoding and error handler>`: :func:"
19721972
"`sys.getfilesystemencoding`."
19731973

19741974
msgid "On macOS, Android and VxWorks: use ``\"utf-8\"`` by default."

c-api/module.po

Lines changed: 9 additions & 9 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-17 14:16+0000\n"
15+
"POT-Creation-Date: 2025-08-19 14:18+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/"
@@ -962,14 +962,14 @@ msgid ""
962962
"directly, or by referring to its implementation for details of the required "
963963
"state updates)."
964964
msgstr ""
965-
"Python anropar ``PyState_AddModule`` automatiskt efter import av en modul "
966-
"som använder :ref:`single-phase initialization <single-phase-"
967-
"initialization>``, så det är onödigt (men harmlöst) att anropa det från "
968-
"modulens initialiseringskod. Ett explicit anrop behövs endast om modulens "
969-
"egen init-kod därefter anropar ``PyState_FindModule``. Funktionen är "
970-
"huvudsakligen avsedd för implementering av alternativa importmekanismer "
971-
"(antingen genom att anropa den direkt eller genom att hänvisa till dess "
972-
"implementering för detaljer om de nödvändiga tillståndsuppdateringarna)."
965+
"Python anropar automatiskt ``PyState_AddModule`` efter att ha importerat en "
966+
"modul som använder :ref:`enfasinitialisering <single-phase-initialization>`, "
967+
"så det är onödigt (men ofarligt) att anropa den från modulens "
968+
"initialiseringskod. Ett explicit anrop behövs endast om modulens egen init-"
969+
"kod därefter anropar ``PyState_FindModule``. Funktionen är huvudsakligen "
970+
"avsedd för att implementera alternativa importmekanismer (antingen genom att "
971+
"anropa den direkt eller genom att hänvisa till dess implementering för "
972+
"detaljer om nödvändiga tillståndsuppdateringar)."
973973

974974
msgid ""
975975
"If a module was attached previously using the same *def*, it is replaced by "

c-api/object.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ msgid "Object Protocol"
2727
msgstr "Objektprotokoll"
2828

2929
msgid "Get a :term:`strong reference` to a constant."
30-
msgstr "Få en :term:`stark referens` till en konstant."
30+
msgstr "Få en :term:`strong reference` till en konstant."
3131

3232
msgid "Set an exception and return ``NULL`` if *constant_id* is invalid."
3333
msgstr ""

c-api/refcounting.po

Lines changed: 6 additions & 6 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-17 14:16+0000\n"
15+
"POT-Creation-Date: 2025-08-19 14:18+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/"
@@ -190,7 +190,7 @@ msgid ""
190190
"Release a :term:`strong reference` to object *o*, indicating the reference "
191191
"is no longer used."
192192
msgstr ""
193-
"Frigör en :term:`stark referens` till objekt *o*, vilket indikerar att "
193+
"Frigör en :term:`strong reference` till objekt *o*, vilket indikerar att "
194194
"referensen inte längre används."
195195

196196
msgid ""
@@ -262,7 +262,7 @@ msgid ""
262262
"to the object passed because the macro carefully uses a temporary variable "
263263
"and sets the argument to ``NULL`` before releasing the reference."
264264
msgstr ""
265-
"Frigör en :term:`stark referens` för objektet *o*. Objektet kan vara "
265+
"Frigör en :term:`strong reference` för objektet *o*. Objektet kan vara "
266266
"``NULL``, i vilket fall makrot inte har någon effekt; i annat fall är "
267267
"effekten densamma som för :c:func:`Py_DECREF`, förutom att argumentet också "
268268
"sätts till ``NULL``. Varningen för :c:func:`Py_DECREF` gäller inte med "
@@ -297,9 +297,9 @@ msgid ""
297297
"Release a :term:`strong reference` to object *o*. A function version of :c:"
298298
"func:`Py_XDECREF`. It can be used for runtime dynamic embedding of Python."
299299
msgstr ""
300-
"Frigör en :term:`strong referens` till objekt *o*. En funktionsversion av :c:"
301-
"func:`Py_XDECREF`. Den kan användas för dynamisk inbäddning av Python under "
302-
"körtid."
300+
"Frigör en :term:`strong reference` till objekt *o*. En funktionsversion av :"
301+
"c:func:`Py_XDECREF`. Den kan användas för dynamisk inbäddning av Python "
302+
"under körtid."
303303

304304
msgid ""
305305
"Macro safely releasing a :term:`strong reference` to object *dst* and "

c-api/sys.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ msgid ""
203203
"character, the bytes are escaped using the surrogateescape error handler "
204204
"instead of decoding them."
205205
msgstr ""
206-
"Avkodar en byte-sträng från :term:`filsystemkodning och felhanterare`. Om "
207-
"felhanteraren är :ref:`surrogateescape error handler <surrogateescape>`, "
206+
"Avkodar en byte-sträng från :term:`filesystem encoding and error handler`. "
207+
"Om felhanteraren är :ref:`surrogateescape error handler <surrogateescape>`, "
208208
"avkodas oavkodbara byte som tecken i intervallet U+DC80..U+DCFF; och om en "
209209
"byte-sekvens kan avkodas som ett surrogattecken, escapas byte-sekvensen med "
210210
"hjälp av felhanteraren surrogateescape istället för att avkodas."
@@ -276,9 +276,10 @@ msgid ""
276276
"<surrogateescape>`, surrogate characters in the range U+DC80..U+DCFF are "
277277
"converted to bytes 0x80..0xFF."
278278
msgstr ""
279-
"Kodar en bred teckensträng till :term:`filsystemkodning och felhanterare`. "
280-
"Om felhanteraren är :ref:`surrogateescape error handler <surrogateescape>`, "
281-
"konverteras surrogattecken i intervallet U+DC80..U+DCFF till byte 0x80..0xFF."
279+
"Kodar en bred teckensträng till :term:`filesystem encoding and error "
280+
"handler`. Om felhanteraren är :ref:`surrogateescape error handler "
281+
"<surrogateescape>`, konverteras surrogattecken i intervallet U+DC80..U+DCFF "
282+
"till byte 0x80..0xFF."
282283

283284
msgid ""
284285
"Return a pointer to a newly allocated byte string, use :c:func:`PyMem_Free` "

deprecations/pending-removal-in-3.14.po

Lines changed: 3 additions & 3 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-09 14:17+0000\n"
15+
"POT-Creation-Date: 2025-08-19 14:18+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/"
@@ -210,8 +210,8 @@ msgid ""
210210
"a sequence instead of a :class:`dict`."
211211
msgstr ""
212212
":meth:`~sqlite3.Cursor.execute` och :meth:`~sqlite3.Cursor.executemany` om :"
213-
"ref:``named placeholders <sqlite3-placeholders>`` används och *parameters* "
214-
"är en sekvens istället för en :class:`dict`."
213+
"ref:`named placeholders <sqlite3-placeholders>` används och *parameters* är "
214+
"en sekvens istället för en :class:`dict`."
215215

216216
msgid ""
217217
":mod:`typing`: :class:`!typing.ByteString`, deprecated since Python 3.9, now "

howto/remote_debugging.po

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -334,28 +334,27 @@ msgid ""
334334
" return base_address + section_offset"
335335
msgstr ""
336336
"def find_py_runtime_macos(pid: int) -> int:\n"
337-
" # Steg 1: Få tillgång till processens minne\n"
337+
" # Step 1: Get access to the process's memory\n"
338338
" handle = get_memory_access_handle(pid)\n"
339339
"\n"
340-
" # Steg 2: Försök hitta den körbara Python-filen i minnet\n"
340+
" # Step 2: Try to find the Python executable in memory\n"
341341
" binary_path, base_address = find_mapped_binary(\n"
342-
" handle, namn_innehåller=\"python\"\n"
342+
" handle, name_contains=\"python\"\n"
343343
" )\n"
344344
"\n"
345-
" # Steg 3: Fallback till libpython om den körbara filen inte hittas\n"
346-
" om binary_path är None:\n"
345+
" # Step 3: Fallback to libpython if the executable is not found\n"
346+
" if binary_path is None:\n"
347347
" binary_path, base_address = find_mapped_binary(\n"
348-
" handle, namn_innehåller=\"libpython\"\n"
348+
" handle, name_contains=\"libpython\"\n"
349349
" )\n"
350350
"\n"
351-
" # Steg 4: Parsa Mach-O-rubriker för att få __DATA,__PyRuntime-"
352-
"avsnittsoffset\n"
351+
" # Step 4: Parse Mach-O headers to get __DATA,__PyRuntime section offset\n"
353352
" section_offset = parse_macho_section_offset(\n"
354-
" binär_väg, \"__DATA\", \"__PyRuntime\"\n"
353+
" binary_path, \"__DATA\", \"__PyRuntime\"\n"
355354
" )\n"
356355
"\n"
357-
" # Steg 5: Beräkna PyRuntime-adressen i minnet\n"
358-
" returnera bas_adress + sektion_offset"
356+
" # Step 5: Compute the PyRuntime address in memory\n"
357+
" return base_address + section_offset"
359358

360359
msgid ""
361360
"On macOS, accessing another process's memory requires using Mach-O specific "

library/asyncio-protocol.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-13 14:19+0000\n"
15+
"POT-Creation-Date: 2025-08-19 14:18+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/"
@@ -687,7 +687,7 @@ msgid ""
687687
msgstr ""
688688
"asyncio tillhandahåller en uppsättning abstrakta basklasser som bör användas "
689689
"för att implementera nätverksprotokoll. Dessa klasser är avsedda att "
690-
"användas tillsammans med :ref:``transports <asyncio-transport>``."
690+
"användas tillsammans med :ref:`transports <asyncio-transport>`."
691691

692692
msgid ""
693693
"Subclasses of abstract base protocol classes may implement some or all "

0 commit comments

Comments
 (0)