searchbar translates
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
73035c5d65
commit
d289c17530
|
@ -0,0 +1 @@
|
||||||
|
Search by: Search by {{modul | translate}}
|
|
@ -0,0 +1 @@
|
||||||
|
Search by: Buscar por {{modul | translate}}
|
|
@ -1,7 +1,7 @@
|
||||||
<form ng-submit="$ctrl.onSubmit()">
|
<form ng-submit="$ctrl.onSubmit()">
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
class="dense standout"
|
class="dense standout"
|
||||||
placeholder="{{::'Search' | translate}}"
|
placeholder="{{::'Search by' | translate: {modul: $ctrl.baseState} }}"
|
||||||
ng-model="$ctrl.searchString">
|
ng-model="$ctrl.searchString">
|
||||||
<prepend>
|
<prepend>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
|
|
|
@ -136,7 +136,6 @@ export default class Searchbar extends Component {
|
||||||
|
|
||||||
fromBar() {
|
fromBar() {
|
||||||
let filter = {};
|
let filter = {};
|
||||||
|
|
||||||
if (this.searchString)
|
if (this.searchString)
|
||||||
filter.search = this.searchString;
|
filter.search = this.searchString;
|
||||||
|
|
||||||
|
@ -288,6 +287,7 @@ ngModule.vnComponent('vnSearchbar', {
|
||||||
suggestedFilter: '<?',
|
suggestedFilter: '<?',
|
||||||
panel: '@',
|
panel: '@',
|
||||||
info: '@?',
|
info: '@?',
|
||||||
|
placeholder: '@?',
|
||||||
onSearch: '&?',
|
onSearch: '&?',
|
||||||
baseState: '@?',
|
baseState: '@?',
|
||||||
autoState: '<?',
|
autoState: '<?',
|
||||||
|
|
|
@ -14,4 +14,5 @@ Send Pickup order: Enviar orden de recogida
|
||||||
Show Pickup order: Ver 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
|
Search claim by id or client name: Buscar reclamaciones por identificador o nombre de cliente
|
||||||
Claim deleted!: Reclamación eliminada!
|
Claim deleted!: Reclamación eliminada!
|
||||||
|
claim: reclamaciones
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
BILL: N/INV {{ref}}
|
|
@ -1,6 +1,7 @@
|
||||||
Active: Activo
|
Active: Activo
|
||||||
Amount: Importe
|
Amount: Importe
|
||||||
Client: Cliente
|
Client: Cliente
|
||||||
|
client: clientes
|
||||||
Comercial Name: Comercial
|
Comercial Name: Comercial
|
||||||
Has to invoice: Factura
|
Has to invoice: Factura
|
||||||
Invoice by mail: Factura via e-mail
|
Invoice by mail: Factura via e-mail
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
#Ordenar alfabeticamente
|
#Ordenar alfabeticamente
|
||||||
|
|
||||||
|
entry: entradas
|
||||||
|
|
||||||
# Sections
|
# Sections
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
Invoice out: Facturas
|
Invoice out: Facturas
|
||||||
|
invoiceOut: facturas
|
||||||
Search invoices by reference: Buscar facturas por referencia
|
Search invoices by reference: Buscar facturas por referencia
|
|
@ -1,4 +1,5 @@
|
||||||
Item: Artículo
|
Item: Artículo
|
||||||
|
item: articulos
|
||||||
View item: Ver artículo
|
View item: Ver artículo
|
||||||
Category: Reino
|
Category: Reino
|
||||||
Description: Descripción
|
Description: Descripción
|
||||||
|
|
|
@ -20,4 +20,5 @@ Color and price: Color y precio
|
||||||
Ascendant: Ascendente
|
Ascendant: Ascendente
|
||||||
Descendant: Descendente
|
Descendant: Descendente
|
||||||
Created from: Creado desde
|
Created from: Creado desde
|
||||||
Search orders by id: Buscar en la cesta por identificador
|
Search orders by id: Buscar en la cesta por identificador
|
||||||
|
order: pedidos
|
|
@ -1,3 +1,4 @@
|
||||||
Routes: Rutas
|
Routes: Rutas
|
||||||
Search routes by id: Buscar rutas por identificador
|
Search routes by id: Buscar rutas por identificador
|
||||||
New route: Nueva ruta
|
New route: Nueva ruta
|
||||||
|
route: rutas
|
|
@ -49,7 +49,7 @@ Shipment: Salida
|
||||||
Shipped: F. envío
|
Shipped: F. envío
|
||||||
Some fields are invalid: Algunos campos no son válidos
|
Some fields are invalid: Algunos campos no son válidos
|
||||||
State: Estado
|
State: Estado
|
||||||
Tickets: Tickets
|
Tickets: Tiquets
|
||||||
Warehouse: Almacén
|
Warehouse: Almacén
|
||||||
Worker: Trabajador
|
Worker: Trabajador
|
||||||
VAT: IVA
|
VAT: IVA
|
||||||
|
@ -59,8 +59,9 @@ Freezed: Congelado
|
||||||
Risk: Riesgo
|
Risk: Riesgo
|
||||||
Invoice: Factura
|
Invoice: Factura
|
||||||
You are going to delete this ticket: Vas a eliminar este ticket
|
You are going to delete this ticket: Vas a eliminar este ticket
|
||||||
Ticket deleted: Ticket borrado
|
Ticket deleted: Tiquet borrado
|
||||||
Search ticket by id or alias: Buscar tickets por identificador o alias
|
Search ticket by id or alias: Buscar tiquets por identificador o alias
|
||||||
|
ticket: tiquets
|
||||||
|
|
||||||
#sections
|
#sections
|
||||||
List: Listado
|
List: Listado
|
||||||
|
|
|
@ -13,6 +13,8 @@ Received: Recibido
|
||||||
Travel id: Id envío
|
Travel id: Id envío
|
||||||
Search travels by id: Buscar envíos por identificador
|
Search travels by id: Buscar envíos por identificador
|
||||||
New travel: Nuevo envío
|
New travel: Nuevo envío
|
||||||
|
travel: envios
|
||||||
|
|
||||||
# Sections
|
# Sections
|
||||||
Travels: Envíos
|
Travels: Envíos
|
||||||
Log: Historial
|
Log: Historial
|
||||||
|
|
|
@ -18,3 +18,4 @@ User id: Id de usuario
|
||||||
View worker: Ver trabajador
|
View worker: Ver trabajador
|
||||||
Worker id: Id trabajador
|
Worker id: Id trabajador
|
||||||
Workers: Trabajadores
|
Workers: Trabajadores
|
||||||
|
worker: trabajadores
|
|
@ -28,4 +28,5 @@ Volumetric: Volumétrico
|
||||||
Warehouse: Almacén
|
Warehouse: Almacén
|
||||||
Warehouses: Almacenes
|
Warehouses: Almacenes
|
||||||
Week days: Días de la semana
|
Week days: Días de la semana
|
||||||
Zones: Zonas
|
Zones: Zonas
|
||||||
|
zone: zonas
|
Loading…
Reference in New Issue