translations for ticket descriptor
This commit is contained in:
parent
e65942a296
commit
1d0d124d03
|
@ -11,7 +11,7 @@
|
|||
<div pad-medium>
|
||||
<h6>{{$ctrl.client.name}}</h6>
|
||||
<div>
|
||||
<vn-label translate>Id</vn-label> {{$ctrl.client.id}}
|
||||
<vn-label translate>ID</vn-label> {{$ctrl.client.id}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Phone</vn-label> {{$ctrl.client.phone | phone}}
|
||||
|
|
|
@ -11,28 +11,28 @@
|
|||
<div pad-medium>
|
||||
<h6>{{$ctrl.client.name}}</h6>
|
||||
<div>
|
||||
<vn-label translate>ID:</vn-label> {{$ctrl.ticket.id}}
|
||||
<vn-label translate>ID</vn-label> {{$ctrl.ticket.id}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Cliente:</vn-label> {{$ctrl.ticket.client.name}}
|
||||
<vn-label translate>Client</vn-label> {{$ctrl.ticket.client.name}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>State:</vn-label> {{$ctrl.ticket.ticketTracking.state.name}}
|
||||
<vn-label translate>State</vn-label> {{$ctrl.ticket.ticketTracking.state.name}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Sales person:</vn-label> {{$ctrl.ticket.client.salesPerson.firstName}} {{$ctrl.ticket.client.salesPerson.name}}
|
||||
<vn-label translate>Sales person</vn-label> {{$ctrl.ticket.client.salesPerson.firstName}} {{$ctrl.ticket.client.salesPerson.name}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Shipped:</vn-label> {{$ctrl.ticket.shipped | date}}
|
||||
<vn-label translate>Shipped</vn-label> {{$ctrl.ticket.shipped | date}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Agency:</vn-label> {{$ctrl.ticket.agencyMode.name}}
|
||||
<vn-label translate>Agency</vn-label> {{$ctrl.ticket.agencyMode.name}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Warehouse:</vn-label> {{$ctrl.ticket.warehouse.name}}
|
||||
<vn-label translate>Warehouse</vn-label> {{$ctrl.ticket.warehouse.name}}
|
||||
</div>
|
||||
<div>
|
||||
<vn-label translate>Alias:</vn-label> {{$ctrl.ticket.nickname}}
|
||||
<vn-label translate>Alias</vn-label> {{$ctrl.ticket.nickname}}
|
||||
</div>
|
||||
</div>
|
||||
</vn-card>
|
||||
|
|
|
@ -7,6 +7,7 @@ Checked: Comprobado
|
|||
Client: Cliente
|
||||
Company: Empresa
|
||||
Counter: Contador
|
||||
Created : Añadido
|
||||
Date : Fecha
|
||||
Delete: Borrar
|
||||
delete expedition: borrar expedición
|
||||
|
@ -14,30 +15,32 @@ Description: Descripción
|
|||
Discount: Descuento
|
||||
Employee : Empleado
|
||||
Expedition: Expedición
|
||||
Is checked: Comprobado
|
||||
Item: Articulo
|
||||
Landing: Llegada
|
||||
Landed: F. entrega
|
||||
Name: Nombre
|
||||
m³ per unit: m³ por unidad
|
||||
m³ per quantity: m³ por cantidad
|
||||
Notes: Notas
|
||||
New price: Nuevo precio
|
||||
New : Nuevo
|
||||
New state: Nuevo estado
|
||||
Notes: Notas
|
||||
Landing: Llegada
|
||||
Next: Siguiente
|
||||
Observation type: Tipo de observación
|
||||
Package type: Tipo de porte
|
||||
Price: Precio
|
||||
Price gap: Diferencia de precio
|
||||
Quantity: Cantidad
|
||||
Sale: Lineas del pedido
|
||||
Sale checked: Control clientes
|
||||
Shipment: Salida
|
||||
Next: Siguiente
|
||||
Shipped: F. envio
|
||||
Some fields are invalid: Algunos campos no son válidos
|
||||
State: Estado
|
||||
The observation type must be unique: El tipo de observación debe ser único
|
||||
Tickets: Tickets
|
||||
Tracking: Revisión
|
||||
Worker: Trabajador
|
||||
Created : Añadido
|
||||
Sale checked: Control clientes
|
||||
Is checked: Comprobado
|
||||
Volume: Volumen
|
||||
m³ per unit: m³ por unidad
|
||||
m³ per quantity: m³ por cantidad
|
||||
New price: Nuevo precio
|
||||
Price gap: Diferencia de precio
|
||||
Warehouse: Almacén
|
||||
Worker: Trabajador
|
Loading…
Reference in New Issue