2018-01-13 15:21:46 +03:00
|
|
|
<?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',
|
|
|
|
'view_all' => 'Ver Todo'
|
|
|
|
],
|
2018-11-08 12:11:42 +03:00
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
2020-02-18 17:13:54 +03:00
|
|
|
'support_link' => 'https://akaunting.com/support',
|
2018-01-13 15:21:46 +03:00
|
|
|
|
|
|
|
];
|