2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
'dashboards' => 'Dashboard|Dashboards',
|
2017-09-14 22:21:00 +03:00
|
|
|
'items' => 'Item|Items',
|
|
|
|
'incomes' => 'Income|Incomes',
|
|
|
|
'invoices' => 'Invoice|Invoices',
|
|
|
|
'revenues' => 'Revenue|Revenues',
|
|
|
|
'customers' => 'Customer|Customers',
|
|
|
|
'expenses' => 'Expense|Expenses',
|
|
|
|
'bills' => 'Bill|Bills',
|
|
|
|
'payments' => 'Payment|Payments',
|
|
|
|
'vendors' => 'Vendor|Vendors',
|
|
|
|
'accounts' => 'Account|Accounts',
|
|
|
|
'transfers' => 'Transfer|Transfers',
|
|
|
|
'transactions' => 'Transaction|Transactions',
|
|
|
|
'reports' => 'Report|Reports',
|
|
|
|
'settings' => 'Setting|Settings',
|
|
|
|
'categories' => 'Category|Categories',
|
|
|
|
'currencies' => 'Currency|Currencies',
|
|
|
|
'tax_rates' => 'Tax Rate|Tax Rates',
|
|
|
|
'users' => 'User|Users',
|
|
|
|
'roles' => 'Role|Roles',
|
|
|
|
'permissions' => 'Permission|Permissions',
|
|
|
|
'modules' => 'App|Apps',
|
|
|
|
'companies' => 'Company|Companies',
|
|
|
|
'profits' => 'Profit|Profits',
|
|
|
|
'taxes' => 'Tax|Taxes',
|
2018-03-06 17:22:59 +03:00
|
|
|
'logos' => 'Logo|Logos',
|
2017-09-14 22:21:00 +03:00
|
|
|
'pictures' => 'Picture|Pictures',
|
|
|
|
'types' => 'Type|Types',
|
|
|
|
'payment_methods' => 'Payment Method|Payment Methods',
|
|
|
|
'compares' => 'Income vs Expense|Incomes vs Expenses',
|
|
|
|
'notes' => 'Note|Notes',
|
|
|
|
'totals' => 'Total|Totals',
|
|
|
|
'languages' => 'Language|Languages',
|
|
|
|
'updates' => 'Update|Updates',
|
|
|
|
'numbers' => 'Number|Numbers',
|
2017-09-27 21:40:25 +03:00
|
|
|
'statuses' => 'Status|Statuses',
|
2018-04-24 01:03:01 +03:00
|
|
|
'others' => 'Other|Others',
|
2018-10-27 17:57:40 +03:00
|
|
|
'contacts' => 'Contact|Contacts',
|
|
|
|
'reconciliations' => 'Reconciliation|Reconciliations',
|
2018-12-11 16:58:10 +03:00
|
|
|
'developers' => 'Developer|Developers',
|
2019-11-16 10:21:14 +03:00
|
|
|
'schedules' => 'Schedule|Schedules',
|
|
|
|
'groups' => 'Group|Groups',
|
|
|
|
'charts' => 'Chart|Charts',
|
|
|
|
'localisations' => 'Localisation|Localisations',
|
|
|
|
'defaults' => 'Default|Defaults',
|
|
|
|
'widgets' => 'Widget|Widgets',
|
2019-12-25 21:48:05 +03:00
|
|
|
'templates' => 'Template|Templates',
|
2019-12-31 15:49:09 +03:00
|
|
|
'sales' => 'Sale|Sales',
|
|
|
|
'purchases' => 'Purchases|Purchases',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
'welcome' => 'Welcome',
|
2017-09-14 22:21:00 +03:00
|
|
|
'banking' => 'Banking',
|
|
|
|
'general' => 'General',
|
|
|
|
'no_records' => 'No records.',
|
|
|
|
'date' => 'Date',
|
|
|
|
'amount' => 'Amount',
|
|
|
|
'enabled' => 'Enabled',
|
|
|
|
'disabled' => 'Disabled',
|
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
|
|
|
'na' => 'N/A',
|
|
|
|
'daily' => 'Daily',
|
2019-11-16 10:21:14 +03:00
|
|
|
'weekly' => 'Weekly',
|
2017-09-14 22:21:00 +03:00
|
|
|
'monthly' => 'Monthly',
|
2017-12-13 02:21:32 +03:00
|
|
|
'quarterly' => 'Quarterly',
|
2017-09-14 22:21:00 +03:00
|
|
|
'yearly' => 'Yearly',
|
|
|
|
'add' => 'Add',
|
|
|
|
'add_new' => 'Add New',
|
2020-01-19 10:46:46 +03:00
|
|
|
'add_income' => 'Add Income',
|
|
|
|
'add_expense' => 'Add Expense',
|
2017-09-14 22:21:00 +03:00
|
|
|
'show' => 'Show',
|
|
|
|
'edit' => 'Edit',
|
|
|
|
'delete' => 'Delete',
|
|
|
|
'send' => 'Send',
|
|
|
|
'download' => 'Download',
|
|
|
|
'delete_confirm' => 'Confirm delete :name :type?',
|
|
|
|
'name' => 'Name',
|
|
|
|
'email' => 'Email',
|
|
|
|
'tax_number' => 'Tax Number',
|
|
|
|
'phone' => 'Phone',
|
|
|
|
'address' => 'Address',
|
|
|
|
'website' => 'Website',
|
|
|
|
'actions' => 'Actions',
|
|
|
|
'description' => 'Description',
|
|
|
|
'manage' => 'Manage',
|
|
|
|
'code' => 'Code',
|
|
|
|
'alias' => 'Alias',
|
|
|
|
'balance' => 'Balance',
|
|
|
|
'reference' => 'Reference',
|
|
|
|
'attachment' => 'Attachment',
|
|
|
|
'change' => 'Change',
|
2019-12-23 16:15:33 +03:00
|
|
|
'change_type' => 'Change :type',
|
2017-12-10 09:03:47 +03:00
|
|
|
'switch' => 'Switch',
|
2017-09-14 22:21:00 +03:00
|
|
|
'color' => 'Colour',
|
|
|
|
'save' => 'Save',
|
2019-11-16 10:21:14 +03:00
|
|
|
'confirm' => 'Confirm',
|
2017-09-14 22:21:00 +03:00
|
|
|
'cancel' => 'Cancel',
|
2018-09-17 13:57:03 +03:00
|
|
|
'loading' => 'Loading...',
|
2017-09-14 22:21:00 +03:00
|
|
|
'from' => 'From',
|
|
|
|
'to' => 'To',
|
|
|
|
'print' => 'Print',
|
|
|
|
'search' => 'Search',
|
|
|
|
'search_placeholder' => 'Type to search..',
|
|
|
|
'filter' => 'Filter',
|
|
|
|
'help' => 'Help',
|
|
|
|
'all' => 'All',
|
2017-09-27 21:40:25 +03:00
|
|
|
'all_type' => 'All :type',
|
2017-09-14 22:21:00 +03:00
|
|
|
'upcoming' => 'Upcoming',
|
2017-09-21 17:01:51 +03:00
|
|
|
'created' => 'Created',
|
2017-10-07 14:41:10 +03:00
|
|
|
'id' => 'ID',
|
2017-11-07 05:11:03 +03:00
|
|
|
'more_actions' => 'More Actions',
|
2017-11-26 15:20:17 +03:00
|
|
|
'duplicate' => 'Duplicate',
|
2017-12-18 19:48:56 +03:00
|
|
|
'unpaid' => 'Unpaid',
|
|
|
|
'paid' => 'Paid',
|
|
|
|
'overdue' => 'Overdue',
|
|
|
|
'partially' => 'Partially',
|
|
|
|
'partially_paid' => 'Partially Paid',
|
2018-06-11 03:47:32 +03:00
|
|
|
'export' => 'Export',
|
2018-10-24 12:07:28 +03:00
|
|
|
'finish' => 'Finish',
|
|
|
|
'wizard' => 'Wizard',
|
|
|
|
'skip' => 'Skip',
|
2018-06-11 11:19:30 +03:00
|
|
|
'enable' => 'Enable',
|
|
|
|
'disable' => 'Disable',
|
2018-09-26 17:20:19 +03:00
|
|
|
'select_all' => 'Select All',
|
2018-09-26 17:31:54 +03:00
|
|
|
'unselect_all' => 'Unselect All',
|
2018-10-24 18:30:37 +03:00
|
|
|
'go_to' => 'Go to :name',
|
2018-10-27 18:01:38 +03:00
|
|
|
'created_date' => 'Created Date',
|
2018-10-27 17:57:40 +03:00
|
|
|
'period' => 'Period',
|
2019-11-16 10:21:14 +03:00
|
|
|
'frequency' => 'Frequency',
|
2018-10-27 17:57:40 +03:00
|
|
|
'start' => 'Start',
|
|
|
|
'end' => 'End',
|
|
|
|
'clear' => 'Clear',
|
|
|
|
'difference' => 'Difference',
|
2019-11-16 10:21:14 +03:00
|
|
|
'footer' => 'Footer',
|
|
|
|
'start_date' => 'Start Date',
|
2019-12-30 12:30:30 +03:00
|
|
|
'end_date' => 'End Date',
|
2019-11-16 10:21:14 +03:00
|
|
|
'basis' => 'Basis',
|
|
|
|
'accrual' => 'Accrual',
|
|
|
|
'cash' => 'Cash',
|
|
|
|
'group_by' => 'Group By',
|
|
|
|
'accounting' => 'Accounting',
|
2020-01-07 17:15:00 +03:00
|
|
|
'sort' => 'Sort',
|
|
|
|
'width' => 'Width',
|
2018-10-27 17:57:40 +03:00
|
|
|
|
2019-12-30 18:35:23 +03:00
|
|
|
'month' => 'Month',
|
|
|
|
'year' => 'Year',
|
|
|
|
|
2020-01-20 17:48:46 +03:00
|
|
|
'type_item_name' => 'Type an item name',
|
2020-01-18 11:45:03 +03:00
|
|
|
'no_data' => 'No data',
|
|
|
|
'no_matching_data' => 'No matching data',
|
|
|
|
|
2019-12-30 18:35:23 +03:00
|
|
|
'card' => [
|
|
|
|
'name' => 'Name on Card',
|
|
|
|
'number' => 'Card Number',
|
|
|
|
'expiration_date' => 'Expiration Date',
|
|
|
|
'cvv' => 'Card CVV',
|
|
|
|
],
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'title' => [
|
|
|
|
'new' => 'New :type',
|
|
|
|
'edit' => 'Edit :type',
|
2019-11-16 10:21:14 +03:00
|
|
|
'delete' => 'Delete :type',
|
2018-10-29 15:36:23 +03:00
|
|
|
'create' => 'Create :type',
|
|
|
|
'send' => 'Send :type',
|
|
|
|
'get' => 'Get :type',
|
2019-11-16 10:21:14 +03:00
|
|
|
'add' => 'Add :type',
|
2020-01-07 17:15:00 +03:00
|
|
|
'manage' => 'Manage :type',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
2018-05-21 20:05:37 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
'form' => [
|
|
|
|
'enter' => 'Enter :field',
|
|
|
|
'select' => [
|
|
|
|
'field' => '- Select :field -',
|
|
|
|
'file' => 'Select File',
|
|
|
|
],
|
2019-11-16 10:21:14 +03:00
|
|
|
'add_new' => 'Add New :field',
|
2017-09-14 22:21:00 +03:00
|
|
|
'no_file_selected' => 'No file selected...',
|
|
|
|
],
|
|
|
|
|
2018-10-04 17:15:36 +03:00
|
|
|
'date_range' => [
|
|
|
|
'today' => 'Today',
|
|
|
|
'yesterday' => 'Yesterday',
|
|
|
|
'last_days' => 'Last :day Days',
|
|
|
|
'this_month' => 'This Month',
|
|
|
|
'last_month' => 'Last Month',
|
|
|
|
],
|
2019-12-12 19:15:20 +03:00
|
|
|
|
|
|
|
'empty' => [
|
|
|
|
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
|
|
|
|
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
|
|
|
|
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
|
|
|
|
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
|
|
|
|
'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
|
|
|
|
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
|
|
|
|
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
|
|
|
|
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
|
|
|
|
],
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
];
|