Skip to content

Commit bee9592

Browse files
Am-Monteiroweblate
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 85.8% (602 of 701 strings) Translation: BeeWare/Tutorial Translate-URL: https://hosted.weblate.org/projects/beeware/tutorial/pt/
1 parent 445e48f commit bee9592

1 file changed

Lines changed: 11 additions & 69 deletions

File tree

docs/locales/pt/translations.po

Lines changed: 11 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
#
22
msgid ""
3-
msgstr ""
4-
"Project-Id-Version: BeeWare 0.1\n"
5-
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-13 10:02+0000\n"
7-
"PO-Revision-Date: 2026-06-13 10:01+0000\n"
8-
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
9-
"Language-Team: Portuguese <https://hosted.weblate.org/projects/beeware/tutorial/pt/>\n"
10-
"Language: pt\n"
11-
"MIME-Version: 1.0\n"
12-
"Content-Type: text/plain; charset=UTF-8\n"
13-
"Content-Transfer-Encoding: 8bit\n"
14-
"Plural-Forms: nplurals=2; plural=n > 1;\n"
15-
"X-Generator: Translate Toolkit 3.19.11\n"
3+
msgstr "Project-Id-Version: BeeWare 0.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2026-06-13 10:02+0000\nPO-Revision-Date: 2026-06-13 19:01+0000\nLast-Translator: Américo Monteiro <a_monteiro@gmx.com>\nLanguage-Team: Portuguese <https://hosted.weblate.org/projects/beeware/tutorial/pt/>\nLanguage: pt\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 2026.7.dev0\n"
164

175
#: docs/en/SUMMARY.md:5
186
msgid "[Tutorial 0 - Let's get set up!]{1}"
@@ -5411,75 +5399,52 @@ msgid "We've now got a working app, using a third party library, running in deve
54115399
msgstr "Agora temos uma aplicação funcional, usando uma biblioteca de terceiros, a correr em modo de desenvolvimento. Vamos empacotar este código atualizado da aplicação como uma aplicação independente. Como fizemos alterações no código, precisamos seguir os mesmos passos do [Tutorial 4]{1}:"
54125400

54135401
#: docs/en/tutorial/tutorial-7.md:265 docs/en/tutorial/tutorial-7.md:306 docs/en/tutorial/tutorial-7.md:361 docs/en/tutorial/tutorial-7.md:402 docs/en/tutorial/tutorial-7.md:477
5414-
#, fuzzy
54155402
msgid "Update the code in the packaged app:"
5416-
msgstr "Atualize o código na aplicação empacotado:"
5403+
msgstr "Atualizar o código na aplicação empacotada:"
54175404

54185405
#: docs/en/tutorial/tutorial-7.md:267 docs/en/tutorial/tutorial-7.md:308
5419-
#, fuzzy
54205406
msgid ""
54215407
"(beeware-venv) $ briefcase update\n"
54225408
"\n"
54235409
"[helloworld] Updating application code...\n"
54245410
"...\n"
54255411
"\n"
54265412
"[helloworld] Application updated."
5427-
msgstr ""
5428-
"(beeware-venv) $ briefcase update\n"
5429-
"\n"
5430-
"[helloworld] A atualizar o código da aplicação...\n"
5431-
"...\n"
5432-
"\n"
5433-
"[helloworld] Aplicação atualizado."
5413+
msgstr "(beeware-venv) $ briefcase update\n\n[helloworld] A atualizar o código da aplicação...\n...\n\n[helloworld] Aplicação atualizada."
54345414

54355415
#: docs/en/tutorial/tutorial-7.md:276 docs/en/tutorial/tutorial-7.md:317 docs/en/tutorial/tutorial-7.md:372 docs/en/tutorial/tutorial-7.md:413 docs/en/tutorial/tutorial-7.md:488
5436-
#, fuzzy
54375416
msgid "Rebuild the app:"
5438-
msgstr "Reconstrua a aplicação:"
5417+
msgstr "Recompilar a aplicação:"
54395418

54405419
#: docs/en/tutorial/tutorial-7.md:278
5441-
#, fuzzy
54425420
msgid ""
54435421
"(beeware-venv) $ briefcase build\n"
54445422
"\n"
54455423
"[helloworld] Adhoc signing app...\n"
54465424
"[helloworld] Built build/helloworld/macos/app/Hello World.app"
5447-
msgstr ""
5448-
"(beeware-venv) $ briefcase build\n"
5449-
"\n"
5450-
"[helloworld] Aplicação de assinatura ad hoc...\n"
5451-
"[helloworld] Compilado: build/helloworld/macos/app/Hello World.app"
5425+
msgstr "(beeware-venv) $ briefcase build\n\n[helloworld] A assinar adhoc a aplicação...\n[helloworld] Compilado: build/helloworld/macos/app/Hello World.app"
54525426

54535427
#: docs/en/tutorial/tutorial-7.md:285 docs/en/tutorial/tutorial-7.md:331 docs/en/tutorial/tutorial-7.md:381
5454-
#, fuzzy
54555428
msgid "And finally, run the app:"
5456-
msgstr "E, por fim, execute a aplicação:"
5429+
msgstr "E finalmente, correr a aplicação:"
54575430

54585431
#: docs/en/tutorial/tutorial-7.md:287 docs/en/tutorial/tutorial-7.md:333
5459-
#, fuzzy
54605432
msgid ""
54615433
"(beeware-venv) $ briefcase run\n"
54625434
"\n"
54635435
"[helloworld] Starting app...\n"
54645436
"==========================================================================="
5465-
msgstr ""
5466-
"(beeware-venv) $ briefcase run\n"
5467-
"\n"
5468-
"[helloworld] A iniciar a aplicação...\n"
5469-
"==========================================================================="
5437+
msgstr "(beeware-venv) $ briefcase run\n\n[helloworld] A iniciar a aplicação...\n==========================================================================="
54705438

54715439
#: docs/en/tutorial/tutorial-7.md:294 docs/en/tutorial/tutorial-7.md:390
5472-
#, fuzzy
54735440
msgid "However, when the app runs, you'll see an error in the console, plus a crash dialog:"
5474-
msgstr "No entanto, quando a aplicação for executado, você verá um erro no console, além de uma caixa de diálogo de falha:"
5441+
msgstr "No entanto, quando a aplicação for executada, verá um erro na consola, além de um diálogo de falha:"
54755442

54765443
#: docs/en/tutorial/tutorial-7.md:296
5477-
#, fuzzy
54785444
msgid "![Hello World Tutorial 7 app crash, on macOS]{1}"
54795445
msgstr "![Falha da aplicação Hello World Tutorial 7, no macOS]{1}"
54805446

54815447
#: docs/en/tutorial/tutorial-7.md:319
5482-
#, fuzzy
54835448
msgid ""
54845449
"(beeware-venv) $ briefcase build\n"
54855450
"\n"
@@ -5490,24 +5455,13 @@ msgid ""
54905455
"...\n"
54915456
"\n"
54925457
"[helloworld] Built build/helloworld/linux/ubuntu/jammy/helloworld-0.0.1/usr/bin/helloworld"
5493-
msgstr ""
5494-
"(beeware-venv) $ briefcase build\n"
5495-
"\n"
5496-
"[helloworld] A finalizar a configuração da aplicação...\n"
5497-
"...\n"
5498-
"\n"
5499-
"[helloworld] A compilar a aplicação...\n"
5500-
"...\n"
5501-
"\n"
5502-
"[helloworld] Compilado em build/helloworld/linux/ubuntu/jammy/helloworld-0.0.1/usr/bin/helloworld"
5458+
msgstr "(beeware-venv) $ briefcase build\n\n[helloworld] A finalizar a configuração da aplicação...\n...\n\n[helloworld] A compilar a aplicação...\n...\n\n[helloworld] Compilado em build/helloworld/linux/ubuntu/jammy/helloworld-0.0.1/usr/bin/helloworld"
55035459

55045460
#: docs/en/tutorial/tutorial-7.md:340 docs/en/tutorial/tutorial-7.md:432
5505-
#, fuzzy
55065461
msgid "However, when the app runs, you'll see an error in the console:"
5507-
msgstr "No entanto, quando a aplicação for executado, você verá um erro no console:"
5462+
msgstr "No entanto, quando a aplicação é executada, vai ver um erro na consola:"
55085463

55095464
#: docs/en/tutorial/tutorial-7.md:342
5510-
#, fuzzy
55115465
msgid ""
55125466
"Traceback (most recent call last):\n"
55135467
" File \"/usr/lib/python3.13/runpy.py\", line 194, in _run_module_as_main\n"
@@ -5521,19 +5475,7 @@ msgid ""
55215475
"ModuleNotFoundError: No module named 'faker'\n"
55225476
"\n"
55235477
"Unable to start app helloworld."
5524-
msgstr ""
5525-
"Traceback (última chamada mais recente):\n"
5526-
" Ficheiro \"/usr/lib/python3.13/runpy.py\", linha 194, em _run_module_as_main\n"
5527-
" return _run_code(code, main_globals, None,\n"
5528-
" Ficheiro \"/usr/lib/python3.13/runpy.py\", linha 87, em _run_code\n"
5529-
" exec(code, run_globals)\n"
5530-
" Ficheiro \"/home/brutus/beeware-tutorial/helloworld/build/linux/ubuntu/jammy/helloworld-0.0.1/usr/app/hello_world/__main__.py\", linha 1, em <module>\n"
5531-
" from helloworld.app import main\n"
5532-
" Ficheiro \"/home/brutus/beeware-tutorial/helloworld/build/linux/ubuntu/jammy/helloworld-0.0.1/usr/app/hello_world/app.py\", linha 8, em <module>\n"
5533-
" import faker\n"
5534-
"ModuleNotFoundError: Nenhum módulo chamado 'faker'\n"
5535-
"\n"
5536-
"Não foi possível iniciar a aplicação helloworld."
5478+
msgstr "Traceback (última chamada mais recente):\n Ficheiro \"/usr/lib/python3.13/runpy.py\", linha 194, em _run_module_as_main\n return _run_code(code, main_globals, None,\n Ficheiro \"/usr/lib/python3.13/runpy.py\", linha 87, em _run_code\n exec(code, run_globals)\n Ficheiro \"/home/brutus/beeware-tutorial/helloworld/build/linux/ubuntu/jammy/helloworld-0.0.1/usr/app/hello_world/__main__.py\", linha 1, em <module>\n from helloworld.app import main\n Ficheiro \"/home/brutus/beeware-tutorial/helloworld/build/linux/ubuntu/jammy/helloworld-0.0.1/usr/app/hello_world/app.py\", linha 8, em <module>\n import faker\nModuleNotFoundError: Nenhum módulo chamado 'faker'\n\nIncapaz de iniciar a aplicação helloworld."
55375479

55385480
#: docs/en/tutorial/tutorial-7.md:363
55395481
#, fuzzy

0 commit comments

Comments
 (0)