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

Commit5f22829

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎library/collections.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ msgid ""
364364
"encountered in the left operand and then by the order encountered in the "
365365
"right operand."
366366
msgstr""
367+
":class:`Counter` は class:`dict` のサブクラスとして要素の挿入順を維持する機能を継承しました。 *Counter* "
368+
"オブジェクトに対する数学演算も順序を維持します。結果は左の被演算子で最初に要素が出現するあとに、右の被演算子で要素が出現する順序になります。"
367369

368370
#:../../library/collections.rst:277
369371
msgid""
@@ -377,6 +379,8 @@ msgid ""
377379
" Elements are returned in the order first encountered. If an element's "
378380
"count is less than one, :meth:`elements` will ignore it."
379381
msgstr""
382+
"それぞれの要素を、そのカウント分の回数だけ繰り返すイテレータを返します。要素は挿入した順番で返されます。ある要素のカウントが 1 未満なら、 "
383+
":meth:`elements` はそれを無視します。"
380384

381385
#:../../library/collections.rst:292
382386
msgid""
@@ -385,6 +389,8 @@ msgid ""
385389
"returns *all* elements in the counter. Elements with equal counts are "
386390
"ordered in the order first encountered:"
387391
msgstr""
392+
"最も多い *n* 要素を、カウントが多いものから少ないものまで順に並べたリストを返します。 *n* が省略されるか ``None`` であれば、 "
393+
":meth:`most_common` はカウンタの *すべての* 要素を返します。等しいカウントの要素は挿入順に並べられます:"
388394

389395
#:../../library/collections.rst:302
390396
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp