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

Commit366801b

Browse files
Autobuild bot on TravisCIcocoatomo
Autobuild bot on TravisCI
authored andcommitted
[skip ci] Update .po files
1 parentca7f0d5 commit366801b

File tree

4 files changed

+5467
-5449
lines changed

4 files changed

+5467
-5449
lines changed

‎c-api/init_config.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2019
88
# Naoki Nakamura <agent@sohzoh.com>, 2020
9+
# yuhutuge, 2020
910
#
1011
#,fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To:\n"
1516
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1617
"PO-Revision-Date:2019-09-01 14:43+0000\n"
17-
"Last-Translator:Naoki Nakamura <agent@sohzoh.com>, 2020\n"
18+
"Last-Translator:yuhutuge, 2020\n"
1819
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version:1.0\n"
2021
"Content-Type:text/plain; charset=UTF-8\n"
@@ -24,7 +25,7 @@ msgstr ""
2425

2526
#:../../c-api/init_config.rst:7
2627
msgid"Python Initialization Configuration"
27-
msgstr""
28+
msgstr"Python 初期化設定"
2829

2930
#:../../c-api/init_config.rst:11
3031
msgid"Structures:"

‎reference/datamodel.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Osamu NAKAMURA, 2017
1414
# 秘湯 <xwhhsprings@gmail.com>, 2019
1515
# tomo, 2020
16+
# yuhutuge, 2020
1617
#
1718
#,fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To:\n"
2223
"POT-Creation-Date:2020-03-31 13:21+0000\n"
2324
"PO-Revision-Date:2017-02-16 23:38+0000\n"
24-
"Last-Translator:tomo, 2020\n"
25+
"Last-Translator:yuhutuge, 2020\n"
2526
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2627
"MIME-Version:1.0\n"
2728
"Content-Type:text/plain; charset=UTF-8\n"
@@ -645,6 +646,7 @@ msgid ""
645646
"an existing key does not change the order, however removing a key and re-"
646647
"inserting it will add it to the end instead of keeping its old place."
647648
msgstr""
649+
"辞書は挿入の順序を保持します。つまり、キーは辞書に追加された順番に生成されていきます。既存のキーを置き換えても、キーの順序は変わりません。キーを削除したのちに再挿入すると、元の場所ではなく辞書の最後に追加されます。"
648650

649651
#:../../reference/datamodel.rst:428
650652
msgid""
@@ -666,6 +668,8 @@ msgid ""
666668
"3.6. In CPython 3.6, insertion order was preserved, but it was considered an"
667669
" implementation detail at that time rather than a language guarantee."
668670
msgstr""
671+
"Pythonのバージョン3.6では、辞書は挿入順序を保持しませんでした。CPython "
672+
"3.6では挿入順序は保持されましたが、それは策定された言語の仕様というより、その当時の実装の細部とみなされていました。"
669673

670674
#:../../reference/datamodel.rst:700
671675
msgid"Callable types"

‎reference/lexical_analysis.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Arihiro TAKASE, 2017
1414
# Suguru Yamamoto <sgryjp@gmail.com>, 2017
1515
# tomo, 2019
16+
# yuhutuge, 2020
1617
#
1718
#,fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To:\n"
2223
"POT-Creation-Date:2020-03-28 13:17+0000\n"
2324
"PO-Revision-Date:2017-02-16 23:39+0000\n"
24-
"Last-Translator:tomo, 2019\n"
25+
"Last-Translator:yuhutuge, 2020\n"
2526
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2627
"MIME-Version:1.0\n"
2728
"Content-Type:text/plain; charset=UTF-8\n"
@@ -553,6 +554,11 @@ msgid ""
553554
"Python. *Any* use of ``__*__`` names, in any context, that does not follow "
554555
"explicitly documented use, is subject to breakage without warning."
555556
msgstr""
557+
"システムで定義された (system-defined) 名前です。非公式には\"dunder\"な名前と呼ばれます(訳注: double "
558+
"underscoresの略)。これらの名前はインタープリタと (標準ライブラリを含む) 実装上で定義されています。 現行のシステムでの名前は "
559+
":ref:`specialnames` などで話題に挙げられています。 Python "
560+
"の将来のバージョンではより多くの名前が定義されることになります。このドキュメントで明記されている用法に従わない、 *あらゆる* ``__*__`` "
561+
"の名前は、いかなるコンテキストにおける利用でも、警告無く損害を引き起こすことがあります。 "
556562

557563
#:../../reference/lexical_analysis.rst:391
558564
msgid"``__*``"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp