From 51961b6617c67684ef38dde3ba599426b67d0d49 Mon Sep 17 00:00:00 2001 From: Marcos Aparicio <84185899+marcos-aparicio@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:06:36 -0400 Subject: [PATCH] timew: add Spanish translation (#15876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Darío Hereñú Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages.es/common/timew.md | 32 ++++++++++++++++++++++++++++++++ pages/common/timew.md | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 pages.es/common/timew.md diff --git a/pages.es/common/timew.md b/pages.es/common/timew.md new file mode 100644 index 0000000000..daffe38bdb --- /dev/null +++ b/pages.es/common/timew.md @@ -0,0 +1,32 @@ +# timew + +> Una herramienta de registro y seguimiento de tiempo para medir la duración de actividades. +> Más información: . + +- Comienza a cronometrar una actividad: + +`timew start` + +- Etiqueta la actividad actual: + +`timew tag {{etiqueta_de_la_actividad}}` + +- Comienza a cronometrar y a la vez etiquetar una actividad nueva: + +`timew start {{etiqueta_de_la_actividad}}` + +- Detiene la actividad actual: + +`timew stop` + +- Registra una actividad pasada: + +`timew track {{tiempo_de_inicio}} - {{tiempo_de_finalización}} {{etiqueta_de_la_actividad}}` + +- Ve los elementos registrados de hoy: + +`timew summary` + +- Ve un reporte del último día, semana, mes actual, etc.: + +`timew summary :{{today|yesterday|week|lastweek|month|lastmonth|year|lastyear}}` diff --git a/pages/common/timew.md b/pages/common/timew.md index b52bc47a42..c4517d5d64 100644 --- a/pages/common/timew.md +++ b/pages/common/timew.md @@ -21,7 +21,7 @@ - Track an activity in the past: -`timew track {{start_time} - {{end_time}} {{activity_tag}}` +`timew track {{start_time}} - {{end_time}} {{activity_tag}}` - View tracked items of the day: