2019-11-18 20:38:25 +03:00

17 lines
921 B
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 входящих закупок',
'view_all' => 'Просмотреть все'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];