certbot, code, phpbu: add German translation (#4865)

This commit is contained in:
Michael Schwarz
2020-10-26 13:19:59 +01:00
committed by GitHub
parent 59dbe4e9ef
commit ec8f27608d
3 changed files with 77 additions and 0 deletions

28
pages.de/common/code.md Normal file
View File

@@ -0,0 +1,28 @@
# code
> Visual Studio Code.
> Mehr informationen: <https://github.com/microsoft/vscode>.
- VS Code öffnen:
`code`
- Aktuelles Verzeichnis in VS Code öffnen:
`code .`
- Eine Datei oder einen Ordner in VS Code öffnen:
`code {{pfad/zu/datei_oder_ordner}}`
- Eine Datei oder einen Ordner im aktuell geöffnetem VS Code Fenster öffnen:
`code --reuse-window {{pfad/zu/datei_oder_ordner}}`
- Zeit Dateien in VS Code öffnen:
`code -d {{datei1}} {{datei2}}`
- VS Code mit super user (sudo) Rechten öffnen:
`sudo code {{pfad/zu/datei_oder_ordner}} --user-data-dir`

20
pages.de/common/phpbu.md Normal file
View File

@@ -0,0 +1,20 @@
# phpbu
> Ein Backup framework für PHP.
> Mehr informationen: <https://phpbu.de>.
- Backups mit der Standard "phpbu.xml" Konfigurationsdatei ausführen:
`phpbu`
- Backups mit einer spezifischen Konfigurationsdatei ausführen:
`phpbu --configuration={{pfad/zu/konfiguration.xml}}`
- Nur die angegebenen Backups ausführen:
`phpbu --limit={{backup_art}}`
- Aktionen die ausgeführt worden wären simulieren:
`phpbu --simulate`