Skip to content

Commit 547be68

Browse files
committed
Update translations to 65e5edb.
1 parent 65e5edb commit 547be68

7 files changed

Lines changed: 91 additions & 14 deletions

File tree

docs/locales/de/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: de <LL@li.org>\n"

docs/locales/es/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: 2026-04-10 19:09+0000\n"
88
"Last-Translator: Francisco Serrador <fserrador@gmail.com>\n"
99
"Language-Team: Spanish <https://hosted.weblate.org/projects/beeware/tutorial/es/>\n"

docs/locales/fr/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: 2026-04-06 20:09+0000\n"
88
"Last-Translator: kursk140 <yannick.monnier.1@gmail.com>\n"
99
"Language-Team: French <https://hosted.weblate.org/projects/beeware/tutorial/fr/>\n"

docs/locales/it/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: 2026-03-30 09:09+0000\n"
88
"Last-Translator: tfr tint <tfrtint@gmail.com>\n"
99
"Language-Team: Italian <https://hosted.weblate.org/projects/beeware/tutorial/it/>\n"

docs/locales/pt/translations.po

Lines changed: 85 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
#
22
msgid ""
3-
msgstr "Project-Id-Version: BeeWare 0.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2026-06-06 04:01+0000\nPO-Revision-Date: 2026-06-06 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"
3+
msgstr ""
4+
"Project-Id-Version: BeeWare 0.1\n"
5+
"Report-Msgid-Bugs-To: \n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
7+
"PO-Revision-Date: 2026-06-06 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"
416

517
#: docs/en/SUMMARY.md:5
618
msgid "[Tutorial 0 - Let's get set up!]{1}"
@@ -2418,7 +2430,26 @@ msgid ""
24182430
" ├── helloworld.py\n"
24192431
" ├── __init__.py\n"
24202432
" └── test_app.py"
2421-
msgstr "beeware-tutorial/\n├── beeware-venv/\n│ └── ...\n└── helloworld/\n ├── CHANGELOG\n ├── LICENSE\n ├── pyproject.toml\n ├── README.rst\n ├── src/\n │ └── helloworld/\n │ ├── app.py\n │ ├── __init__.py\n │ ├── __main__.py\n │ └── resources/\n │ └── README\n └── tests/\n ├── helloworld.py\n ├── __init__.py\n └── test_app.py"
2433+
msgstr ""
2434+
"beeware-tutorial/\n"
2435+
"├── beeware-venv/\n"
2436+
"│ └── ...\n"
2437+
"└── helloworld/\n"
2438+
" ├── CHANGELOG\n"
2439+
" ├── LICENSE\n"
2440+
" ├── pyproject.toml\n"
2441+
" ├── README.rst\n"
2442+
" ├── src/\n"
2443+
" │ └── helloworld/\n"
2444+
" │ ├── app.py\n"
2445+
" │ ├── __init__.py\n"
2446+
" │ ├── __main__.py\n"
2447+
" │ └── resources/\n"
2448+
" │ └── README\n"
2449+
" └── tests/\n"
2450+
" ├── helloworld.py\n"
2451+
" ├── __init__.py\n"
2452+
" └── test_app.py"
24222453

24232454
#: docs/en/tutorial/tutorial-1.md:110
24242455
msgid "This skeleton is actually a fully functioning application without adding anything else. The `src` folder contains all the code for the application, the `tests` folder contains an initial test suite, and the `pyproject.toml` file describes how to package the application for distribution. If you open `pyproject.toml` in an editor, you'll see the configuration details you just provided to Briefcase."
@@ -2450,7 +2481,19 @@ msgid ""
24502481
"\n"
24512482
"[helloworld] Starting in dev mode...\n"
24522483
"==========================================================================="
2453-
msgstr "(beeware-venv) $ cd helloworld\n(beeware-venv) $ briefcase dev\n\n[helloworld] A ativar o ambiente de desenvolvimento...\n...\nA criar ambiente virtual (dev.cpython-313-darwin)... concluído\n\n[hello-world] A instalar pré-requisitos...\n...\n\n[helloworld] A iniciar em modo dev...\n==========================================================================="
2484+
msgstr ""
2485+
"(beeware-venv) $ cd helloworld\n"
2486+
"(beeware-venv) $ briefcase dev\n"
2487+
"\n"
2488+
"[helloworld] A ativar o ambiente de desenvolvimento...\n"
2489+
"...\n"
2490+
"A criar ambiente virtual (dev.cpython-313-darwin)... concluído\n"
2491+
"\n"
2492+
"[hello-world] A instalar pré-requisitos...\n"
2493+
"...\n"
2494+
"\n"
2495+
"[helloworld] A iniciar em modo dev...\n"
2496+
"==========================================================================="
24542497

