New translations time.mdx (Spanish)

This commit is contained in:
vcoppe 2024-07-24 12:33:28 +02:00
parent 752d1aef46
commit b9d90b4dd6

View file

@ -10,15 +10,15 @@ title: Tiempo
# <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool allows you to change or add timestamps to a trace. Esta herramienta le permite cambiar o añadir marcas de tiempo a un trazado.
You simply need to use the form shown below and validate it when you are done. Simplemente tiene que usar el formulario que se muestra a continuación y validarlo cuando haya terminado.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Time class="text-foreground p-3 border rounded-md shadow-lg" /> <Time class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
When you edit the speed, the moving time is adapted accordingly in the form, and vice versa. Al editar la velocidad, el tiempo de movimiento se actualiza en el formulario y viceversa.
Similarly, when you edit the start time, the end time is updated to keep the same total duration, and vice versa. De la misma manera, al editar la hora de inicio, la hora de finalización se actualiza para mantener la misma duración total, y viceversa.
<DocsNote> <DocsNote>