Skip to content

Commit 7bebe91

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7135484 commit 7bebe91

File tree

10 files changed

+1282
-1191
lines changed

10 files changed

+1282
-1191
lines changed

c-api/cell.po

+20-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
14+
"POT-Creation-Date: 2024-07-12 14:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -73,30 +73,40 @@ msgstr ""
7373
"ser ``NULL``."
7474

7575
#: ../../c-api/cell.rst:42
76-
msgid "Return the contents of the cell *cell*."
77-
msgstr "Retorna o conteúdo da célula *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 ""
80+
"Retorna o conteúdo da célula *cell*, que pode ser ``NULL``. Se *cell* não "
81+
"for um objeto célula, retorna ``NULL`` com um conjunto de exceções."
7882

79-
#: ../../c-api/cell.rst:47
83+
#: ../../c-api/cell.rst:48
8084
msgid ""
8185
"Return the contents of the cell *cell*, but without checking that *cell* is "
8286
"non-``NULL`` and a cell object."
8387
msgstr ""
8488
"Retorna o conteúdo da célula *cell*, mas sem verificar se *cell* não é "
8589
"``NULL`` e um objeto célula."
8690

87-
#: ../../c-api/cell.rst:53
91+
#: ../../c-api/cell.rst:54
8892
msgid ""
8993
"Set the contents of the cell object *cell* to *value*. This releases the "
9094
"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."
95+
"*cell* must be non-``NULL``."
9396
msgstr ""
9497
"Define o conteúdo do objeto da célula *cell* como *value*. Isso libera a "
9598
"referência a qualquer conteúdo atual da célula. *value* pode ser ``NULL``. "
96-
"*cell* não pode ser ``NULL``; se não for um objeto célula, ``-1`` será "
97-
"retornado. Em caso de sucesso, ``0`` será retornado."
99+
"*cell* não pode ser ``NULL``."
100+
101+
#: ../../c-api/cell.rst:58
102+
msgid ""
103+
"On success, return ``0``. If *cell* is not a cell object, set an exception "
104+
"and return ``-1``."
105+
msgstr ""
106+
"Em caso de sucesso, retorna ``0``. Se *cell* não for um objeto célula, "
107+
"define uma exceção e retorna ``-1``."
98108

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

0 commit comments

Comments
 (0)