sarga/packages/Webkul/Admin/src/Resources/lang/en/app.php

489 lines
18 KiB
PHP

<?php
return [
'common' => [
'no-result-found' => 'We couldn\'t find any records.',
'country' => 'Country',
'state' => 'State'
],
'dashboard' => [
'title' => 'Dashboard',
'from' => 'From',
'to' => 'To',
'total-customers' => 'Total Customers',
'total-orders' => 'Total Orders',
'total-sale' => 'Total Sale',
'average-sale' => 'Average Order Sale',
'increased' => ':progress% Increased',
'decreased' => ':progress% Decreased',
'sales' => 'Sales',
'top-performing-categories' => 'Top Performing Categories',
'product-count' => ':count Products',
'top-selling-products' => 'Top Selling Products',
'sale-count' => ':count Sales',
'customer-with-most-sales' => 'Customer With Most Sales',
'order-count' => ':count Orders',
'revenue' => 'Revenue :total',
'stock-threshold' => 'Stock Threshold',
'qty-left' => ':qty Left',
],
'account' => [
'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',
'password' => 'Password',
'confirm-password' => 'Confirm Password',
'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'
]
],
'sales' => [
'orders' => [
'title' => 'Orders',
'view-title' => 'Order #:order_id',
'cancel-btn-title' => 'Cancel',
'shipment-btn-title' => 'Ship',
'invoice-btn-title' => 'Invoice',
'info' => 'Information',
'invoices' => 'Invoices',
'shipments' => 'Shipments',
'order-and-account' => 'Order and Account',
'order-info' => 'Order Information',
'order-date' => 'Order Date',
'order-status' => 'Order Status',
'channel' => 'Channel',
'customer-name' => 'Customer Name',
'email' => 'Email',
'contact-number' => 'Contact Number',
'account-info' => 'Account Information',
'address' => 'Address',
'shipping-address' => 'Shipping Address',
'billing-address' => 'Billing Address',
'payment-and-shipping' => 'Payment and Shipping',
'payment-info' => 'Payment Information',
'payment-method' => 'Payment Method',
'currency' => 'Currency',
'shipping-info' => 'Shipping Information',
'shipping-method' => 'Shipping Method',
'shipping-price' => 'Shipping Price',
'products-ordered' => 'Products Ordered',
'SKU' => 'SKU',
'product-name' => 'Product Name',
'qty' => 'Qty',
'item-status' => 'Item Status',
'item-invoice' => 'Invoiced (:qty_invoiced)',
'item-shipped' => 'shipped (:qty_shipped)',
'item-canceled' => 'Canceled (:qty_canceled)',
'price' => 'Price',
'total' => 'Total',
'subtotal' => 'Subtotal',
'shipping-handling' => 'Shipping & Handling',
'tax' => 'Tax',
'tax-percent' => 'Tax Percent',
'tax-amount' => 'Tax Amount',
'discount-amount' => 'Discount Amount',
'grand-total' => 'Grand Total',
'total-paid' => 'Total Paid',
'total-refunded' => 'Total Refunded',
'total-due' => 'Total Due',
'cancel-confirm-msg' => 'Are you sure you want to cancel this order ?'
],
'invoices' => [
'id' => 'Id',
'date' => 'Invoice Date',
'order-id' => 'Order Id',
'customer-name' => 'Customer Name',
'status' => 'Status',
'amount' => 'Amount',
'action' => 'Action',
'add-title' => 'Create Invoice',
'save-btn-title' => 'Save Invoice',
'qty' => 'Qty',
'qty-ordered' => 'Qty Ordered',
'qty-to-invoice' => 'Qty to Invoice',
'view-title' => 'Invoice #:invoice_id',
],
'shipments' => [
'id' => 'Id',
'date' => 'Shipment Date',
'order-id' => 'Order Id',
'order-date' => 'Order date',
'customer-name' => 'Customer Name',
'total-qty' => 'Total Qty',
'action' => 'Action',
'add-title' => 'Create Shipment',
'save-btn-title' => 'Save Shipment',
'qty-ordered' => 'Qty Ordered',
'qty-to-ship' => 'Qty to Ship',
'carrier-title' => 'Carrier Title',
'tracking-number' => 'Tracking Number',
'view-title' => 'Shipment #:shipment_id',
]
],
'catalog' => [
'products' => [
'title' => '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' => [
'title' => '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' => [
'title' => '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' => [
'title' => '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',
'image' => 'Image',
]
],
'configuration' => [
'tax-categories' => [
'title' => 'Tax Categories',
'add-title' => 'Add Tax Category',
'edit-title' => 'Edit Tax Category',
'save-btn-title' => 'Save Tax Category',
'general' => 'Tax Category',
'select-channel' => 'Select Channel',
'name' => 'Name',
'code' => 'Code',
'description' => 'Description',
'select-taxrates' => 'Select Tax Rates',
'edit' => [
'title' => 'Edit Tax Category',
'edit-button-title' => 'Edit Tax Category'
]
],
'tax-rates' => [
'title' => 'Tax Rates',
'add-title' => 'Add Tax Rate',
'edit-title' => 'Edit Tax Rate',
'save-btn-title' => 'Save 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'
],
'zip_code' => 'Zip Code',
'is_zip' => 'Enable Zip Range'
],
],
'settings' => [
'locales' => [
'title' => 'Locales',
'add-title' => 'Add Locale',
'edit-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',
'rate' => 'Rate'
],
'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',
'hostname' => 'Hostname',
'currencies-and-locales' => 'Currencies and Locales',
'locales' => 'Locales',
'default-locale' => 'Default Locale',
'currencies' => 'Currencies',
'base-currency' => 'Base Currency',
'design' => 'Design',
'theme' => 'Theme',
'logo' => 'Logo',
'favicon' => 'Favicon'
],
'sliders' => [
'title' => 'Sliders',
'add-title' => 'Create Slider',
'save-btn-title' => 'Save Slider',
'general' => 'General',
'image' => 'Image',
'content' => 'Content',
'channels' => 'Channel'
],
],
'customers' => [
'groups' =>[
'add-title' => 'Add Group',
'edit-title' => 'Edit Group',
'save-btn-title' => 'Save Group',
'title' => 'Groups',
'save-btn-title' => 'Save Group',
'name' => 'Name',
'is_user_defined' => 'User Defined',
'yes' => 'Yes'
],
'customers' => [
'add-title' => 'Add Customer',
'edit-title' => 'Edit Customer',
'title' => 'Customers',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'gender' => 'Gender',
'email' => 'Email',
'date_of_birth' => 'Date of Birth',
'phone' => 'Phone',
'customer_group' => 'Customer Group',
'save-btn-title' => 'Save Customer',
'channel_name' => 'Channel Name'
],
'reviews' => [
'title' => 'Reviews',
'edit-title' => 'Edit Review',
'rating' => 'Rating',
'status' => 'Status',
'comment' => 'Comment'
]
],
'error' => [
'go-to-home' => 'GO TO HOME',
'404' => [
'page-title' => '404 Page not found',
'name' => '404',
'title' => 'Page Not found',
'message' => 'The Page you are looking for doesnt exist or have secrately escaped;head back to home and make a fresh move again.'
],
'403' => [
'page-title' => '403 forbidden',
'name' => '403',
'title' => 'Forbidden error',
'message' => 'You do not have permission to access this page'
],
'500' => [
'page-title' => '500 Internal Server Error',
'name' => '500',
'title' => 'Internal Server Error',
'message' => 'The Server Encountered an internal error.'
],
'401' => [
'page-title' => '401 Unauthorized Error',
'name' => '401',
'title' => 'Unauthorized Error',
'message' => 'The request has not been applied because it lacks valid authentication credentials for the target resource.'
],
]
];