salix/print/report/rpt-delivery-note/locale.js

33 lines
963 B
JavaScript
Raw Normal View History

2019-02-05 06:58:05 +00:00
module.exports = {
messages: {
es: {
title: 'Albarán',
ticketId: 'Albarán',
clientId: 'Cliente',
deliveryAddress: 'Dirección de entrega',
fiscalData: 'Datos fiscales',
saleLines: 'Líneas de pedido',
2019-02-05 06:58:05 +00:00
date: 'Fecha',
reference: 'Ref.',
quantity: 'Cant.',
2019-02-05 06:58:05 +00:00
concept: 'Concepto',
price: 'PVP/u',
discount: 'Dto.',
vat: 'IVA',
amount: 'Importe',
type: 'Tipo',
taxBase: 'Base imp.',
tax: 'Tasa',
fee: 'Cuota',
total: 'Total',
subtotal: 'Subtotal',
taxBreakdown: 'Desglose impositivo',
packagings: 'Cubos y embalajes',
services: 'Servicios',
vatType: 'Tipo de IVA',
digitalSignature: 'Firma digital',
2019-02-05 06:58:05 +00:00
ticket: 'Albarán {0}'
},
},
};