94 lines
4.4 KiB
PHP
94 lines
4.4 KiB
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'admin_panel' => 'Admin Panel',
|
|
'edit' => 'Edit',
|
|
'status' => 'Status',
|
|
'action' => 'Action',
|
|
'install' => 'Install',
|
|
'uninstall' => 'Uninstall',
|
|
|
|
// errors
|
|
'forbidden' => 'Forbidden',
|
|
'has_no_permission' => 'You have no permission, please contact with administrator.',
|
|
|
|
// header
|
|
'home' => 'Home',
|
|
'order' => 'Orders',
|
|
'rma' => 'RMA',
|
|
'rma_reason' => 'RMA Reason',
|
|
'product' => 'Products',
|
|
'brand' => 'Brands',
|
|
'attribute' => 'attribute',
|
|
'attribute_group' => 'attribute group',
|
|
'category' => 'Categories',
|
|
'customer_group' => 'Customer Groups',
|
|
'customer' => 'Customers',
|
|
'page' => 'Content',
|
|
'page_category' => 'Page Category',
|
|
'setting' => 'Settings',
|
|
'plugin' => 'Plugin',
|
|
'marketing' => 'Plugin Marketing',
|
|
'admin_user' => 'Admin User',
|
|
'admin_role' => 'Admin Role',
|
|
'region' => 'Region',
|
|
'tax_rate' => 'Tax Rate',
|
|
'tax_class' => 'Tax Class',
|
|
'currency' => 'Currency',
|
|
'language' => 'Language',
|
|
'zone' => 'Zone',
|
|
'country' => 'Country',
|
|
'file_manager' => 'File Manager',
|
|
'access_frontend' => 'Frontend',
|
|
'copyright_buy' => 'Copyright Buy',
|
|
|
|
// sidebar
|
|
'account_index' => 'Personal Center',
|
|
'multi_filter_index' => 'Advanced Filter',
|
|
'theme_index' => 'Theme Setting',
|
|
'attribute_groups_index' => 'Attribute Group',
|
|
'attributes_index' => 'Attributes',
|
|
'settings_index' => 'Setting',
|
|
'admin_users_index' => 'Admin Users',
|
|
'plugins_index' => 'Plugins',
|
|
'marketing_index' => 'Plugin Marketing',
|
|
'regions_index' => 'Regions',
|
|
'tax_rates_index' => 'Tax Rates',
|
|
'pages_index' => 'Articles',
|
|
'page_categories_index' => 'Catalogs',
|
|
'tax_classes_index' => 'Tax Classes',
|
|
'currencies_index' => 'Currencies',
|
|
'languages_index' => 'Languages',
|
|
'design_index' => 'Page Builder',
|
|
'design_footer_index' => 'Footer Builder',
|
|
'design_menu_index' => 'Menu Builder',
|
|
'categories_index' => 'Categories',
|
|
'products_index' => 'Products',
|
|
'products_trashed' => 'Trashed',
|
|
'customers_trashed' => 'Trashed',
|
|
'brands_index' => 'Brands',
|
|
'orders_index' => 'Orders',
|
|
'rmas_index' => 'RMA',
|
|
'rma_reasons_index' => 'Rma Reasons',
|
|
'customers_index' => 'Customers',
|
|
'customer_groups_index' => 'Customer Groups',
|
|
'countries_index' => 'Countries',
|
|
'zones_index' => 'Zones',
|
|
'update_nav' => 'Update',
|
|
'update_title' => 'Find a new version of BeikeShop, whether to update now',
|
|
'update_new_version' => 'Latest version',
|
|
'update_old_version' => 'Current version',
|
|
'update_date' => 'Update date',
|
|
'update_btn' => 'Download',
|
|
'expired_at' => 'Expired',
|
|
];
|