Skip to content

Commit 44f3e57

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent ecc8b86 commit 44f3e57

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ msgstr ""
12121212
"versionen, till exempel"
12131213

12141214
msgid "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
1215-
msgstr "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'```"
1215+
msgstr "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
12161216

12171217
msgid ""
12181218
"The returned string points into static storage; the caller should not modify "

howto/regex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,13 @@ msgstr ""
883883
"attribut; de viktigaste är:"
884884

885885
msgid "``group()``"
886-
msgstr "``group()```"
886+
msgstr "``group()``"
887887

888888
msgid "Return the string matched by the RE"
889889
msgstr "Returnera den sträng som matchas av RE"
890890

891891
msgid "``start()``"
892-
msgstr "``start()```"
892+
msgstr "``start()``"
893893

894894
msgid "Return the starting position of the match"
895895
msgstr "Returnera startpositionen för matchen"
@@ -2533,7 +2533,7 @@ msgstr ""
25332533
"första argumentet. Mönstret kan anges som ett objekt eller som en sträng; "
25342534
"om du behöver ange flaggor för reguljära uttryck måste du antingen använda "
25352535
"ett mönsterobjekt som första parameter eller använda inbäddade modifierare i "
2536-
"mönstersträngen, t.ex. ``sub(\"(?i)b+\", \"x\", \"bbbb BBBB\")``` returnerar "
2536+
"mönstersträngen, t.ex. ``sub(\"(?i)b+\", \"x\", \"bbbb BBBB\")`` returnerar "
25372537
"``'x x'``."
25382538

25392539
msgid "Common Problems"

library/binascii.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-21 14:19+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/"
@@ -74,7 +74,7 @@ msgid ""
7474
msgstr ""
7575
"Konvertera binära data till en rad med ASCII-tecken, returvärdet är den "
7676
"konverterade raden, inklusive ett tecken för ny rad. Längden på *data* bör "
77-
"vara högst 45. Om *backtick* är true representeras nollor av ``'`'``` "
77+
"vara högst 45. Om *backtick* är true representeras nollor av ``'`'`` "
7878
"istället för mellanslag."
7979

8080
msgid "Added the *backtick* parameter."

whatsnew/3.11.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ msgid "``f(arg)``"
24622462
msgstr "``f(arg)``"
24632463

24642464
msgid "``C(arg)``"
2465-
msgstr "``C(arg)```"
2465+
msgstr "``C(arg)``"
24662466

24672467
msgid ""
24682468
"Calls to common builtin (C) functions and types such as :func:`len` and :"

whatsnew/changelog.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56657,11 +56657,11 @@ msgid ""
5665756657
"name`` and ``.parent`` when the ``Path`` object is at the root of the "
5665856658
"zipfile."
5665956659
msgstr ""
56660-
":issue:`42043`: Lägg till stöd för ``zipfile.Path``-arv. ```zipfile.Path."
56661-
"is_file()`` returnerar nu False för icke-existerande namn. ``zipfile."
56662-
"Path``\\ -objekt exponerar nu ett ``.filename``\\ -attribut och förlitar sig "
56663-
"på det för att lösa ``.name`` och ``.parent`` när ``Path``\\ -objektet är "
56664-
"vid roten av zipfilen."
56660+
":issue:`42043`: Lägg till stöd för arv av ``zipfile.Path``. ``zipfile.Path."
56661+
"is_file()`` returnerar nu False för namn som inte finns. ``zipfile.Path``\\ -"
56662+
"objekt exponerar nu ett ``.filename``\\ -attribut och förlitar sig på det "
56663+
"för att lösa ``.name`` och ``.parent`` när ``Path``\\ -objektet finns i "
56664+
"roten av zipfilen."
5666556665

5666656666
msgid ":issue:`42021`: Fix possible ref leaks in :mod:`sqlite3` module init."
5666756667
msgstr ""

0 commit comments

Comments
 (0)