@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
14
+ "POT-Creation-Date : 2020-12-31 16:07 +0000\n "
15
15
"PO-Revision-Date : 2020-05-30 12:11+0000\n "
16
16
"Last-Translator : tomo, 2020\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -194,30 +194,34 @@ msgid "Return ``True`` if the symbol is local to its block."
194
194
msgstr "記号がそのブロックに対してローカルならば ``True`` を返します。"
195
195
196
196
#: ../../library/symtable.rst:165
197
+ msgid "Return ``True`` if the symbol is annotated."
198
+ msgstr ""
199
+
200
+ #: ../../library/symtable.rst:171
197
201
msgid ""
198
202
"Return ``True`` if the symbol is referenced in its block, but not assigned "
199
203
"to."
200
204
msgstr "記号がそのブロックの中で参照されていて、しかし代入は行われないならば ``True`` を返します。"
201
205
202
- #: ../../library/symtable.rst:170
206
+ #: ../../library/symtable.rst:176
203
207
msgid "Return ``True`` if the symbol is assigned to in its block."
204
208
msgstr "記号がそのブロックの中で代入されているならば ``True`` を返します。"
205
209
206
- #: ../../library/symtable.rst:174
210
+ #: ../../library/symtable.rst:180
207
211
msgid "Return ``True`` if name binding introduces new namespace."
208
212
msgstr "名前の束縛が新たな名前空間を導入するならば ``True`` を返します。"
209
213
210
- #: ../../library/symtable.rst:176
214
+ #: ../../library/symtable.rst:182
211
215
msgid ""
212
216
"If the name is used as the target of a function or class statement, this "
213
217
"will be true."
214
218
msgstr "名前が関数または class 文のターゲットとして使われるならば、真です。"
215
219
216
- #: ../../library/symtable.rst:179
220
+ #: ../../library/symtable.rst:185
217
221
msgid "For example::"
218
222
msgstr "例えば::"
219
223
220
- #: ../../library/symtable.rst:185
224
+ #: ../../library/symtable.rst:191
221
225
msgid ""
222
226
"Note that a single name can be bound to multiple objects. If the result is "
223
227
"``True``, the name may also be bound to other objects, like an int or list, "
@@ -226,11 +230,11 @@ msgstr ""
226
230
"一つの名前が複数のオブジェクトに束縛されうることに注意しましょう。結果が ``True`` "
227
231
"であったとしても、その名前は他のオブジェクトにも束縛されるかもしれず、それがたとえば整数やリストであれば、そこでは新たな名前空間は導入されません。"
228
232
229
- #: ../../library/symtable.rst:191
233
+ #: ../../library/symtable.rst:197
230
234
msgid "Return a list of namespaces bound to this name."
231
235
msgstr "この名前に束縛された名前空間のリストを返します。"
232
236
233
- #: ../../library/symtable.rst:195
237
+ #: ../../library/symtable.rst:201
234
238
msgid ""
235
239
"Return the namespace bound to this name. If more than one namespace is "
236
240
"bound, :exc:`ValueError` is raised."
0 commit comments