306 lines
11 KiB
PHP
306 lines
11 KiB
PHP
<?php
|
|
|
|
return [
|
|
'account' => [
|
|
'header-title' => 'My Account',
|
|
'save-btn-title' => 'Save',
|
|
'general' => 'General',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'password' => 'Password',
|
|
'confirm-password' => 'Confirm Password'
|
|
],
|
|
'users' => [
|
|
'forget-password' => [
|
|
'title' => 'Forget Password',
|
|
'header-title' => 'Recover Password',
|
|
'email' => 'Registered Email',
|
|
'password' => 'Password',
|
|
'confirm-password' => 'Confirm Password',
|
|
'back-link-title' => 'Back to Sign In',
|
|
'submit-btn-title' => 'Email Password Reset Link'
|
|
],
|
|
'reset-password' => [
|
|
'title' => 'Reset Password',
|
|
'title' => 'Reset Password',
|
|
'email' => 'Registered Email',
|
|
'back-link-title' => 'Back to Sign In',
|
|
'submit-btn-title' => 'Reset Password'
|
|
],
|
|
'roles' => [
|
|
'title' => 'Roles',
|
|
'add-role-title' => 'Add Role',
|
|
'edit-role-title' => 'Edit Role',
|
|
'save-btn-title' => 'Save Role',
|
|
'general' => 'General',
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'access-control' => 'Access Control',
|
|
'permissions' => 'Permissions',
|
|
'custom' => 'Custom',
|
|
'all' => 'All'
|
|
],
|
|
'users' => [
|
|
'title' => 'User',
|
|
'add-user-title' => 'Add User',
|
|
'edit-user-title' => 'Edit User',
|
|
'save-btn-title' => 'Save User',
|
|
'general' => 'General',
|
|
'email' => 'Email',
|
|
'name' => 'Name',
|
|
'password' => 'Password',
|
|
'confirm-password' => 'Confirm Password',
|
|
'status-and-role' => 'Status and Role',
|
|
'role' => 'Role',
|
|
'status' => 'Status',
|
|
'account-is-active' => 'Account is Active'
|
|
],
|
|
'sessions' => [
|
|
'title' => 'Sign In',
|
|
'email' => 'Email',
|
|
'password' => 'Password',
|
|
'forget-password-link-title' => 'Forget Password ?',
|
|
'remember-me' => 'Remember Me',
|
|
'submit-btn-title' => 'Sign In'
|
|
]
|
|
],
|
|
'catalog' => [
|
|
'products' => [
|
|
'products' => 'Products',
|
|
'add-product-btn-title' => 'Add Product',
|
|
'add-title' => 'Add Product',
|
|
'edit-title' => 'Edit Product',
|
|
'save-btn-title' => 'Save Product',
|
|
'general' => 'General',
|
|
'product-type' => 'Product Type',
|
|
'simple' => 'Simple',
|
|
'configurable' => 'Configurable',
|
|
'familiy' => 'Attribute Family',
|
|
'sku' => 'SKU',
|
|
'configurable-attributes' => 'Configurable Attributes',
|
|
'attribute-header' => 'Attribute(s)',
|
|
'attribute-option-header' => 'Attribute Option(s)',
|
|
'no' => 'No',
|
|
'yes' => 'Yes',
|
|
'disabled' => 'Disabled',
|
|
'enabled' => 'Enabled',
|
|
'add-variant-btn-title' => 'Add Variant',
|
|
'name' => 'Name',
|
|
'qty' => 'Qty',
|
|
'price' => 'Price',
|
|
'weight' => 'Weight',
|
|
'status' => 'Status',
|
|
'enabled' => 'Enabled',
|
|
'disabled' => 'Disabled',
|
|
'add-variant-title' => 'Add Variant',
|
|
'variant-already-exist-message' => 'Variant with same attribute options already exists.',
|
|
'add-image-btn-title' => 'Add Image'
|
|
],
|
|
'attributes' => [
|
|
'add-title' => 'Add Attribute',
|
|
'edit-title' => 'Edit Attribute',
|
|
'save-btn-title' => 'Save Attribute',
|
|
'general' => 'General',
|
|
'code' => 'Attribute Code',
|
|
'type' => 'Attribute Type',
|
|
'text' => 'Text',
|
|
'textarea' => 'Textarea',
|
|
'price' => 'Price',
|
|
'boolean' => 'Boolean',
|
|
'select' => 'Select',
|
|
'multiselect' => 'Multiselect',
|
|
'datetime' => 'Datetime',
|
|
'date' => 'Date',
|
|
'label' => 'Label',
|
|
'admin' => 'Admin',
|
|
'options' => 'Options',
|
|
'position' => 'Position',
|
|
'add-option-btn-title' => 'Add Option',
|
|
'validations' => 'Validations',
|
|
'input_validation' => 'Input Validation',
|
|
'is_required' => 'Is Required',
|
|
'is_unique' => 'Is Unique',
|
|
'number' => 'Number',
|
|
'decimal' => 'Decimal',
|
|
'email' => 'Email',
|
|
'url' => 'URL',
|
|
'configuration' => 'Configuration',
|
|
'status' => 'Status',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'value_per_locale' => 'Value Per Locale',
|
|
'value_per_channel' => 'Value Per Channel',
|
|
'value_per_channel' => 'Value Per Channel',
|
|
'is_filterable' => 'Use in Layered Navigation',
|
|
'is_configurable' => 'Use To Create Configurable Product',
|
|
'admin_name' => 'Admin Name',
|
|
'is_visible_on_front' => 'Visible on Product View Page on Front-end'
|
|
],
|
|
'families' => [
|
|
'families' => 'Families',
|
|
'add-family-btn-title' => 'Add Family',
|
|
'add-title' => 'Add Family',
|
|
'edit-title' => 'Edit Family',
|
|
'save-btn-title' => 'Save Family',
|
|
'general' => 'General',
|
|
'code' => 'Family Code',
|
|
'name' => 'Name',
|
|
'groups' => 'Groups',
|
|
'add-group-title' => 'Add Group',
|
|
'position' => 'Position',
|
|
'attribute-code' => 'Code',
|
|
'type' => 'Type',
|
|
'add-attribute-title' => 'Add Attributes',
|
|
'search' => 'Search',
|
|
'group-exist-error' => 'Group with same name already exists.'
|
|
],
|
|
'categories' => [
|
|
'categories' => 'Categories',
|
|
'add-title' => 'Add Category',
|
|
'edit-title' => 'Edit Category',
|
|
'save-btn-title' => 'Save Category',
|
|
'general' => 'General',
|
|
'name' => 'Name',
|
|
'visible-in-menu' => 'Visible In Menu',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'position' => 'Position',
|
|
'description-and-images' => 'Description and Images',
|
|
'description' => 'Description',
|
|
'parent-category' => 'Parent Category',
|
|
'seo' => 'Search Engine Optimization',
|
|
'slug' => 'Slug',
|
|
'meta_title' => 'Meta Title',
|
|
'meta_description' => 'Meta Description',
|
|
'meta_keywords' => 'Meta Keywords',
|
|
]
|
|
],
|
|
|
|
'configuration' => [
|
|
'tax' => [
|
|
'title' => 'Taxes',
|
|
'add-title' => 'Add Tax Rule'
|
|
],
|
|
'taxrule' => [
|
|
'title' => 'Add Tax Rule',
|
|
'create' => 'Create Tax Rule',
|
|
'general' => 'Tax Rule',
|
|
'select-channel' => 'Select Channel',
|
|
'name' => 'Name',
|
|
'code' => 'Code',
|
|
'description' => 'Description',
|
|
'select-taxrates' => 'Select Tax Rates',
|
|
'edit' => [
|
|
'title' => 'Edit Tax Rule',
|
|
'edit-button-title' => 'Edit Rule'
|
|
]
|
|
],
|
|
'taxrate' => [
|
|
'title' => 'Add Tax Rate',
|
|
'general' => 'Tax Rate',
|
|
'identifier' => 'Identifier',
|
|
'is_zip' => 'Enable Zip Range',
|
|
'zip_from' => 'Zip From',
|
|
'zip_to' => 'Zip To',
|
|
'state' => 'State',
|
|
'country' => 'Country',
|
|
'tax_rate' => 'Rate',
|
|
'edit' => [
|
|
'title' => 'Edit Tax Rate',
|
|
'edit-button-title' => 'Edit Rate'
|
|
]
|
|
],
|
|
],
|
|
|
|
'settings' => [
|
|
'locales' => [
|
|
'title' => 'Locales',
|
|
'add-locale-title' => 'Add Locale',
|
|
'edit-locale-title' => 'Edit Locale',
|
|
'add-title' => 'Add Locale',
|
|
'save-btn-title' => 'Save Locale',
|
|
'general' => 'General',
|
|
'code' => 'Code',
|
|
'name' => 'Name'
|
|
],
|
|
'countries' => [
|
|
'title' => 'Countries',
|
|
'add-title' => 'Add Counrty',
|
|
'save-btn-title' => 'Save Counrty',
|
|
'general' => 'General',
|
|
'code' => 'Code',
|
|
'name' => 'Name'
|
|
],
|
|
'currencies' => [
|
|
'title' => 'Currencies',
|
|
'add-title' => 'Add Currency',
|
|
'edit-title' => 'Edit Currency',
|
|
'save-btn-title' => 'Save Currency',
|
|
'general' => 'General',
|
|
'code' => 'Code',
|
|
'name' => 'Name',
|
|
'symbol' => 'Symbol'
|
|
],
|
|
'exchange_rates' => [
|
|
'title' => 'Exchange Rates',
|
|
'add-title' => 'Add Exchange Rate',
|
|
'edit-title' => 'Edit Exchange Rate',
|
|
'save-btn-title' => 'Save Exchange Rate',
|
|
'general' => 'General',
|
|
'source_currency' => 'Source Currency',
|
|
'target_currency' => 'Target Currency',
|
|
'ratio' => 'Ratio'
|
|
],
|
|
'inventory_sources' => [
|
|
'title' => 'Inventory Sources',
|
|
'add-title' => 'Add Inventory Source',
|
|
'edit-title' => 'Edit Inventory Source',
|
|
'save-btn-title' => 'Save Inventory Source',
|
|
'general' => 'General',
|
|
'code' => 'Code',
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'source-is-active' => 'Source is Active',
|
|
'contact-info' => 'Contact Information',
|
|
'contact_name' => 'Name',
|
|
'contact_email' => 'Email',
|
|
'contact_number' => 'Contact Number',
|
|
'contact_fax' => 'Fax',
|
|
'address' => 'Source Address',
|
|
'country' => 'Country',
|
|
'state' => 'State',
|
|
'city' => 'City',
|
|
'street' => 'Street',
|
|
'postcode' => 'Postcode',
|
|
'priority' => 'Priority',
|
|
'latitude' => 'Latitude',
|
|
'longitude' => 'Longitude',
|
|
'status' => 'Status'
|
|
],
|
|
'channels' => [
|
|
'title' => 'Channels',
|
|
'add-title' => 'Add Channel',
|
|
'edit-title' => 'Edit Channel',
|
|
'save-btn-title' => 'Save Channel',
|
|
'general' => 'General',
|
|
'code' => 'Code',
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'currencies-and-locales' => 'Currencies and Locales',
|
|
'locales' => 'Locales',
|
|
'default-locale' => 'Default Locale',
|
|
'currencies' => 'Currencies',
|
|
'base-currency' => 'Base Currency'
|
|
],
|
|
|
|
'sliders' => [
|
|
'title' => 'Sliders',
|
|
'add-title' => 'Create Slider',
|
|
'save-btn-title' => 'Save Slider',
|
|
'general' => 'General',
|
|
'image' => 'Image',
|
|
'content' => 'Content',
|
|
'channels' => 'Channel'
|
|
],
|
|
]
|
|
]; |