Skip to content

Commit 82c9869

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent f01f440 commit 82c9869

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

library/json.po

+4
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,10 @@ msgid ""
648648
"trying to encode keys that are not :class:`str`, :class:`int`, :class:"
649649
"`float` or ``None``. If *skipkeys* is true, such items are simply skipped."
650650
msgstr ""
651+
"*skipkeys* が false (デフォルト) ならば、:class:`str`, :class:`int`, :class:"
652+
"`float`, ``None`` 以外のキーをエンコードしようとすると :exc:`TypeError` を送"
653+
"出します。 *skipkeys* が true の場合は、それらのアイテムは単に読み飛ばされま"
654+
"す。"
651655

652656
#: ../../library/json.rst:433
653657
msgid ""

library/pathlib.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,12 @@ msgid ""
935935
"relative to the current working directory, *not* the directory of the Path "
936936
"object."
937937
msgstr ""
938+
"targetパスは絶対または相対で指定できます。相対パスは現在の作業ディレクトリか"
939+
"らの相対パスとして解釈し、Pathオブジェクトのディレクトリ *ではありません*。"
938940

939941
#: ../../library/pathlib.rst:1015 ../../library/pathlib.rst:1029
940942
msgid "Added return value, return the new Path instance."
941-
msgstr ""
943+
msgstr "戻り値を追加し、新しい Path インスタンスを返します。"
942944

943945
#: ../../library/pathlib.rst:1021
944946
msgid ""
@@ -1117,6 +1119,8 @@ msgid ""
11171119
"An existing file of the same name is overwritten. The optional parameters "
11181120
"have the same meaning as in :func:`open`."
11191121
msgstr ""
1122+
"同じ名前のファイルが存在する場合は上書きされます。オプションのパラメーターの"
1123+
"意味は :func:`open` と同じです。"
11201124

11211125
#: ../../library/pathlib.rst:1193
11221126
msgid "Correspondence to tools in the :mod:`os` module"

library/stdtypes.po

+5
Original file line numberDiff line numberDiff line change
@@ -4486,6 +4486,11 @@ msgid ""
44864486
"found, return a 3-tuple containing two empty bytes or bytearray objects, "
44874487
"followed by a copy of the original sequence."
44884488
msgstr ""
4489+
"区切り *sep* が最後に出現する位置でシーケンスを分割し、 3 要素のタプルを返し"
4490+
"ます。タプルの内容は、区切りの前の部分、その区切りオブジェクトまたはその "
4491+
"bytearray 型のコピー、そして区切りの後ろの部分です。もし区切れなければ、タプ"
4492+
"ルには二つの空の bytes または bytearray オブジェクトと、その後ろに元のシーケ"
4493+
"ンスのコピーが入ります。"
44894494

44904495
#: ../../library/stdtypes.rst:2850
44914496
msgid ""

0 commit comments

Comments
 (0)