Skip to content

Commit f0776d3

Browse files
Update translations
1 parent 626138c commit f0776d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "63.36%", "total": 55794, "updated_at": "2024-12-13T23:37:18+00:00Z"}
1+
{"translation": "63.36%", "total": 55794, "updated_at": "2024-12-14T23:36:53+00:00Z"}

tutorial/datastructures.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-23 15:32+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
19+
"Language: pt_BR\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
22-
"Language: pt_BR\n"
2323
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2424
"1000000 == 0 ? 1 : 2;\n"
2525

@@ -453,8 +453,8 @@ msgstr ""
453453
"Um problema especial é a criação de tuplas contendo 0 ou 1 itens: a sintaxe "
454454
"usa certos truques para acomodar estes casos. Tuplas vazias são construídas "
455455
"por um par de parênteses vazios; uma tupla unitária é construída por um "
456-
"único valor e uma vírgula entre parênteses (não basta colocar um único valor "
457-
"entre parênteses). Feio, mas funciona. Por exemplo::"
456+
"único valor seguido de uma vírgula (não basta colocar um único valor entre "
457+
"parênteses). Feio, mas funciona. Por exemplo::"
458458

459459
#: ../../tutorial/datastructures.rst:430
460460
msgid ""

0 commit comments

Comments
 (0)