add: filters locations & offerts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { all } from "axios";
|
||||
|
||||
|
||||
const es = {
|
||||
@@ -45,9 +46,15 @@ const es = {
|
||||
driver: 'Conductor',
|
||||
filters: 'Filtros',
|
||||
location: 'Ubicación',
|
||||
both: 'Ambas',
|
||||
alls: 'Todos los directorios',
|
||||
both: 'Carga/Descarga',
|
||||
load: 'Carga',
|
||||
download: 'Descarga',
|
||||
accepted: 'Ofertas aceptadas',
|
||||
notAccepted: 'Ofertas no aceptadas',
|
||||
withdraw: 'Ofertas retiradas',
|
||||
completed: 'Ofertas completadas',
|
||||
all: 'Todas las ofertas',
|
||||
select: 'Seleccionar',
|
||||
additionalInformation: 'Información adicional',
|
||||
writeHere: 'Escribe aqui',
|
||||
@@ -342,7 +349,7 @@ const es = {
|
||||
loadingRetired: 'Retirando oferta',
|
||||
msgTitleRetire: 'Oferta retirada!',
|
||||
|
||||
title: 'Mis ofertas aceptadas',
|
||||
title: 'Mis ofertas',
|
||||
retired: 'Retirado',
|
||||
withdraw: 'Retirar',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user