sr-RS translation

This commit is contained in:
denisdulici
2018-11-12 11:14:09 +03:00
parent 597a0c53b5
commit f2dd5cd016
29 changed files with 984 additions and 1 deletions

View File

@ -0,0 +1,16 @@
<?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 надолазећих рачуна',
'items_stock' => '{1} :count ставка понестаје залиха|[2] :count ставке понестаје залиха |[3,*] :count ставке понестаје залиха',
'view_all' => 'Види све'
],
'docs_link' => 'https://akaunting.com/docs',
];