From 2f7056ec8cce54b2195d56b4350405843175dd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 9 Jun 2024 09:15:02 -0300 Subject: [PATCH] typeinc: add Spanish translation, update page (#12900) * typeinc: add Spanish translation, update page --------- Co-authored-by: spageektti Co-authored-by: K.B.Dharun Krishna Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.es/common/typeinc.md | 21 +++++++++++++++++++++ pages/common/typeinc.md | 14 +++++++------- 2 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 pages.es/common/typeinc.md diff --git a/pages.es/common/typeinc.md b/pages.es/common/typeinc.md new file mode 100644 index 0000000000..859c17cd09 --- /dev/null +++ b/pages.es/common/typeinc.md @@ -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: . + +- 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}}` diff --git a/pages/common/typeinc.md b/pages/common/typeinc.md index 8281c642ec..9e7e61f76e 100644 --- a/pages/common/typeinc.md +++ b/pages/common/typeinc.md @@ -1,6 +1,6 @@ # 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. > More information: . @@ -8,14 +8,14 @@ `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}}`