v2 first commit
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'dashboards' => 'Dashboard|Dashboards',
|
||||
'items' => 'Item|Items',
|
||||
'incomes' => 'Income|Incomes',
|
||||
'invoices' => 'Invoice|Invoices',
|
||||
@ -41,8 +42,15 @@ return [
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'developers' => 'Developer|Developers',
|
||||
'schedules' => 'Schedule|Schedules',
|
||||
'groups' => 'Group|Groups',
|
||||
'charts' => 'Chart|Charts',
|
||||
'localisations' => 'Localisation|Localisations',
|
||||
'defaults' => 'Default|Defaults',
|
||||
'widgets' => 'Widget|Widgets',
|
||||
|
||||
'dashboard' => 'Dashboard',
|
||||
'welcome' => 'Welcome',
|
||||
'banking' => 'Banking',
|
||||
'general' => 'General',
|
||||
'no_records' => 'No records.',
|
||||
@ -54,6 +62,7 @@ return [
|
||||
'no' => 'No',
|
||||
'na' => 'N/A',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'quarterly' => 'Quarterly',
|
||||
'yearly' => 'Yearly',
|
||||
@ -83,6 +92,7 @@ return [
|
||||
'switch' => 'Switch',
|
||||
'color' => 'Colour',
|
||||
'save' => 'Save',
|
||||
'confirm' => 'Confirm',
|
||||
'cancel' => 'Cancel',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'From',
|
||||
@ -115,17 +125,27 @@ return [
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Created Date',
|
||||
'period' => 'Period',
|
||||
'frequency' => 'Frequency',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
'footer' => 'Footer',
|
||||
'start_date' => 'Start Date',
|
||||
'basis' => 'Basis',
|
||||
'accrual' => 'Accrual',
|
||||
'cash' => 'Cash',
|
||||
'group_by' => 'Group By',
|
||||
'accounting' => 'Accounting',
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
'edit' => 'Edit :type',
|
||||
'delete' => 'Delete :type',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
'add' => 'Add :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@ -134,6 +154,7 @@ return [
|
||||
'field' => '- Select :field -',
|
||||
'file' => 'Select File',
|
||||
],
|
||||
'add_new' => 'Add New :field',
|
||||
'no_file_selected' => 'No file selected...',
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user