10000 [skip ci] Update .po files · lww1993/python-docs-ja@15d1cdc · GitHub
[go: up one dir, main page]

Skip to content

Commit 15d1cdc

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 8d8b29f commit 15d1cdc

File tree

1 file changed

+46
-39
lines changed

1 file changed

+46
-39
lines changed

whatsnew/3.9.po

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-06-02 03:14+0000\n"
15+
"POT-Creation-Date: 2020-06-03 03:15+0000\n"
1616
"PO-Revision-Date: 2020-05-31 09:32+0000\n"
1717
"Last-Translator: tomo, 2020\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1070,7 +1070,7 @@ msgid ""
10701070
"(Contributed by Raymond Hettinger in :issue:`40465`)"
10711071
msgstr ""
10721072

1073-
#: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1103
1073+
#: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1107
10741074
msgid "Removed"
10751075
msgstr "削除"
10761076

@@ -1434,7 +1434,7 @@ msgid ""
14341434
"(Contributed by Victor Stinner in :issue:`37194`.)"
14351435
msgstr ""
14361436

1437-
#: ../../whatsnew/3.9.rst:1044 ../../whatsnew/3.9.rst:1114
1437+
#: ../../whatsnew/3.9.rst:1044 ../../whatsnew/3.9.rst:1118
14381438
msgid "Changes in the limited C API (if ``Py_LIMITED_API`` macro is defined):"
14391439
msgstr ""
14401440

@@ -1453,7 +1453,7 @@ msgid ""
14531453
"function to hide implementation details."
14541454
msgstr ""
14551455

1456-
#: ../../whatsnew/3.9.rst:1055 ../../whatsnew/3.9.rst:1141
1456+
#: ../../whatsnew/3.9.rst:1055 ../../whatsnew/3.9.rst:1145
14571457
msgid "(Contributed by Victor Stinner in :issue:`38644` and :issue:`39542`.)"
14581458
msgstr ""
14591459

@@ -1519,164 +1519,171 @@ msgid ""
15191519
"in :issue:`38650`.)"
15201520
msgstr ""
15211521

1522-
#: ../../whatsnew/3.9.rst:1105
1522+
#: ../../whatsnew/3.9.rst:1101
1523+
msgid ""
1524+
"The :c:type:`PyGC_Head` structure is now opaque. It is only defined in the "
1525+
"internal C API (``pycore_gc.h``). (Contributed by Victor Stinner in "
1526+
":issue:`40241`.)"
1527+
msgstr ""
1528+
1529+
#: ../../whatsnew/3.9.rst:1109
15231530
msgid ""
15241531
"Exclude ``PyFPE_START_PROTECT()`` and ``PyFPE_END_PROTECT()`` macros of "
15251532
"``pyfpe.h`` from the limited C API. (Contributed by Victor Stinner in "
15261533
":issue:`38835`.)"
15271534
msgstr ""
15281535

1529-
#: ../../whatsnew/3.9.rst:1109
1536+
#: ../../whatsnew/3.9.rst:1113
15301537
msgid ""
15311538
"The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been "
15321539
"removed. It was used for printing objects to files in Python 2.7 and before."
15331540
" Since Python 3.0, it has been ignored and unused. (Contributed by Jeroen "
15341541
"Demeyer in :issue:`36974`.)"
15351542
msgstr ""
15361543

1537-
#: ../../whatsnew/3.9.rst:1116
1544+
#: ../../whatsnew/3.9.rst:1120
15381545
msgid "Exclude the following functions from the limited C API:"
15391546
msgstr ""
15401547

1541-
#: ../../whatsnew/3.9.rst:1118
1548+
#: ../../whatsnew/3.9.rst:1122
15421549
msgid ""
15431550
"``PyThreadState_DeleteCurrent()`` (Contributed by Joannah Nanjekye in "
15441551
":issue:`37878`.)"
15451552
msgstr ""
15461553

1547-
#: ../../whatsnew/3.9.rst:1120
1554+
#: ../../whatsnew/3.9.rst:1124
15481555
msgid "``_Py_CheckRecursionLimit``"
15491556
msgstr ""
15501557

1551-
#: ../../whatsnew/3.9.rst:1121
1558+
#: ../../whatsnew/3.9.rst:1125
15521559
msgid "``_Py_NewReference()``"
15531560
msgstr ""
15541561

1555-
#: ../../whatsnew/3.9.rst:1122
1562+
#: ../../whatsnew/3.9.rst:1126
15561563
msgid "``_Py_ForgetReference()``"
15571564
msgstr ""
15581565

1559-
#: ../../whatsnew/3.9.rst:1123
1566+
#: ../../whatsnew/3.9.rst:1127
15601567
msgid "``_PyTraceMalloc_NewReference()``"
15611568
msgstr ""
15621569

1563-
#: ../../whatsnew/3.9.rst:1124
1570+
#: ../../whatsnew/3.9.rst:1128
15641571
msgid "``_Py_GetRefTotal()``"
15651572
msgstr ""
15661573

1567-
#: ../../whatsnew/3.9.rst:1125
1574+
#: ../../whatsnew/3.9.rst:1129
15681575
msgid "The trashcan mechanism which never worked in the limited C API."
15691576
msgstr ""
15701577

1571-
#: ../../whatsnew/3.9.rst:1126
1578+
#: ../../whatsnew/3.9.rst:1130
15721579
msgid "``PyTrash_UNWIND_LEVEL``"
15731580
msgstr ""
15741581

1575-
#: ../../whatsnew/3.9.rst:1127
1582+
#: ../../whatsnew/3.9.rst:1131
15761583
msgid "``Py_TRASHCAN_BEGIN_CONDITION``"
15771584
msgstr ""
15781585

1579-
#: ../../whatsnew/3.9.rst:1128
1586+
#: ../../whatsnew/3.9.rst:1132
15801587
msgid "``Py_TRASHCAN_BEGIN``"
15811588
msgstr ""
15821589

1583-
#: ../../whatsnew/3.9.rst:1129
1590+
#: ../../whatsnew/3.9.rst:1133
15841591
msgid "``Py_TRASHCAN_END``"
15851592
msgstr ""
15861593

1587-
#: ../../whatsnew/3.9.rst:1130
1594+
#: ../../whatsnew/3.9.rst:1134
15881595
msgid "``Py_TRASHCAN_SAFE_BEGIN``"
15891596
msgstr ""
15901597

1591-
#: ../../whatsnew/3.9.rst:1131
1598+
#: ../../whatsnew/3.9.rst:1135
15921599
msgid "``Py_TRASHCAN_SAFE_END``"
15931600
msgstr ""
15941601

1595-
#: ../../whatsnew/3.9.rst:1133
1602+
#: ../../whatsnew/3.9.rst:1137
15961603
msgid "Move following functions and definitions to the internal C API:"
15971604
msgstr ""
15981605

1599-
#: ../../whatsnew/3.9.rst:1135
1606+
#: ../../whatsnew/3.9.rst:1139
16001607
msgid "``_PyDebug_PrintTotalRefs()``"
16011608
msgstr ""
16021609

1603-
#: ../../whatsnew/3.9.rst:1136
1610+
#: ../../whatsnew/3.9.rst:1140
16041611
msgid "``_Py_PrintReferences()``"
16051612
msgstr ""
16061613

1607-
#: ../../whatsnew/3.9.rst:1137
1614+
#: ../../whatsnew/3.9.rst:1141
16081615
msgid "``_Py_PrintReferenceAddresses()``"
16091616
msgstr ""
16101617

1611-
#: ../../whatsnew/3.9.rst:1138
1618+
#: ../../whatsnew/3.9.rst:1142
16121619
msgid "``_Py_tracemalloc_config``"
16131620
msgstr ""
16141621

1615-
#: ../../whatsnew/3.9.rst:1139
1622+
#: ../../whatsnew/3.9.rst:1143
16161623
msgid "``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)"
16171624
msgstr ""
16181625

1619-
#: ../../whatsnew/3.9.rst:1143
1626+
#: ../../whatsnew/3.9.rst:1147
16201627
msgid ""
16211628
"Remove ``_PyRuntime.getframe`` hook and remove ``_PyThreadState_GetFrame`` "
16221629
"macro which was an alias to ``_PyRuntime.getframe``. They were only exposed "
16231630
"by the internal C API. Remove also ``PyThreadFrameGetter`` type. "
16241631
"(Contributed by Victor Stinner in :issue:`39946`.)"
16251632
msgstr ""
16261633

1627-
#: ../../whatsnew/3.9.rst:1148
1634+
#: ../../whatsnew/3.9.rst:1152
16281635
msgid ""
16291636
"Remove the following functions from the C API. Call :c:func:`PyGC_Collect` "
16301637
"explicitly to clear all free lists. (Contributed by Inada Naoki and Victor "
16311638
"Stinner in :issue:`37340`, :issue:`38896` and :issue:`40428`.)"
16321639
msgstr ""
16331640

1634-
#: ../../whatsnew/3.9.rst:1153
1641+
#: ../../whatsnew/3.9.rst:1157
16351642
msgid "``PyAsyncGen_ClearFreeLists()``"
16361643
msgstr ""
16371644

1638-
#: ../../whatsnew/3.9.rst:1154
1645+
#: ../../whatsnew/3.9.rst:1158
16391646
msgid "``PyContext_ClearFreeList()``"
16401647
msgstr ""
16411648

1642-
#: ../../whatsnew/3.9.rst:1155
1649+
#: ../../whatsnew/3.9.rst:1159
16431650
msgid "``PyDict_ClearFreeList()``"
16441651
msgstr ""
16451652

1646-
#: ../../whatsnew/3.9.rst:1156
1653+
#: ../../whatsnew/3.9.rst:1160
16471654
msgid "``PyFloat_ClearFreeList()``"
16481655
msgstr ""
16491656

1650-
#: ../../whatsnew/3.9.rst:1157
1657+
#: ../../whatsnew/3.9.rst:1161
16511658
msgid "``PyFrame_ClearFreeList()``"
16521659
msgstr ""
16531660

1654-
#: ../../whatsnew/3.9.rst:1158
1661+
#: ../../whatsnew/3.9.rst:1162
16551662
msgid "``PyList_ClearFreeList()``"
16561663
msgstr ""
16571664

1658-
#: ../../whatsnew/3.9.rst:1159
1665+
#: ../../whatsnew/3.9.rst:1163
16591666
msgid ""
16601667
"``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: the free "
16611668
"lists of bound method objects have been removed."
16621669
msgstr ""
16631670

1664-
#: ../../whatsnew/3.9.rst:1161
1671+
#: ../../whatsnew/3.9.rst:1165
16651672
msgid ""
16661673
"``PySet_ClearFreeList()``: the set free list has been removed in Python 3.4."
16671674
msgstr ""
16681675

1669-
#: ../../whatsnew/3.9.rst:1163
1676+
#: ../../whatsnew/3.9.rst:1167
16701677
msgid "``PyTuple_ClearFreeList()``"
16711678
msgstr ""
16721679

1673-
#: ../../whatsnew/3.9.rst:1164
1680+
#: ../../whatsnew/3.9.rst:1168
16741681
msgid ""
16751682
"``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in "
16761683
"Python 3.3."
16771684
msgstr ""
16781685

1679-
#: ../../whatsnew/3.9.rst:1167
1686+
#: ../../whatsnew/3.9.rst:1171
16801687
msgid ""
16811688
"Remove ``_PyUnicode_ClearStaticStrings()`` function. (Contributed by Victor "
16821689
"Stinner in :issue:`39465`.)"

0 commit comments

Comments
 (0)
0