ansiweather: add German translation (#9402)

* ansiweather: add german translation

* Update pages.de/common/ansiweather.md


* ansiweather: Change to imperative description
pull/1/head
Michael Schwarz 2022-12-18 20:23:40 +01:00 committed by GitHub
parent f5365b44fd
commit 167e805b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# ansiweather
> Ein Shell-Skript um die aktuellen Wetterbedingungen in einem Terminal anzuzeigen.
> Weitere Informationen: <https://github.com/fcambus/ansiweather>.
- Zeige eine Vorhersage für die nächsten fünf Tage für Rzeszow, Polen in metrischen Einheiten an:
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
- Zeige eine Vorhersage mit Symbolen und Tageslichtdaten für den aktuellen Standort an:
`ansiweather -s {{true}} -d {{true}}`
- Zeige eine Vorhersage mit Wind- und Luftfeuchtigkeitsdaten für den aktuellen Standort an:
`ansiweather -w {{true}} -h {{true}}`