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

Commit0cd0f80

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent1fe8440 commit0cd0f80

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

‎c-api/function.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ msgid ""
7979
"``NULL``; if ``NULL``, the ``__qualname__`` attribute is set to the same "
8080
"value as its ``__name__`` attribute."
8181
msgstr""
82+
":c:func:`PyFunction_New` に似ていますが、関数オブジェクトの ``__qualname__`` 属性に値をセットできます。\n"
83+
"*qualname* はユニコードオブジェクトか ``NULL`` でなくてはなりません。``NULL`` だった場合、 ``__qualname__`` 属性には ``__name__`` 属性と同じ値がセットされます。"
8284

8385
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:54
8486
msgid"Return the code object associated with the function object *op*."
@@ -103,12 +105,16 @@ msgid ""
103105
"Return the argument default values of the function object *op*. This can be "
104106
"a tuple of arguments or ``NULL``."
105107
msgstr""
108+
"関数オブジェクト *op* の引数のデフォルト値を返します。\n"
109+
"引数のタプルか ``NULL`` になります。"
106110

107111
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:77
108112
msgid""
109113
"Set the argument default values for the function object *op*. *defaults* "
110114
"must be ``Py_None`` or a tuple."
111115
msgstr""
116+
"関数オブジェクト *op* の引数のデフォルト値を設定します。\n"
117+
"*defaults* は ``Py_None`` かタプルでなければいけません。"
112118

113119
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:80
114120
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:94
@@ -121,21 +127,29 @@ msgid ""
121127
"Return the closure associated with the function object *op*. This can be "
122128
"``NULL`` or a tuple of cell objects."
123129
msgstr""
130+
"関数オブジェクト *op* に設定されたクロージャを返します。\n"
131+
"``NULL`` か cell オブジェクトのタプルです。"
124132

125133
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:91
126134
msgid""
127135
"Set the closure associated with the function object *op*. *closure* must be "
128136
"``Py_None`` or a tuple of cell objects."
129137
msgstr""
138+
"関数オブジェクト *op* にクロージャを設定します。\n"
139+
"*closure* は、``Py_None`` もしくは cell オブジェクトのタプルでなければなりません。"
130140

131141
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:99
132142
msgid""
133143
"Return the annotations of the function object *op*. This can be a mutable "
134144
"dictionary or ``NULL``."
135145
msgstr""
146+
"関数オブジェクト *op* のアノテーションを返します。\n"
147+
"返り値は修正可能な辞書か ``NULL`` になります。"
136148

137149
#:/home/travis/build/python/cpython-doc-catalog/Doc/c-api/function.rst:105
138150
msgid""
139151
"Set the annotations for the function object *op*. *annotations* must be a "
140152
"dictionary or ``Py_None``."
141153
msgstr""
154+
"関数オブジェクト *op* のアノテーションを設定します。\n"
155+
"*annotations* は辞書か、``Py_None`` でなければなりません。"

‎copyright.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
#
66
# Translators:
77
# Arihiro TAKASE, 2017
8-
# tomo, 2019
98
#
109
#,fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version:Python 3.8\n"
1413
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2020-01-01 12:19+0000\n"
14+
"POT-Creation-Date:2020-01-03 12:19+0000\n"
1615
"PO-Revision-Date:2017-02-16 17:32+0000\n"
17-
"Last-Translator:tomo, 2019\n"
16+
"Last-Translator:Arihiro TAKASE, 2017\n"
1817
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1918
"MIME-Version:1.0\n"
2019
"Content-Type:text/plain; charset=UTF-8\n"
@@ -31,9 +30,8 @@ msgid "Python and this documentation is:"
3130
msgstr"Python and this documentation is:"
3231

3332
#:/home/travis/build/python/cpython-doc-catalog/Doc/copyright.rst:7
34-
msgid"Copyright © 2001-2019 Python Software Foundation. All rights reserved."
33+
msgid"Copyright © 2001-2020 Python Software Foundation. All rights reserved."
3534
msgstr""
36-
"Copyright © 2001-2019 Python Software Foundation. All rights reserved."
3735

3836
#:/home/travis/build/python/cpython-doc-catalog/Doc/copyright.rst:9
3937
msgid"Copyright © 2000 BeOpen.com. All rights reserved."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp