File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -894,10 +894,12 @@ msgid ""
894
894
"relative to the current working directory, *not* the directory of the Path "
895
895
"object."
896
896
msgstr ""
897
+ "targetパスは絶対または相対で指定できます。相対パスは現在の作業ディレクトリか"
898
+ "らの相対パスとして解釈し、Pathオブジェクトのディレクトリ *ではありません*。"
897
899
898
900
#: ../../library/pathlib.rst:961 ../../library/pathlib.rst:975
899
901
msgid "Added return value, return the new Path instance."
900
- msgstr ""
902
+ msgstr "戻り値を追加し、新しい Path インスタンスを返します。 "
901
903
902
904
#: ../../library/pathlib.rst:967
903
905
msgid ""
@@ -1068,6 +1070,8 @@ msgid ""
1068
1070
"An existing file of the same name is overwritten. The optional parameters "
1069
1071
"have the same meaning as in :func:`open`."
1070
1072
msgstr ""
1073
+ "同じ名前のファイルが存在する場合は上書きされます。オプションのパラメーターの"
1074
+ "意味は :func:`open` と同じです。"
1071
1075
1072
1076
#: ../../library/pathlib.rst:1137
1073
1077
msgid "Correspondence to tools in the :mod:`os` module"
Original file line number Diff line number Diff line change @@ -4396,6 +4396,11 @@ msgid ""
4396
4396
"found, return a 3-tuple containing two empty bytes or bytearray objects, "
4397
4397
"followed by a copy of the original sequence."
4398
4398
msgstr ""
4399
+ "区切り *sep* が最後に出現する位置でシーケンスを分割し、 3 要素のタプルを返し"
4400
+ "ます。タプルの内容は、区切りの前の部分、その区切りオブジェクトまたはその "
4401
+ "bytearray 型のコピー、そして区切りの後ろの部分です。もし区切れなければ、タプ"
4402
+ "ルには二つの空の bytes または bytearray オブジェクトと、その後ろに元のシーケ"
4403
+ "ンスのコピーが入ります。"
4399
4404
4400
4405
#: ../../library/stdtypes.rst:2739
4401
4406
msgid ""
You can’t perform that action at this time.
0 commit comments