Skip to content

Commit 5dd201d

Browse files
committed
New translations browserbuild.md (German)
1 parent c2db818 commit 5dd201d

1 file changed

Lines changed: 68 additions & 68 deletions

File tree

docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
(browser-build)=
22

3-
# Browser build
3+
# Im Browser erstellen (Browser Build)
44

5-
Building AAPS with GitHub Actions.
5+
AAPS mit GitHub-Aktionen erstellen.
66

7-
**Minimum AAPS version supported is 3.3.2.1.**
7+
**Ab AAPS-Version 3.3.2.1. möglich.**
88

99
## Kein Download möglich - APK muss selbst erstellt werden
1010

@@ -14,88 +14,88 @@ Zu den Details schaue bitte auf die [FAQ-Seite](../UsefulLinks/FAQ.md).
1414

1515
(Building-APK-without-a-computer)=
1616

17-
## Device and software specifications for building AAPS
17+
## Computer- und Software-Anforderungen für die AAPS-Erstellung
1818

19-
We recommend using an Android device. You can also use a computer or an iOS device.
19+
Wir empfehlen die Verwendung eines Android-Geräts. Du kannst allerdings auch einen Computer oder ein iOS-Gerät nutzen.
2020

21-
You will need to use multiple tabs in your browser, and switch from one to the other. Example Chrome:
21+
Du wirst in Deinem Browser mehrere Tabs verwenden und dabei zwischen diesen Tabs hin und her wechseln. Beispiel Chrome:
2222

2323
![fork_aaps](../images/Building-the-App/CI/BrowserBuildTabs.png)
2424

25-
You also need a Google account so that the app can be saved in your Google Drive.
25+
Zusätzlich benötigst Du ein Google-Konto, damit die App in Deinem Google-Drive gespeichert werden kann.
2626

2727
```{note}
28-
This wiki assumes you're performing all operations with your cellular phone and the Chrome web browser.
29-
You will need to jump from tab to tab: start with all tabs closed to avoid losing yourself when switching from one to another.
28+
Dieses Wiki geht davon aus, dass Du alle Operationen mit Deinem Smartphone und dem Chrome-Browser durchführst.
29+
Du wirst zwischen den Tabs springen: Starte mit geschlossenen Tabs. Das verhindert, dass Du Dich beim Umschalten von einem zum anderen „vertust“.
3030
```
3131

3232
(github-fork)=
3333

3434
## 1. AAPS personal fork
3535

36-
You will need to secretly store your personal Android Java Key and Google Drive information in GitHub (later in the process, we will explain how).
36+
Du musst Deinen persönlichen Android Java Key und Dein Google Drive-Informationen geheim in GitHub speichern (später im Prozess erklären wir, wie das geht).
3737

38-
Since this cannot be done inside the public repository of AndroidAPS, you need to make your personal copy of the source code (called a fork).
38+
Da das im öffentlichen AAPS-Repository nicht möglich ist, musst Du Deine persönliche Kopie des Quellcodes erstellen (sog. „Fork“).
3939

40-
### GitHub account
40+
### GitHub-Konto
4141

