Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d68dc8a

Browse files
Update translations
1 parent 52b50ce commit d68dc8a

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

library/errno.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2022
7+
# Rafael Fontenelle <[email protected]>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-24 16:04+0000\n"
14+
"POT-Creation-Date: 2025-02-14 16:07+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

potodo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@
293293
- simple_stmts.po 153 / 154 ( 99.0% translated).
294294

295295

296-
# tutorial (100.00% done)
296+
# tutorial (99.89% done)
297297

298+
- classes.po 114 / 115 ( 99.0% translated).
298299

299300

300301
# using (95.12% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.5%", "translated": 32804, "entries": 51659, "updated_at": "2025-02-13T23:53:54+00:00Z"}
1+
{"completion": "63.5%", "translated": 32803, "entries": 51659, "updated_at": "2025-02-14T23:54:10+00:00Z"}

tutorial/classes.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
14+
"POT-Creation-Date: 2025-02-14 16:07+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -606,19 +606,13 @@ msgstr ""
606606

607607
#: ../../tutorial/classes.rst:328
608608
msgid ""
609-
"*data attributes* correspond to \"instance variables\" in Smalltalk, and to "
609+
"*Data attributes* correspond to \"instance variables\" in Smalltalk, and to "
610610
"\"data members\" in C++. Data attributes need not be declared; like local "
611611
"variables, they spring into existence when they are first assigned to. For "
612612
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
613613
"following piece of code will print the value ``16``, without leaving a "
614614
"trace::"
615615
msgstr ""
616-
"Atributos de dados correspondem a \"variáveis de instância\" em Smalltalk, e "
617-
"a \"membros de dados\" em C++. Atributos de dados não precisam ser "
618-
"declarados. Assim como variáveis locais, eles passam a existir na primeira "
619-
"vez em que é feita uma atribuição. Por exemplo, se ``x`` é uma instância da :"
620-
"class:`MyClass` criada acima, o próximo trecho de código irá exibir o valor "
621-
"``16``, sem deixar nenhum rastro::"
622616

623617
#: ../../tutorial/classes.rst:340
624618
msgid ""

0 commit comments

Comments
 (0)