diff --git a/src/pages/Ecomerce/InvoicesView.vue b/src/pages/Ecomerce/InvoicesView.vue index c31842db..0902c0d9 100644 --- a/src/pages/Ecomerce/InvoicesView.vue +++ b/src/pages/Ecomerce/InvoicesView.vue @@ -15,7 +15,7 @@ const years = ref([]); const invoices = ref([]); const columns = computed(() => [ - { name: 'ref', label: t('serial'), field: 'ref', align: 'left' }, + { name: 'ref', label: t('invoice'), field: 'ref', align: 'left' }, { name: 'issued', label: t('issued'), @@ -129,7 +129,7 @@ onMounted(async () => { en-US: noInvoicesFound: No invoices found - serial: Serial + invoice: Invoice issued: Date amount: Import downloadInvoicePdf: Download invoice PDF @@ -137,7 +137,7 @@ en-US: requestTheInvoiceToComercial: Request the invoice to your salesperson es-ES: noInvoicesFound: No se han encontrado facturas - serial: Serie + invoice: Factura issued: Fecha amount: Importe downloadInvoicePdf: Descargar factura en PDF @@ -145,7 +145,7 @@ es-ES: requestTheInvoiceToComercial: Solicita la factura a tu comercial ca-ES: noInvoicesFound: No s'han trobat factures - serial: Sèrie + invoice: Factura issued: Data amount: Import downloadInvoicePdf: Descarregar PDF @@ -153,7 +153,7 @@ ca-ES: requestTheInvoiceToComercial: Sol·licita la factura al teu comercial fr-FR: noInvoicesFound: Aucune facture trouvée - serial: Série + invoice: Facture issued: Date amount: Montant downloadInvoicePdf: Télécharger le PDF @@ -161,7 +161,7 @@ fr-FR: requestTheInvoiceToComercial: Demander la facture à votre commercial pt-PT: noInvoicesFound: Nenhuma fatura encontrada - serial: Serie + invoice: Fatura issued: Data amount: Importe downloadInvoicePdf: Baixar PDF