Merge pull request 'searchbar translates' (#261) from 2247-refactor_searchBar into dev
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:
Carlos Jimenez Ruiz 2020-05-20 08:40:02 +00:00
commit 55c4ccdb29
16 changed files with 20 additions and 5 deletions

View File

@ -0,0 +1 @@
Search by: Search by {{module | translate}}

View File

@ -0,0 +1 @@
Search by: Buscar por {{module | translate}}

View File

@ -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

View File

@ -136,7 +136,6 @@ export default class Searchbar extends Component {
fromBar() {
let filter = {};
if (this.searchString)
filter.search = this.searchString;

View File

@ -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

View File

@ -0,0 +1 @@
BILL: N/INV {{ref}}

View File

@ -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

View File

@ -1,3 +1,5 @@
#Ordenar alfabeticamente
entry: entrada
# Sections

View File

@ -1,2 +1,3 @@
Invoice out: Facturas
invoiceOut: factura
Search invoices by reference: Buscar facturas por referencia

View File

@ -1,4 +1,5 @@
Item: Artículo
item: artículo
View item: Ver artículo
Category: Reino
Description: Descripción

View File

@ -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

View File

@ -1,3 +1,4 @@
Routes: Rutas
Search routes by id: Buscar rutas por identificador
New route: Nueva ruta
New route: Nueva ruta
route: ruta

View File

@ -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

View File

@ -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

View File

@ -18,3 +18,4 @@ User id: Id de usuario
View worker: Ver trabajador
Worker id: Id trabajador
Workers: Trabajadores
worker: trabajador

View File

@ -29,4 +29,5 @@ Volumetric: Volumétrico
Warehouse: Almacén
Warehouses: Almacenes
Week days: Días de la semana
Zones: Zonas
Zones: Zonas
zone: zona