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

Commitf4de293

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

File tree

3 files changed

+2969
-2969
lines changed

3 files changed

+2969
-2969
lines changed

‎library/functions.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.6\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2018-08-20 14:10+0900\n"
11+
"POT-Creation-Date:2018-10-16 14:39+0900\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:tomo🐧, 2018\n"
1414
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2214,11 +2214,10 @@ msgstr "2 つのオプション引数があり、これらはキーワード引
22142214
#:../../library/functions.rst:1385
22152215
msgid""
22162216
"*key* specifies a function of one argument that is used to extract a "
2217-
"comparison key from each list element: ``key=str.lower``. The default value"
2218-
" is ``None`` (compare the elements directly)."
2217+
"comparison key from each element in *iterable* (for example, "
2218+
"``key=str.lower``). The default value is ``None`` (compare the elements "
2219+
"directly)."
22192220
msgstr""
2220-
"*key* は 1 つの引数からなる関数を指定します。これはリストの各要素から比較のキーを取り出すのに使われます: ``key=str.lower`` "
2221-
"。デフォルト値は ``None`` です (要素を直接比較します)。"
22222221

22232222
#:../../library/functions.rst:1389
22242223
msgid""

‎library/heapq.po

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.6\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2018-01-05 15:01+0000\n"
11+
"POT-Creation-Date:2018-10-16 14:39+0900\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:tomo🐧, 2018\n"
1414
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -189,24 +189,19 @@ msgstr "オプションの *key* 引数および *reverse* 引数を追加."
189189
msgid""
190190
"Return a list with the *n* largest elements from the dataset defined by "
191191
"*iterable*. *key*, if provided, specifies a function of one argument that "
192-
"is used to extract a comparison key from each element intheiterable: "
193-
"``key=str.lower`` Equivalent to: ``sorted(iterable, key=key, "
194-
"reverse=True)[:n]``"
192+
"is used to extract a comparison key from each element in*iterable* (for "
193+
"example,``key=str.lower``). Equivalent to: ``sorted(iterable, key=key, "
194+
"reverse=True)[:n]``."
195195
msgstr""
196-
"*iterable* で定義されるデータセットのうち、最大値から降順に *n* 個の値のリストを返します。(あたえられた場合) *key* "
197-
"は、引数を一つとる、*iterable* のそれぞれの要素から比較キーを生成する関数を指定します: ``key=str.lower`` "
198-
"以下のコードと同等です: ``sorted(iterable, key=key, reverse=True)[:n]``"
199196

200197
#:../../library/heapq.rst:120
201198
msgid""
202199
"Return a list with the *n* smallest elements from the dataset defined by "
203200
"*iterable*. *key*, if provided, specifies a function of one argument that "
204-
"is used to extract a comparison key from each element in the iterable: "
205-
"``key=str.lower`` Equivalent to: ``sorted(iterable, key=key)[:n]``"
201+
"is used to extract a comparison key from each element in *iterable* (for "
202+
"example, ``key=str.lower``). Equivalent to: ``sorted(iterable, "
203+
"key=key)[:n]``."
206204
msgstr""
207-
"*iterable* で定義されるデータセットのうち、最小値から昇順に *n* 個の値のリストを返します。(あたえられた場合) *key* "
208-
"は、引数を一つとる、*iterable* のそれぞれの要素から比較キーを生成する関数を指定します: ``key=str.lower`` "
209-
"以下のコードと同等です: ``sorted(iterable, key=key)[:n]``"
210205

211206
#:../../library/heapq.rst:126
212207
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp