mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 06:15:25 +02:00
calc, cuyo: add German translation (#6941)
This commit is contained in:
parent
23978a3f42
commit
b87928f6e5
2 changed files with 32 additions and 0 deletions
12
pages.de/linux/calc.md
Normal file
12
pages.de/linux/calc.md
Normal 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
20
pages.de/linux/cuyo.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue