34 lines
1.2 KiB
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'change_language' => 'Change Language',
'last_login' => 'Last login :time',
2021-06-27 15:31:40 +00:00
2020-12-26 23:32:05 +00:00
'notifications' => [
'counter' => '{0} You have no notification|{1} You have :count notification|[2,*] You have :count notifications',
2021-06-27 15:31:40 +00:00
'new_apps' => '{1} :count new app is published|[2,*] :count new apps published',
2020-12-26 23:32:05 +00:00
'overdue_invoices' => '{1} :count overdue invoice|[2,*] :count overdue invoices',
'upcoming_bills' => '{1} :count upcoming bill|[2,*] :count upcoming bills',
2021-06-27 15:31:40 +00: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',
],
2020-12-26 23:32:05 +00:00
],
2021-06-27 15:31:40 +00:00
2020-12-26 23:32:05 +00:00
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
2022-06-04 00:26:44 +00:00
'favorite' => [
'added_favorite' => 'Added to favourites',
'add_favorite' => 'Add to favourites',
],
2020-12-26 23:32:05 +00:00
];