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()">
|
||||
<vn-textfield
|
||||
class="dense standout"
|
||||
placeholder="{{::'Search' | translate}}"
|
||||
placeholder="{{::'Search by' | translate: {modul: $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;
|
||||
|
||||
|
@ -288,6 +287,7 @@ ngModule.vnComponent('vnSearchbar', {
|
|||
suggestedFilter: '<?',
|
||||
panel: '@',
|
||||
info: '@?',
|
||||
placeholder: '@?',
|
||||
onSearch: '&?',
|
||||
baseState: '@?',
|
||||
autoState: '<?',
|
||||
|
|
|
@ -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: reclamaciones
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
BILL: N/INV {{ref}}
|
|
@ -1,6 +1,7 @@
|
|||
Active: Activo
|
||||
Amount: Importe
|
||||
Client: Cliente
|
||||
client: clientes
|
||||
Comercial Name: Comercial
|
||||
Has to invoice: Factura
|
||||
Invoice by mail: Factura via e-mail
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#Ordenar alfabeticamente
|
||||
|
||||
entry: entradas
|
||||
|
||||
# Sections
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Invoice out: Facturas
|
||||
invoiceOut: facturas
|
||||
Search invoices by reference: Buscar facturas por referencia
|
|
@ -1,4 +1,5 @@
|
|||
Item: Artículo
|
||||
item: articulos
|
||||
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 orders by id: Buscar en la cesta por identificador
|
||||
order: pedidos
|
|
@ -1,3 +1,4 @@
|
|||
Routes: Rutas
|
||||
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
|
||||
Some fields are invalid: Algunos campos no son válidos
|
||||
State: Estado
|
||||
Tickets: Tickets
|
||||
Tickets: Tiquets
|
||||
Warehouse: Almacén
|
||||
Worker: Trabajador
|
||||
VAT: IVA
|
||||
|
@ -59,8 +59,9 @@ Freezed: Congelado
|
|||
Risk: Riesgo
|
||||
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 deleted: Tiquet borrado
|
||||
Search ticket by id or alias: Buscar tiquets por identificador o alias
|
||||
ticket: tiquets
|
||||
|
||||
#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: envios
|
||||
|
||||
# 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: trabajadores
|
|
@ -28,4 +28,5 @@ Volumetric: Volumétrico
|
|||
Warehouse: Almacén
|
||||
Warehouses: Almacenes
|
||||
Week days: Días de la semana
|
||||
Zones: Zonas
|
||||
Zones: Zonas
|
||||
zone: zonas
|
Loading…
Reference in New Issue