File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -648,6 +648,10 @@ msgid ""
648
648
"trying to encode keys that are not :class:`str`, :class:`int`, :class:"
649
649
"`float` or ``None``. If *skipkeys* is true, such items are simply skipped."
650
650
msgstr ""
651
+ "*skipkeys* が false (デフォルト) ならば、:class:`str`, :class:`int`, :class:"
652
+ "`float`, ``None`` 以外のキーをエンコードしようとすると :exc:`TypeError` を送"
653
+ "出します。 *skipkeys* が true の場合は、それらのアイテムは単に読み飛ばされま"
654
+ "す。"
651
655
652
656
#: ../../library/json.rst:433
653
657
msgid ""
Original file line number Diff line number Diff line change @@ -935,10 +935,12 @@ msgid ""
935
935
"relative to the current working directory, *not* the directory of the Path "
936
936
"object."
937
937
msgstr ""
938
+ "targetパスは絶対または相対で指定できます。相対パスは現在の作業ディレクトリか"
939
+ "らの相対パスとして解釈し、Pathオブジェクトのディレクトリ *ではありません*。"
938
940
939
941
#: ../../library/pathlib.rst:1015 ../../library/pathlib.rst:1029
940
942
msgid "Added return value, return the new Path instance."
941
- msgstr ""
943
+ msgstr "戻り値を追加し、新しい Path インスタンスを返します。 "
942
944
943
945
#: ../../library/pathlib.rst:1021
944
946
msgid ""
@@ -1117,6 +1119,8 @@ msgid ""
1117
1119
"An existing file of the same name is overwritten. The optional parameters "
1118
1120
"have the same meaning as in :func:`open`."
1119
1121
msgstr ""
1122
+ "同じ名前のファイルが存在する場合は上書きされます。オプションのパラメーターの"
1123
+ "意味は :func:`open` と同じです。"
1120
1124
1121
1125
#: ../../library/pathlib.rst:1193
1122
1126
msgid "Correspondence to tools in the :mod:`os` module"
Original file line number Diff line number Diff line change @@ -4486,6 +4486,11 @@ msgid ""
4486
4486
"found, return a 3-tuple containing two empty bytes or bytearray objects, "
4487
4487
"followed by a copy of the original sequence."
4488
4488
msgstr ""
4489
+ "区切り *sep* が最後に出現する位置でシーケンスを分割し、 3 要素のタプルを返し"
4490
+ "ます。タプルの内容は、区切りの前の部分、その区切りオブジェクトまたはその "
4491
+ "bytearray 型のコピー、そして区切りの後ろの部分です。もし区切れなければ、タプ"
4492
+ "ルには二つの空の bytes または bytearray オブジェクトと、その後ろに元のシーケ"
4493
+ "ンスのコピーが入ります。"
4489
4494
4490
4495
#: ../../library/stdtypes.rst:2850
4491
4496
msgid ""
You can’t perform that action at this time.
0 commit comments