42-
You need to [create a GitHub account](https://github.com/signup) if you don't have one yet.
43-
You can sign up with your email, or you can sign up with Google. Follow the registration and verification process.
42+
Wenn Du noch kein GitHub-Konto hast, musst Du zuerst ein [GitHub-Konto erstellen](https://github.com/signup).
43+
Du kannst Dich mit einer eMail-Adresse oder mit Google registrieren. Durchlaufe den Registrierungs- und Verifikationsprozess.
4444

45-
When you have an account, [sign in to GitHub](https://github.com/login).
45+
Hast Du bereits ein Konto, [logge Dich in GitHub ein](https://github.com/login).
4646

47-
### Fork AndroidAPS
47+
### Fork AndroidAPS (neuen AAPS-Entwicklungsast bilden)
4848

49-
Open the official AndroidAPS repository following [this link](https://github.com/nightscout/AndroidAPS).
49+
Öffne das offizielle AndroidAPS-Repository hinter [diesem Link](https://github.com/nightscout/AndroidAPS).
5050

51-
Tap on the fork icon. This will create a copy inside your own account.
51+
Tippe auf das Fork-Symbol. Das erstellt in Deinem eigenen Konto eine Kopie.
5252

5353
![fork_aaps](../images/Building-the-App/CI/ForkAAPS.png)
5454

55-
Scroll down the next screen and tap **Create Fork**.
55+
Scrolle auf dem nächsten Bildschirm nach unten und tippe auf **Create Fork**.
5656

5757
![fork_aaps_confirm](../images/Building-the-App/CI/ForkAAPS2.png)
5858

59-
*Note: you can **unselect** "Copy the main branch only" if you will want to build developers versions or customizations.*
59+
*Notiz: Du kannst die Option „Copy the main branch only**deaktivieren**, wenn Du eine Entwicklerversion oder Anpassungen erstellen möchtest.*
6060

6161
![fork_aaps_main](../images/Building-the-App/CI/ForkAAPS3.png)
6262

6363
```{note}
64-
You cannot fork and you see this?</br></br>
64+
Forking a repository allows you to freely experiment with changes without affecting the original project. You cannot fork and you see this?</br></br>
6565
**`Create a new fork`**</br>
66-
`A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. View existing forks.`</br>
66+
`A fork is a copy of a repository. View existing forks.`</br>
6767
*`Required fields are marked with an asterisk (*).`*</br>
6868
**`No available destinations to fork this repository.`**</br></br>
69-
This means you already have an existing fork of AndroidAPS.</br>
70-
Make sure it's up to date and continue to Preparation Steps.
69+
Dies bedeutet, dass Du bereits einen existierenden Fork von AndroidAPS hast.</br>
70+
Stelle Sie sicher, dass der Fork aktuell ist und mache mit den Vorbereitungsschritten weiter.
7171
```
7272

7373
```{warning}
74-
**Never delete your fork without having done a backup of your secrets!**
74+
**Lösche niemals Deinen Fork, ohne ein Backup Deiner „Secrets“ (Passwörter) gemacht zu haben!**
7575
```
7676

77-
GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab open.
77+
GitHub zeigt jetzt Deine persönliche Kopie von AndroidAPS an. Lasse diesen Tab des Web-Browsers geöffnet.
7878

7979
![forked_aaps](../images/Building-the-App/CI/ForkAAPS4.png)
8080

8181
(aaps-ci-preparation)=
8282

83-
## 2. Preparation Steps
83+
## 2. Vorbereitende Schritte
8484

85-
- If you are building from an Android device, install [File Manager Plus](https://play.google.com/store/apps/details?id=com.alphainventor.filemanager) from the Google Play store.
85+
- Solltest Du die Erstellung auf einem Android-Gerät durchführen, installiere den [File Manager Plus](https://play.google.com/store/apps/details?id=com.alphainventor.filemanager) aus dem Google Play Store.
8686

8787
```{admonition} File Manager Plus
8888
:class: dropdown
8989
9090
:::{include} BrowserBuildFileManagerPlus.md
9191
```
9292

93-
- Download the preparation file from here: [aaps-ci-preparation.html](https://github.com/nightscout/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html)
93+
- Lade die Vorbereitungsdatei von [aaps-ci-preparation.html](https://github.com/nightscout/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html) herunter
9494

9595
````{admonition} Note
9696
:class: note
9797
98-
1. If you open this page from within an app (via a web view), the HTML file may not download. Please copy the URL and open it in your browser instead:
98+
1. Solltest Du diese Seite aus einer App heraus aufgerufen haben (über einen Webview), kann es sein, dass die HTML-Datei nicht heruntergeladen wird. Please copy the URL and open it in your browser instead:
9999
```text
100100
https://github.com/nightscout/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html
101101
```
@@ -116,33 +116,33 @@ https://github.com/nightscout/aaps-ci-preparation/releases/latest
116116
```
117117
<!--crowdin:enable-->
118118
````
119-
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS):
120-
- If this is your first time building AAPS (or you don't have a an Android Studio JKS), follow [AAPS-CI Option 1 – Generate JKS](aaps-ci-option1) to complete the setup.
119+
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS): -
120+
- Solltest Du AAPS das allererste Mal erstellen (oder Du kein Android Studio JKS haben), nutze den in [AAPS-CI Option 1 – JKS erzeugen](aaps-ci-option1) beschriebenen Weg, um das Setup abzuschließen.
121121
</br>
122122

123123
```{warning}
124-
Building AAPS with **Option 1** will not allow you to upgrade your existing AAPS.
125-
You will need to:
126-
1. [Export settings](#ExportImportSettings-Automating-Settings-Export) on your phone.
127-
2. Copy or upload the settings file from your phone to an external location (i.e. your computer, cloud storage service…).
128-
3. Generate a new version of the signed apk as described in Option 1 and transfer it to your phone.
129-
4. Uninstall previous AAPS version on your phone.
130-
5. Install new AAPS version on your phone.
131-
6. [Import settings](#ExportImportSettings-restoring-from-your-backups-on-a-new-phone-or-fresh-installation-of-aaps) to restore your objectives and configuration.
132-
7. Restore your data from Nightscout.
124+
Wenn Du AAPS mit der **Option 1** baust, kannst Du Deine bestehenden AAPS-Version nicht aktualisieren.
125+
Du musst:
126+
1. [Einstellungen auf Deinem Smartphone exportieren](#ExportImportSettings-Automating-Settings-Export).
127+
2. Kopiere die Datei mit den Einstellungen von Deinem Smartphone auf ein externes Gerät (d. h. Deinen Computer, externe Festplatte) oder lade sie in Deinen Cloudspeicher hoch.
128+
3. Erstelle, so wie es in der Anleitung zu Option 1 beschrieben ist, eine neue Version der signierten APK und transferiere diese auf Dein Smartphone.
129+
4. Deinstallieren die Vorgängerversion von AAPS auf Deinem Smartphone.
130+
5. Installiere die neue AAPS-Version auf Deinem Smartphone.
131+
6. [Einstellungen importieren](#ExportImportSettings-restoring-from-your-backups-on-a-new-phone-or-fresh-installation-of-aaps), um Deine Ziele (Objectives) und Einstellungen wiederherzustellen.
132+
7. Stelle die Daten aus Nightscout wieder her.
133133
```
134134

135-
- If you want to use your own JKS (the one you used on a previous build of AAPS from a computer in Android Studio), you know its password and alias (key0), please choose [AAPS-CI Option 2 – Upload Existing JKS](aaps-ci-option2).
135+
- Falls Du Deinen eigenen JKS, den Du bei einem früheren AAPS-Build mit einem in Android Studio genutzt hast, nutzen möchtest und Du das Passwort und den Alias (key0) kennst, wähle bitte [AAPS-CI Option 2 – Hochladen eines vorhandenen JKS](aaps-ci-option2).
136136

137137
</br>
138138

139-
The AAPS app will be saved in your Google Cloud drive once built.
139+
Sobald die AAPS-App erstellt wurde, wird sie in Deinem Google Cloud-Laufwerk gespeichert.
140140

141-
(aaps-ci-option1)=
142-
### AAPS-CI Option 1 – Generate JKS
143-
- Suitable for first-time users, or those without a JKS, or who have forgotten the password or alias.
144-
- Here are examples using multiple platforms below.
145-
- Select your platform in the list below, between Android (preferred choice), iOS or Computer.
141+
(aaps-ci-option2)=
142+
### AAPS-CI Option 1 – JKS erzeugen
143+
- Diese Option ist für Nutzende ohne JKS, oder die das Passwort oder den Alias vergessen haben.
144+
- Unten sind einige Beispiele von verschiedenen Plattformen verlinkt.
145+
- Wähle in der Liste unten die Plattform aus, die Du nutzt. Du kannst zwischen Android (bevorzugte Wahl), iOS oder PC/Computer wählen.
146146

147147
```{tab-set}
148148
@@ -163,23 +163,23 @@ The AAPS app will be saved in your Google Cloud drive once built.
163163
164164
```
165165

166-
Skip the next section and continue [here](#aaps-ci-google-drive-auth).
166+
Überspringe den nächsten Abschnitt und fahre [hier](#aaps-ci-google-drive-auth) fort.
167167

168168
---
169169

170170
(aaps-ci-option2)=
171171

172-
### AAPS-CI Option 2 – Upload Existing JKS
173-
- Suitable for users who already have a JKS and know the JKS password and alias (For `KEYSTORE_PASSWORD`, `KEY_ALIAS`, and `KEY_PASSWORD`, enter your actual password and alias in GitHub - those from Android Studio, see below where you used them.)
172+
### AAPS-CI Option 2 – Hochladen eines bestehenden JKS
173+
- Diese Option ist für Nutzende, die bereits einen JKS haben und dass zugehörige Passwort und den Alias kennen. Als `KEYSTORE_PASSWORD`, `KEY_ALIAS`, und `KEY_PASSWORD`, gib Dein aktuelles Password und Alias aus GitHub ein. Diejenigenen, die Android Studio nutzen, schauen unten nach, wo diese genutzt wurden.
174174

175175
```{admonition} KEY + PASSWORDS
176176
:class: dropdown
177177
178-
![Remember passwords](../images/Building-the-App/044_RememberPwd.png)
178+
![Passwort vergessen](../images/Building-the-App/044_RememberPwd.png)
179179
```
180180

181-
- Here are examples using multiple platforms below.
182-
- Select your platform in the list below, between Android (preferred choice) or Computer.
181+
- Unten sind einige Beispiele von verschiedenen Plattformen verlinkt.
182+
- Wähle in der Liste unten die Plattform aus, die Du nutzt. Du kannst zwischen Android (bevorzugte Wahl) oder PC/Computer wählen.
183183

184184

185185
```{tab-set}
@@ -200,37 +200,37 @@ Skip the next section and continue [here](#aaps-ci-google-drive-auth).
200200

201201
### AAPS-CI Google Drive Auth
202202

203-
Note: If you already followed this part in the video, you can now skip to [here](#github-build-apk).
203+
Hinweis: Solltest Du die Schritte aus dem Video bereits durchgeführt haben, kannst Du direkt [hierhin](#github-build-apk) springen.
204204

205-
Return to the File Explorer Plus tab.
205+
Gehe zurück zum „File Explorer Plus“-Tab.
206206

207-
Scroll down to the Google Drive Auth section and tap Start Auth.
207+
Scrolle bis zum „Google Drive Auth“-Abschnitt herunter und tippe auf "Start Auth".
208208

209209
![](../images/Building-the-App/CI/BrowserBuildStep44.png)
210210

211-
Select your Google account.
211+
Wähle Dein Google-Konto aus.
212212

213213
![](../images/Building-the-App/CI/BrowserBuildGAUTH1.png)
214214

215-
Scroll down and accept the access. The web page needs it to obtain the Google Drive authentication key.
215+
Scrolle herunter und erlaube den Zugriff. Die Webseite benötigt ihn, um den Google Drive Authentifizierungsschlüssel zu bekommen.
216216

217-
Tap Continue.
217+
Tippe auf „Continue.
218218

219219
![](../images/Building-the-App/CI/BrowserBuildGAUTH2.png)
220220

221-
The `GDRIVE_OAUTH2` field will populate, tap the top Copy button.
221+
Das Feld `GDRIVE_OAUTH2` wird ausgefüllt. Tippe auf die oberste „Copy“-Schaltfläche.
222222

223223
![](../images/Building-the-App/CI/BrowserBuildGAUTH3.png)
224224

225225
Switch back to the GitHub tab.
226226

227-
Scroll down to Repository secrets and tap New repository secret.
227+
Scrolle zu den „Repository Secrets“ herunter und tippe auf „New Repository Secret“.
228228

229-
If you followed Option 1 you should see this:
229+
Nutzt Du die Option 1, solltest Du Folgendes sehen:
230230

231231
![](../images/Building-the-App/CI/BrowserBuildGAUTH4.png)
232232

233-
If you followed Option 2 there will be more keys:
233+
Nutzt Du die Option 2, sind weitere Schlüssel notwendig:
234234

235235
![](../images/Building-the-App/CI/BrowserBuildGAUTH4b.png)
236236

@@ -252,11 +252,11 @@ Switch back to the GitHub tab.
252252

253253
![](../images/Building-the-App/CI/BrowserBuildGAUTH7.png)
254254

255-
GitHub will now be able to store the AAPS apk file in your Google Drive, once built.
255+
GitHub wird ab jetzt in der Lage sein, die AAPS-APK-Datei in Deinem Google Drive zu speichern, sobald sie erstellt wurde.
256256

257257
(github-build-apk)=
258-
## AAPS-CI GitHub Actions to Build the AAPS APK
259-
- Suitable for general users.
258+
## AAPS-CI GitHub Aktionen, um die AAPS APK zu erstellen
259+
- Passend für allgemeine Benutzer.
260260

261261
```{tab-set}
262262
@@ -279,7 +279,7 @@ GitHub will now be able to store the AAPS apk file in your Google Drive, once bu
279279
280280
```
281281

282-
### Build Version selection
282+
### Auswahl der zu erstellenden Version („Build Version“)
283283

284284
**Only AAPS versions from 3.3.2.1 and above will build with the Browser method.**
285285

0 commit comments

Comments
 (0)