24552498
#: docs/en/tutorial/tutorial-1.md:139
24562499
msgid ""
@@ -2466,7 +2509,19 @@ msgid ""
24662509
"\n"
24672510
"[helloworld] Starting in dev mode...\n"
24682511
"==========================================================================="
2469-
msgstr "(beeware-venv) $ cd helloworld\n(beeware-venv) $ briefcase dev\n\n[helloworld] A ativar o ambiente de desenvolvimento...\n...\nA criar ambiente virtual (dev.cpython-313-x86_64-linux-gnu)... concluído\n\n[hello-world] A instalar pré-requisitos...\n...\n\n[helloworld] A iniciar em modo dev...\n==========================================================================="
2512+
msgstr ""
2513+
"(beeware-venv) $ cd helloworld\n"
2514+
"(beeware-venv) $ briefcase dev\n"
2515+
"\n"
2516+
"[helloworld] A ativar o ambiente de desenvolvimento...\n"
2517+
"...\n"
2518+
"A criar ambiente virtual (dev.cpython-313-x86_64-linux-gnu)... concluído\n"
2519+
"\n"
2520+
"[hello-world] A instalar pré-requisitos...\n"
2521+
"...\n"
2522+
"\n"
2523+
"[helloworld] A iniciar em modo dev...\n"
2524+
"==========================================================================="
24702525

24712526
#: docs/en/tutorial/tutorial-1.md:158
24722527
msgid ""
@@ -2482,7 +2537,19 @@ msgid ""
24822537
"\n"
24832538
"[helloworld] Starting in dev mode...\n"
24842539
"==========================================================================="
2485-
msgstr "(beeware-venv) C:\\...>cd helloworld\n(beeware-venv) C:\\...>briefcase dev\n\n[helloworld] A ativar ambiente de desenvolvimento...\n...\nA criar ambiente virtual (dev.cp313-win_amd64)... concluído\n\n[hello-world] A instalar pré-requisitos...\n...\n\n[helloworld] A iniciar em modo dev...\n==========================================================================="
2540+
msgstr ""
2541+
"(beeware-venv) C:\\...>cd helloworld\n"
2542+
"(beeware-venv) C:\\...>briefcase dev\n"
2543+
"\n"
2544+
"[helloworld] A ativar ambiente de desenvolvimento...\n"
2545+
"...\n"
2546+
"A criar ambiente virtual (dev.cp313-win_amd64)... concluído\n"
2547+
"\n"
2548+
"[hello-world] A instalar pré-requisitos...\n"
2549+
"...\n"
2550+
"\n"
2551+
"[helloworld] A iniciar em modo dev...\n"
2552+
"==========================================================================="
24862553

24872554
#: docs/en/tutorial/tutorial-1.md:175 docs/en/tutorial/tutorial-2.md:265
24882555
msgid "This should open a GUI window:"
@@ -2521,7 +2588,10 @@ msgid ""
25212588
"Unable to install requirements. This may be because one of your\n"
25222589
"requirements is invalid, or because pip was unable to connect\n"
25232590
"to the PyPI server."
2524-
msgstr "Incapaz de instalar os requerimentos. Isto pode ter ocorrido porque um dos seus\nrequerimentosos é inválido, ou porque o pip não conseguiu se ligar\nao servidor PyPI."
2591+
msgstr ""
2592+
"Incapaz de instalar os requerimentos. Isto pode ter ocorrido porque um dos seus\n"
2593+
"requerimentosos é inválido, ou porque o pip não conseguiu se ligar\n"
2594+
"ao servidor PyPI."
25252595

25262596
#: docs/en/tutorial/tutorial-1.md:221
25272597
msgid "Confirm that you are running a [version of python that this tutorial supports][install-python]."
@@ -5410,7 +5480,10 @@ msgid ""
54105480
"requires = [\n"
54115481
" \"faker\",\n"
54125482
"]"
5413-
msgstr "requires = [\n \"faker\",\n]"
5483+
msgstr ""
5484+
"requires = [\n"
5485+
" \"faker\",\n"
5486+
"]"
54145487

54155488
#: docs/en/tutorial/tutorial-7.md:144
54165489
#, fuzzy
@@ -6263,7 +6336,11 @@ msgid ""
62636336
" \"faker\",\n"
62646337
" \"httpx\",\n"
62656338
"]"
6266-
msgstr "requires = [\n \"faker\",\n \"httpx\",\n]"
6339+
msgstr ""
6340+
"requires = [\n"
6341+
" \"faker\",\n"
6342+
" \"httpx\",\n"
6343+
"]"
62676344

62686345
#: docs/en/tutorial/tutorial-8.md:26
62696346
#, fuzzy

docs/locales/zh_CN/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: 2025-10-15 17:07+0000\n"
88
"Last-Translator: John <johnzhou721@gmail.com>\n"
99
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/beeware/tutorial/zh_Hans/>\n"

docs/locales/zh_TW/translations.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: BeeWare 0.1\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2026-06-06 04:01+0000\n"
6+
"POT-Creation-Date: 2026-06-06 10:01+0000\n"
77
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: zh_TW <LL@li.org>\n"

0 commit comments

Comments
 (0)