2021-06-10 00:15:05 +00:00

17 lines
670 B
PHP

<?php
return [
'change_language' => 'Vaheta keelt',
'last_login' => 'Viimane sisselogimine :time',
'notifications' => [
'counter' => '{0} Teil pole teateid|{1} Teil on :count teade|[2,*] Teil on :count teadet',
'overdue_invoices' => '{1} :count maksetähtaja ületanud arve|[2,*] :count maksetähtaja ületanud arved',
'upcoming_bills' => '{1} :count peatselt saabuv ostuarve|[2,*] :count peatselt saabuvad ostuarved',
'view_all' => 'Vaata kõiki'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];