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 ""
894894"relative to the current working directory, *not* the directory of the Path "
895895"object."
896896msgstr ""
897+ "targetパスは絶対または相対で指定できます。相対パスは現在の作業ディレクトリか"
898+ "らの相対パスとして解釈し、Pathオブジェクトのディレクトリ *ではありません*。"
897899
898900#: ../../library/pathlib.rst:961 ../../library/pathlib.rst:975
899901msgid "Added return value, return the new Path instance."
900- msgstr ""
902+ msgstr "戻り値を追加し、新しい Path インスタンスを返します。 "
901903
902904#: ../../library/pathlib.rst:967
903905msgid ""
@@ -1068,6 +1070,8 @@ msgid ""
10681070"An existing file of the same name is overwritten. The optional parameters "
10691071"have the same meaning as in :func:`open`."
10701072msgstr ""
1073+ "同じ名前のファイルが存在する場合は上書きされます。オプションのパラメーターの"
1074+ "意味は :func:`open` と同じです。"
10711075
10721076#: ../../library/pathlib.rst:1137
10731077msgid "Correspondence to tools in the :mod:`os` module"
Original file line number Diff line number Diff line change @@ -4396,6 +4396,11 @@ msgid ""
43964396"found, return a 3-tuple containing two empty bytes or bytearray objects, "
43974397"followed by a copy of the original sequence."
43984398msgstr ""
4399+ "区切り *sep* が最後に出現する位置でシーケンスを分割し、 3 要素のタプルを返し"
4400+ "ます。タプルの内容は、区切りの前の部分、その区切りオブジェクトまたはその "
4401+ "bytearray 型のコピー、そして区切りの後ろの部分です。もし区切れなければ、タプ"
4402+ "ルには二つの空の bytes または bytearray オブジェクトと、その後ろに元のシーケ"
4403+ "ンスのコピーが入ります。"
43994404
44004405#: ../../library/stdtypes.rst:2739
44014406msgid ""
You can’t perform that action at this time.
0 commit comments