Skip to content

Commit 3d2e86f

Browse files
Deploying to gh-pages from @ 98ea713 🚀
1 parent 1d36bcf commit 3d2e86f

28 files changed

Lines changed: 354 additions & 360 deletions

File tree

de/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

de/tutorial/tutorial-0/index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,10 +1795,11 @@ <h2 id="install-python">Install Python<a class="headerlink" href="#install-pytho
17951795
3.6 ausgeliefert), müssen Sie Ihre Linux-Distribution auf eine neuere Version
17961796
aktualisieren.</p>
17971797
<p>Raspberry Pi wird derzeit nur begrenzt unterstützt.</p>
1798-
<p><strong>Important:</strong> You <em>must</em> use the system Python provided by your operating
1799-
system. Python installs from other sources (such as uv, pyenv, Anaconda,
1800-
manually compiled Python, etc.) will prevent you from successfully packaging
1801-
your application for distribution in later steps of this tutorial.</p>
1798+
<p><strong>Wichtig:</strong> Sie <em>müssen</em> das von Ihrem Betriebssystem bereitgestellte
1799+
Python-System verwenden. Python-Installationen aus anderen Quellen (wie uv,
1800+
pyenv, Anaconda, manuell kompiliertes Python usw.) verhindern, dass Sie Ihre
1801+
Anwendung in späteren Schritten dieses Tutorials erfolgreich für die Verteilung
1802+
verpacken können.</p>
18021803
</div>
18031804
<div class="tabbed-block">
18041805
<p>Wenn Sie unter Windows arbeiten, können Sie das offizielle Installationsprogramm
@@ -1847,12 +1848,14 @@ <h3 id="opensuse-tumbleweed"><strong>OpenSUSE Tumbleweed</strong><a class="heade
18471848
<div class="highlight"><pre><span></span><code><span class="gp">$ </span>sudo<span class="w"> </span>zypper<span class="w"> </span>install<span class="w"> </span>git<span class="w"> </span>patterns-devel-base-devel_basis<span class="w"> </span>pkgconf-pkg-config<span class="w"> </span>python3-devel<span class="w"> </span>gobject-introspection-devel<span class="w"> </span>cairo-devel<span class="w"> </span>gtk3<span class="w"> </span><span class="s1">&#39;typelib(Gtk)=3.0&#39;</span><span class="w"> </span>libcanberra-gtk3-module
18481849
</code></pre></div>
18491850
<div class="admonition">
1850-
<p class="admonition-title">Other Linux distributions</p>
1851-
<p>If you're on a Linux distribution that isn't on this list, and isn't derived
1852-
from one on this list (e.g., Linux Mint and Pop! OS are both Debian-derived
1853-
distributions; AlmaLinux is Fedora-derived), you will probably have difficulty
1854-
completing this tutorial. If Briefcase warns you that it "Can't verify system
1855-
packages", you won't be able to complete this tutorial.</p>
1851+
<p class="admonition-title">Andere Linux-Distributionen</p>
1852+
<p>Wenn Sie eine Linux-Distribution verwenden, die nicht in dieser Liste aufgeführt
1853+
ist und nicht von einer in dieser Liste aufgeführten Distribution abgeleitet ist
1854+
(z. B. sind Linux Mint und Pop! OS beide von Debian abgeleitete Distributionen;
1855+
AlmaLinux ist von Fedora abgeleitet), werden Sie wahrscheinlich Schwierigkeiten
1856+
haben, dieses Tutorial durchzuführen. Wenn Briefcase Sie warnt, dass „die
1857+
Systempakete nicht überprüft werden können”, können Sie dieses Tutorial nicht
1858+
durchführen.</p>
18561859
</div>
18571860
</div>
18581861
<div class="tabbed-block">

de/tutorial/tutorial-1/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,11 +1845,12 @@ <h2 id="fuhren-sie-die-anwendung-im-entwicklermodus-aus">Führen Sie die Anwendu
18451845
<figcaption></figcaption>
18461846
</figure>
18471847
<div class="admonition">
1848-
<p class="admonition-title">Possible errors when running <code>briefcase dev</code></p>
1849-
<p>If you get an error when you run <code>briefcase dev</code>, it's almost certainly because
1850-
some of the system requirements haven't been installed. Make sure you have
1851-
<a class="autorefs autorefs-internal" title="Abhängigkeiten installieren" href="../tutorial-0/#install-dependencies">installed all the platform pre-requisites</a>; the error
1852-
message you receive should tell you which packages are missing.</p>
1848+
<p class="admonition-title">Mögliche Fehler beim Ausführen von „briefcase dev“</p>
1849+
<p>Wenn beim Ausführen von <code>briefcase dev</code> eine Fehlermeldung angezeigt wird, liegt
1850+
dies mit ziemlicher Sicherheit daran, dass einige der Systemanforderungen nicht
1851+
installiert wurden. Stellen Sie sicher, dass Sie <a class="autorefs autorefs-internal" title="Abhängigkeiten installieren" href="../tutorial-0/#install-dependencies">alle Plattformvoraussetzungen
1852+
installiert haben</a>; in der Fehlermeldung wird angegeben,
1853+
welche Pakete fehlen.</p>
18531854
</div>
18541855
</div>
18551856
<div class="tabbed-block">

de/tutorial/tutorial-7/index.html

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,13 +1777,15 @@ <h2 id="paket-hinzufugen">Paket hinzufügen<a class="headerlink" href="#paket-hi
17771777
</div>
17781778
</div>
17791779
</div>
1780-
<p>What happened? We've added <code>faker</code> to our <em>code</em>, but we haven't added it to the
1781-
virtual environment that is used to run the app in development mode.</p>
1782-
<p>When Briefcase runs an app in development mode, it creates a standalone virtual
1783-
environment for that application, independent of the environment in which you
1784-
run <code>briefcase</code>. If your app doesn't declare that it needs a particular library,
1785-
that library won't be installed in the development virtual environment.</p>
1786-
<p>So how do you add a new requirement to your application?</p>
1780+
<p>Was ist passiert? Wir haben <code>faker</code> zu unserem <em>Code</em> hinzugefügt, aber nicht
1781+
zur virtuellen Umgebung, die zum Ausführen der App im Entwicklungsmodus
1782+
verwendet wird.</p>
1783+
<p>Wenn Briefcase eine App im Entwicklungsmodus ausführt, erstellt es eine
1784+
eigenständige virtuelle Umgebung für diese Anwendung, unabhängig von der
1785+
Umgebung, in der Sie <code>briefcase</code> ausführen. Wenn Ihre App nicht angibt, dass sie
1786+
eine bestimmte Bibliothek benötigt, wird diese Bibliothek nicht in der
1787+
virtuellen Entwicklungsumgebung installiert.</p>
1788+
<p>Wie fügen Sie Ihrer Anwendung eine neue Anforderung hinzu?</p>
17871789
<h2 id="aktualisieren-von-abhangigkeiten">Aktualisieren von Abhängigkeiten<a class="headerlink" href="#aktualisieren-von-abhangigkeiten" title="Permanent link">&para;</a></h2>
17881790
<p>Im Hauptverzeichnis Ihrer Anwendung befindet sich eine Datei namens
17891791
<code>pyproject.toml</code>. Diese Datei enthält alle Konfigurationsdetails der Anwendung,
@@ -1798,9 +1800,10 @@ <h2 id="aktualisieren-von-abhangigkeiten">Aktualisieren von Abhängigkeiten<a cl
17981800
<span class="n">sources</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s2">&quot;src/helloworld&quot;</span><span class="p">]</span>
17991801
<span class="n">requires</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[]</span>
18001802
</code></pre></div>
1801-
<p>The <code>requires</code> option describes the dependencies of our application. It is a
1802-
list of strings, specifying libraries (and, optionally, versions of libraries)
1803-
that you want to be included with your app.</p>
1803+
<p>Die Option <code>requires</code> beschreibt die Abhängigkeiten unserer Anwendung. Es
1804+
handelt sich um eine Liste von Zeichenfolgen, in der Bibliotheken (und optional
1805+
auch Versionen von Bibliotheken) angegeben sind, die Sie in Ihre App aufnehmen
1806+
möchten.</p>
18041807
<p>Ändern Sie die Einstellung <code>requires</code> so, dass sie lautet:</p>
18051808
<div class="highlight"><pre><span></span><code><span class="n">requires</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span>
18061809
<span class="w"> </span><span class="s2">&quot;faker&quot;</span><span class="p">,</span>
@@ -1835,9 +1838,10 @@ <h2 id="aktualisieren-von-abhangigkeiten">Aktualisieren von Abhängigkeiten<a cl
18351838
Abhängigkeiten auf Anwendungsebene werden immer installiert; die
18361839
plattformspezifischen Abhängigkeiten werden <em>zusätzlich</em> zu den Abhängigkeiten
18371840
auf Anwendungsebene installiert.</p>
1838-
<p>Once you've added the new requirement, save <code>pyproject.toml</code>, and run <code>briefcase
1839-
dev -r</code>. The <code>-r</code> flag tells Briefcase that requirements have changed, and the
1840-
development virtual environment needs to be updated:</p>
1841+
<p>Nachdem Sie die neue Anforderung hinzugefügt haben, speichern Sie
1842+
<code>pyproject.toml</code> und führen Sie <code>briefcase dev -r</code> aus. Das Flag <code>-r</code> teilt
1843+
Briefcase mit, dass sich die Anforderungen geändert haben und die virtuelle
1844+
Entwicklungsumgebung aktualisiert werden muss:</p>
18411845
<div class="tabbed-set tabbed-alternate" data-tabs="2:5"><input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><input id="__tabbed_2_2" name="__tabbed_2" type="radio" /><input id="__tabbed_2_3" name="__tabbed_2" type="radio" /><input id="__tabbed_2_4" name="__tabbed_2" type="radio" /><input id="__tabbed_2_5" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="__tabbed_2_1">macOS</label><label for="__tabbed_2_2">Linux</label><label for="__tabbed_2_3">Windows</label><label for="__tabbed_2_4">Android</label><label for="__tabbed_2_5">iOS</label></div>
18421846
<div class="tabbed-content">
18431847
<div class="tabbed-block">
@@ -1912,25 +1916,27 @@ <h2 id="aktualisieren-von-abhangigkeiten">Aktualisieren von Abhängigkeiten<a cl
19121916
</div>
19131917
</div>
19141918
<div class="admonition">
1915-
<p class="admonition-title">Possible errors when running <code>briefcase dev</code></p>
1916-
<p>If you're still getting an error running <code>briefcase dev</code>, make sure:</p>
1919+
<p class="admonition-title">Mögliche Fehler beim Ausführen von „briefcase dev“</p>
1920+
<p>Wenn beim Ausführen von <code>briefcase dev</code> weiterhin eine Fehlermeldung angezeigt
1921+
wird, stellen Sie Folgendes sicher:</p>
19171922
<ol>
1918-
<li>You've added <code>faker</code> to the <code>requires</code> list in <code>pyproject.toml</code>;</li>
1919-
<li>You've saved your changes to <code>pyproject.toml</code>; and</li>
1920-
<li>You included the <code>-r</code> argument when running <code>briefcase dev -r</code>.</li>
1923+
<li>Sie haben <code>faker</code> zur Liste <code>requires</code> in <code>pyproject.toml</code> hinzugefügt.</li>
1924+
<li>Sie haben Ihre Änderungen in <code>pyproject.toml</code> gespeichert und</li>
1925+
<li>Sie haben das Argument <code>-r</code> beim Ausführen von <code>briefcase dev -r</code> angegeben.</li>
19211926
</ol>
19221927
</div>
1923-
<p>The very first time you run your app using <code>briefcase dev</code>, the <code>-r</code> argument is
1924-
automatically added for you - that's why we haven't had to use the <code>-r</code> argument
1925-
until now. The <code>-r</code> argument is only needed when you add, remove, or change a
1926-
requirement, <em>after</em> running your application in development mode. If you've
1927-
only updated code, you can run <code>briefcase dev</code> as we have been doing for the
1928-
rest of this tutorial.</p>
1928+
<p>Wenn Sie Ihre App zum ersten Mal mit <code>briefcase dev</code> ausführen, wird das
1929+
Argument <code>-r</code> automatisch hinzugefügt – deshalb mussten wir das Argument <code>-r</code>
1930+
bisher nicht verwenden. Das Argument <code>-r</code> wird nur benötigt, wenn Sie eine
1931+
Anforderung hinzufügen, entfernen oder ändern, <em>nachdem</em> Sie Ihre Anwendung im
1932+
Entwicklungsmodus ausgeführt haben. Wenn Sie nur den Code aktualisiert haben,
1933+
können Sie <code>briefcase dev</code> wie bisher in diesem Tutorial ausführen.</p>
19291934
<h2 id="ausfuhren-der-aktualisierten-anwendung">Ausführen der aktualisierten Anwendung<a class="headerlink" href="#ausfuhren-der-aktualisierten-anwendung" title="Permanent link">&para;</a></h2>
1930-
<p>We've now got a working app, using a third party library, running in development
1931-
mode. Let's get this updated application code packaged as a standalone app.
1932-
Since we've made code changes, we need to follow the same steps as in <a href="../tutorial-4/">Tutorial
1933-
4</a>:</p>
1935+
<p>Wir haben jetzt eine funktionierende App, die eine Bibliothek eines
1936+
Drittanbieters verwendet und im Entwicklungsmodus läuft. Packen wir diesen
1937+
aktualisierten Anwendungscode als eigenständige App. Da wir Codeänderungen
1938+
vorgenommen haben, müssen wir die gleichen Schritte wie in <a href="../tutorial-4/">Tutorial
1939+
4</a> befolgen:</p>
19341940
<div class="tabbed-set tabbed-alternate" data-tabs="3:5"><input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><input id="__tabbed_3_2" name="__tabbed_3" type="radio" /><input id="__tabbed_3_3" name="__tabbed_3" type="radio" /><input id="__tabbed_3_4" name="__tabbed_3" type="radio" /><input id="__tabbed_3_5" name="__tabbed_3" type="radio" /><div class="tabbed-labels"><label for="__tabbed_3_1">macOS</label><label for="__tabbed_3_2">Linux</label><label for="__tabbed_3_3">Windows</label><label for="__tabbed_3_4">Android</label><label for="__tabbed_3_5">iOS</label></div>
19351941
<div class="tabbed-content">
19361942
<div class="tabbed-block">
@@ -2136,12 +2142,12 @@ <h2 id="ausfuhren-der-aktualisierten-anwendung">Ausführen der aktualisierten An
21362142
</div>
21372143
<p>Wieder einmal konnte die App nicht gestartet werden, weil <code>faker</code> nicht
21382144
installiert wurde - aber warum? Haben wir <code>faker</code> nicht schon installiert?</p>
2139-
<p>We have - but only in the development environment. Each built application also
2140-
has its own standalone environment, which is one of the things Briefcase
2141-
produces when you run <code>briefcase build</code>. When we ran <code>briefcase dev -r</code>, we
2142-
added <code>faker</code> to our <em>development</em> environment, but not to the packaged app. We
2143-
also need to run <code>briefcase update -r</code> so that Briefcase knows the requirements
2144-
of the packaged app have changed:</p>
2145+
<p>Wir haben es – aber nur in der Entwicklungsumgebung. Jede erstellte Anwendung
2146+
verfügt auch über eine eigene eigenständige Umgebung, die Briefcase erstellt,
2147+
wenn Sie <code>briefcase build</code> ausführen. Als wir <code>briefcase dev -r</code> ausgeführt
2148+
haben, haben wir <code>faker</code> zu unserer <em>Entwicklungsumgebung</em> hinzugefügt, aber
2149+
nicht zur gepackten App. Wir müssen auch <code>briefcase update -r</code> ausführen, damit
2150+
Briefcase weiß, dass sich die Anforderungen der gepackten App geändert haben:</p>
21452151
<div class="tabbed-set tabbed-alternate" data-tabs="4:5"><input checked="checked" id="__tabbed_4_1" name="__tabbed_4" type="radio" /><input id="__tabbed_4_2" name="__tabbed_4" type="radio" /><input id="__tabbed_4_3" name="__tabbed_4" type="radio" /><input id="__tabbed_4_4" name="__tabbed_4" type="radio" /><input id="__tabbed_4_5" name="__tabbed_4" type="radio" /><div class="tabbed-labels"><label for="__tabbed_4_1">macOS</label><label for="__tabbed_4_2">Linux</label><label for="__tabbed_4_3">Windows</label><label for="__tabbed_4_4">Android</label><label for="__tabbed_4_5">iOS</label></div>
21462152
<div class="tabbed-content">
21472153
<div class="tabbed-block">

