linux/a*, cp: add German translation (#6777)

This commit is contained in:
MeerBiene
2021-10-12 14:01:48 +02:00
committed by GitHub
parent 92558e2eb0
commit fb5e4b8305
24 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# arithmetic
> Quiz über simple arithmetische Probleme.
> Mehr Informationen: <https://manpages.debian.org/bsdgames/arithmetic.6.en.html>.
- Starte ein arithmetisches Quiz:
`arithmetic`
- Spezifiziere einen oder mehr arithemtische [O]peratoren um Probleme mit ihnen zu bekommen:
`arithmetic -o {{+|-|x|/}}`
- Gib eine Reichweite. Additions- und Multiplikationsprobleme werden Zahlen zwischen 0 und der gegebenen Reichweite enthalten. Subtraktionen und Divisionen werden Zahlen zwischen -1 und der gegebenen Reichweite enthalten.
`arithmetic -r {{7}}`