2019-11-18 20:43:18 +03:00

17 lines
772 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 notification|[2, *] У вас є :count notifications',
'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',
];