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

Commitc3113a8

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

File tree

3 files changed

+536
-538
lines changed

3 files changed

+536
-538
lines changed

‎c-api/intro.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgstr ""
6868

6969
#:../../c-api/intro.rst:34
7070
msgid"Coding standards"
71-
msgstr"コーディング規格"
71+
msgstr"コーディング基準"
7272

7373
#:../../c-api/intro.rst:36
7474
msgid""
@@ -78,6 +78,9 @@ msgid ""
7878
"these conventions is not necessary for your own third party extension "
7979
"modules, unless you eventually expect to contribute them to Python."
8080
msgstr""
81+
"CPython に含める C コードを書いている場合は、 :PEP:`7` のガイドラインと基準に従わなければ **なりません** 。\n"
82+
"このガイドラインは、コントリビュート対象の Python のバージョンに関係無く適用されます。\n"
83+
"自身のサードパーティーのモジュールでは、それをいつか Python にコントリビュートするつもりでなければ、この慣習に従う必要はありません。"
8184

8285
#:../../c-api/intro.rst:46
8386
msgid"Include Files"

‎library/itertools.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ msgid ""
649649
msgstr""
650650
"iterable から要素を選択して返すイテレータを作成します。 *start* が0でない場合、iterable の要素は start に達するまでスキップされます。その後、\n"
651651
"要素が順に返されます。\n"
652-
"*step* が1以下なら連続した要素を返し、 1以上なら指定された値分の要素をスキップします。\n"
652+
"*step* が1以下なら連続した要素を返し、 1以上なら指定された値分の要素をスキップします。\n"
653653
"*stop* が ``None`` の場合、iterable が尽きるまでイテレーションは続きます。\n"
654654
"それ以外の場合、指定された位置でイテレーションは停止します。\n"
655655
"通常のスライスとは異なり、:func:`islice` は負の *start*、*stop*、*step* をサポートしません。内部構造が平滑化されたデータから関連するフィールドを抽出するのにに使用できます (たとえば、三行ごとに名前フィールドを列挙している複数行のレポート)。およそ次と等価です::"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp