2020-12-26 23:32:05 +00:00

17 lines
786 B
PHP

<?php
return [
'change_language' => 'Промена на јазик',
'last_login' => 'Последна најава :time',
'notifications' => [
'counter' => '{0} Немате известувања|{1} Имате :count известување |[2,*] Имате :count известувања',
'overdue_invoices' => '{1} :count задоцнета фактура|[2,*] :count задоцнети фактури',
'upcoming_bills' => '{1} :count сметка за плаќање|[2,*] :count сметки за плаќање',
'view_all' => 'Види ги сите'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];