@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-07-05 14:16 +0000\n "
15
+ "POT-Creation-Date : 2024-07-12 14:15 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
17
17
"Last-Translator : tomo, 2024\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -73,32 +73,33 @@ msgstr ""
73
73
"引数を ``NULL`` にしてもかまいません。"
74
74
75
75
#: ../../c-api/cell.rst:42
76
- msgid "Return the contents of the cell *cell*."
77
- msgstr "*cell* の内容を返します。"
76
+ msgid ""
77
+ "Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is "
78
+ "not a cell object, returns ``NULL`` with an exception set."
79
+ msgstr ""
78
80
79
- #: ../../c-api/cell.rst:47
81
+ #: ../../c-api/cell.rst:48
80
82
msgid ""
81
83
"Return the contents of the cell *cell*, but without checking that *cell* is "
82
84
"non-``NULL`` and a cell object."
83
85
msgstr ""
84
86
"*cell* の内容を返しますが、*cell* が非 ``NULL`` かつセルオブジェクトであるか"
85
87
"どうかはチェックしません。"
86
88
87
- #: ../../c-api/cell.rst:53
89
+ #: ../../c-api/cell.rst:54
88
90
msgid ""
89
91
"Set the contents of the cell object *cell* to *value*. This releases the "
90
92
"reference to any current content of the cell. *value* may be ``NULL``. "
91
- "*cell* must be non-``NULL``; if it is not a cell object, ``-1`` will be "
92
- "returned. On success, ``0`` will be returned."
93
+ "*cell* must be non-``NULL``."
94
+ msgstr ""
95
+
96
+ #: ../../c-api/cell.rst:58
97
+ msgid ""
98
+ "On success, return ``0``. If *cell* is not a cell object, set an exception "
99
+ "and return ``-1``."
93
100
msgstr ""
94
- "セルオブジェクト *cell* の内容を *value* に設定します。\n"
95
- "この関数は現在のセルの全ての内容に対する参照を解放します。\n"
96
- "*value* は ``NULL`` でもかまいません。\n"
97
- "*cell* は非 ``NULL`` でなければなりません。*cell* がセルオブジェクトでない場"
98
- "合、``-1`` を返します。\n"
99
- "成功すると ``0`` を返します。"
100
101
101
- #: ../../c-api/cell.rst:61
102
+ #: ../../c-api/cell.rst:64
102
103
msgid ""
103
104
"Sets the value of the cell object *cell* to *value*. No reference counts "
104
105
"are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` "
0 commit comments