Skip to content

Commit 59bfbc9

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com> Co-Authored-By: python-doc bot
1 parent 3bdaba2 commit 59bfbc9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

library/string.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ msgid ""
12691269
msgstr ""
12701270
">>> '{0}, {1}, {2}'.format('a', 'b', 'c')\n"
12711271
"'a, b, c'\n"
1272-
">>> '{}, {}, {}'.format('a', 'b', 'c') # somente 3.1+ \n"
1272+
">>> '{}, {}, {}'.format('a', 'b', 'c') # somente 3.1+\n"
12731273
"'a, b, c'\n"
12741274
">>> '{2}, {1}, {0}'.format('a', 'b', 'c')\n"
12751275
"'c, b, a'\n"

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.88%", "translated": 44797, "entries": 62022, "updated_at": "2026-04-02T23:49:50+00:00Z"}
1+
{"completion": "66.88%", "translated": 44797, "entries": 62022, "updated_at": "2026-04-03T23:52:14+00:00Z"}

using/cmdline.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-03-03 16:15+0000\n"
15+
"POT-Creation-Date: 2026-03-23 16:44+0000\n"
1616
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -472,13 +472,13 @@ msgid ""
472472
"Issue an error when the option is given twice (:option:`!-bb`)."
473473
msgstr ""
474474
"Emite um aviso ao converter :class:`bytes` ou :class:`bytearray` para :class:"
475-
"`str` sem especificar codificação ou comparar :class:`!bytes` ou :class:`!"
476-
"bytearray` com :class:`!str` ou :class:`!bytes` com :class:`int`. Emite um "
477-
"erro quando a opção é fornecida duas vezes (:option:`!-bb`)."
475+
"`str` sem especificar a codificação, ou ao comparar :class:`!bytes` ou :"
476+
"class:`!bytearray` com :class:`!str`, ou :class:`!bytes` com :class:`int`. "
477+
"Emite um erro quando a opção é fornecida duas vezes (:option:`!-bb`)."
478478

479479
#: ../../using/cmdline.rst:250
480480
msgid "Affects also comparisons of :class:`bytes` with :class:`int`."
481-
msgstr "Afeta também comparações de :class:`bytes` com :class:`int`."
481+
msgstr "Afeta também as comparações de :class:`bytes` com :class:`int`."
482482

483483
#: ../../using/cmdline.rst:255
484484
msgid ""

0 commit comments

Comments
 (0)