ansiweather: add German translation (#9402)
* ansiweather: add german translation * Update pages.de/common/ansiweather.md * ansiweather: Change to imperative description
This commit is contained in:
16
pages.de/common/ansiweather.md
Normal file
16
pages.de/common/ansiweather.md
Normal 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}}`
|
Reference in New Issue
Block a user