added Spanish translation

This commit is contained in:
denisdulici
2017-09-24 17:42:02 +03:00
parent 447f314eb5
commit 36c5f5bdf1
27 changed files with 723 additions and 1 deletions

View File

@ -0,0 +1,14 @@
<?php
return [
'change_language' => 'Cambiar idioma',
'last_login' => 'Último ingreso :time',
'notifications' => [
'counter' => '{0} No tiene notificaciones |{1} Tiene :count notificación | [2,*] Tiene :count notificaciones',
'overdue_invoices' => '{1} :count factura vencida | [2,*] :count facturas vencidas',
'upcoming_bills' => '{1} :count factura vencida|[2,*] :count facturas vencidas',
'view_all' => 'Ver todas'
],
];