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

Commit9cab7ba

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

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

‎library/parser.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ msgid ""
7878
"from one version to another, though source code has usually been forward-"
7979
"compatible within a major release series."
8080
msgstr""
81+
"もっとも重要なことは、内部パーサが処理する Python "
82+
"の文法についてよく理解しておく必要があるということです。言語の文法に関する完全な情報については、 :ref:`reference-index` "
83+
"を参照してください。標準の Python ディストリビューションに含まれるファイル :file:`Grammar/Grammar` "
84+
"の中で定義されている文法仕様から、パーサ自身は作成されています。このモジュールが作成する ST オブジェクトの中に格納される解析木は、下で説明する "
85+
":func:`expr` または :func:`suite` 関数によって作られるときに内部パーサから実際に出力されるものです。 "
86+
":func:`sequence2st` が作る ST オブジェクトは忠実にこれらの構造をシミュレートしています。言語の形式文法が改訂されるために、 "
87+
"\"正しい\" と考えられるシーケンスの値が Python のあるバージョンから別のバージョンで変化することがあるということに注意してください。しかし、"
88+
" Python "
89+
"のあるバージョンから別のバージョンへテキストのソースのままコードを移せば、目的のバージョンで正しい解析木を常に作成できます。ただし、インタープリタの古いバージョンへ移行する際に、最近の言語コンストラクトをサポートしていないことがあるという制限だけがあります。同一のメジャーバージョンの範囲内では、通常はソースコードに前方互換性がありますが、一般的に解析木はあるバージョンから別のバージョンへの互換性がありません。"
8190

8291
#:../../library/parser.rst:57
8392
msgid""

‎library/sys.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ msgstr ""
466466
msgid""
467467
"The :term:`named tuple` *flags* exposes the status of command line flags. "
468468
"The attributes are read only."
469-
msgstr""
469+
msgstr"コマンドラインフラグの状態を表す :term:`名前付きタプル <named tuple>` です。各属性は読み出し専用になっています。"
470470

471471
#:../../library/sys.rst:331../../library/sys.rst:379
472472
#:../../library/sys.rst:724
@@ -626,6 +626,10 @@ msgid ""
626626
"section 5.2.4.2.2 of the 1999 ISO/IEC C standard [C99]_, 'Characteristics of"
627627
" floating types', for details."
628628
msgstr""
629+
"float 型に関する情報を保持している :term:`名前付きタプル <named tuple>` "
630+
"です。精度と内部表現に関する低レベル情報を含んでいます。これらの値は 'C' 言語の標準ヘッダファイル :file:`float.h` "
631+
"で定義されている様々な浮動小数点定数に対応しています。詳細は 1999 ISO/IEC C standard [C99]_ の 5.2.4.2.2 節 "
632+
"'Characteristics of floating types' を参照してください。"
629633

630634
#:../../library/sys.rst:379
631635
msgid"float.h macro"
@@ -1117,6 +1121,8 @@ msgid ""
11171121
"is being emulated for the process. It is intended for use in logging rather "
11181122
"than for feature detection."
11191123
msgstr""
1124+
"*platform_version* は、プロセスでエミュレートされているバージョンではなく、現在のオペレーティングシステムの正確なメジャーバージョン、マイナーバージョン、ビルドナンバーを返します。\n"
1125+
"この関数は機能の検知ではなくロギングで使うためのものです。"
11201126

11211127
#:../../library/sys.rst:664
11221128
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp