Skip to content

Commit 9d8dddc

Browse files
Am-Monteiroweblate
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 21.3% (150 of 701 strings) Translation: BeeWare/Tutorial Translate-URL: https://hosted.weblate.org/projects/beeware/tutorial/pt/
1 parent 05a4adf commit 9d8dddc

1 file changed

Lines changed: 8 additions & 20 deletions

File tree

docs/locales/pt/translations.po

Lines changed: 8 additions & 20 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-01 03:01+0000\n"
7-
"PO-Revision-Date: 2026-06-01 03: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-01 03:01+0000\nPO-Revision-Date: 2026-06-01 10: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.6\n"
164

175
#: docs/en/SUMMARY.md:5
186
msgid "[Tutorial 0 - Let's get set up!]{1}"
@@ -2426,7 +2414,7 @@ msgstr "Depois de fazer isso, pode executar novamente o comando `beeware-venv\\S
24262414

24272415
#: docs/en/tutorial/tutorial-0.md:165
24282416
msgid "If this worked, your prompt should now be changed - it should have a `(beeware-venv)` prefix. This lets you know that you're currently in your BeeWare virtual environment. Whenever you're working on this tutorial, you should make sure your virtual environment is activated. If it isn't, re-run the last command (the `activate` command) to re-activate your environment."
2429-
msgstr "Se isso funcionou, seu prompt deve estar diferente agora - ele deve ter um prefixo `(beeware-venv)`. Isso indica que você está atualmente no seu ambiente virtual BeeWare. Sempre que estiver trabalhando neste tutorial, certifique-se de que seu ambiente virtual esteja ativado. Se não estiver, execute novamente o último comando (o comando `activate`) para reativar seu ambiente."
2417+
msgstr "Se isso funcionou, o seu aviso de comando deve estar diferente agora - deve ter um prefixo `(beeware-venv)`. Isso indica que está atualmente no seu ambiente virtual BeeWare. Sempre que estiver a trabalhar neste tutorial, certifique-se que o seu ambiente virtual esteja ativado. Se não estiver, execute novamente o último comando (o comando `activate`) para reativar o seu ambiente."
24302418

24312419
#: docs/en/tutorial/tutorial-0.md:167
24322420
#, fuzzy
@@ -2454,7 +2442,7 @@ msgstr "Tutorial 1 - Seu primeiro app"
24542442

24552443
#: docs/en/tutorial/tutorial-1.md:3
24562444
msgid "We're ready to create our first application."
2457-
msgstr "Estamos prontos para criar nossa primeira aplicação."
2445+
msgstr "Estamos prontos para criar a nossa primeira aplicação."
24582446

24592447
#: docs/en/tutorial/tutorial-1.md:5
24602448
msgid "Install the BeeWare tools"
@@ -2487,11 +2475,11 @@ msgstr "(beeware-venv) C:\\...>python -m pip install briefcase"
24872475

24882476
#: docs/en/tutorial/tutorial-1.md:39
24892477
msgid "It is important that you use `python -m pip`, rather than a bare `pip`. Briefcase needs to ensure that it has an up-to-date version of `pip` and `setuptools`, and a bare invocation of `pip` can't self-update. If you want to know more, [Brett Cannon has a detailed blog post about the issue]{1}."
2490-
msgstr "É importante usar o comando `python -m pip`, em vez de apenas `pip`. Isso porque o Briefcase precisa garantir que as versões do `pip` e `setuptools` estejam atualizadas, pois o `pip` usado sozinho não consegue se atualizar. Se quiser entender melhor o motivo, o [Brett Cannon escreveu um post detalhado no blog dele]{1}."
2478+
msgstr "É importante usar o comando `python -m pip`, em vez de apenas `pip`. Isso porque o Briefcase precisa garantir que tem versões do `pip` e `setuptools` atualizadas, e uma invocação simples do `pip` não faz auto-atualização. Se quiser saber mais sobre isto, o [Brett Cannon escreveu um post detalhado no sobre o problema]{1}."
24912479

24922480
#: docs/en/tutorial/tutorial-1.md:45
24932481
msgid "Bootstrap a new project"
2494-
msgstr "Iniciar um novo projeto"
2482+
msgstr "Arrancar um novo projeto"
24952483

24962484
#: docs/en/tutorial/tutorial-1.md:47
24972485
#, fuzzy
@@ -2510,15 +2498,15 @@ msgstr "(beeware-venv) C:\\...>briefcase new"
25102498

25112499
#: docs/en/tutorial/tutorial-1.md:73
25122500
msgid "Briefcase will ask us for some details of our new application. For the purposes of this tutorial, use the following:"
2513-
msgstr "O Briefcase solicitará alguns detalhes sobre nosso novo aplicativo. Para os propósitos deste tutorial, utilize o seguinte:"
2501+
msgstr "O Briefcase vai pedir-nos alguns detalhes sobre a nossa nova aplicação. Para os objetivos deste tutorial, utilize o seguinte:"
25142502

25152503
#: docs/en/tutorial/tutorial-1.md:75
25162504
msgid "**GUI framework** - Accept the default option, Toga (BeeWare's own GUI toolkit)."
2517-
msgstr "**GUI framework** - Aceite a opção padrão, Toga (a própria biblioteca de interface gráfica da BeeWare)."
2505+
msgstr "**GUI framework** - Aceitar a opção predefinida, Toga (o kit de ferramentas GUI próprio do BeeWare)."
25182506

25192507
#: docs/en/tutorial/tutorial-1.md:76
25202508
msgid "**Formal Name** - Accept the default value: `Hello World`."
2521-
msgstr "**Formal Name** - Aceite o valor padrão: `Hello World`."
2509+
msgstr "**Formal Name** - Aceitar o valor predefinido: `Hello World`."
25222510

25232511
#: docs/en/tutorial/tutorial-1.md:77
25242512
msgid "**App Name** - Accept the default value: `helloworld`."

0 commit comments

Comments
 (0)