Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2925287

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent7513974 commit2925287

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1415
-519
lines changed

‎about.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-17 14:21+0000\n"
14+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎bugs.po‎

Lines changed: 1 addition & 1 deletion
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-09-17 14:21+0000\n"
15+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/abstract.po‎

Lines changed: 1 addition & 1 deletion
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-09-17 14:21+0000\n"
15+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/allocation.po‎

Lines changed: 1 addition & 1 deletion
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-09-17 14:21+0000\n"
15+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/apiabiversion.po‎

Lines changed: 1 addition & 1 deletion
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-09-17 14:21+0000\n"
15+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/arg.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-17 14:21+0000\n"
14+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎c-api/init.po‎

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-09 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1371,6 +1371,9 @@ msgid ""
13711371
"will simply return ``NULL`` indicating that there was no prior thread state."
13721372
msgstr""
13731373

1374+
msgid":c:func:`PyEval_ReleaseThread`"
1375+
msgstr""
1376+
13741377
msgid""
13751378
"Similar to :c:func:`PyGILState_Ensure`, this function will hang the thread "
13761379
"if the runtime is finalizing."
@@ -1381,6 +1384,17 @@ msgid ""
13811384
"with sub-interpreters:"
13821385
msgstr""
13831386

1387+
msgid""
1388+
"The type of the value returned by :c:func:`PyGILState_Ensure` and passed to :"
1389+
"c:func:`PyGILState_Release`."
1390+
msgstr""
1391+
1392+
msgid"The GIL was already held when :c:func:`PyGILState_Ensure` was called."
1393+
msgstr""
1394+
1395+
msgid"The GIL was not held when :c:func:`PyGILState_Ensure` was called."
1396+
msgstr""
1397+
13841398
msgid""
13851399
"Ensure that the current thread is ready to call the Python C API regardless "
13861400
"of the current state of Python, or of the :term:`attached thread state`. "
@@ -1435,12 +1449,14 @@ msgid ""
14351449
msgstr""
14361450

14371451
msgid""
1438-
"This function does not account for :term:`thread states <thread state>` "
1439-
"created by something other than :c:func:`PyGILState_Ensure` (such as :c:func:"
1440-
"`PyThreadState_New`). Prefer :c:func:`PyThreadState_Get` or :c:func:"
1452+
"This function may return non-``NULL`` even when the :term:`thread state` is "
1453+
"detached. Prefer :c:func:`PyThreadState_Get` or :c:func:"
14411454
"`PyThreadState_GetUnchecked` for most cases."
14421455
msgstr""
14431456

1457+
msgid":c:func:`PyThreadState_Get`"
1458+
msgstr""
1459+
14441460
msgid""
14451461
"Return ``1`` if the current thread is holding the :term:`GIL` and ``0`` "
14461462
"otherwise. This function can be called from any thread at any time. Only if "
@@ -1539,11 +1555,11 @@ msgid ""
15391555
msgstr""
15401556

15411557
msgid""
1542-
"This function now calls the :c:member:`PyThreadState.on_delete` callback. "
1558+
"This function now calls the :c:member:`!PyThreadState.on_delete` callback. "
15431559
"Previously, that happened in :c:func:`PyThreadState_Delete`."
15441560
msgstr""
15451561

1546-
msgid"The :c:member:`PyThreadState.on_delete` callback was removed."
1562+
msgid"The :c:member:`!PyThreadState.on_delete` callback was removed."
15471563
msgstr""
15481564

15491565
msgid""

‎c-api/unicode.po‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-09 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -805,9 +805,9 @@ msgstr ""
805805

806806
msgid""
807807
"This function checks that *unicode* is a Unicode object, that the index is "
808-
"not out of bounds, and that the object's reference count is one). See :c:"
809-
"func:`PyUnicode_WRITE` for a version that skips these checks, making them "
810-
"yourresponsibility."
808+
"not out of bounds, and that the object's reference count is one. See :c:func:"
809+
"`PyUnicode_WRITE` for a version that skips these checks, making them your "
810+
"responsibility."
811811
msgstr""
812812

813813
msgid""

‎c-api/veryhigh.po‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-09 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -194,7 +194,8 @@ msgid ""
194194
"objects *globals* and *locals* with the compiler flags specified by "
195195
"*flags*. *globals* must be a dictionary; *locals* can be any object that "
196196
"implements the mapping protocol. The parameter *start* specifies the start "
197-
"token that should be used to parse the source code."
197+
"symbol and must one of the following: :c:data:`Py_eval_input`, :c:data:"
198+
"`Py_file_input`, or :c:data:`Py_single_input`."
198199
msgstr""
199200

200201
msgid""
@@ -237,7 +238,7 @@ msgstr ""
237238

238239
msgid""
239240
"Parse and compile the Python source code in *str*, returning the resulting "
240-
"code object. The starttoken is given by *start*; this can be used to "
241+
"code object. The startsymbol is given by *start*; this can be used to "
241242
"constrain the code which can be compiled and should be :c:data:"
242243
"`Py_eval_input`, :c:data:`Py_file_input`, or :c:data:`Py_single_input`. The "
243244
"filename specified by *filename* is used to construct the code object and "

‎deprecations/pending-removal-in-3.14.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-17 14:21+0000\n"
14+
"POT-Creation-Date:2025-10-07 14:17+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp