Skip to content

Commit cb6b581

Browse files
author
github-actions
committed
Merge 3.14 into 3.13
1 parent 087c003 commit cb6b581

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

library/abc.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ msgid ""
5252
"class or instance provides a particular interface, for example, if it is :"
5353
"term:`hashable` or if it is a :term:`mapping`."
5454
msgstr ""
55+
":mod:`collections` モジュール には、抽象基底クラス から派生するいくつかの具象"
56+
"クラスがある。もちろん、これらはさらに派生させることができる。さらに、:mod:"
57+
"`collections.抽象基底クラス` サブモジュールには、クラスやインスタンス が特定"
58+
"のインターフェース 、たとえば 、:term:`hashable`であるか、:term:`mapping`であ"
59+
"るかをテストするために使用できる抽象基底クラス があります。"
5560

5661
#: ../../library/abc.rst:27
5762
msgid ""

library/tempfile.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ msgid ""
155155
"On platforms that are neither Posix nor Cygwin, TemporaryFile is an alias "
156156
"for NamedTemporaryFile."
157157
msgstr ""
158+
"プラットフォームが Posix でも Cygwin でもない場合は、TemporaryFile は "
159+
"NamedTemporaryFile の別名です。"
158160

159161
#: ../../library/tempfile.rst:68 ../../library/tempfile.rst:137
160162
#: ../../library/tempfile.rst:264

0 commit comments

Comments
 (0)