calc, cuyo: add German translation (#6941)

beep
Anja Elzinger 2021-10-14 12:11:37 +02:00 committed by GitHub
parent 23978a3f42
commit b87928f6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

12
pages.de/linux/calc.md Normal file
View File

@ -0,0 +1,12 @@
# calc
> Ein interaktiver Rechner im Terminal mit beliebiger Genauigkeit.
> Weitere Informationen: <https://github.com/lcn2/calc>.
- Starte calc im interaktiven Modus:
`calc`
- Führe eine nicht-interaktive Berechnung durch:
`calc -p '{{85 * (36 / 4)}}'`

20
pages.de/linux/cuyo.md Normal file
View File

@ -0,0 +1,20 @@
# cuyo
> Tetris-ähnliches Spiel.
> Weitere Informationen: <https://www.karimmi.de/cuyo/>.
- Starte ein neues Spiel:
`cuyo`
- Verschiebe die Teile horizontal:
`{{A|D}} oder Pfeiltaste {{Links|Rechts}}`
- Drehe die Teile:
`{{W|Pfeiltaste nach oben}}`
- Lasse die Teile schnell fallen:
`{{S|Pfeiltaste nach unten}}`