This commit is contained in:
denisdulici
2018-01-13 15:21:46 +03:00
parent 799502fabe
commit 6b9fcad919
26 changed files with 774 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'change_language' => 'Cambiar Idioma',
'last_login' => 'Último inicio de sesión :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 recibo por vencer | [2,*] :count recibos por vencer',
'items_stock' => '{1} :count producto/servicio sin stock | [2,*] :count productos/servicios sin stock',
'view_all' => 'Ver Todo'
],
];