echo, fdroid, fdroidcl, ffprobe, ffsend, fg, firefox, fortune, fuck, g++, gdb, gpg2, grep: add German translation (#5361)

This commit is contained in:
marchersimon
2021-03-07 15:12:23 +01:00
committed by GitHub
parent ed353b068b
commit 621355ceaf
13 changed files with 325 additions and 0 deletions

29
pages.de/common/fdroid.md Normal file
View File

@@ -0,0 +1,29 @@
# fdroid
> F-Droid Build Tool.
> F-Droid ist ein installierbarer Katalog mit FOSS (Freie Open Source Software) Apps für Android.
> Mehr Informationen: <https://f-droid.org/>.
- Kompiliere eine bestimmte App:
`fdroid build {{app_id}}`
- Kompiliere eine bestimmte App in einer Build-Server-VM:
`fdroid build {{app_id}} --server`
- Veröffentliche die App im lokalen Repository:
`fdroid publish {{app_id}}`
- Installiere die App auf jedem verbundenen Gerät:
`fdroid install {{app_id}}`
- Überprüfe, ob die Metadaten korrekt formatiert sind:
`fdroid lint --format {{app_id}}`
- Korrigiere die Formatierung automatisch (wenn möglich):
`fdroid rewritemeta {{app_id}}`