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

Commit7350d08

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

File tree

4 files changed

+4525
-4495
lines changed

4 files changed

+4525
-4495
lines changed

‎faq/programming.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version:Python 3.7\n"
2323
"Report-Msgid-Bugs-To:\n"
24-
"POT-Creation-Date:2019-05-14 11:26+0900\n"
24+
"POT-Creation-Date:2019-08-30 03:20+0000\n"
2525
"PO-Revision-Date:2017-02-16 17:43+0000\n"
2626
"Last-Translator:tomo, 2019\n"
2727
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -906,12 +906,10 @@ msgstr "コードはどのようにオブジェクトの名前を見つけるの
906906
#:../../faq/programming.rst:661
907907
msgid""
908908
"Generally speaking, it can't, because objects don't really have names. "
909-
"Essentially, assignment always binds a name to a value;The same is true of "
909+
"Essentially, assignment always binds a name to a value;the same is true of "
910910
"``def`` and ``class`` statements, but in that case the value is a callable. "
911911
"Consider the following code::"
912912
msgstr""
913-
"概して、オブジェクトは本当は名前を持たないので、見つけることはできません。本質的には、代入とはいつも値に名前を束縛することです。``def`` と "
914-
"``class`` 文も同じですが、この場合は値はコーラブルです。以下のコードを考えてみましょう::"
915913

916914
#:../../faq/programming.rst:677
917915
msgid""

‎library/ast.po

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version:Python 3.7\n"
1616
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2019-01-01 10:14+0900\n"
17+
"POT-Creation-Date:2019-08-30 03:20+0000\n"
1818
"PO-Revision-Date:2017-02-16 17:48+0000\n"
1919
"Last-Translator:Osamu NAKAMURA, 2019\n"
2020
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -387,19 +387,15 @@ msgstr "たいてい、変換器の使い方は次のようになります::"
387387
#:../../library/ast.rst:264
388388
msgid""
389389
"Return a formatted dump of the tree in *node*. This is mainly useful for "
390-
"debugging purposes. The returned string will show the names and the values "
391-
"for fields. This makes the code impossible to evaluate, so if evaluation is"
392-
" wanted *annotate_fields* must be set to ``False``. Attributes such as line"
393-
" numbers and column offsets are not dumped by default. If this is wanted, "
394-
"*include_attributes* can be set to ``True``."
390+
"debugging purposes. If *annotate_fields* is true (by default), the returned"
391+
" string will show the names and the values for fields. If *annotate_fields* "
392+
"is false, the result string will be more compact by omitting unambiguous "
393+
"field names. Attributes such as line numbers and column offsets are not "
394+
"dumped by default. If this is wanted, *include_attributes* can be set to "
395+
"true."
395396
msgstr""
396-
"*node* "
397-
"中のツリーのフォーマットされたダンプを返します。主な使い道はデバッグです。返される文字列は名前とフィールドの値を表示します。これを使うとコードは評価できなくなりますので、評価が必要ならば"
398-
" *annotate_fields* に ``False`` "
399-
"をセットしなければなりません。行番号や列オフセットのような属性はデフォルトではダンプされません。これが欲しければ、*include_attributes*"
400-
" を ``True`` にセットすることができます。"
401397

402-
#:../../library/ast.rst:273
398+
#:../../library/ast.rst:274
403399
msgid""
404400
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external "
405401
"documentation resource, has good details on working with Python ASTs."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp