-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jan 12, 2024
1 parent
22f32eb
commit 714a169
Showing
24 changed files
with
1,418 additions
and
1,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2001-2023, Python Software Foundation | ||
# Copyright (C) 2001-2024, Python Software Foundation | ||
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
|
@@ -17,7 +17,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-22 14:13+0000\n" | ||
"POT-Creation-Date: 2024-01-12 14:14+0000\n" | ||
"PO-Revision-Date: 2021-06-28 00:47+0000\n" | ||
"Last-Translator: Nozomu Kaneko <[email protected]>, 2023\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
|
@@ -1611,11 +1611,8 @@ msgstr "list" | |
msgid "" | ||
"A built-in Python :term:`sequence`. Despite its name it is more akin to an " | ||
"array in other languages than to a linked list since access to elements is " | ||
"O(1)." | ||
"*O*\\ (1)." | ||
msgstr "" | ||
"(リスト) Python の組み込みの :term:`シーケンス <sequence>` です。リストという" | ||
"名前ですが、リンクリストではなく、他の言語で言う配列 (array) と同種のもので、" | ||
"要素へのアクセスは O(1) です。" | ||
|
||
#: ../../glossary.rst:745 | ||
msgid "list comprehension" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2001-2023, Python Software Foundation | ||
# Copyright (C) 2001-2024, Python Software Foundation | ||
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
|
@@ -12,7 +12,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-29 14:13+0000\n" | ||
"POT-Creation-Date: 2024-01-12 14:14+0000\n" | ||
"PO-Revision-Date: 2021-06-28 00:56+0000\n" | ||
"Last-Translator: Takanori Suzuki <[email protected]>, 2021\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
|
@@ -129,8 +129,8 @@ msgstr "" | |
|
||
#: ../../library/bisect.rst:82 ../../library/bisect.rst:102 | ||
msgid "" | ||
"Keep in mind that the ``O(log n)`` search is dominated by the slow O(n) " | ||
"insertion step." | ||
"Keep in mind that the *O*\\ (log *n*) search is dominated by the slow *O*\\ " | ||
"(*n*) insertion step." | ||
msgstr "" | ||
|
||
#: ../../library/bisect.rst:92 | ||
|
@@ -164,8 +164,8 @@ msgstr "" | |
|
||
#: ../../library/bisect.rst:118 | ||
msgid "" | ||
"The *insort()* functions are ``O(n)`` because the logarithmic search step is " | ||
"dominated by the linear time insertion step." | ||
"The *insort()* functions are *O*\\ (*n*) because the logarithmic search step " | ||
"is dominated by the linear time insertion step." | ||
msgstr "" | ||
|
||
#: ../../library/bisect.rst:121 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.