7
7
# 秘湯 <xwhhsprings@gmail.com>, 2019
8
8
# Osamu NAKAMURA, 2019
9
9
# tomo, 2020
10
+ # yuhutuge, 2020
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2020-03-31 13:23+0000\n "
17
18
"PO-Revision-Date : 2019-09-01 03:43+0000\n "
18
- "Last-Translator : tomo , 2020\n "
19
+ "Last-Translator : yuhutuge , 2020\n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -639,6 +640,7 @@ msgid ""
639
640
"an existing key does not change the order, however removing a key and re-"
640
641
"inserting it will add it to the end instead of keeping its old place."
641
642
msgstr ""
643
+ "辞書は挿入の順序を保持します。つまり、キーは辞書に追加された順番に生成されていきます。既存のキーを置き換えても、キーの順序は変わりません。キーを削除したのちに再挿入すると、元の場所ではなく辞書の最後に追加されます。"
642
644
643
645
#: ../../reference/datamodel.rst:428
644
646
msgid ""
@@ -660,6 +662,8 @@ msgid ""
660
662
"3.6. In CPython 3.6, insertion order was preserved, but it was considered an"
661
663
" implementation detail at that time rather than a language guarantee."
662
664
msgstr ""
665
+ "Pythonのバージョン3.6では、辞書は挿入順序を保持しませんでした。CPython "
666
+ "3.6では挿入順序は保持されましたが、それは策定された言語の仕様というより、その当時の実装の細部とみなされていました。"
663
667
664
668
#: ../../reference/datamodel.rst:704
665
669
msgid "Callable types"
0 commit comments