2019-03-25 15:29:11 +03:00

17 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'change_language' => 'Сменить язык',
'last_login' => 'Последний вход :time',
'notifications' => [
'counter' => '{0} Уведомления отсутствуют|{1} У Вас :count уведомление|[2,3,4] уведомления|[5,*]У Вас :count уведомлений',
'overdue_invoices' => '{1} :count просроченный счёт|[2,3,4] :count просроченные счета|[5,*] :count просроченных счетов',
'upcoming_bills' => '{1} :count входящая закупка|[2,3,4] :count входящих закупок|[5,*] :count входящих закупок',
'items_stock' => '{1} : количество распроданного товара | [2, *]: количество распроданных товаров',
'view_all' => 'Просмотреть все'
],
'docs_link' => 'https://akaunting.com/docs',
];