29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'change_language' => 'Canvia l\'idioma',
|
|
'last_login' => 'Última connexió: :time',
|
|
|
|
'notifications' => [
|
|
'counter' => '{0} No tens cap notificació|{1} Tens :count notificació|[2,*] Tens :count notificacions',
|
|
'new_apps' => 'S\'ha publicat {1} :count nova aplicació|S\'han publicat [2,*] :count noves aplicacions',
|
|
'overdue_invoices' => '{1} :count factura vençuda|[2,*] :count factures vençudes',
|
|
'upcoming_bills' => '{1} :count pròxima factura|[2,*] :count pròximes factures',
|
|
'view_all' => 'Veure tot',
|
|
|
|
'exports' => [
|
|
'completed' => '{1} :count exportació finalitzada|[2,*] :count exportacions finalitzades',
|
|
'failed' => '{1} :count exportació ha fallat|[2,*] :count exportacions han fallat',
|
|
],
|
|
'imports' => [
|
|
'completed' => '{1} :count importació finalitzada|[2,*] :count exportacions finalitzades',
|
|
'failed' => '{1} :count importació ha fallat|[2,*] :count importacions han fallat',
|
|
],
|
|
],
|
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
|
'support_link' => 'https://akaunting.com/support',
|
|
|
|
];
|