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

Skip to content

Commit 9c5839b

Browse files
Update translations
1 parent 9b77b62 commit 9c5839b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

faq/programming.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,7 +4603,7 @@ msgstr "O problema é que o interpretador vai realizar os seguintes passos:"
46034603

46044604
#: ../../faq/programming.rst:2161
46054605
msgid "main imports ``foo``"
4606-
msgstr "programa principal importa ``foo``"
4606+
msgstr "Programa principal importa ``foo``"
46074607

46084608
#: ../../faq/programming.rst:2162
46094609
msgid "Empty globals for ``foo`` are created"
@@ -4722,17 +4722,19 @@ msgstr "Essas soluções não são mutuamente exclusivas."
47224722

47234723
#: ../../faq/programming.rst:2200
47244724
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
4725-
msgstr "__import__('x.y.z') returns <module 'x'>; how do I get z?"
4725+
msgstr "__import__('x.y.z') retorna <módulo 'x'>; como faço para obter z?"
47264726

47274727
#: ../../faq/programming.rst:2202
47284728
msgid ""
47294729
"Consider using the convenience function :func:`~importlib.import_module` "
47304730
"from :mod:`importlib` instead::"
47314731
msgstr ""
4732+
"Em vez disso, considere usar a conveniente função :func:`~importlib."
4733+
"import_module` de :mod:`importlib`::"
47324734

47334735
#: ../../faq/programming.rst:2205
47344736
msgid "z = importlib.import_module('x.y.z')"
4735-
msgstr ""
4737+
msgstr "z = importlib.import_module('x.y.z')"
47364738

47374739
#: ../../faq/programming.rst:2209
47384740
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
- newtypes_tutorial.po 25 / 177 ( 14.0% translated).
4646

4747

48-
# faq (98.27% done)
48+
# faq (98.45% done)
4949

5050
- library.po 157 / 162 ( 96.0% translated).
51-
- programming.po 494 / 508 ( 97.0% translated).
51+
- programming.po 496 / 508 ( 97.0% translated).
5252

5353

5454
# howto (58.21% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.25%", "translated": 40956, "entries": 61825, "updated_at": "2025-02-11T23:28:33+00:00Z"}
1+
{"completion": "66.25%", "translated": 40958, "entries": 61825, "updated_at": "2025-02-13T23:28:42+00:00Z"}

0 commit comments

Comments
 (0)