forked from verdnatura/salix-front
Fix route roadmaps
This commit is contained in:
parent
b76a021059
commit
4da74f8710
|
@ -134,8 +134,8 @@ es:
|
||||||
Roadmap: Troncal
|
Roadmap: Troncal
|
||||||
ETD date: Fecha ETD
|
ETD date: Fecha ETD
|
||||||
ETD hour: Hora ETD
|
ETD hour: Hora ETD
|
||||||
Tractor plate: Placa tractor
|
Tractor plate: Matrícula tractor
|
||||||
Trailer plate: Placa trailer
|
Trailer plate: Matrícula trailer
|
||||||
Carrier: Transportista
|
Carrier: Transportista
|
||||||
Price: Precio
|
Price: Precio
|
||||||
Driver name: Nombre del conductor
|
Driver name: Nombre del conductor
|
||||||
|
|
|
@ -124,8 +124,8 @@ const filter = {
|
||||||
<i18n>
|
<i18n>
|
||||||
es:
|
es:
|
||||||
Carrier: Transportista
|
Carrier: Transportista
|
||||||
Tractor Plate: Placa tractor
|
Tractor Plate: Matrícula tractor
|
||||||
Trailer Plate: Placa trailer
|
Trailer Plate: Matrícula trailer
|
||||||
Phone: Teléfono
|
Phone: Teléfono
|
||||||
Worker: Trabajador
|
Worker: Trabajador
|
||||||
Observations: Observaciones
|
Observations: Observaciones
|
||||||
|
|
|
@ -141,7 +141,7 @@ function previewRoadmap(id) {
|
||||||
<Teleport to="#searchbar">
|
<Teleport to="#searchbar">
|
||||||
<VnSearchbar
|
<VnSearchbar
|
||||||
data-key="RoadmapList"
|
data-key="RoadmapList"
|
||||||
:label="t('Search roadmap')"
|
:label="t('Search roadmaps')"
|
||||||
:info="t('You can search by roadmap reference')"
|
:info="t('You can search by roadmap reference')"
|
||||||
/>
|
/>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
|
@ -283,17 +283,18 @@ function previewRoadmap(id) {
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
es:
|
es:
|
||||||
Search roadmap: Buscar trocal
|
Search roadmaps: Buscar troncales
|
||||||
You can search by roadmap reference: Puedes buscar por referencia de la trocal
|
You can search by roadmap reference: Puedes buscar por referencia de la troncal
|
||||||
Delete roadmap(s): Eliminar trocal(es)
|
Delete roadmap(s): Eliminar troncal(es)
|
||||||
Selected roadmaps will be removed: Las trocales seleccionadas serán eliminadas
|
Selected roadmaps will be removed: Las troncales seleccionadas serán eliminadas
|
||||||
Are you sure you want to continue?: ¿Seguro que quieres continuar?
|
Are you sure you want to continue?: ¿Seguro que quieres continuar?
|
||||||
The date can't be empty: La fecha no puede estar vacía
|
The date can't be empty: La fecha no puede estar vacía
|
||||||
Clone Selected Routes: Clonar rutas seleccionadas
|
Clone Selected Routes: Clonar rutas seleccionadas
|
||||||
Create roadmap: Crear trocal
|
Create roadmap: Crear troncal
|
||||||
Roadmap: Trocal
|
Roadmap: Troncal
|
||||||
Carrier: Transportista
|
Carrier: Transportista
|
||||||
Plate: Placa
|
Plate: Matrícula
|
||||||
Price: Precio
|
Price: Precio
|
||||||
Observations: Observaciones
|
Observations: Observaciones
|
||||||
|
Preview: Vista previa
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue