34 lines
1.3 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'change_language' => 'Change Language',
'last_login' => 'Last login :time',
2021-06-19 18:16:09 +03:00
2017-09-14 22:21:00 +03:00
'notifications' => [
2021-06-22 18:24:28 +03:00
'counter' => '{0} You have no new notifications|{1} You have :count new notification|[2,*] You have :count new notifications',
'new_apps' => '{1} :count new app is published|[2,*] :count new apps published',
2017-09-14 22:21:00 +03:00
'overdue_invoices' => '{1} :count overdue invoice|[2,*] :count overdue invoices',
'upcoming_bills' => '{1} :count upcoming bill|[2,*] :count upcoming bills',
2021-06-19 18:16:09 +03:00
'view_all' => 'View All',
'exports' => [
'completed' => '{1} :count finished export|[2,*] :count finished exports',
'failed' => '{1} :count failed export|[2,*] :count failed exports',
],
'imports' => [
'completed' => '{1} :count finished import|[2,*] :count finished imports',
'failed' => '{1} :count failed import|[2,*] :count failed imports',
],
2017-09-14 22:21:00 +03:00
],
2021-06-19 18:16:09 +03:00
2018-10-10 11:35:52 +03:00
'docs_link' => 'https://akaunting.com/docs',
2019-11-16 10:21:14 +03:00
'support_link' => 'https://akaunting.com/support',
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
'favorite' => [
'added_favorite' => 'Added to favorites',
'add_favorite' => 'Add to favorites',
],
2017-09-14 22:21:00 +03:00
];