shared dashboards
This commit is contained in:
@@ -4,12 +4,10 @@ return [
|
||||
|
||||
'domain' => 'Domain',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Manage Companies',
|
||||
'all' => 'All Companies',
|
||||
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: You are not allowed to change this company!',
|
||||
'delete_active' => 'Error: Can not delete active company, please, change it first!',
|
||||
'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
10
resources/lang/en-GB/dashboards.php
Normal file
10
resources/lang/en-GB/dashboards.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
|
||||
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -52,7 +52,6 @@ return [
|
||||
'sales' => 'Sale|Sales',
|
||||
'purchases' => 'Purchases|Purchases',
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'welcome' => 'Welcome',
|
||||
'banking' => 'Banking',
|
||||
'general' => 'General',
|
||||
@@ -142,6 +141,8 @@ return [
|
||||
'cash' => 'Cash',
|
||||
'group_by' => 'Group By',
|
||||
'accounting' => 'Accounting',
|
||||
'sort' => 'Sort',
|
||||
'width' => 'Width',
|
||||
|
||||
'month' => 'Month',
|
||||
'year' => 'Year',
|
||||
@@ -161,6 +162,7 @@ return [
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
'add' => 'Add :type',
|
||||
'manage' => 'Manage :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
Reference in New Issue
Block a user