Skip to content

Commit ad76317

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 239037e commit ad76317

5 files changed

Lines changed: 18 additions & 17 deletions

File tree

extending/extending.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ msgstr ""
160160
"prefixet ``Py`` eller ``PY``, utom de som definieras i standardhuvudfiler. "
161161
"För enkelhetens skull, och eftersom de används flitigt av Python-tolken, "
162162
"innehåller ``\"Python.h\"`` några standardheaderfiler: ``<stdio.h>``, "
163-
"``<string.h>``, ``<errno.h>`` och ``<stdlib.h>`. Om den senare huvudfilen "
163+
"``<string.h>``, ``<errno.h>`` och ``<stdlib.h>``. Om den senare huvudfilen "
164164
"inte finns på ditt system, deklarerar den funktionerna :c:func:`malloc`, :c:"
165165
"func:`free` och :c:func:`realloc` direkt."
166166

whatsnew/3.11.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4381,7 +4381,7 @@ msgid ""
43814381
"(Contributed by Victor Stinner in :issue:`45434`.)"
43824382
msgstr ""
43834383
"``<Python.h>`` inkluderar inte längre huvudfilerna ``<stdlib.h>``, ``<stdio."
4384-
"h>``, ``<errno.h>` och ``<string.h>`` när makrot ``Py_LIMITED_API`` är "
4384+
"h>``, ``<errno.h>`` och ``<string.h>`` när makrot ``Py_LIMITED_API`` är "
43854385
"inställt på ``0x030b0000`` (Python 3.11) eller högre. C-tillägg bör "
43864386
"uttryckligen inkludera huvudfilerna efter ``#include <Python.h>``. (Bidrag "
43874387
"från Victor Stinner i :issue:`45434`.)"

whatsnew/3.13.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,9 +6329,9 @@ msgid ""
63296329
"also the ``HAVE_IEEEFP_H`` macro. (Contributed by Victor Stinner in :gh:"
63306330
"`108765`.)"
63316331
msgstr ""
6332-
"``Python.h`` innehåller inte längre standardhuvudet ``<ieeefp.h>``. Den "
6333-
"inkluderades för :c:func:`!finite`-funktionen som nu tillhandahålls av "
6334-
"``<math.h>``-headern. Den bör nu inkluderas explicit om det behövs. Ta även "
6332+
"``Python.h`` innehåller inte längre standardhuvudet ``<ieeefp.h>``. Det "
6333+
"inkluderades för funktionen :c:func:`!finite`, som nu tillhandahålls av "
6334+
"huvudet ``<math.h>``. Det bör nu inkluderas explicit om det behövs. Ta också "
63356335
"bort makrot ``HAVE_IEEEFP_H``. (Bidrag från Victor Stinner i :gh:`108765`.)"
63366336

63376337
msgid ""

whatsnew/3.5.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ msgid ""
141141
"scheme that includes the optimization level explicitly in ``.pyc`` name. "
142142
"(See :ref:`PEP 488 overview <whatsnew-pep-488>`.)"
143143
msgstr ""
144-
"``.pyo``-filer används inte längre och har ersatts av ett mer flexibelt "
145-
"system som inkluderar optimeringsnivån uttryckligen i ``.pyc``-namnet. (Se :"
144+
"``.pyo``\\-filer används inte längre och har ersatts av ett mer flexibelt "
145+
"system som inkluderar optimeringsnivån explicit i ``.pyc``\\-namnet. (Se :"
146146
"ref:`PEP 488 översikt <whatsnew-pep-488>`.)"
147147

148148
msgid ""

whatsnew/changelog.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27601,9 +27601,9 @@ msgid ""
2760127601
"Remove also the ``HAVE_IEEEFP_H`` macro. Patch by Victor Stinner."
2760227602
msgstr ""
2760327603
":gh:`108765`: ``Python.h`` innehåller inte längre standardhuvudet ``<ieeefp."
27604-
"h>``. Den inkluderades för funktionen ``finite()`` som nu tillhandahålls av "
27605-
"``<math.h>`. Den bör nu inkluderas explicit om det behövs. Ta även bort "
27606-
"makrot ``HAVE_IEEEFP_H``. Patch av Victor Stinner."
27604+
"h>``. Det inkluderades för funktionen ``finite()``, som nu tillhandahålls av "
27605+
"huvudet ``<math.h>``. Det bör nu inkluderas explicit om det behövs. Ta också "
27606+
"bort makrot ``HAVE_IEEEFP_H``. Patch av Victor Stinner."
2760727607

2760827608
msgid ""
2760927609
":gh:`108765`: ``Python.h`` no longer includes these standard header files: "
@@ -41087,7 +41087,7 @@ msgid ""
4108741087
":issue:`47095`: :mod:`hashlib`'s internal ``_blake2`` module now prefers "
4108841088
"``libb2`` from https://www.blake2.net/ over Python's vendored copy of blake2."
4108941089
msgstr ""
41090-
":issue:`47095`: :mod:`hashlib`s interna modul ``_blake2`` föredrar nu "
41090+
":issue:`47095`: :mod:`hashlib`\\s interna modul ``_blake2`` föredrar nu "
4109141091
"``libb2`` från https://www.blake2.net/ framför Pythons medföljande kopia av "
4109241092
"blake2."
4109341093

@@ -46699,10 +46699,10 @@ msgid ""
4669946699
"extensions should explicitly include the header files after ``#include "
4670046700
"<Python.h>``. Patch by Victor Stinner."
4670146701
msgstr ""
46702-
":issue:`45434`: ``<Python.h>`` inkluderar inte längre header-filerna "
46703-
"``<stdlib.h>``, ``<stdio.h>``, ``<errno.h>`` och ``<string.h>` när makrot "
46704-
"``Py_LIMITED_API`` är satt till ``0x030b0000`` (Python 3.11) eller högre. C-"
46705-
"tillägg bör uttryckligen inkludera huvudfilerna efter ``#include <Python."
46702+
":issue:`45434`: ``<Python.h>`` innehåller inte längre huvudfilerna ``<stdlib."
46703+
"h>``, ``<stdio.h>``, ``<errno.h>`` och ``<string.h>`` när makrot "
46704+
"``Py_LIMITED_API`` är inställt på ``0x030b0000`` (Python 3.11) eller högre. "
46705+
"C-tillägg bör uttryckligen inkludera huvudfilerna efter ``#include <Python."
4670646706
"h>``. Patch av Victor Stinner."
4670746707

4670846708
msgid ""
@@ -51209,8 +51209,9 @@ msgid ""
5120951209
":issue:`42725`: Usage of ``await``/``yield``/``yield from`` and named "
5121051210
"expressions within an annotation is now forbidden when PEP 563 is activated."
5121151211
msgstr ""
51212-
":issue:`42725`: Användning av ``await``/`yield``/`yield from`` och namngivna "
51213-
"uttryck inom en annotering är nu förbjudet när PEP 563 är aktiverat."
51212+
":issue:`42725`: Användning av ``await``/``yield``/``yield from`` och "
51213+
"namngivna uttryck inom en annotering är nu förbjudet när PEP 563 är "
51214+
"aktiverat."
5121451215

5121551216
msgid ""
5121651217
":issue:`43754`: When performing structural pattern matching (:pep:`634`), "

0 commit comments

Comments
 (0)