Merge pull request 'searchbar translates' (#261) from 2247-refactor_searchBar into dev
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
Reviewed-by: Joan Sanchez <joan@verdnatura.es> Reviewed-by: Carlos Jimenez <carlosjr@verdnatura.es>
This commit is contained in:
commit
55c4ccdb29
|
@ -0,0 +1 @@
|
|||
Search by: Search by {{module | translate}}
|
|
@ -0,0 +1 @@
|
|||
Search by: Buscar por {{module | translate}}
|
|
@ -1,7 +1,7 @@
|
|||
<form ng-submit="$ctrl.onSubmit()">
|
||||
<vn-textfield
|
||||
class="dense standout"
|
||||
placeholder="{{::'Search' | translate}}"
|
||||
placeholder="{{::'Search by' | translate: {module: $ctrl.baseState} }}"
|
||||
ng-model="$ctrl.searchString">
|
||||
<prepend>
|
||||
<vn-icon
|
||||
|
|
|
@ -136,7 +136,6 @@ export default class Searchbar extends Component {
|
|||
|
||||
fromBar() {
|
||||
let filter = {};
|
||||
|
||||
if (this.searchString)
|
||||
filter.search = this.searchString;
|
||||
|
||||
|
|
|
@ -14,4 +14,5 @@ Send Pickup order: Enviar orden de recogida
|
|||
Show Pickup order: Ver orden de recogida
|
||||
Search claim by id or client name: Buscar reclamaciones por identificador o nombre de cliente
|
||||
Claim deleted!: Reclamación eliminada!
|
||||
claim: reclamacióm
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
BILL: N/INV {{ref}}
|
|
@ -1,6 +1,7 @@
|
|||
Active: Activo
|
||||
Amount: Importe
|
||||
Client: Cliente
|
||||
client: cliente
|
||||
Comercial Name: Comercial
|
||||
Has to invoice: Factura
|
||||
Invoice by mail: Factura via e-mail
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#Ordenar alfabeticamente
|
||||
|
||||
entry: entrada
|
||||
|
||||
# Sections
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Invoice out: Facturas
|
||||
invoiceOut: factura
|
||||
Search invoices by reference: Buscar facturas por referencia
|
|
@ -1,4 +1,5 @@
|
|||
Item: Artículo
|
||||
item: artículo
|
||||
View item: Ver artículo
|
||||
Category: Reino
|
||||
Description: Descripción
|
||||
|
|
|
@ -20,4 +20,5 @@ Color and price: Color y precio
|
|||
Ascendant: Ascendente
|
||||
Descendant: Descendente
|
||||
Created from: Creado desde
|
||||
Search orders by id: Buscar en la cesta por identificador
|
||||
Search order by id: Buscar el pedido por identificador
|
||||
order: pedido
|
|
@ -1,3 +1,4 @@
|
|||
Routes: Rutas
|
||||
Search routes by id: Buscar rutas por identificador
|
||||
New route: Nueva ruta
|
||||
route: ruta
|
|
@ -61,6 +61,7 @@ Invoice: Factura
|
|||
You are going to delete this ticket: Vas a eliminar este ticket
|
||||
Ticket deleted: Ticket borrado
|
||||
Search ticket by id or alias: Buscar tickets por identificador o alias
|
||||
ticket: ticket
|
||||
|
||||
#sections
|
||||
List: Listado
|
||||
|
|
|
@ -13,6 +13,8 @@ Received: Recibido
|
|||
Travel id: Id envío
|
||||
Search travels by id: Buscar envíos por identificador
|
||||
New travel: Nuevo envío
|
||||
travel: envio
|
||||
|
||||
# Sections
|
||||
Travels: Envíos
|
||||
Log: Historial
|
||||
|
|
|
@ -18,3 +18,4 @@ User id: Id de usuario
|
|||
View worker: Ver trabajador
|
||||
Worker id: Id trabajador
|
||||
Workers: Trabajadores
|
||||
worker: trabajador
|
|
@ -30,3 +30,4 @@ Warehouse: Almacén
|
|||
Warehouses: Almacenes
|
||||
Week days: Días de la semana
|
||||
Zones: Zonas
|
||||
zone: zona
|
Loading…
Reference in New Issue