spanish translation

This commit is contained in:
denisdulici
2019-11-23 21:53:25 +03:00
parent 007a2bf31f
commit b88ffcd81b
21 changed files with 287 additions and 104 deletions

View File

@@ -32,8 +32,8 @@ return [
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'create_bill' => 'Crear Recibo',
'receive_bill' => 'Recibe Recibo',
'make_payment' => 'Hacer Pago',
'receive_bill' => 'Recibir factura',
'make_payment' => 'Pagar',
'status' => [
'draft' => 'Borrador',
@@ -44,12 +44,12 @@ return [
'messages' => [
'received' => 'Recibo marcado como recibido con éxito!',
'draft' => 'Este es un recibo <b>BORRADOR</b> y se reflejará en los gráficos luego de recibirse.',
'draft' => 'Este es un<b>BORRADOR</b> de factura y se reflejará en los gráficos luego de que sea enviada.',
'status' => [
'created' => 'Creado el :date',
'receive' => [
'draft' => 'No enviado',
'draft' => 'Sin enviar',
'received' => 'Recibido el :date',
],
'paid' => [