Skip to content

Commit c36b1cb

Browse files
committed
Merge branch 'develop'
2 parents 930255e + 8486eef commit c36b1cb

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

lang/es/invoice.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?php
2+
3+
return [
4+
/*
5+
|--------------------------------------------------------------------------
6+
| Spanish Invoice Language Lines
7+
|--------------------------------------------------------------------------
8+
*/
9+
10+
'invoice' => 'Factura',
11+
'serial' => 'No. Serial',
12+
'date' => 'Fecha de la factura',
13+
'seller' => 'Vendedor',
14+
'buyer' => 'Comprador',
15+
'address' => 'Dirección',
16+
'code' => 'Código',
17+
'vat' => 'Código VAT',
18+
'phone' => 'Teléfono',
19+
'description' => 'Descripción',
20+
'units' => 'Unidades',
21+
'quantity' => 'Cant.',
22+
'price' => 'Precio',
23+
'discount' => 'Descuento',
24+
'tax' => 'Impuesto',
25+
'sub_total' => 'Sub total',
26+
'total_discount' => 'Total descuento',
27+
'taxable_amount' => 'Cantidad base',
28+
'total_taxes' => 'Total impuestos',
29+
'tax_rate' => 'Tasa de impuesto',
30+
'total_amount' => 'Cantidad total',
31+
'pay_until' => 'Favor pagar antes de',
32+
'amount_in_words' => 'Cantidad en palabras',
33+
'amount_in_words_format' => '%s %s y %s %s',
34+
'notes' => 'Notas',
35+
'shipping' => 'Envío',
36+
'paid' => 'Pagado',
37+
'due' => 'Programado',
38+
'page' => 'Página',
39+
];

0 commit comments

Comments
 (0)