Skip to content

Commit

Permalink
Update translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 12, 2024
1 parent f621665 commit e429b91
Show file tree
Hide file tree
Showing 8 changed files with 1,173 additions and 1,196 deletions.
29 changes: 15 additions & 14 deletions c-api/cell.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
"POT-Creation-Date: 2024-07-12 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
"Last-Translator: tomo, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -73,32 +73,33 @@ msgstr ""
"引数を ``NULL`` にしてもかまいません。"

#: ../../c-api/cell.rst:42
msgid "Return the contents of the cell *cell*."
msgstr "*cell* の内容を返します。"
msgid ""
"Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is "
"not a cell object, returns ``NULL`` with an exception set."
msgstr ""

#: ../../c-api/cell.rst:47
#: ../../c-api/cell.rst:48
msgid ""
"Return the contents of the cell *cell*, but without checking that *cell* is "
"non-``NULL`` and a cell object."
msgstr ""
"*cell* の内容を返しますが、*cell* が非 ``NULL`` かつセルオブジェクトであるか"
"どうかはチェックしません。"

#: ../../c-api/cell.rst:53
#: ../../c-api/cell.rst:54
msgid ""
"Set the contents of the cell object *cell* to *value*. This releases the "
"reference to any current content of the cell. *value* may be ``NULL``. "
"*cell* must be non-``NULL``; if it is not a cell object, ``-1`` will be "
"returned. On success, ``0`` will be returned."
"*cell* must be non-``NULL``."
msgstr ""

#: ../../c-api/cell.rst:58
msgid ""
"On success, return ``0``. If *cell* is not a cell object, set an exception "
"and return ``-1``."
msgstr ""
"セルオブジェクト *cell* の内容を *value* に設定します。\n"
"この関数は現在のセルの全ての内容に対する参照を解放します。\n"
"*value* は ``NULL`` でもかまいません。\n"
"*cell* は非 ``NULL`` でなければなりません。*cell* がセルオブジェクトでない場"
"合、``-1`` を返します。\n"
"成功すると ``0`` を返します。"

#: ../../c-api/cell.rst:61
#: ../../c-api/cell.rst:64
msgid ""
"Sets the value of the cell object *cell* to *value*. No reference counts "
"are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` "
Expand Down
Loading

0 comments on commit e429b91

Please sign in to comment.