es/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

es/tutorial/tutorial-0/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,10 +1794,11 @@ <h2 id="install-python">Instalar Python<a class="headerlink" href="#install-pyth
17941794
es (por ejemplo, Ubuntu 20.04 viene con Python 3.8), tendrá que actualizar su
17951795
distribución de Linux a algo más reciente.</p>
17961796
<p>La compatibilidad con Raspberry Pi es limitada por el momento.</p>
1797-
<p><strong>Important:</strong> You <em>must</em> use the system Python provided by your operating
1798-
system. Python installs from other sources (such as uv, pyenv, Anaconda,
1799-
manually compiled Python, etc.) will prevent you from successfully packaging
1800-
your application for distribution in later steps of this tutorial.</p>
1797+
<p><strong>Importante:</strong> <em>Debe</em> utilizar el sistema Python proporcionado por su sistema
1798+
operativo. Las instalaciones de Python procedentes de otras fuentes (como uv,
1799+
pyenv, Anaconda, Python compilado manualmente, etc.) le impedirán empaquetar
1800+
correctamente su aplicación para su distribución en los pasos posteriores de
1801+
este tutorial.</p>
18011802
</div>
18021803
<div class="tabbed-block">
18031804
<p>Si usas Windows, puedes obtener el instalador oficial desde <a href="https://www.python.org/downloads">La página web de
@@ -1845,12 +1846,13 @@ <h3 id="opensuse-tumbleweed"><strong>OpenSUSE Tumbleweed</strong><a class="heade
18451846
<div class="highlight"><pre><span></span><code><span class="gp">$ </span>sudo<span class="w"> </span>zypper<span class="w"> </span>install<span class="w"> </span>git<span class="w"> </span>patterns-devel-base-devel_basis<span class="w"> </span>pkgconf-pkg-config<span class="w"> </span>python3-devel<span class="w"> </span>gobject-introspection-devel<span class="w"> </span>cairo-devel<span class="w"> </span>gtk3<span class="w"> </span><span class="s1">&#39;typelib(Gtk)=3.0&#39;</span><span class="w"> </span>libcanberra-gtk3-module
18461847
</code></pre></div>
18471848
<div class="admonition">
1848-
<p class="admonition-title">Other Linux distributions</p>
1849-
<p>If you're on a Linux distribution that isn't on this list, and isn't derived
1850-
from one on this list (e.g., Linux Mint and Pop! OS are both Debian-derived
1851-
distributions; AlmaLinux is Fedora-derived), you will probably have difficulty
1852-
completing this tutorial. If Briefcase warns you that it "Can't verify system
1853-
packages", you won't be able to complete this tutorial.</p>
1849+
<p class="admonition-title">Otras distribuciones de Linux</p>
1850+
<p>Si utilizas una distribución de Linux que no aparece en esta lista y que no
1851+
deriva de ninguna de las que aparecen en ella (por ejemplo, Linux Mint y Pop! OS
1852+
son distribuciones derivadas de Debian; AlmaLinux deriva de Fedora),
1853+
probablemente tendrás dificultades para completar este tutorial. Si Briefcase te
1854+
avisa de que «No se pueden verificar los paquetes del sistema», no podrás
1855+
completar este tutorial.</p>
18541856
</div>
18551857
</div>
18561858
<div class="tabbed-block">

es/tutorial/tutorial-1/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,11 +1843,12 @@ <h2 id="ejecutar-la-aplicacion-en-modo-desarrollador">Ejecutar la aplicación en
18431843
<figcaption></figcaption>
18441844
</figure>
18451845
<div class="admonition">
1846-
<p class="admonition-title">Possible errors when running <code>briefcase dev</code></p>
1847-
<p>If you get an error when you run <code>briefcase dev</code>, it's almost certainly because
1848-
some of the system requirements haven't been installed. Make sure you have
1849-
<a class="autorefs autorefs-internal" title="Instalar dependencias" href="../tutorial-0/#install-dependencies">installed all the platform pre-requisites</a>; the error
1850-
message you receive should tell you which packages are missing.</p>
1846+
<p class="admonition-title">Posibles errores al ejecutar «briefcase dev»</p>
1847+
<p>Si obtienes un error al ejecutar <code>briefcase dev</code>, es casi seguro que se debe a
1848+
que algunos de los requisitos del sistema no se han instalado. Asegúrate de
1849+
haber <a class="autorefs autorefs-internal" title="Instalar dependencias" href="../tutorial-0/#install-dependencies">instalado todos los requisitos previos de la
1850+
plataforma</a>; el mensaje de error que recibas debería
1851+
indicarte qué paquetes faltan.</p>
18511852
</div>
18521853
</div>
18531854
<div class="tabbed-block">

0 commit comments

Comments
 (0)