typeinc: add Spanish translation, update page (#12900)

* typeinc: add Spanish translation, update page

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/28/head
Darío Hereñú 2024-06-09 09:15:02 -03:00 committed by GitHub
parent d85609471d
commit 2f7056ec8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 7 deletions

View File

@ -0,0 +1,21 @@
# typeinc
> Un programa de línea de comandos basado en `ncurses` para probar la velocidad de tecleo, escrito en Python.
> Prueba diferentes niveles de dificultad y mejora tu velocidad de tecleo.
> Más información: <https://github.com/AnirudhG07/Typeinc>.
- Entra en la prueba de mecanografía:
`typeinc`
- Muestra la lista de los 10 primeros clasificados por nivel de dificultad de entrada::
`typeinc {{-r|--ranklist}} {{nivel_de_dificultad}}`
- Obtén palabras aleatorias en inglés presentes en nuestra lista de palabras:
`typeinc {{-w|--words}} {{conteo_de_palabras}}`
- Calcula el resultado hipotético en Typeinc:
`typeinc {{-s|--score}}`

View File

@ -1,6 +1,6 @@
# typeinc # typeinc
> An `ncurses` based terminal typing speed test program, written in python. > An `ncurses` based terminal typing speed test program, written in Python.
> Try out different difficulty levels and improve your typing speed. > Try out different difficulty levels and improve your typing speed.
> More information: <https://github.com/AnirudhG07/Typeinc>. > More information: <https://github.com/AnirudhG07/Typeinc>.
@ -8,14 +8,14 @@
`typeinc` `typeinc`
- Display the top 10 [r]anklist for input difficulty level: - Display the top 10 rank list for input difficulty level:
`typeinc --ranklist {{difficulty_level}}` `typeinc {{-r|--ranklist}} {{difficulty_level}}`
- Get random English [w]ords present in our wordlist: - Get random English words present in our wordlist:
`typeinc --words {{word_count}}` `typeinc {{-w|--words}} {{word_count}}`
- Calculate hypothetical Typeinc [s]core: - Calculate hypothetical Typeinc score:
`typeinc --score` `typeinc {{-s|--score}}`