File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ msgstr ""
87
87
msgid ""
88
88
"On error, sets the appropriate exception (:exc:`EOFError`) and returns "
89
89
"``-1``."
90
- msgstr ""
90
+ msgstr "エラーの場合、適切な例外 (:exc:`EOFError`) を設定し ``-1`` を返します。 "
91
91
92
92
#: ../../c-api/marshal.rst:56
93
93
msgid ""
@@ -110,6 +110,8 @@ msgid ""
110
110
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
111
111
" or :exc:`TypeError`) and returns *NULL*."
112
112
msgstr ""
113
+ "エラーの場合適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
114
+ "*NULL* を返します。"
113
115
114
116
#: ../../c-api/marshal.rst:75
115
117
msgid ""
Original file line number Diff line number Diff line change @@ -520,6 +520,8 @@ msgid ""
520
520
"Remove the mapping for the object *key* from the object *o*. Return ``-1`` "
521
521
"on failure. This is equivalent to the Python statement ``del o[key]``."
522
522
msgstr ""
523
+ "オブジェクト *o* から *key* に関する対応付けを削除します。失敗すると ``-1`` を返します。Python の文 ``del "
524
+ "o[key]`` と同じです。"
523
525
524
526
#: ../../c-api/object.rst:404
525
527
msgid ""
You can’t perform that action at this time.
0 commit comments