Viewing file: app.php (107.33 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return [ 'acl' => [ 'leads' => 'Leads', 'lead' => 'Lead', 'quotes' => 'Quotes', 'mail' => 'Mail', 'inbox' => 'Inbox', 'draft' => 'Draft', 'outbox' => 'Outbox', 'sent' => 'Sent', 'trash' => 'Trash', 'activities' => 'Activities', 'webhook' => 'Webhook', 'contacts' => 'Contacts', 'persons' => 'Persons', 'organizations' => 'Organizations', 'products' => 'Products', 'settings' => 'Settings', 'groups' => 'Groups', 'roles' => 'Roles', 'users' => 'Users', 'user' => 'User', 'automation' => 'Automation', 'attributes' => 'Attributes', 'pipelines' => 'Pipelines', 'sources' => 'Sources', 'types' => 'Types', 'email-templates' => 'Email Templates', 'workflows' => 'Workflows', 'other-settings' => 'Other Settings', 'tags' => 'Tags', 'configuration' => 'Configuration', 'create' => 'Create', 'edit' => 'Edit', 'view' => 'View', 'print' => 'Print', 'delete' => 'Delete', 'export' => 'Export', 'mass-delete' => 'Mass Delete', 'data-transfer' => 'Data Transfer', 'imports' => 'Imports', 'import' => 'Import', 'event' => 'Event', 'campaigns' => 'Campaigns', ],
'users' => [ 'activate-warning' => 'Your account is not activated yet. Please contact the administrator.', 'login-error' => 'The credentials do not match our records.', 'not-permission' => 'You do not have permission to access the admin panel.',
'login' => [ 'email' => 'Email Address', 'forget-password-link' => 'Forget Password ?', 'password' => 'Password', 'submit-btn' => 'Sign In', 'title' => 'Sign In', ],
'forget-password' => [ 'create' => [ 'email' => 'Registered Email', 'email-not-exist' => 'Email Not Exists', 'page-title' => 'Forget Password', 'reset-link-sent' => 'Reset Password link sent', 'sign-in-link' => 'Back to Sign In ?', 'submit-btn' => 'Reset', 'title' => 'Recover Password', ], ],
'reset-password' => [ 'back-link-title' => 'Back to Sign In ?', 'confirm-password' => 'Confirm Password', 'email' => 'Registered Email', 'password' => 'Password', 'submit-btn' => 'Reset Password', 'title' => 'Reset Password', ], ],
'account' => [ 'edit' => [ 'back-btn' => 'Back', 'change-password' => 'Change Password', 'confirm-password' => 'Confirm Password', 'current-password' => 'Current Password', 'email' => 'Email', 'general' => 'General', 'invalid-password' => 'The current password you entered is incorrect.', 'name' => 'Name', 'password' => 'Password', 'profile-image' => 'Profile Image', 'save-btn' => 'Save Account', 'title' => 'My Account', 'update-success' => 'Account updated successfully', 'upload-image-info' => 'Upload a Profile Image (110px X 110px) in PNG or JPG Format', ], ],
'components' => [ 'activities' => [ 'actions' => [ 'mail' => [ 'btn' => 'Mail', 'title' => 'Compose Mail', 'to' => 'To', 'enter-emails' => 'Press enter to add emails', 'cc' => 'CC', 'bcc' => 'BCC', 'subject' => 'Subject', 'send-btn' => 'Send', 'message' => 'Message', ],
'file' => [ 'btn' => 'File', 'title' => 'Add File', 'title-control' => 'Title', 'name' => 'Name', 'description' => 'Description', 'file' => 'File', 'save-btn' => 'Save File', ],
'note' => [ 'btn' => 'Note', 'title' => 'Add Note', 'comment' => 'Comment', 'save-btn' => 'Save Note', ],
'activity' => [ 'btn' => 'Activity', 'title' => 'Add Activity', 'title-control' => 'Title', 'description' => 'Description', 'schedule-from' => 'Schedule From', 'schedule-to' => 'Schedule To', 'location' => 'Location', 'call' => 'Call', 'meeting' => 'Meeting', 'lunch' => 'Lunch', 'save-btn' => 'Save Activity',
'participants' => [ 'title' => 'Participants', 'placeholder' => 'Type to search participants', 'users' => 'Users', 'persons' => 'Persons', 'no-results' => 'No result found...', ], ], ],
'index' => [ 'all' => 'All', 'bcc' => 'Bcc', 'by-user' => 'By :user', 'calls' => 'Calls', 'cc' => 'Cc', 'change-log' => 'Changelogs', 'delete' => 'Delete', 'edit' => 'Edit', 'emails' => 'Emails', 'empty' => 'Empty', 'files' => 'Files', 'from' => 'From', 'location' => 'Location', 'lunches' => 'Lunches', 'mark-as-done' => 'Mark as Done', 'meetings' => 'Meetings', 'notes' => 'Notes', 'participants' => 'Participants', 'planned' => 'Planned', 'quotes' => 'Quotes', 'scheduled-on' => 'Scheduled on', 'system' => 'System', 'to' => 'To', 'unlink' => 'Unlink', 'view' => 'View',
'empty-placeholders' => [ 'all' => [ 'title' => 'No Activities Found', 'description' => 'No activities found for this. You can add activities by clicking on the Activity button on the left panel.', ],
'planned' => [ 'title' => 'No Planned Activities Found', 'description' => 'No planned activities found for this. You can add planned activities by clicking on the Activity button on the left panel.', ],
'notes' => [ 'title' => 'No Notes Found', 'description' => 'No notes found for this. You can add notes by clicking on the Note button on the left panel.', ],
'calls' => [ 'title' => 'No Calls Found', 'description' => 'No calls found for this. You can add calls by clicking on the Activity button on the left panel and selecting the Call type.', ],
'meetings' => [ 'title' => 'No Meetings Found', 'description' => 'No meetings found for this. You can add meetings by clicking on the Activity button on the left panel and selecting the Meeting type.', ],
'lunches' => [ 'title' => 'No Lunches Found', 'description' => 'No lunches found for this. You can add lunches by clicking on the Activity button on the left panel and selecting the Lunch type.', ],
'files' => [ 'title' => 'No Files Found', 'description' => 'No files found for this. You can add files by clicking on the File button on the left panel.', ],
'emails' => [ 'title' => 'No Emails Found', 'description' => 'No emails found for this. You can add emails by clicking on the Mail button on the left panel.', ],
'system' => [ 'title' => 'No Changelogs Found', 'description' => 'No changelogs found for this.', ], ], ], ],
'media' => [ 'images' => [ 'add-image-btn' => 'Add Image', 'ai-add-image-btn' => 'Magic AI', 'allowed-types' => 'png, jpeg, jpg', 'not-allowed-error' => 'Only images files (.jpeg, .jpg, .png, ..) are allowed.',
'placeholders' => [ 'front' => 'Front', 'next' => 'Next', 'size' => 'Size', 'use-cases' => 'Use Cases', 'zoom' => 'Zoom', ], ],
'videos' => [ 'add-video-btn' => 'Add Video', 'allowed-types' => 'mp4, webm, mkv', 'not-allowed-error' => 'Only videos files (.mp4, .mov, .ogg ..) are allowed.', ], ],
'datagrid' => [ 'index' => [ 'no-records-selected' => 'No records have been selected.', 'must-select-a-mass-action-option' => 'You must select a mass action\'s option.', 'must-select-a-mass-action' => 'You must select a mass action.', ],
'toolbar' => [ 'length-of' => ':length of', 'of' => 'of', 'per-page' => 'Per Page', 'results' => ':total Results', 'delete' => 'Delete', 'selected' => ':total Items Selected',
'mass-actions' => [ 'submit' => 'Submit', 'select-option' => 'Select Option', 'select-action' => 'Select Action', ],
'filter' => [ 'apply-filters-btn' => 'Apply Filters', 'back-btn' => 'Back', 'create-new-filter' => 'Create New Filter', 'custom-filters' => 'Custom Filters', 'delete-error' => 'Something went wrong while deleting the filter, please try again.', 'delete-success' => 'Filter has been deleted successfully.', 'empty-description' => 'There is no selected filters available to save. Please select filters to save.', 'empty-title' => 'Add Filters to Save', 'name' => 'Name', 'quick-filters' => 'Quick Filters', 'save-btn' => 'Save', 'save-filter' => 'Save Filter', 'saved-success' => 'Filter has been saved successfully.', 'selected-filters' => 'Selected Filters', 'title' => 'Filter', 'update' => 'Update', 'update-filter' => 'Update Filter', 'updated-success' => 'Filter has been updated successfully.', ],
'search' => [ 'title' => 'Search', ], ],
'filters' => [ 'select' => 'Select', 'title' => 'Filters',
'dropdown' => [ 'searchable' => [ 'at-least-two-chars' => 'Type at least 2 characters...', 'no-results' => 'No result found...', ], ],
'custom-filters' => [ 'clear-all' => 'Clear All', 'title' => 'Custom Filters', ],
'boolean-options' => [ 'false' => 'False', 'true' => 'True', ],
'date-options' => [ 'last-month' => 'Last Month', 'last-six-months' => 'Last 6 Months', 'last-three-months' => 'Last 3 Months', 'this-month' => 'This Month', 'this-week' => 'This Week', 'this-year' => 'This Year', 'today' => 'Today', 'yesterday' => 'Yesterday', ], ],
'table' => [ 'actions' => 'Actions', 'no-records-available' => 'No Records Available.', ], ],
'modal' => [ 'confirm' => [ 'agree-btn' => 'Agree', 'disagree-btn' => 'Disagree', 'message' => 'Are you sure you want to perform this action?', 'title' => 'Are you sure?', ], ],
'tags' => [ 'index' => [ 'title' => 'Tags', 'added-tags' => 'Added Tags', 'save-btn' => 'Save Tag', 'placeholder' => 'Type to search tags', 'add-tag' => 'Add \":term\"...', 'aquarelle-red' => 'Aquarelle Red', 'crushed-cashew' => 'Crushed Cashew', 'beeswax' => 'Beeswax', 'lemon-chiffon' => 'Lemon Chiffon', 'snow-flurry' => 'Snow Flurry', 'honeydew' => 'Honeydew', ], ],
'layouts' => [ 'powered-by' => [ 'description' => 'Powered by :krayin, an open-source project by :webkul.', ],
'header' => [ 'mega-search' => [ 'title' => 'Mega Search',
'tabs' => [ 'leads' => 'Leads', 'quotes' => 'Quotes', 'persons' => 'Persons', 'products' => 'Products', ],
'explore-all-products' => 'Explore all Products', 'explore-all-leads' => 'Explore all Leads', 'explore-all-contacts' => 'Explore all Contacts', 'explore-all-quotes' => 'Explore all Quotes', 'explore-all-matching-products' => 'Explore all products matching ":query" (:count)', 'explore-all-matching-leads' => 'Explore all leads matching ":query" (:count)', 'explore-all-matching-contacts' => 'Explore all contacts matching ":query" (:count)', 'explore-all-matching-quotes' => 'Explore all quotes matching ":query" (:count)', ], ], ],
'attributes' => [ 'edit' => [ 'delete' => 'Delete', ],
'lookup' => [ 'click-to-add' => 'Click to add', 'search' => 'Search', 'no-result-found' => 'No result found', 'search' => 'Search...', ], ],
'lookup' => [ 'click-to-add' => 'Click to Add', 'no-results' => 'No Results Found', 'add-as-new' => 'Add as New', 'search' => 'Search...', ],
'flash-group' => [ 'success' => 'Success', 'error' => 'Error', 'warning' => 'Warning', 'info' => 'Info', ],
'tiny-mce' => [ 'http-error' => 'HTTP Error', 'invalid-json' => 'Invalid JSON response from the server.', 'upload-failed' => 'File upload failed. Please try again.', ], ],
'quotes' => [ 'index' => [ 'title' => 'Quotes', 'create-btn' => 'Create Quote', 'create-success' => 'Quote created successfully.', 'update-success' => 'Quote updated successfully.', 'delete-success' => 'Quote deleted successfully.', 'delete-failed' => 'Quote can not be deleted.',
'datagrid' => [ 'subject' => 'Subject', 'sales-person' => 'Sales Person', 'expired-at' => 'Expired At', 'created-at' => 'Created At', 'person' => 'Person', 'subtotal' => 'Subtotal', 'discount' => 'Discount', 'tax' => 'Tax', 'adjustment' => 'Adjustment', 'grand-total' => 'Grand Total', 'edit' => 'Edit', 'delete' => 'Delete', 'print' => 'Print', ],
'pdf' => [ 'adjustment' => 'Adjustment', 'amount' => 'Amount', 'billing-address' => 'Billing Address', 'date' => 'Date', 'discount' => 'Discount', 'expired-at' => 'Expired At', 'grand-total' => 'Grand Total', 'person' => 'Person', 'price' => 'Price', 'product-name' => 'Product Name', 'quantity' => 'Quantity', 'quote-id' => 'Quote ID', 'sales-person' => 'Sales Person', 'shipping-address' => 'Shipping Address', 'sku' => 'SKU', 'sub-total' => 'Sub Total', 'subject' => 'Subject', 'tax' => 'Tax', 'title' => 'Quote', ], ],
'create' => [ 'title' => 'Create Quote', 'save-btn' => 'Save Quote', 'quote-info' => 'Quote Information', 'quote-info-info' => 'Put the basic information of the quote.', 'address-info' => 'Address Information', 'address-info-info' => 'Information about the address related to quote.', 'quote-items' => 'Quote Items', 'search-products' => 'Search Products', 'link-to-lead' => 'Link to lead', 'quote-item-info' => 'Add Product Request for this quote.', 'quote-name' => 'Quote name', 'quantity' => 'Quantity', 'price' => 'Price', 'discount' => 'Discount', 'tax' => 'Tax', 'total' => 'Total', 'amount' => 'Amount', 'add-item' => '+ Add Item', 'sub-total' => 'Sub Total (:symbol)', 'total-discount' => 'Discount (:symbol)', 'total-tax' => 'Tax (:symbol)', 'total-adjustment' => 'Adjustment (:symbol)', 'grand-total' => 'Grand Total (:symbol)', 'discount-amount' => 'Discount amount', 'tax-amount' => 'Tax amount', 'adjustment-amount' => 'Adjustment amount', 'product-name' => 'Product Name', 'action' => 'Action', ],
'edit' => [ 'title' => 'Edit Quote', 'save-btn' => 'Save Quote', 'quote-info' => 'Quote Information', 'quote-info-info' => 'Put the basic information of the quote.', 'address-info' => 'Address Information', 'address-info-info' => 'Information about the address related to quote.', 'quote-items' => 'Quote Items', 'link-to-lead' => 'Link to lead', 'quote-item-info' => 'Add Product Request for this quote.', 'quote-name' => 'Quote name', 'quantity' => 'Quantity', 'price' => 'Price', 'search-products' => 'Search Products', 'discount' => 'Discount', 'tax' => 'Tax', 'total' => 'Total', 'amount' => 'Amount', 'add-item' => '+ Add Item', 'sub-total' => 'Sub Total (:symbol)', 'total-discount' => 'Discount (:symbol)', 'total-tax' => 'Tax (:symbol)', 'total-adjustment' => 'Adjustment (:symbol)', 'grand-total' => 'Grand Total (:symbol)', 'discount-amount' => 'Discount amount', 'tax-amount' => 'Tax amount', 'adjustment-amount' => 'Adjustment amount', 'product-name' => 'Product Name', 'action' => 'Action', ], ],
'contacts' => [ 'persons' => [ 'index' => [ 'title' => 'Persons', 'create-btn' => 'Create Person', 'create-success' => 'Person created successfully.', 'update-success' => 'Person updated successfully.', 'all-delete-success' => 'All selected persons were deleted successfully.', 'partial-delete-warning' => 'Some persons were deleted successfully. Others could not be deleted because they are linked to leads.', 'none-delete-warning' => 'None of the selected persons could be deleted because they are linked to leads.', 'no-selection' => 'No persons were selected for deletion.', 'delete-failed' => 'Failed to delete selected persons.',
'datagrid' => [ 'contact-numbers' => 'Contact Numbers', 'delete' => 'Delete', 'edit' => 'Edit', 'emails' => 'Emails', 'id' => 'ID', 'view' => 'View', 'name' => 'Name', 'organization-name' => 'Organization Name', ], ],
'view' => [ 'title' => ':name', 'about-person' => 'About Person', 'about-organization' => 'About Organization',
'activities' => [ 'index' => [ 'all' => 'All', 'calls' => 'Calls', 'meetings' => 'Meetings', 'lunches' => 'Lunches', 'files' => 'Files', 'quotes' => 'Quotes', 'notes' => 'Notes', 'emails' => 'Emails', 'by-user' => 'By :user', 'scheduled-on' => 'Scheduled on', 'location' => 'Location', 'participants' => 'Participants', 'mark-as-done' => 'Mark as Done', 'delete' => 'Delete', 'edit' => 'Edit', ],
'actions' => [ 'mail' => [ 'btn' => 'Mail', 'title' => 'Compose Mail', 'to' => 'To', 'cc' => 'CC', 'bcc' => 'BCC', 'subject' => 'Subject', 'send-btn' => 'Send', 'message' => 'Message', ],
'file' => [ 'btn' => 'File', 'title' => 'Add File', 'title-control' => 'Title', 'name' => 'File Name', 'description' => 'Description', 'file' => 'File', 'save-btn' => 'Save File', ],
'note' => [ 'btn' => 'Note', 'title' => 'Add Note', 'comment' => 'Comment', 'save-btn' => 'Save Note', ],
'activity' => [ 'btn' => 'Activity', 'title' => 'Add Activity', 'title-control' => 'Title', 'description' => 'Description', 'schedule-from' => 'Schedule From', 'schedule-to' => 'Schedule To', 'location' => 'Location', 'call' => 'Call', 'meeting' => 'Meeting', 'lunch' => 'Lunch', 'save-btn' => 'Save Activity', ], ], ],
'tags' => [ 'create-success' => 'Tag created successfully.', 'destroy-success' => 'Tag deleted successfully.', ], ],
'create' => [ 'title' => 'Create Person', 'save-btn' => 'Save Person', ],
'edit' => [ 'title' => 'Edit Person', 'save-btn' => 'Save Person', ], ],
'organizations' => [ 'index' => [ 'title' => 'Organizations', 'create-btn' => 'Create Organization', 'create-success' => 'Organization created successfully.', 'update-success' => 'Organization updated successfully.', 'delete-success' => 'Organization deleted successfully.', 'delete-failed' => 'Organization can not be deleted.',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', 'persons-count' => 'Person Count', ], ],
'create' => [ 'title' => 'Create Organization', 'save-btn' => 'Save Organization', ],
'edit' => [ 'title' => 'Edit Organization', 'save-btn' => 'Save Organization', ], ], ],
'products' => [ 'index' => [ 'title' => 'Products', 'create-btn' => 'Create Product', 'create-success' => 'Product created successfully.', 'update-success' => 'Product updated successfully.', 'delete-success' => 'Product deleted successfully.', 'delete-failed' => 'Product can not be deleted.',
'datagrid' => [ 'allocated' => 'Allocated', 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'in-stock' => 'In Stock', 'name' => 'Name', 'on-hand' => 'On Hand', 'tag-name' => 'Tag Name', 'price' => 'Price', 'sku' => 'SKU', 'view' => 'View', ], ],
'create' => [ 'save-btn' => 'Save Products', 'title' => 'Create Products', 'general' => 'General', 'price' => 'Price', ],
'edit' => [ 'title' => 'Edit Products', 'save-btn' => 'Save Products', 'general' => 'General', 'price' => 'Price', ],
'view' => [ 'sku' => 'SKU', 'all' => 'All', 'notes' => 'Notes', 'files' => 'Files', 'inventories' => 'Inventory', 'change-logs' => 'Changelogs',
'attributes' => [ 'about-product' => 'About Product', ],
'inventory' => [ 'source' => 'Source', 'in-stock' => 'In Stock', 'allocated' => 'Allocated', 'on-hand' => 'On Hand', 'actions' => 'Actions', 'assign' => 'Assign', 'add-source' => 'Add Source', 'location' => 'Location', 'add-more' => 'Add More', 'save' => 'Save', ], ], ],
'settings' => [ 'title' => 'Settings',
'groups' => [ 'index' => [ 'create-btn' => 'Create Group', 'title' => 'Groups', 'create-success' => 'Group created successfully.', 'update-success' => 'Group updated successfully.', 'destroy-success' => 'Group deleted successfully.', 'delete-failed' => 'Group can not be deleted.', 'delete-failed-associated-users' => 'Group can not be deleted, as this is being used by users.',
'datagrid' => [ 'delete' => 'Delete', 'description' => 'Description', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', ],
'edit' => [ 'title' => 'Edit Group', ],
'create' => [ 'name' => 'Name', 'title' => 'Create Group', 'description' => 'Description', 'save-btn' => 'Save Group', ], ], ],
'roles' => [ 'index' => [ 'being-used' => 'Role can not be deleted, as this is being used in admin user.', 'create-btn' => 'Create Roles', 'create-success' => 'Role created successfully.', 'current-role-delete-error' => 'Can not delete role assigned to the current user.', 'delete-failed' => 'Role can not be deleted.', 'delete-success' => 'Role deleted successfully.', 'last-delete-error' => 'At least one role is required.', 'settings' => 'Settings', 'title' => 'Roles', 'update-success' => 'Role updated successfully.', 'user-define-error' => 'Can not delete system role.',
'datagrid' => [ 'all' => 'All', 'custom' => 'Custom', 'delete' => 'Delete', 'description' => 'Description', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', 'permission-type' => 'Permission Type', ], ],
'create' => [ 'access-control' => 'Access Control', 'all' => 'All', 'back-btn' => 'Back', 'custom' => 'Custom', 'description' => 'Description', 'general' => 'General', 'name' => 'Name', 'permissions' => 'Permissions', 'save-btn' => 'Save Role', 'title' => 'Create Role', ],
'edit' => [ 'access-control' => 'Access Control', 'all' => 'All', 'back-btn' => 'Back', 'custom' => 'Custom', 'description' => 'Description', 'general' => 'General', 'name' => 'Name', 'permissions' => 'Permissions', 'save-btn' => 'Save Role', 'title' => 'Edit Role', ], ],
'types' => [ 'index' => [ 'create-btn' => 'Create Type', 'create-success' => 'Type created successfully.', 'delete-failed' => 'Type can not be deleted.', 'delete-success' => 'Type deleted successfully.', 'title' => 'Types', 'update-success' => 'Type updated successfully.',
'datagrid' => [ 'delete' => 'Delete', 'description' => 'Description', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', ],
'create' => [ 'name' => 'Name', 'save-btn' => 'Save Type', 'title' => 'Create Type', ],
'edit' => [ 'title' => 'Edit Type', ], ], ],
'sources' => [ 'index' => [ 'title' => 'Sources', 'create-btn' => 'Create Source', 'create-success' => 'Source created successfully.', 'delete-failed' => 'Source can not be deleted.', 'delete-success' => 'Source deleted successfully.', 'update-success' => 'Source updated successfully.', 'delete-failed-associated-leads' => 'Source cannot be deleted because it is associated with existing leads. Please detach or update those leads before deletion.',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', ],
'create' => [ 'name' => 'Name', 'save-btn' => 'Save Source', 'title' => 'Create Source', ],
'edit' => [ 'title' => 'Edit Source', ], ], ],
'workflows' => [ 'index' => [ 'title' => 'Workflows', 'create-btn' => 'Create Workflow', 'create-success' => 'Workflow created successfully.', 'update-success' => 'Workflow updated successfully.', 'delete-success' => 'Workflow deleted successfully.', 'delete-failed' => 'Workflow can not be deleted.', 'datagrid' => [ 'delete' => 'Delete', 'description' => 'Description', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', ], ],
'helpers' => [ 'update-related-leads' => 'Update related leads', 'send-email-to-sales-owner' => 'Send email to sales owner', 'send-email-to-participants' => 'Send email to participants', 'add-webhook' => 'Add Webhook', 'update-lead' => 'Update Lead', 'update-person' => 'Update Person', 'send-email-to-person' => 'Send email to person', 'add-tag' => 'Add Tag', 'add-note-as-activity' => 'Add Note as Activity', 'update-quote' => 'Update Quote', ],
'create' => [ 'title' => 'Create Workflow', 'event' => 'Event', 'back-btn' => 'Back', 'save-btn' => 'Save Workflow', 'name' => 'Name', 'basic-details' => 'Basic Details', 'description' => 'Description', 'actions' => 'Actions', 'basic-details-info' => 'Put the basic information of the workflow.', 'event-info' => 'An event triggers, checks, conditions, and performs predefined actions.', 'conditions' => 'Conditions', 'conditions-info' => 'Conditions are rules checking scenarios, triggered on specific occasions.', 'actions-info' => 'An action not only reduces the workload but also make it quite easier for CRM automation', 'value' => 'Value', 'condition-type' => 'Condition Type', 'all-condition-are-true' => 'All condition are true', 'any-condition-are-true' => 'Any condition are true', 'add-condition' => 'Add Condition', 'add-action' => 'Add Action', 'yes' => 'Yes', 'no' => 'No', 'email' => 'Email', 'is-equal-to' => 'Is equal to', 'is-not-equal-to' => 'Is not equal to', 'equals-or-greater-than' => 'Equals or greater than', 'equals-or-less-than' => 'Equals or less than', 'greater-than' => 'Greater than', 'less-than' => 'Less than', 'type' => 'Type', 'contain' => 'Contain', 'contains' => 'Contains', 'does-not-contain' => 'Does not contain', ],
'edit' => [ 'title' => 'Edit Workflow', 'event' => 'Event', 'back-btn' => 'Back', 'save-btn' => 'Save Workflow', 'name' => 'Name', 'basic-details' => 'Basic Details', 'description' => 'Description', 'actions' => 'Actions', 'type' => 'Type', 'basic-details-info' => 'Put the basic information of the workflow.', 'event-info' => 'An event triggers, checks, conditions, and performs predefined actions.', 'conditions' => 'Conditions', 'conditions-info' => 'Conditions are rules checking scenarios, triggered on specific occasions.', 'actions-info' => 'An action not only reduces the workload but also make it quite easier for CRM automation', 'value' => 'Value', 'condition-type' => 'Condition Type', 'all-condition-are-true' => 'All condition are true', 'any-condition-are-true' => 'Any condition are true', 'add-condition' => 'Add Condition', 'add-action' => 'Add Action', 'yes' => 'Yes', 'no' => 'No', 'email' => 'Email', 'is-equal-to' => 'Is equal to', 'is-not-equal-to' => 'Is not equal to', 'equals-or-greater-than' => 'Equals or greater than', 'equals-or-less-than' => 'Equals or less than', 'greater-than' => 'Greater than', 'less-than' => 'Less than', 'contain' => 'Contain', 'contains' => 'Contains', 'does-not-contain' => 'Does not contain', ], ],
'webforms' => [ 'index' => [ 'title' => 'Webforms', 'create-btn' => 'Create Webform', 'create-success' => 'Webform created successfully.', 'update-success' => 'Webform updated successfully.', 'delete-success' => 'Webform deleted successfully.', 'delete-failed' => 'Webform can not be deleted.',
'datagrid' => [ 'id' => 'ID', 'title' => 'Title', 'edit' => 'Edit', 'delete' => 'Delete', ], ],
'create' => [ 'title' => 'Create Webform', 'add-attribute-btn' => 'Add Attribute Button', 'attribute-label-color' => 'Attribute Label Color', 'attributes' => 'Attributes', 'attributes-info' => 'Add custom attributes to the form.', 'background-color' => 'Background Color', 'create-lead' => 'Create Lead', 'customize-webform' => 'Customize Webform', 'customize-webform-info' => 'Customize your web form with element colors of your choosing.', 'description' => 'Description', 'display-custom-message' => 'Display custom message', 'form-background-color' => 'Form Background Color', 'form-submit-btn-color' => 'Form Submit Button Color', 'form-submit-button-color' => 'Form Submit Button Color', 'form-title-color' => 'Form Title Color', 'general' => 'General', 'leads' => 'Leads', 'person' => 'Person', 'save-btn' => 'Save Webform', 'submit-button-label' => 'Submit Button Label', 'submit-success-action' => 'Submit Success Action', 'redirect-to-url' => 'Redirect To Url', 'choose-value' => 'Choose Value', 'select-file' => 'Select File', 'select-image' => 'Select Image', 'enter-value' => 'Enter Value', ],
'edit' => [ 'add-attribute-btn' => 'Add Attribute Button', 'attribute-label-color' => 'Attribute Label Color', 'attributes' => 'Attributes', 'attributes-info' => 'Add custom attributes to the form.', 'background-color' => 'Background Color', 'choose-value' => 'Choose Value', 'code-snippet' => 'Code Snippet', 'copied' => 'Copied', 'copy' => 'Copy', 'create-lead' => 'Create Lead', 'customize-webform' => 'Customize Webform', 'customize-webform-info' => 'Customize your web form with element colors of your choosing.', 'description' => 'Description', 'display-custom-message' => 'Display custom message', 'embed' => 'Embed', 'enter-value' => 'Enter Value', 'form-background-color' => 'Form Background Color', 'form-submit-btn-color' => 'Form Submit Button Color', 'form-submit-button-color' => 'Form Submit Button Color', 'form-title-color' => 'Form Title Color', 'general' => 'General', 'leads' => 'Leads', 'person' => 'Person', 'preview' => 'Preview', 'public-url' => 'Public URL', 'redirect-to-url' => 'Redirect To URL', 'save-btn' => 'Save Webform', 'select-file' => 'Select File', 'select-image' => 'Select Image', 'submit-button-label' => 'Submit Button Label', 'submit-success-action' => 'Submit Success Action', 'title' => 'Edit Webform', ], ],
'email-template' => [ 'index' => [ 'create-btn' => 'Create Email Template', 'title' => 'Email Templates', 'create-success' => 'Email Template created successfully.', 'update-success' => 'Email Template updated successfully.', 'delete-success' => 'Email Template deleted successfully.', 'delete-failed' => 'Email Template can not be deleted.',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', 'subject' => 'Subject', ], ],
'create' => [ 'title' => 'Create Email Template', 'save-btn' => 'Save Email Template', 'email-template' => 'Email Template', 'subject' => 'Subject', 'content' => 'Content', 'subject-placeholders' => 'Subject Placeholders', 'general' => 'General', 'name' => 'Name', ],
'edit' => [ 'title' => 'Edit Email Template', 'save-btn' => 'Save Email Template', 'email-template' => 'Email Template', 'subject' => 'Subject', 'content' => 'Content', 'subject-placeholders' => 'Subject Placeholders', 'general' => 'General', 'name' => 'Name', ], ],
'marketing' => [ 'events' => [ 'index' => [ 'create-btn' => 'Create Event', 'title' => 'Events', 'create-success' => 'Event created successfully.', 'update-success' => 'Event updated successfully.', 'delete-success' => 'Event deleted successfully.', 'delete-failed' => 'Event can not be deleted.', 'mass-delete-success' => 'Events deleted successfully',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', 'description' => 'Description', 'date' => 'Date', ],
'create' => [ 'title' => 'Create Event', 'name' => 'Name', 'date' => 'Date', 'description' => 'Description', 'save-btn' => 'Save Event', ],
'edit' => [ 'title' => 'Edit Event', ], ], ],
'campaigns' => [ 'index' => [ 'create-btn' => 'Create Campaigns', 'title' => 'Campaigns', 'create-success' => 'Campaign created successfully.', 'update-success' => 'Campaign updated successfully.', 'delete-success' => 'Campaign deleted successfully.', 'delete-failed' => 'Campaign can not be deleted.', 'mass-delete-success' => 'Campaigns deleted successfully.',
'datagrid' => [ 'id' => 'ID', 'name' => 'Name', 'subject' => 'Subject', 'status' => 'Status', 'active' => 'Active', 'inactive' => 'Inactive', 'edit' => 'Edit', 'delete' => 'Delete', ],
'create' => [ 'title' => 'Create Campaign', 'name' => 'Name', 'type' => 'Type', 'subject' => 'Subject', 'event' => 'Event', 'email-template' => 'Email Template', 'status' => 'Status', ],
'edit' => [ 'title' => 'Edit Campaign', ], ], ], ],
'tags' => [ 'index' => [ 'create-btn' => 'Create Tag', 'title' => 'Tags', 'create-success' => 'Tag created successfully.', 'update-success' => 'Tag updated successfully.', 'delete-success' => 'Tag deleted successfully.', 'delete-failed' => 'Tag can not be deleted.',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'name' => 'Name', 'users' => 'Users', 'created-at' => 'Created At', ],
'create' => [ 'name' => 'Name', 'save-btn' => 'Save Tag', 'title' => 'Create Tag', 'color' => 'Color', ],
'edit' => [ 'title' => 'Edit Tag', ], ], ],
'users' => [ 'index' => [ 'create-btn' => 'Create User', 'create-success' => 'User created successfully.', 'delete-failed' => 'User can not be deleted.', 'delete-success' => 'User deleted successfully.', 'last-delete-error' => 'At least one user is required.', 'mass-delete-failed' => 'Users can not be deleted.', 'mass-delete-success' => 'Users deleted successfully.', 'mass-update-failed' => 'Users can not be updated.', 'mass-update-success' => 'Users updated successfully.', 'title' => 'Users', 'update-success' => 'User updated successfully.', 'user-define-error' => 'Can not delete system user.', 'active' => 'Active', 'inactive' => 'Inactive',
'datagrid' => [ 'active' => 'Active', 'created-at' => 'Created At', 'delete' => 'Delete', 'edit' => 'Edit', 'email' => 'Email', 'id' => 'ID', 'inactive' => 'Inactive', 'name' => 'Name', 'status' => 'Status', 'update-status' => 'Update Status', 'users' => 'Users', ],
'create' => [ 'confirm-password' => 'Confirm Password', 'email' => 'Email', 'general' => 'General', 'global' => 'Global', 'group' => 'Group', 'individual' => 'Individual', 'name' => 'Name', 'password' => 'Password', 'permission' => 'Permission', 'role' => 'Role', 'save-btn' => 'Save User', 'status' => 'Status', 'title' => 'Create User', 'view-permission' => 'View Permission', 'select-at-lest-one-group' => 'Select at least one group', ],
'edit' => [ 'title' => 'Edit User', ], ], ],
'pipelines' => [ 'index' => [ 'title' => 'Pipelines', 'create-btn' => 'Create Pipeline', 'create-success' => 'Pipeline created successfully.', 'update-success' => 'Pipeline updated successfully.', 'default-required' => 'At least one default pipeline is required.', 'delete-success' => 'Pipeline deleted successfully.', 'delete-failed' => 'Pipeline can not be deleted.', 'default-delete-error' => 'Default pipeline can not be deleted.',
'datagrid' => [ 'delete' => 'Delete', 'edit' => 'Edit', 'id' => 'ID', 'is-default' => 'Is Default', 'name' => 'Name', 'no' => 'No', 'rotten-days' => 'Rotten Days', 'yes' => 'Yes', ], ],
'create' => [ 'title' => 'Create Pipeline', 'save-btn' => 'Save Pipeline', 'name' => 'Name', 'rotten-days' => 'Rotten Days', 'mark-as-default' => 'Mark as Default', 'general' => 'General', 'probability' => 'Probability(%)', 'new-stage' => 'New', 'won-stage' => 'Won', 'lost-stage' => 'Lost', 'stage-btn' => 'Add Stage', 'stages' => 'Stages', 'duplicate-name' => 'The "Name" field cannot be duplicate', 'delete-stage' => 'Delete Stage', 'add-new-stages' => 'Add New Stages', 'add-stage-info' => 'Add new stage for your Pipeline', 'newly-added' => 'Newly Added', 'stage-delete-success' => 'Stage Deleted Successfully', ],
'edit' => [ 'title' => 'Edit Pipeline', 'save-btn' => 'Save Pipeline', 'name' => 'Name', 'rotten-days' => 'Rotten Days', 'mark-as-default' => 'Mark as Default', 'general' => 'General', 'probability' => 'Probability(%)', 'new-stage' => 'New', 'won-stage' => 'Won', 'lost-stage' => 'Lost', 'stage-btn' => 'Add Stage', 'stages' => 'Stages', 'duplicate-name' => 'The "Name" field cannot be duplicate', 'delete-stage' => 'Delete Stage', 'add-new-stages' => 'Add New Stages', 'add-stage-info' => 'Add new stage for your Pipeline', 'stage-delete-success' => 'Stage Deleted Successfully', ], ],
'webhooks' => [ 'index' => [ 'title' => 'Webhooks', 'create-btn' => 'Create Webhook', 'create-success' => 'Webhook created successfully.', 'update-success' => 'Webhook updated successfully.', 'delete-success' => 'Webhook deleted successfully.', 'delete-failed' => 'Webhook can not be deleted.',
'datagrid' => [ 'id' => 'ID', 'delete' => 'Delete', 'edit' => 'Edit', 'name' => 'Name', 'entity-type' => 'Entity Type', 'end-point' => 'End Point', ], ],
'create' => [ 'title' => 'Create Webhook', 'save-btn' => 'Save Webhook', 'info' => 'Enter the details of webhooks', 'url-and-parameters' => 'URL And Parameters', 'method' => 'Method', 'post' => 'Post', 'put' => 'Put', 'url-endpoint' => 'Url Endpoint', 'parameters' => 'Parameters', 'add-new-parameter' => 'Add New Parameter', 'url-preview' => 'Url Preview:', 'headers' => 'Headers', 'add-new-header' => 'Add New Header', 'body' => 'Body', 'default' => 'Default', 'x-www-form-urlencoded' => 'x-www-form-urlencoded', 'key-and-value' => 'Key and Value', 'add-new-payload' => 'Add new payload', 'raw' => 'Raw', 'general' => 'General', 'name' => 'Name', 'entity-type' => 'Entity Type', 'insert-placeholder' => 'Insert Placeholder', 'description' => 'Description', 'json' => 'Json', 'text' => 'Text', ],
'edit' => [ 'title' => 'Edit Webhook', 'edit-btn' => 'Save Webhook', 'save-btn' => 'Save Webhook', 'info' => 'Enter the details of webhooks', 'url-and-parameters' => 'URL And Parameters', 'method' => 'Method', 'post' => 'Post', 'put' => 'Put', 'url-endpoint' => 'Url Endpoint', 'parameters' => 'Parameters', 'add-new-parameter' => 'Add New Parameter', 'url-preview' => 'Url Preview:', 'headers' => 'Headers', 'add-new-header' => 'Add New Header', 'body' => 'Body', 'default' => 'Default', 'x-www-form-urlencoded' => 'x-www-form-urlencoded', 'key-and-value' => 'Key and Value', 'add-new-payload' => 'Add new payload', 'raw' => 'Raw', 'general' => 'General', 'name' => 'Name', 'entity-type' => 'Entity Type', 'insert-placeholder' => 'Insert Placeholder', 'description' => 'Description', 'json' => 'Json', 'text' => 'Text', ], ],
'warehouses' => [ 'index' => [ 'title' => 'Warehouses', 'create-btn' => 'Create Warehouse', 'create-success' => 'Warehouse created successfully.', 'name-exists' => 'Warehouse name already exists.', 'update-success' => 'Warehouse updated successfully.', 'delete-success' => 'Warehouse deleted successfully.', 'delete-failed' => 'Warehouse can not be deleted.',
'datagrid' => [ 'id' => 'ID', 'name' => 'Name', 'contact-name' => 'Contact Name', 'delete' => 'Delete', 'edit' => 'Edit', 'view' => 'View', 'created-at' => 'Created At', 'products' => 'Products', 'contact-emails' => 'Contact Emails', 'contact-numbers' => 'Contact Numbers', ], ],
'create' => [ 'title' => 'Create Warehouse', 'save-btn' => 'Save Warehouse', 'contact-info' => 'Contact Information', ],
'edit' => [ 'title' => 'Edit Warehouse', 'save-btn' => 'Save Warehouse', 'contact-info' => 'Contact Information', ],
'view' => [ 'all' => 'All', 'notes' => 'Notes', 'files' => 'Files', 'location' => 'Location', 'change-logs' => 'Changelogs',
'locations' => [ 'action' => 'Action', 'add-location' => 'Add Location', 'create-success' => 'Location created successfully.', 'delete' => 'Delete', 'delete-failed' => 'Location can not be deleted.', 'delete-success' => 'Location deleted successfully.', 'name' => 'Name', 'save-btn' => 'Save', ],
'general-information' => [ 'title' => 'General Information', ],
'contact-information' => [ 'title' => 'Contact Information', ], ], ],
'attributes' => [ 'index' => [ 'title' => 'Attributes', 'create-btn' => 'Create Attribute', 'create-success' => 'Attribute created successfully.', 'update-success' => 'Attribute updated successfully.', 'delete-success' => 'Attribute deleted successfully.', 'delete-failed' => 'Attribute can not be deleted.', 'user-define-error' => 'Can not delete system attribute.', 'mass-delete-failed' => 'System attributes can not be deleted.',
'datagrid' => [ 'yes' => 'Yes', 'no' => 'No', 'id' => 'ID', 'code' => 'Code', 'name' => 'Name', 'entity-type' => 'Entity Type', 'type' => 'Type', 'is-default' => 'Is Default', 'edit' => 'Edit', 'delete' => 'Delete',
'entity-types' => [ 'leads' => 'Leads', 'organizations' => 'Organizations', 'persons' => 'Persons', 'products' => 'Products', 'quotes' => 'Quotes', 'warehouses' => 'Warehouses', ],
'types' => [ 'text' => 'Text', 'textarea' => 'Textarea', 'price' => 'Price', 'boolean' => 'Boolean', 'select' => 'Select', 'multiselect' => 'Multiselect', 'checkbox' => 'Checkbox', 'email' => 'Email', 'address' => 'Address', 'phone' => 'Phone', 'lookup' => 'Lookup', 'datetime' => 'Datetime', 'date' => 'Date', 'image' => 'Image', 'file' => 'File', ], ], ],
'create' => [ 'title' => 'Create Attribute', 'save-btn' => 'Save Attribute', 'code' => 'Code', 'name' => 'Name', 'entity-type' => 'Entity Type', 'type' => 'Type', 'validations' => 'Validations', 'is-required' => 'Is Required', 'input-validation' => 'Input Validation', 'is-unique' => 'Is Unique', 'labels' => 'Labels', 'general' => 'General', 'numeric' => 'Numeric', 'decimal' => 'Decimal', 'url' => 'Url', 'options' => 'Options', 'option-type' => 'Option Type', 'lookup-type' => 'Lookup Type', 'add-option' => 'Add Option', 'save-option' => 'Save Option', 'option-name' => 'Option Name', 'add-attribute-options' => 'Add Attribute Options', 'text' => 'Text', 'textarea' => 'Textarea', 'price' => 'Price', 'boolean' => 'Boolean', 'select' => 'Select', 'multiselect' => 'Multiselect', 'email' => 'Email', 'address' => 'Address', 'phone' => 'Phone', 'datetime' => 'Datetime', 'date' => 'Date', 'image' => 'Image', 'file' => 'File', 'lookup' => 'Lookup', 'entity_type' => 'Entity type', 'checkbox' => 'Checkbox', 'is_required' => 'Is Required', 'is_unique' => 'Is Unique', 'actions' => 'Actions', ],
'edit' => [ 'actions' => 'Actions', 'add-attribute-options' => 'Add Attribute Options', 'add-option' => 'Add Option', 'address' => 'Address', 'boolean' => 'Boolean', 'checkbox' => 'Checkbox', 'code' => 'Code', 'date' => 'Date', 'datetime' => 'Datetime', 'decimal' => 'Decimal', 'email' => 'Email', 'entity-type' => 'Entity Type', 'entity_type' => 'Entity type', 'file' => 'File', 'general' => 'General', 'image' => 'Image', 'input-validation' => 'Input Validation', 'is-required' => 'Is Required', 'is-unique' => 'Is Unique', 'is_required' => 'Is Required', 'is_unique' => 'Is Unique', 'labels' => 'Labels', 'lookup' => 'Lookup', 'lookup-type' => 'Lookup Type', 'multiselect' => 'Multiselect', 'name' => 'Name', 'numeric' => 'Numeric', 'option-deleted' => 'Attribute Option is deleted successfully', 'option-name' => 'Option Name', 'option-type' => 'Option Type', 'options' => 'Options', 'phone' => 'Phone', 'price' => 'Price', 'save-btn' => 'Save Attribute', 'save-option' => 'Save Option', 'select' => 'Select', 'text' => 'Text', 'textarea' => 'Textarea', 'title' => 'Edit Attribute', 'type' => 'Type', 'url' => 'Url', 'validations' => 'Validations', ], ],
'data-transfer' => [ 'imports' => [ 'create' => [ 'action' => 'Action', 'allowed-errors' => 'Allowed Errors', 'back-btn' => 'Back', 'create-update' => 'Create/Update', 'delete' => 'Delete', 'download-sample' => 'Download Sample', 'field-separator' => 'Field Separator', 'file' => 'File', 'general' => 'General', 'images-directory' => 'Images Directory Path', 'process-in-queue' => 'Process In Queue', 'results' => 'Results', 'save-btn' => 'Save Import', 'settings' => 'Settings', 'skip-errors' => 'Skip Errors', 'stop-on-errors' => 'Stop on Errors', 'title' => 'Create Import', 'type' => 'Type', 'validation-strategy' => 'Validation Strategy', ],
'edit' => [ 'action' => 'Action', 'allowed-errors' => 'Allowed Errors', 'back-btn' => 'Back', 'create-update' => 'Create/Update', 'delete' => 'Delete', 'download-sample' => 'Download Sample', 'field-separator' => 'Field Separator', 'file' => 'File', 'general' => 'General', 'images-directory' => 'Images Directory Path', 'process-in-queue' => 'Process In Queue', 'results' => 'Results', 'save-btn' => 'Save Import', 'settings' => 'Settings', 'skip-errors' => 'Skip Errors', 'stop-on-errors' => 'Stop on Errors', 'title' => 'Edit Import', 'type' => 'Type', 'validation-strategy' => 'Validation Strategy', ],
'index' => [ 'button-title' => 'Create Import', 'title' => 'Imports',
'datagrid' => [ 'actions' => 'Actions', 'completed-at' => 'Completed At', 'created' => 'Created', 'delete' => 'Delete', 'deleted' => 'Deleted', 'edit' => 'Edit', 'error-file' => 'Error File', 'id' => 'ID', 'started-at' => 'Started At', 'state' => 'State', 'summary' => 'Summary', 'type' => 'Type', 'updated' => 'Updated', 'uploaded-file' => 'Uploaded File', ], ],
'import' => [ 'back-btn' => 'Back', 'completed-batches' => 'Total Batches Completed:', 'download-error-report' => 'Download Full Report', 'edit-btn' => 'Edit', 'imported-info' => 'Congratulations! Your import was successful.', 'importing-info' => 'Import In Process', 'indexing-info' => 'Resources Indexing (Price, Inventory and Elastic Search) In Progress', 'linking-info' => 'Resources Linking In Progress', 'progress' => 'Progress:', 'title' => 'Import', 'total-batches' => 'Total Batches:', 'total-created' => 'Total Records Created:', 'total-deleted' => 'Total Records Deleted:', 'total-errors' => 'Total Errors:', 'total-invalid-rows' => 'Total Invalid Rows:', 'total-rows-processed' => 'Total Rows Processed:', 'total-updated' => 'Total Records Updated:', 'validate' => 'Validate', 'validate-info' => 'Click on Validate Data to check your import.', 'validating-info' => 'The data started reading and Validating', 'validation-failed-info' => 'Your import is invalid. Please fix the following errors and try again.', 'validation-success-info' => 'Your import is valid. Click on Import to start the import process.', ],
'create-success' => 'Import created successfully.', 'delete-failed' => 'Import deletion failed unexpectedly.', 'delete-success' => 'Import deleted successfully.', 'not-valid' => 'Import is invalid', 'nothing-to-import' => 'There are no resources to import.', 'setup-queue-error' => 'Please change your queue driver to "database" or "redis" to start the import process.', 'update-success' => 'Import updated successfully.', ], ], ],
'activities' => [ 'index' => [ 'title' => 'Activities',
'datagrid' => [ 'comment' => 'Comment', 'created_at' => 'Created At', 'created_by' => 'Created By', 'edit' => 'Edit', 'id' => 'ID', 'done' => 'Is Done', 'not-done' => 'Not Done', 'lead' => 'Lead', 'mass-delete' => 'Mass Delete', 'mass-update' => 'Mass Update', 'schedule-from' => 'Schedule From', 'schedule-to' => 'Schedule To', 'schedule_from' => 'Schedule From', 'schedule_to' => 'Schedule To', 'title' => 'Title', 'is_done' => 'Is Done', 'type' => 'Type', 'update' => 'Update', 'call' => 'Call', 'meeting' => 'Meeting', 'lunch' => 'Lunch', ], ],
'edit' => [ 'title' => 'Edit Activity', 'back-btn' => 'Back', 'save-btn' => 'Save Activity', 'type' => 'Activity Type', 'call' => 'Call', 'meeting' => 'Meeting', 'lunch' => 'Lunch', 'schedule_to' => 'Schedule To', 'schedule_from' => 'Schedule From', 'location' => 'Location', 'comment' => 'Comment', 'lead' => 'Lead', 'participants' => 'Participants', 'general' => 'General', 'persons' => 'Persons', 'no-result-found' => 'Records not found.', 'users' => 'Users', ],
'updated' => 'Updated :attribute', 'created' => 'Created', 'duration-overlapping' => 'Participants have another meeting at this time. Do you want to continue?', 'create-success' => 'Activity created successfully.', 'update-success' => 'Activity updated successfully.', 'overlapping-error' => 'Participants have another meeting at this time.', 'destroy-success' => 'Activity deleted successfully.', 'delete-failed' => 'Activity can not be deleted.', 'mass-update-success' => 'Activities updated successfully.', 'mass-destroy-success' => 'Activities deleted successfully.', 'mass-delete-failed' => 'Activities can not be deleted.', ],
'mail' => [ 'index' => [ 'compose' => 'Compose', 'draft' => 'Draft', 'inbox' => 'Inbox', 'outbox' => 'Outbox', 'sent' => 'Sent', 'trash' => 'Trash', 'compose-mail-btn' => 'Compose Mail', 'btn' => 'Mail', 'mail' => [ 'title' => 'Compose Mail', 'to' => 'To', 'enter-emails' => 'Press enter to add emails', 'cc' => 'CC', 'bcc' => 'BCC', 'subject' => 'Subject', 'send-btn' => 'Send', 'message' => 'Message', 'draft' => 'Draft', ],
'datagrid' => [ 'id' => 'ID', 'from' => 'From', 'to' => 'To', 'subject' => 'Subject', 'tags' => 'Tags', 'content' => 'Content', 'attachments' => 'Attachments', 'date' => 'Date', 'move-to-inbox' => 'Moved To Inbox', 'move-to-trash' => 'Moved To Trash', 'edit' => 'Edit', 'view' => 'View', 'delete' => 'Delete', ], ],
'create-success' => 'Email sent successfully.', 'update-success' => 'Email updated successfully.', 'mass-update-success' => 'Emails updated successfully.', 'delete-success' => 'Email deleted successfully.', 'delete-failed' => 'Email can not be deleted.',
'view' => [ 'title' => 'Mails', 'subject' => ':subject', 'link-mail' => 'Link Mail', 'to' => 'To', 'cc' => 'CC', 'bcc' => 'BCC', 'reply' => 'Reply', 'reply-all' => 'Reply All', 'forward' => 'Forward', 'delete' => 'Delete', 'enter-mails' => 'Enter email id', 'rotten-days' => 'Lead is rotten for :days days', 'search-an-existing-lead' => 'Search an existing lead', 'search-an-existing-contact' => 'Search an existing contact', 'message' => 'Message', 'add-attachments' => 'Add Attachments', 'discard' => 'Discard', 'send' => 'Send', 'no-result-found' => 'No Results found', 'add-new-contact' => 'Add New Contact', 'description' => 'Description', 'search' => 'Search...', 'add-new-lead' => 'Add New Lead', 'create-new-contact' => 'Create New Contact', 'save-contact' => 'Save Contact', 'create-lead' => 'Create Lead', 'linked-contact' => 'Linked Contact', 'link-to-contact' => 'Link To Contact', 'link-to-lead' => 'Link To Lead', 'linked-lead' => 'Linked Lead', 'lead-details' => 'Lead Details', 'contact-person' => 'Contact Person', 'product' => 'Product',
'tags' => [ 'create-success' => 'Tag created successfully.', 'destroy-success' => 'Tag deleted successfully.', ], ], ],
'common' => [ 'custom-attributes' => [ 'add-more' => 'Add More', 'address' => 'Address', 'city' => 'City', 'contact' => 'Contact Numbers', 'country' => 'Country', 'email' => 'Email', 'home' => 'Home', 'postcode' => 'Postcode', 'save' => 'Save', 'select' => 'Select', 'select-country' => 'Select Country', 'select-state' => 'Select State', 'state' => 'State', 'update-contact-title' => 'Update Contact Numbers', 'update-emails-title' => 'Update Contact Emails', 'work' => 'Work', ], ],
'leads' => [ 'create-success' => 'Lead created successfully.', 'update-success' => 'Leads updated successfully.', 'update-failed' => 'Leads can not be deleted.', 'destroy-success' => 'Lead deleted successfully.', 'destroy-failed' => 'Lead can not be deleted.',
'file' => [ 'data-not-found' => 'Data not found.', 'empty-content' => 'PDF content is empty or could not be extracted.', 'failed-extract' => 'Failed to extract text from file.', 'insufficient-info' => 'Due to insufficient data, we are unable to process your request at the moment.', 'invalid-base64' => 'Invalid base64 format.', 'invalid-format' => 'Invalid JSON format.', 'invalid-response' => 'Invalid AI response format.', 'missing-api-key' => 'Missing API key or model configuration.', 'not-found' => 'File not found.', 'recursive-call' => 'Recursive call detected.', 'text-generation-failed' => 'Text extraction failed. The file might be empty or unreadable.', ],
'index' => [ 'title' => 'Leads', 'create-btn' => 'Create Lead',
'datagrid' => [ 'id' => 'ID', 'sales-person' => 'Sales Person', 'subject' => 'Subject', 'source' => 'Source', 'lead-value' => 'Lead Value', 'lead-type' => 'Lead Type', 'tag-name' => 'Tag Name', 'contact-person' => 'Contact Person', 'stage' => 'Stage', 'rotten-lead' => 'Rotten Lead', 'date-to' => 'Date To', 'created-at' => 'Created At', 'no' => 'No', 'yes' => 'Yes', 'delete' => 'Delete', 'mass-delete' => 'Mass Delete', 'mass-update' => 'Mass Update', ],
'kanban' => [ 'rotten-days' => 'Lead is rotten for :days days', 'empty-list' => 'Your Leads List is Empty', 'empty-list-description' => 'Create a lead to organize your goals.', 'create-lead-btn' => 'Create Lead',
'columns' => [ 'contact-person' => 'Contact Person', 'id' => 'ID', 'lead-type' => 'Lead Type', 'lead-value' => 'Lead Value', 'sales-person' => 'Sales Person', 'source' => 'Source', 'title' => 'Title', 'tags' => 'Tags', 'expected-close-date' => 'Expected Close Date', 'created-at' => 'Created At', ],
'toolbar' => [ 'search' => [ 'title' => 'Search by Title', ],
'filters' => [ 'apply-filters' => 'Apply Filters', 'clear-all' => 'Clear All', 'filter' => 'Filter', 'filters' => 'Filters', 'from' => 'From', 'select' => 'Select', 'to' => 'To', ], ], ],
'view-switcher' => [ 'all-pipelines' => 'All Pipelines', 'create-new-pipeline' => 'Create New Pipeline', ],
'upload' => [ 'create-lead' => 'Create Lead Using AI', 'file' => 'File Upload', 'file-info' => 'Only pdf,bmp,jpg,jpeg,png format files are accepted.', 'file-required' => 'Please select at least one valid file to proceed.', 'save-btn' => 'Save', 'upload-file' => 'Upload File', ], ],
'create' => [ 'title' => 'Create Lead', 'save-btn' => 'Save', 'details' => 'Details', 'details-info' => 'Put The Basic Information of the Lead', 'contact-person' => 'Contact Person', 'contact-info' => 'Information About the Contact Person', 'products' => 'Products', 'products-info' => 'Information About the Products', ],
'edit' => [ 'title' => 'Edit Lead', 'save-btn' => 'Save', 'details' => 'Details', 'details-info' => 'Put The Basic Information of the Lead', 'contact-person' => 'Contact Person', 'contact-info' => 'Information About the Contact Person', 'products' => 'Products', 'products-info' => 'Information About the Products', ],
'common' => [ 'contact' => [ 'name' => 'Name', 'email' => 'Email', 'contact-number' => 'Contact Number', 'organization' => 'Organization', ],
'products' => [ 'product-name' => 'Product Name', 'quantity' => 'Quantity', 'price' => 'Price', 'amount' => 'Amount', 'action' => 'Action', 'add-more' => 'Add More', 'total' => 'Total', ], ],
'view' => [ 'title' => 'Lead: :title', 'rotten-days' => ':days Days',
'tabs' => [ 'description' => 'Description', 'products' => 'Products', 'quotes' => 'Quotes', ],
'attributes' => [ 'title' => 'About Lead', ],
'quotes' => [ 'subject' => 'Subject', 'expired-at' => 'Expired At', 'sub-total' => 'Sub Total', 'discount' => 'Discount', 'tax' => 'Tax', 'adjustment' => 'Adjustment', 'grand-total' => 'Grand Total', 'delete' => 'Delete', 'edit' => 'Edit', 'download' => 'Download', 'destroy-success' => 'Quote deleted successfully.', 'empty-title' => 'No Quotes Found', 'empty-info' => 'No Quotes Found for this Lead', 'add-btn' => 'Add Quote', ],
'products' => [ 'product-name' => 'Product Name', 'quantity' => 'Quantity', 'price' => 'Price', 'amount' => 'Amount', 'action' => 'Action', 'add-more' => 'Add More', 'total' => 'Total', 'empty-title' => 'No Products Found', 'empty-info' => 'No Products Found for this Lead', 'add-product' => 'Add Product', ],
'persons' => [ 'title' => 'About Persons', 'job-title' => ':job_title at :organization', ],
'stages' => [ 'won-lost' => 'Won/Lost', 'won' => 'Won', 'lost' => 'Lost', 'need-more-info' => 'Need More Details', 'closed-at' => 'Closed At', 'won-value' => 'Won Value', 'lost-reason' => 'Lost Reason', 'save-btn' => 'Save', ],
'tags' => [ 'create-success' => 'Tag created successfully.', 'destroy-success' => 'Tag deleted successfully.', ], ], ],
'configuration' => [ 'index' => [ 'back' => 'Back', 'delete' => 'Delete', 'save-btn' => 'Save Configuration', 'save-success' => 'Configuration Saved Successfully.', 'search' => 'Search', 'select-country' => 'Select Country', 'select-state' => 'Select State', 'title' => 'Configuration',
'general' => [ 'title' => 'General', 'info' => 'General Configuration',
'general' => [ 'title' => 'General', 'info' => 'Update your general settings here.', 'locale-settings' => [ 'title' => 'Locale Settings', 'title-info' => 'Defines the language used in the user interface, such as Arabic (ar), English (en), Spanish (es), Persian(fa) and Turkish (tr).', ],
'admin-logo' => [ 'logo-image' => 'Logo Image', 'title' => 'Admin Logo', 'title-info' => 'Configure logo image for your admin panel.', ], ],
'settings' => [ 'title' => 'Settings', 'info' => 'Update your settings here.',
'footer' => [ 'info' => 'We can configure the powered by section here.', 'powered-by' => 'Powered by text editor', 'title' => 'Powered by Section Configurations', ],
'menu' => [ 'activities' => 'Activities', 'configuration' => 'Configuration', 'contacts' => 'Contacts', 'dashboard' => 'Dashboard', 'draft' => 'Draft', 'inbox' => 'Inbox', 'info' => 'We can configure the menu items name here.', 'leads' => 'Leads', 'mail' => 'Mail', 'organizations' => 'Organizations', 'outbox' => 'Outbox', 'persons' => 'Persons', 'products' => 'Products', 'quotes' => 'Quotes', 'sent' => 'Sent', 'settings' => 'Settings', 'title' => 'Menu Item Configurations', 'trash' => 'Trash', ],
'menu-color' => [ 'brand-color' => 'Brand Color', 'info' => 'We can change the menu items colors here.', 'title' => 'Menu Item Color Configurations', ], ], ],
'email' => [ 'title' => 'Email Settings', 'info' => 'Email configuration for the application.',
'imap' => [ 'title' => 'IMAP Settings', 'info' => 'IMAP email configuration for receiving emails.',
'account' => [ 'title' => 'IMAP Account', 'title-info' => 'Configure your IMAP account settings here.', 'host' => 'Host', 'port' => 'Port', 'encryption' => 'Encryption Type', 'validate-cert' => 'Validate SSL Certificate', 'username' => 'IMAP Username', 'password' => 'IMAP Password', ], ], ],
'magic-ai' => [ 'title' => 'Magic AI', 'info' => 'Magic AI configuration for the application.',
'settings' => [ 'api-key' => 'API Key', 'api-key-info' => 'Remember to use a OpenRouter API key for each model. It\'s a simple step to enhance security and performance.', 'enable' => 'Enable', 'info' => 'Enhance your Magic AI experience with your OpenRouter API Key. Integrate it now for a seamless, personalized AI adventure tailored just for you! Effortlessly customize settings and take control of your AI journey.', 'other' => 'Other Model', 'other-model' => 'For other models, use the Model ID from OpenRouter.', 'doc-generation' => 'DOC Generation', 'doc-generation-info' => 'Enable the DOC Generation feature to automatically extract data from DOC files and convert them into text format. Enhance your productivity and efficiency by enabling this feature to streamline your workflow.', 'title' => 'General Settings',
'models' => [ 'deepseek-r1' => 'Deepseek R1 Distill-llama-8b', 'gemini-2-0-flash-001' => 'Gemini 2.0 flash-001', 'gpt-4o' => 'GPT-4.0', 'gpt-4o-mini' => 'GPT-4.0 mini', 'grok-2-1212' => 'Grok 2.12', 'llama-3-2-3b-instruct' => 'Llama 3.2 3b Instruct', 'title' => 'Models', ], ], ], ], ],
'dashboard' => [ 'index' => [ 'title' => 'Dashboard',
'revenue' => [ 'lost-revenue' => 'Lost Revenue', 'won-revenue' => 'Won Revenue', ],
'over-all' => [ 'average-lead-value' => 'Average Lead Value', 'total-leads' => 'Total Leads', 'average-leads-per-day' => 'Average Leads Per Day', 'total-quotations' => 'Total Quotations', 'total-persons' => 'Total Persons', 'total-organizations' => 'Total Organizations', ],
'total-leads' => [ 'title' => 'Leads', 'total' => 'Total Leads', 'won' => 'Won Leads', 'lost' => 'Lost Leads', ],
'revenue-by-sources' => [ 'title' => 'Revenue By Sources', 'empty-title' => 'No Data Available', 'empty-info' => 'No data available for selected interval', ],
'revenue-by-types' => [ 'title' => 'Revenue By Types', 'empty-title' => 'No Data Available', 'empty-info' => 'No data available for selected interval', ],
'top-selling-products' => [ 'title' => 'Top Products', 'empty-title' => 'No Products Found', 'empty-info' => 'No products available for selected interval', ],
'top-persons' => [ 'title' => 'Top Persons', 'empty-title' => 'No Persons Found', 'empty-info' => 'No persons available for selected interval', ],
'open-leads-by-states' => [ 'title' => 'Open Leads By Stages', 'empty-title' => 'No Data Available', 'empty-info' => 'No data available for selected interval', ], ], ],
'layouts' => [ 'app-version' => 'Version: :version', 'dashboard' => 'Dashboard', 'leads' => 'Leads', 'quotes' => 'Quotes', 'quote' => 'Quote', 'mail' => [ 'title' => 'Mail', 'compose' => 'Compose', 'inbox' => 'Inbox', 'draft' => 'Draft', 'outbox' => 'Outbox', 'sent' => 'Sent', 'trash' => 'Trash', 'setting' => 'Setting', ], 'activities' => 'Activities', 'contacts' => 'Contacts', 'persons' => 'Persons', 'person' => 'Person', 'organizations' => 'Organizations', 'organization' => 'Organization', 'products' => 'Products', 'product' => 'Product', 'settings' => 'Settings', 'user' => 'User', 'user-info' => 'Manage all your users and their permissions in the CRM, what they’re allowed to do.', 'groups' => 'Groups', 'groups-info' => 'Add, edit or delete groups from CRM', 'roles' => 'Roles', 'role' => 'Role', 'roles-info' => 'Add, edit or delete roles from CRM', 'users' => 'Users', 'users-info' => 'Add, edit or delete users from CRM', 'lead' => 'Lead', 'lead-info' => 'Manage all your leads related settings in the CRM', 'pipelines' => 'Pipelines', 'pipelines-info' => 'Add, edit or delete pipelines from CRM', 'sources' => 'Sources', 'sources-info' => 'Add, edit or delete sources from CRM', 'types' => 'Types', 'types-info' => 'Add, edit or delete types from CRM', 'automation' => 'Automation', 'automation-info' => 'Manage all your automation related settings in the CRM', 'attributes' => 'Attributes', 'attribute' => 'Attribute', 'attributes-info' => 'Add, edit or delete attributes from CRM', 'email-templates' => 'Email Templates', 'email' => 'Email', 'email-templates-info' => 'Add, edit or delete email templates from CRM', 'events' => 'Events', 'events-info' => 'Add, edit or delete events from CRM', 'campaigns' => 'Campaigns', 'campaigns-info' => 'Add, edit or delete campaigns from CRM', 'workflows' => 'Workflows', 'workflows-info' => 'Add, edit or delete workflows from CRM', 'webhooks' => 'Webhooks', 'webhooks-info' => 'Add, edit or delete webhooks from CRM', 'other-settings' => 'Other Settings', 'other-settings-info' => 'Manage all your extra settings in the CRM', 'tags' => 'Tags', 'tags-info' => 'Add, edit or delete tags from CRM', 'my-account' => 'My Account', 'sign-out' => 'Sign Out', 'back' => 'Back', 'name' => 'Name', 'configuration' => 'Configuration', 'activities' => 'Activities', 'howdy' => 'Howdy!', 'warehouses' => 'Warehouses', 'warehouse' => 'Warehouse', 'warehouses-info' => 'Add, edit or delete warehouses from CRM', 'data_transfer' => 'Data Transfer', 'data_transfer_info' => 'Manage persons, products and leads data transfer related settings in the CRM', ],
'user' => [ 'account' => [ 'name' => 'Name', 'email' => 'Email', 'password' => 'Password', 'my_account' => 'My account', 'update_details' => 'Update Details', 'current_password' => 'Current password', 'confirm_password' => 'Confirm password', 'password-match' => 'Current password does not match.', 'account-save' => 'Account changes saved successfully.', 'permission-denied' => 'Permission Denied', 'remove-image' => 'Remove Image', 'upload_image_pix' => 'Upload a Profile Image (100px x 100px)', 'upload_image_format' => 'in PNG or JPG Format', 'image_upload_message' => 'Only images (.jpeg, .jpg, .png, ..) are allowed.', ], ],
'emails' => [ 'common' => [ 'dear' => 'Dear :name', 'cheers' => 'Cheers,</br>Team :app_name',
'user' => [ 'dear' => 'Dear :username', 'create-subject' => 'You are added as a member.', 'create-body' => 'Congratulations! You are now a member of our team.',
'forget-password' => [ 'subject' => 'Customer Reset Password', 'dear' => 'Dear :username', 'reset-password' => 'Reset Password', 'info' => 'You are receiving this email because we received a password reset request for your account', 'final-summary' => 'If you did not request a password reset, no further action is required', 'thanks' => 'Thanks!', ], ], ], ],
'validations' => [ 'message' => [ 'decimal' => 'The :attribute must be a decimal.', ], ],
'errors' => [ 'dashboard' => 'Dashboard', 'go-back' => 'Go Back', 'support' => 'If the problem persists, reach out to us at <a href=":link" class=":class">:email</a> for assistance.',
'404' => [ 'description' => 'Oops! The page you\'re looking for is on vacation. It seems we couldn\'t find what you were searching for.', 'title' => '404 Page Not Found', ],
'401' => [ 'description' => 'Oops! Looks like you\'re not allowed to access this page. It seems you\'re missing the necessary credentials.', 'title' => '401 Unauthorized', ],
'403' => [ 'description' => 'Oops! This page is off-limits. It appears you don\'t have the required permissions to view this content.', 'title' => '403 Forbidden', ],
'500' => [ 'description' => 'Oops! Something went wrong. It seems we\'re having trouble loading the page you\'re looking for.', 'title' => '500 Internal Server Error', ],
'503' => [ 'description' => 'Oops! Looks like we\'re temporarily down for maintenance. Please check back in a bit.', 'title' => '503 Service Unavailable', ], ],
'export' => [ 'csv' => 'CSV', 'download' => 'Download', 'export' => 'Export', 'no-records' => 'Nothing to export', 'xls' => 'XLS', 'xlsx' => 'XLSX', ], ];
|