Skip to content

Commit 40e376c

Browse files
Libreweblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 100.0% (701 of 701 strings) Translation: BeeWare/Tutorial Translate-URL: https://hosted.weblate.org/projects/beeware/tutorial/es/
1 parent d89ea12 commit 40e376c

1 file changed

Lines changed: 4 additions & 23 deletions

File tree

docs/locales/es/translations.po

Lines changed: 4 additions & 23 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-07-08 00:02+0000\n"
7-
"PO-Revision-Date: 2026-04-10 19:09+0000\n"
8-
"Last-Translator: Francisco Serrador <fserrador@gmail.com>\n"
9-
"Language-Team: Spanish <https://hosted.weblate.org/projects/beeware/tutorial/es/>\n"
10-
"Language: es\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.13\n"
3+
msgstr "Project-Id-Version: BeeWare 0.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2026-07-08 00:02+0000\nPO-Revision-Date: 2026-07-09 14:01+0000\nLast-Translator: Libre <6n0n1m0s@proton.me>\nLanguage-Team: Spanish <https://hosted.weblate.org/projects/beeware/tutorial/es/>\nLanguage: es\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.1.dev0\n"
164

175
#: docs/en/SUMMARY.md:5
186
msgid "[Tutorial 0 - Let's get set up!]{1}"
@@ -2133,7 +2121,6 @@ msgid "**Important:** You *must* use the system Python provided by your operatin
21332121
msgstr "**Importante:** *Debe* utilizar el sistema Python proporcionado por su sistema operativo. Las instalaciones de Python procedentes de otras fuentes (como uv, pyenv, Anaconda, Python compilado manualmente, etc.) le impedirán empaquetar correctamente su aplicación para su distribución en los pasos posteriores de este tutorial."
21342122

21352123
#: docs/en/tutorial/tutorial-0.md:41
2136-
#, fuzzy
21372124
msgid "If you're on Windows, you can get the official installer from [the Python website]{1}. You can use any version of Python from 3.10 to 3.14 (although you should avoid alphas, betas and release candidates). We strongly recommend using Python 3.13 or newer."
21382125
msgstr "Si utilizas Windows, puedes descargar el instalador oficial desde [la página web de Python]{1}. Puedes utilizar cualquier versión de Python desde la 3.10 hasta la 3.14 (aunque es mejor evitar las versiones alfa, beta y candidatas a lanzamiento). Recomendamos encarecidamente utilizar Python 3.13 o una versión posterior."
21392126

@@ -2162,18 +2149,14 @@ msgid "To support local development, you'll need to install some system packages
21622149
msgstr "Para soportar el desarrollo local, necesitarás instalar algunos paquetes del sistema. La lista de paquetes necesarios varía en función de tu distribución:"
21632150

21642151
#: docs/en/tutorial/tutorial-0.md:63
2165-
#, fuzzy
21662152
msgid "Ubuntu 24.04+ / Debian 13+"
2167-
msgstr "Ubuntu 24.04 o posterior / Debian 13 o posterior"
2153+
msgstr "Ubuntu 24.04+ / Debian 13+"
21682154

21692155
#: docs/en/tutorial/tutorial-0.md:65
2170-
#, fuzzy
21712156
msgid ""
21722157
"$ sudo apt update\n"
21732158
"$ sudo apt install git build-essential pkg-config python3-dev python3-venv libgirepository-2.0-dev libcairo2-dev gir1.2-gtk-3.0 libcanberra-gtk3-module"
2174-
msgstr ""
2175-
"$ sudo apt update\n"
2176-
"$ sudo apt install git build-essential pkg-config python3-dev python3-venv libgirepository-2.0-dev libcairo2-dev gir1.2-gtk-3.0 libcanberra-gtk3-module"
2159+
msgstr "$ sudo apt update\n$ sudo apt install git build-essential pkg-config python3-dev python3-venv libgirepository-2.0-dev libcairo2-dev gir1.2-gtk-3.0 libcanberra-gtk3-module"
21772160

21782161
#: docs/en/tutorial/tutorial-0.md:70
21792162
msgid "Red Hat / Fedora"
@@ -2212,14 +2195,12 @@ msgid "Building BeeWare apps on Windows requires:"
22122195
msgstr "Construir aplicaciones BeeWare en Windows requiere:"
22132196

22142197
#: docs/en/tutorial/tutorial-0.md:100
2215-
#, fuzzy
22162198
msgid "**Git**, a version control system. You can install Git by running `winget install Git.Git`. Alternatively, you can download Git from from {1}[git-scm.com]{2}."
22172199
msgstr "**Git**, un sistema de control de versiones. Puedes instalar Git ejecutando `winget install Git.Git`. También puedes descargar Git desde {1}[git-scm.com]{2}."
22182200

22192201
#: docs/en/tutorial/tutorial-0.md:102
2220-
#, fuzzy
22212202
msgid "**The .NET 10 Desktop Runtime**. You can install this by running `winget install Microsoft.DotNet.DesktopRuntime.10`. Alternatively, you can visit the [.NET 10 Downloads page]{1} to obtain the installer."
2222-
msgstr "**El entorno de ejecución de .NET 10 para escritorio**. Puedes instalarlo ejecutando `winget install Microsoft.DotNet.DesktopRuntime.10`. También puedes visitar la [página de descargas de .NET 10]{1} para obtener el instalador."
2203+
msgstr "**El entorno de ejecución de .NET 10 para escritorio**. Puedes instalarlo ejecutando `winget install Microsoft.DotNet.DesktopRuntime.10`. Alternativamente, puedes visitar la [página de descargas de .NET 10]{1} para obtener el instalador."
22232204

22242205
#: docs/en/tutorial/tutorial-0.md:104
22252206
msgid "After installing these tools, you should ensure you restart any terminal sessions. Windows will only expose newly installed tools terminals started *after* the install has completed."

0 commit comments

Comments
 (0)