en.php 85.4 KB
Newer Older
G
gongfuxiang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?php
// +----------------------------------------------------------------------
// | ShopXO 国内领先企业级B2C免费开源电商系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011~2099 http://shopxo.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://opensource.org/licenses/mit-license.php )
// +----------------------------------------------------------------------
// | Author: Devil
// +----------------------------------------------------------------------

/**
 * 模块语言包-英文
 * @author   Devil
 * @blog     http://gong.gg/
 * @version  0.0.1
 * @datetime 2016-12-01T21:51:08+0800
 */
return [
    // 首页
    'index'                 => [
        // 页面公共
        'page_common'           => [
            'order_transaction_amount_name'     => 'Trend of order transaction amount',
            'order_trading_trend_name'          => 'Order trading trend',
            'goods_hot_name'                    => 'Hot Goods',
            'goods_hot_tips'                    => 'Show only the first 30 items',
            'payment_name'                      => 'Payment Method',
            'order_region_name'                 => 'Order geographical distribution',
G
v5.0  
gongfuxiang 已提交
30 31 32
            'order_region_tips'                 => 'Only 10 pieces of data are displayed',
            'new_user_name'                     => 'New Users',
            'buy_user_name'                     => 'Ordering Users',
G
gongfuxiang 已提交
33 34 35 36
            'upgrade_check_loading_tips'        => 'Getting the latest content, please wait...',
            'upgrade_version_name'              => 'Updated Version:',
            'upgrade_date_name'                 => 'Update Date:',
        ],
G
gongfuxiang 已提交
37
        // 页面基础
G
gongfuxiang 已提交
38
        'base_update_system_title'              => 'System updates',
G
gongfuxiang 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
        'base_update_button_title'              => 'Update Now',
        'base_item_base_stats_title'            => 'Shop Statistics',
        'base_item_base_stats_tips'             => 'Time filtering is only valid for totals',
        'base_item_user_title'                  => 'Total Users',
        'base_item_order_number_title'          => 'Total Orders',
        'base_item_order_complete_number_title' => 'Total Transaction Volume',
        'base_item_order_complete_title'        => 'Order Amount',
        'base_item_last_month_title'            => 'LastMonth',
        'base_item_same_month_title'            => 'SameMonth',
        'base_item_yesterday_title'             => 'Yesterday',
        'base_item_today_title'                 => 'Today',
        'base_item_order_profit_title'          => 'Trend of order transaction amount',
        'base_item_order_trading_title'         => 'Order trading trend',
        'base_item_order_tips'                  => 'All Orders',
        'base_item_hot_sales_goods_title'       => 'Hot Goods',
        'base_item_hot_sales_goods_tips'        => 'Orders without cancelling closing',
        'base_item_payment_type_title'          => 'Payment Type',
        'base_item_map_whole_country_title'     => 'Order geographical distribution',
        'base_item_map_whole_country_tips'      => 'Excluding orders and default dimensions (provinces) to cancel closing',
        'base_item_map_whole_country_province'  => 'Province',
        'base_item_map_whole_country_city'      => 'City',
        'base_item_map_whole_country_county'    => 'County',
G
v5.0  
gongfuxiang 已提交
61 62
        'base_item_new_user_title'              => 'New Users',
        'base_item_buy_user_title'              => 'Ordering Users',
G
gongfuxiang 已提交
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
        'system_info_title'                     => 'System Info',
        'system_ver_title'                      => 'Software Version',
        'system_os_ver_title'                   => 'Operating System',
        'system_php_ver_title'                  => 'PHP Version',
        'system_mysql_ver_title'                => 'MySQL Version',
        'system_server_ver_title'               => 'Server Info',
        'system_host_title'                     => 'Current Domain',
        'development_team_title'                => 'Development Team',
        'development_team_website_title'        => 'Website',
        'development_team_website_value'        => 'Shanghai Zongzhige Technology Co., Ltd',
        'development_team_support_title'        => 'Support',
        'development_team_support_value'        => 'ShopXO enterprise e-commerce system provider',
        'development_team_ask_title'            => 'Questions',
        'development_team_ask_value'            => 'ShopXO exchange questions',
        'development_team_agreement_title'      => 'Agreement',
        'development_team_agreement_value'      => 'View open source agreement',
        'development_team_update_log_title'     => 'Update Log',
        'development_team_update_log_value'     => 'View update log',
        'development_team_members_title'        => 'R&D members',
        'development_team_members_value'        => [
            ['name' => 'Brother Gong', 'url' => 'http://gong.gg/']
G
gongfuxiang 已提交
84 85 86
        ],
    ],

G
gongfuxiang 已提交
87 88 89
    // 用户
    'user'                  => [
        'base_nav_title'                        => 'User',
G
gongfuxiang 已提交
90 91 92 93 94
        // 动态表格
        'form_table'                            => [
            'id'                    => 'User ID',
            'number_code'           => 'Number Code',
            'system_type'           => 'System Type',
95
            'platform'              => 'Platform',
G
gongfuxiang 已提交
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
            'avatar'                => 'Avatar',
            'username'              => 'Username',
            'nickname'              => 'Nickname',
            'mobile'                => 'Mobile',
            'email'                 => 'Email',
            'gender_name'           => 'Gender',
            'status_name'           => 'Status',
            'province'              => 'Province',
            'city'                  => 'City',
            'county'                => 'District/County',
            'address'               => 'Detail Address',
            'birthday'              => 'Birthday',
            'integral'              => 'Valid Integral',
            'locking_integral'      => 'Lock Integral',
            'referrer'              => 'Referrer',
            'referrer_placeholder'  => 'Please enter the invitation user name/nickname/mobile phone/email',
            'add_time'              => 'Creation Time',
            'upd_time'              => 'Update Time',
        ],
G
gongfuxiang 已提交
115 116 117 118 119 120 121 122 123
    ],

    // 用户地址
    'useraddress'      => [
        'base_nav_title'                        => 'User Address',
        // 详情
        'detail_user_address_idcard_name'       => 'Full Name',
        'detail_user_address_idcard_number'     => 'Number',
        'detail_user_address_idcard_pic'        => 'Photo',
G
gongfuxiang 已提交
124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
        // 动态表格
        'form_table'                            => [
            'user'              => 'User Info',
            'user_placeholder'  => 'Please enter user name/nickname/mobile phone/email',
            'alias'             => 'Alias',
            'name'              => 'Name',
            'tel'               => 'Tel',
            'province_name'     => 'Province',
            'city_name'         => 'City',
            'county_name'       => 'County/County',
            'address'           => 'Detail Address',
            'position'          => 'Position',
            'idcard_info'       => 'Idcard Info',
            'is_default'        => 'Default or not',
            'add_time'          => 'Creation Time',
            'upd_time'          => 'Update Time',
        ],
G
gongfuxiang 已提交
141 142
    ],

G
gongfuxiang 已提交
143 144 145 146 147 148 149 150 151 152
    // 站点设置
    'site'                  => [
        // 页面公共
        'page_common'           => [
            'remove_confirm_tips'               => 'Save and take effect after removal. Are you sure to continue?',
            'address_no_data'                   => 'Address data is empty',
            'address_not_exist'                 => 'Address does not exist',
            'address_logo_message'              => 'Please upload the logo image',
        ],
        // 主导航
G
v5.0  
gongfuxiang 已提交
153
        'base_nav_list'                       => [
G
gongfuxiang 已提交
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
            ['name' => 'Base Config', 'type' => 'base'],
            ['name' => 'Site Settings', 'type' => 'siteset'],
            ['name' => 'Site Type', 'type' => 'sitetype'],
            ['name' => 'User Register', 'type' => 'register'],
            ['name' => 'User Login', 'type' => 'login'],
            ['name' => 'Password Recovery', 'type' => 'forgetpwd'],
            ['name' => 'Verification Code', 'type' => 'verify'],
            ['name' => 'Order after-sales', 'type' => 'orderaftersale'],
            ['name' => 'Annex', 'type' => 'attachment'],
            ['name' => 'Cache', 'type' => 'cache'],
            ['name' => 'Extensions', 'type' => 'extends'],
        ],
        // 网站设置导航
        'siteset_nav_list'                      => [
            ['name' => 'Home', 'type' => 'index'],
            ['name' => 'Goods', 'type' => 'goods'],
            ['name' => 'Search', 'type' => 'search'],
            ['name' => 'Order', 'type' => 'order'],
            ['name' => 'Extensions', 'type' => 'extends'],
        ],
G
gongfuxiang 已提交
174 175 176 177 178 179 180 181 182
        // 页面基础
        'base_item_site_status_title'           => 'Site Status',
        'base_item_site_domain_title'           => 'Site domain name address',
        'base_item_site_filing_title'           => 'Filing Info',
        'base_item_site_other_title'            => 'Other',
        'base_item_session_cache_title'         => 'Session Cache Config',
        'base_item_data_cache_title'            => 'Data Cache Config',
        'base_item_redis_cache_title'           => 'Redis Cache Config',
        'base_item_crontab_config_title'        => 'Timing Script Config',
G
v5.0  
gongfuxiang 已提交
183
        'base_item_regex_config_title'          => 'Regular configuration',
G
gongfuxiang 已提交
184
        'base_item_quick_nav_title'             => 'Quick Navigation',
185
        'base_item_user_base_title'             => 'User Base',
G
gongfuxiang 已提交
186
        'base_item_user_address_title'          => 'User Address',
G
gongfuxiang 已提交
187
        'base_item_multilingual_title'          => 'Multilingual',
G
gongfuxiang 已提交
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
        'base_item_site_auto_mode_title'        => 'Automatic Mode',
        'base_item_site_manual_mode_title'      => 'Manual Mode',
        'base_item_default_payment_title'       => 'Default Payment Method',
        'base_item_display_type_title'          => 'Display Type',
        'base_item_self_extraction_title'       => 'Self-promotion',
        'base_item_fictitious_title'            => 'Virtual Sales',
        'choice_upload_logo_title'              => 'Choice Logo',
        'add_goods_title'                       => 'Goods Add',
        'add_self_extractio_address_title'      => 'Add Address',
        'site_domain_tips_list'                 => [
            '1. If the site domain name is not set, the current site domain name and address will be used[ '.__MY_DOMAIN__.' ]',
            '2. If the attachment and static address are not set, the static domain name address of the current site will be used[ '.__MY_PUBLIC_URL__.' ]',
            '3. If public is not set as the root directory on the server side, the configuration of [attachment cdn domain name, css/js static file cdn domain name] needs to be followed by public, such as:'.__MY_PUBLIC_URL__.'public/',
            '4. When running the project in command line mode, the address of the zone must be configured, otherwise some addresses in the project will be missing the domain name information',
            '5. Do not randomly configure. The wrong address will cause the website to be inaccessible (the address configuration starts with http). If your own site is configured with https, it starts with https',
        ],
        'site_cache_tips_list'                  => [
            '1. The default file cache and Redis cache PHP need to be installed first',
            '2. Please ensure the stability of Redis service (after the session uses the cache, the unstable service may cause the background to be unable to log in)',
            '3. In case of Redis service exception, you cannot log in to the management background and modify the [session.php, cache. php] file in the [config] directory of the configuration file',
        ],
        'goods_tips_list'                       => [
            '1. By default, the WEB side displays 3 levels, the lowest level is 1 and the highest level is 3 (if set to 0, the default is 3)',
G
gongfuxiang 已提交
211
            '2. Mobile terminal default display level 0 (goods list mode), minimum level 0, and maximum level 3 (1~3 are classified display mode)',
G
gongfuxiang 已提交
212 213 214
            '3. The style of the front category page will be different if the level is different',
        ],
        'goods_auto_mode_max_count_tips_list'   => [
G
gongfuxiang 已提交
215
            '1. Configure the maximum number of goods displayed on each floor',
G
gongfuxiang 已提交
216 217 218 219 220 221 222
            '2. It is not recommended to modify the quantity too large, which will lead to too large blank area on the left side of the PC',
        ],
        'goods_auto_mode_order_by_tips_list'    => [
            'It can be summarized as follows: popularity ->sales volume ->descending order (desc) of the latest',
        ],
        'goods_manual_mode_max_tips_list'       => [
            '1. Click the title of the item to drag and sort it and display it in order',
G
gongfuxiang 已提交
223
            '2. It is not recommended to add many goods, which will lead to too large blank area on the left side of the PC',
G
gongfuxiang 已提交
224
        ],
225 226 227 228
        'user_unique_system_type_model_tips_list'=> [
            '1. By default, [User Name, Mobile Phone, Email] is used as the unique user',
            '2. If enabled, add the [System ID] and act as the unique user',
        ],
G
gongfuxiang 已提交
229 230 231 232
        'extends_crontab_tips'                  => 'It is recommended that you add the script address to the timing request of the Linux scheduled task (the result is SUCS: 0, FAIL: 0, followed by the colon is the number of data processed, SUCS succeeded, FALI failed)',
        'left_images_random_tips'               => 'The left picture can upload up to 3 pictures, and one of them can be displayed randomly each time',
        'background_color_tips'                 => 'Customizable background image, default background gray',
        'site_setup_layout_tips'                => 'The drag mode needs to enter the homepage design page by yourself. Please save the selected configuration before',
G
v5.0  
gongfuxiang 已提交
233
        'site_setup_layout_button_name'         => 'design page',
G
gongfuxiang 已提交
234 235 236 237 238 239
        'site_setup_goods_category_tips'        => 'If you need more floor displays, please go to/Product Management ->Product Classification, Primary Classification Settings Home Page Recommendation',
        'site_setup_goods_category_no_data_tips'=> 'There is no data for the time being. Please go to/Product Management ->Product Classification, Primary Classification Settings Home Page for recommendation',
        'site_setup_order_default_payment_tips' => 'You can set the default payment method corresponding to different platforms. Please install the payment plug-in in [Website Management ->Payment Method] to enable and open it to users',
        'site_setup_choice_payment_message'     => 'Please select {:name} default payment method',
        'sitetype_top_tips_list'                => [
            '1. Express delivery, conventional e-commerce process, user selects the receiving address to place an order for payment ->merchant shipment ->confirmation of receipt ->order completion',
G
gongfuxiang 已提交
240
            '2. Display type, only display goods, can initiate consultation (cant place an order)',
G
gongfuxiang 已提交
241 242 243 244
            '3. Select the self-pickup address when placing the order, and the user places the order for payment ->confirm the delivery ->order completion',
            '4. Virtual sales, conventional e-commerce process, user order payment ->automatic delivery ->confirmation of delivery ->order completion',
        ],
        // 添加自提地址表单
G
v3.0  
gongfuxiang 已提交
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
        'form_take_address_title'                  => 'Self pickup address',
        'form_take_address_logo'                   => 'LOGO',
        'form_take_address_logo_tips'              => '300 * 300px proposal',
        'form_take_address_alias'                  => 'Alias',
        'form_take_address_alias_message'          => 'Alias format can be up to 16 characters',
        'form_take_address_name'                   => 'Contacts Name',
        'form_take_address_name_message'           => 'Contact name format is between 2 and 16 characters',
        'form_take_address_tel'                    => 'Contact Tel',
        'form_take_address_tel_message'            => 'Please fill in the contact number',
        'form_take_address_address'                => 'Detail Address',
        'form_take_address_address_message'        => 'Detailed address format is between 1 and 80 characters',
        // 域名绑定语言
        'form_domain_multilingual_domain_name'     => 'Domain Name',
        'form_domain_multilingual_domain_message'  => 'Please fill in the domain name',
        'form_domain_multilingual_select_message'  => 'Please select the corresponding language for the domain name',
        'form_domain_multilingual_add_title'       => 'Add domain name',
G
gongfuxiang 已提交
261 262 263 264 265 266 267
    ],

    // 后台配置信息
    'config'                => [
        'admin_login_title'                     => 'Background Login',
        'admin_login_info_bg_images_list_tips'  => [
            '1. The background image is located in the [public/static/admin/default/images/login] directory',
G
v5.0  
gongfuxiang 已提交
268
            '2. Naming rules for background pictures (1~50), such as 1.png',
G
gongfuxiang 已提交
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
        ],
        'map_type_tips'                         => 'Due to the different map standards of each company, do not switch maps at will, which will lead to inaccurate map coordinates.',
        'apply_map_baidu_name'                  => 'Please apply at Baidu Map Open Platform',
        'apply_map_amap_name'                   => 'Please apply at the open platform of Gaode Map',
        'apply_map_tencent_name'                => 'Please apply at Tencent Map Open Platform',
        'apply_map_tianditu_name'               => 'Please apply at Tiantu Open Platform',
        'cookie_domain_list_tips'               => [
            '1. If it is empty by default, it is only valid for the currently accessed domain name',
            '2. If you need a secondary domain name to share cookies, fill in the top-level domain name, such as baidu.com',
        ],
    ],

    // 品牌
    'brand'                 => [
        'base_nav_title'                        => 'Brand',
G
gongfuxiang 已提交
284 285 286 287 288 289 290 291 292 293 294 295
        // 动态表格
        'form_table'                            => [
            'name'                 => 'Name',
            'describe'             => 'Describe',
            'logo'                 => 'LOGO',
            'url'                  => 'Website Url',
            'brand_category_text'  => 'Category',
            'is_enable'            => 'Enable or not',
            'sort'                 => 'Sort',
            'add_time'             => 'Creation Time',
            'upd_time'             => 'Update Time',
        ],
G
gongfuxiang 已提交
296 297 298
    ],

    // 品牌分类
G
gongfuxiang 已提交
299
    'brandcategory'         => [
G
gongfuxiang 已提交
300 301 302 303 304
        'base_nav_title'                        => 'BrandCategory',
    ],

    // 文章
    'article'               => [
G
gongfuxiang 已提交
305 306 307 308 309 310 311 312 313 314 315 316
        // 动态表格
        'form_table'                            => [
            'info'                   => 'Title',
            'jump_url'               => 'Jump Url',
            'article_category_name'  => 'Category',
            'is_enable'              => 'Enable or not',
            'is_home_recommended'    => 'HomePage recommend',
            'images_count'           => 'Images Count',
            'access_count'           => 'Access Count',
            'add_time'               => 'Creation Time',
            'upd_time'               => 'Update Time',
        ],
G
gongfuxiang 已提交
317 318 319 320 321 322 323 324 325 326 327 328
    ],

    // 文章分类
    'articlecategory'       => [
        'base_nav_title'                        => 'ArticleCategory',
    ],

    // 自定义页面
    'customview'            => [
        'base_nav_title'                        => 'Custom Page',
        'detail_content_title'                  => 'Detail Content',
        'detail_images_title'                   => 'Detail Picture',
329
        'save_view_tips'                        => 'Please save before previewing the effect',
G
gongfuxiang 已提交
330 331 332 333 334 335 336 337 338 339 340 341
        // 动态表格
        'form_table'                            => [
            'info'            => 'Title',
            'is_enable'       => 'Enable or not',
            'is_header'       => 'Header or not',
            'is_footer'       => 'Footer or not',
            'is_full_screen'  => 'Full Screen',
            'images_count'    => 'Images Count',
            'access_count'    => 'Access Count',
            'add_time'        => 'Creation Time',
            'upd_time'        => 'Update Time',
        ],
G
gongfuxiang 已提交
342 343 344 345 346 347 348 349 350 351 352 353 354 355
    ],

    // 页面设计
    'design'                => [
        'nav_store_design_name'                 => 'Download more design templates',
        'upload_list_tips'                      => [
            '1. Select the downloaded page design zip package',
            '2. Import will automatically add a new piece of data',
        ],
        'operate_sync_tips'                     => 'The data is synchronized to the homepage drag visualization, and the data is not affected after modification, but do not delete the relevant attachments',
        // 表单
        'form_item_name'                        => 'Name',
        'form_item_name_message'                => 'The name is 2~16 characters long',
        'form_logo_tips'                        => 'Recommended size 300 * 300px',
G
gongfuxiang 已提交
356 357 358 359 360 361 362 363 364 365 366 367 368 369 370
        // 动态表格
        'form_table'                            => [
            'id'                => 'Data ID',
            'info'              => 'Base Info',
            'info_placeholder'  => 'Please enter a name',
            'access_count'      => 'Access Count',
            'is_enable'         => 'Enable or not',
            'is_header'         => 'Header or not',
            'is_footer'         => 'Footer or not',
            'seo_title'         => 'SEO Title',
            'seo_keywords'      => 'SEO Keywords',
            'seo_desc'          => 'SEO Describe',
            'add_time'          => 'Creation Time',
            'upd_time'          => 'Update Time',
        ],
G
gongfuxiang 已提交
371 372
    ],

G
gongfuxiang 已提交
373 374 375 376 377
    // 仓库管理
    'warehouse'             => [
        'base_nav_title'                        => 'Warehouse',
        'top_tips_list'                         => [
            '1. The higher the weight value is, the higher the weight is. The inventory is deducted according to the weight.)',
G
gongfuxiang 已提交
378 379
            '2. The warehouse can only be soft-deleted, will not be available after deletion, and only the data in the database can be retained), and the associated goods data can be deleted by itself',
            '3. The warehouse will be deactivated and deleted, and the associated goods inventory will be released immediately',
G
gongfuxiang 已提交
380
        ],
G
gongfuxiang 已提交
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
        // 动态表格
        'form_table'                            => [
            'info'           => 'Name/Alias',
            'level'          => 'Level',
            'is_enable'      => 'Enable or not',
            'contacts_name'  => 'Contacts Name',
            'contacts_tel'   => 'Contacts Tel',
            'province_name'  => 'Province',
            'city_name'      => 'City',
            'county_name'    => 'District/County',
            'address'        => 'Detail Address',
            'position'       => 'Position',
            'add_time'       => 'Creation Time',
            'upd_time'       => 'Update Time',
        ],
G
gongfuxiang 已提交
396 397
    ],

G
gongfuxiang 已提交
398 399 400 401 402 403
    // 仓库商品
    'warehousegoods'        => [
        // 页面公共
        'page_common'           => [
            'warehouse_choice_tips'             => 'Please select a warehouse',
        ],
G
gongfuxiang 已提交
404
        // 基础
405
        'add_goods_title'                       => 'Goods Add',
G
gongfuxiang 已提交
406 407 408
        'no_spec_data_tips'                     => 'No specification data',
        'batch_setup_inventory_placeholder'     => 'Batch set value',
        'base_spec_inventory_title'             => 'Specification Inventory',
G
gongfuxiang 已提交
409 410 411
        // 动态表格
        'form_table'                            => [
            'goods'              => 'Base Info',
G
gongfuxiang 已提交
412
            'goods_placeholder'  => 'Please enter the goods name/model',
G
gongfuxiang 已提交
413 414 415 416 417 418 419
            'warehouse_name'     => 'Warehouse',
            'is_enable'          => 'Enable or not',
            'inventory'          => 'Total Inventory',
            'spec_inventory'     => 'Spec Inventory',
            'add_time'           => 'Creation Time',
            'upd_time'           => 'Update Time',
        ],
G
gongfuxiang 已提交
420 421 422 423 424 425 426 427 428 429 430 431
    ],

    // 管理员
    'admin'                 => [
        'admin_no_data_tips'                    => 'The administrator information does not exist',
        // 列表
        'top_tips_list'                         => [
            '1. admin The account has all permissions by default and cannot be changed.',
            '2. admin The account cannot be changed, but can be modified in the data table( '.MyConfig('database.connections.mysql.prefix').'admin ) field username',
        ],
        'base_nav_title'                        => 'Admin',
        // 登录
G
gongfuxiang 已提交
432 433 434
        'login_type_username_title'             => 'Account',
        'login_type_mobile_title'               => 'Mobile',
        'login_type_email_title'                => 'Email',
G
gongfuxiang 已提交
435 436 437 438
        'login_close_tips'                      => 'Temporarily closed login',
        // 忘记密码
        'form_forget_password_name'             => 'Forgot Password?',
        'form_forget_password_tips'             => 'Please contact the administrator to reset the password',
G
gongfuxiang 已提交
439 440 441 442 443 444 445 446 447 448 449 450 451
        // 动态表格
        'form_table'                            => [
            'username'              => 'Admin',
            'status'                => 'Status',
            'gender'                => 'Gender',
            'mobile'                => 'Mobile',
            'email'                 => 'Email',
            'role_name'             => 'Role Group',
            'login_total'           => 'Number of Logins',
            'login_time'            => 'Last Login Time',
            'add_time'              => 'Creation Time',
            'upd_time'              => 'Update Time',
        ],
G
gongfuxiang 已提交
452 453 454 455 456 457 458 459 460 461 462 463 464 465
    ],

    // 协议
    'agreement'             => [
        // 基础导航
        'base_nav_list'                         => [
            ['name' => 'User Register Agreement', 'type' => 'register'],
            ['name' => 'User Privacy Policy', 'type' => 'privacy'],
            ['name' => 'Account Cancellation Agreement', 'type' => 'logout']
        ],
        'top_tips'          => 'Add parameter is to front-end access protocol address_ Content=1, only protocol content is displayed',
        'view_detail_name'                      => 'View Details',
    ],

G
gongfuxiang 已提交
466 467 468 469 470 471 472
    // 手机配置
    'appconfig'             => [
        // 基础导航
        'base_nav_list'                         => [
            ['name' => 'BaseConfig', 'type' => 'index'],
            ['name' => 'APP/Applet', 'type' => 'app'],
        ],
G
v3.0  
gongfuxiang 已提交
473 474 475 476 477 478 479 480 481 482 483 484 485 486
        'user_base_popup_title'                 => 'Pop up prompt for user basic information',
        'user_onekey_bind_mobile_tips_list'     => [
            '1. One click login binding for obtaining the current mini program platform account or mobile phone number of this device. Currently, only WeChat mini programs, Baidu mini programs, and Headline mini programs are supported',
            '2. Dependency requires the activation of Force Phone Binding to be effective',
            '3. Some mini program platforms may need to apply for permissions. Please apply according to the requirements of the mini program platform before corresponding activation',
        ],
        'user_address_platform_import_tips_list'=> [
            '1. Obtain the shipping address of the current mini program platform app account, currently only supports 【 mini program 】',
            '2. After confirming the import, directly add it as the system users shipping address',
            '3. Some mini program platforms may need to apply for permissions. Please apply according to the requirements of the mini program platform before corresponding activation',
        ],
        'user_base_popup_top_tips_list'         => [
            '1. Currently, only the WeChat mini program platform automatically authorizes login without user nickname and avatar information',
        ],
G
gongfuxiang 已提交
487 488
    ],

G
gongfuxiang 已提交
489 490 491 492
    // 小程序管理
    'appmini'               => [
        // 基础导航
        'base_nav_list'                         => [
G
gongfuxiang 已提交
493 494 495
            ['name' => 'Current Theme', 'type' => 'index'],
            ['name' => 'Theme Install', 'type' => 'upload'],
            ['name' => 'Source Package Download', 'type' => 'package'],
G
gongfuxiang 已提交
496 497 498
        ],
        'nav_store_theme_name'                  => 'More topic downloads',
        'nav_theme_download_name'               => 'View the applet packaging tutorial',
G
v5.0  
gongfuxiang 已提交
499
        'nav_theme_download_tips'               => 'The mobile theme is developed using Uniapp (supporting multiple mini programs, H5, and APP)',
G
gongfuxiang 已提交
500 501
        'form_alipay_extend_title'              => 'Customer service configuration',
        'form_alipay_extend_tips'               => 'PS: If [APP/applet] is enabled (online customer service is enabled), the following configuration must be filled in [Enterprise Code] and [Chat Window Code]',
G
gongfuxiang 已提交
502
        'form_theme_upload_tips'                => 'Upload a zip compressed installation package',
G
gongfuxiang 已提交
503
        'list_no_data_tips'                     => 'No related theme packs',
G
gongfuxiang 已提交
504 505
        'list_author_title'                     => 'Author',
        'list_version_title'                    => 'Applicable version',
G
gongfuxiang 已提交
506
        'package_generate_tips'                 => 'The generation time is relatively long, please do not close the browser window!',
G
gongfuxiang 已提交
507 508 509 510 511 512 513
        // 动态表格
        'form_table'                            => [
            'name'  => 'Package Name',
            'size'  => 'Size',
            'url'   => 'Download Address',
            'time'  => 'Creation Time',
        ],
G
gongfuxiang 已提交
514 515
    ],

G
gongfuxiang 已提交
516 517 518 519 520 521 522 523 524 525 526 527 528
    // 短信设置
    'sms'                   => [
        // 基础导航
        'base_nav_list'                         => [
            ['name' => 'Sms Settings', 'type' => 'index'],
            ['name' => 'Message Template', 'type' => 'message'],
        ],
        'top_tips'                              => 'AliCloud SMS management address',
        'top_to_aliyun_tips'                    => 'Click to buy SMS from AliCloud',
        'base_item_admin_title'                 => 'Admin',
        'base_item_index_title'                 => 'Home',
    ],

G
gongfuxiang 已提交
529 530 531 532
    // 邮箱设置
    'email'                 => [
        // 基础导航
        'base_nav_list'                         => [
G
gongfuxiang 已提交
533
            ['name' => 'Email Settings', 'type' => 'index'],
G
gongfuxiang 已提交
534 535 536 537 538 539 540 541 542 543 544 545 546 547
            ['name' => 'Message Template', 'type' => 'message'],
        ],
        'top_tips'                              => 'Due to some differences between different mailbox platforms and different configurations, the specific configuration of the mailbox platform is subject to the tutorial',
        // 基础
        'test_title'                            => 'Test',
        'test_content'                          => 'Mail configuration - send test content',
        'base_item_admin_title'                 => 'Admin',
        'base_item_index_title'                 => 'Home',
        // 表单
        'form_item_test'                        => 'Test the email address received',
        'form_item_test_tips'                   => 'Please save the configuration before testing',
        'form_item_test_button_title'           => 'Test',
    ],

G
gongfuxiang 已提交
548 549 550 551 552
    // seo设置
    'seo'                   => [
        'top_tips'                              => 'Configure corresponding pseudo-static rules according to different server environments [Nginx, Apache, IIS]',
    ],

G
gongfuxiang 已提交
553 554 555
    // 商品
    'goods'                 => [
        'base_nav_title'                        => 'Goods',
G
gongfuxiang 已提交
556 557
        'goods_nav_list'                        => [
            'base'            => ['name' => 'Basic Info', 'type'=>'base'],
G
v5.0  
gongfuxiang 已提交
558 559
            'spec'            => ['name' => 'Goods Spec', 'type'=>'spec'],
            'spec_images'     => ['name' => 'Spec Images', 'type'=>'spec_images'],
G
gongfuxiang 已提交
560 561 562 563 564 565 566 567
            'parameters'      => ['name' => 'Goods Params', 'type'=>'parameters'],
            'photo'           => ['name' => 'Goods Photo', 'type'=>'photo'],
            'video'           => ['name' => 'Goods Video', 'type'=>'video'],
            'app'             => ['name' => 'Mobile Detail', 'type'=>'app'],
            'web'             => ['name' => 'Web Detail', 'type'=>'web'],
            'fictitious'      => ['name' => 'Fictitious', 'type'=>'fictitious'],
            'extends'         => ['name' => 'Extends', 'type'=>'extends'],
            'seo'             => ['name' => 'SEO Info', 'type'=>'seo'],
G
gongfuxiang 已提交
568
        ],
569 570
        'delete_only_goods_text'                => 'Goods Only',
        'delete_goods_and_images_text'          => 'Goods and Images',
G
gongfuxiang 已提交
571 572 573 574
        // 动态表格
        'form_table'                            => [
            'id'                      => 'Goods ID',
            'info'                    => 'Goods Info',
G
gongfuxiang 已提交
575
            'info_placeholder'        => 'Please enter product name/brief description/code/barcode/SEO information',
G
gongfuxiang 已提交
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593
            'category_text'           => 'Category',
            'brand_name'              => 'Brand',
            'price'                   => 'Sales Price(yuan)',
            'original_price'          => 'Original Price(yuan)',
            'inventory'               => 'Inventory Count',
            'is_shelves'              => 'Shelves or not',
            'is_deduction_inventory'  => 'Inventory Deduction',
            'site_type'               => 'Goods Type',
            'model'                   => 'Goods Model',
            'place_origin_name'       => 'Place',
            'give_integral'           => 'Give Integral',
            'buy_min_number'          => 'Buy Min Number',
            'buy_max_number'          => 'Buy Max Number',
            'sales_count'             => 'Sales Count',
            'access_count'            => 'Access Count',
            'add_time'                => 'Creation Time',
            'upd_time'                => 'Update Time',
        ],
G
gongfuxiang 已提交
594 595 596 597 598 599 600 601 602 603
    ],

    // 商品分类
    'goodscategory'         => [
        'base_nav_title'                        => 'GoodsCategory',
    ],

    // 商品评论
    'goodscomments'         => [
        'base_nav_title'                        => 'GoodsComments',
G
gongfuxiang 已提交
604 605 606 607 608
        // 动态表格
        'form_table'                            => [
            'user'                       => 'User Info',
            'user_placeholder'           => 'Please enter user name/nickname/mobile phone/email',
            'goods'                      => 'Base Info',
G
gongfuxiang 已提交
609
            'goods_placeholder'          => 'Please enter the goods name/model',
G
gongfuxiang 已提交
610 611 612 613 614 615 616 617 618 619 620 621
            'business_type'      => 'Business Type',
            'content'            => 'Content',
            'images'             => 'Images',
            'rating'             => 'Rating',
            'reply'              => 'Reply',
            'is_show'            => 'Show or not',
            'is_anonymous'       => 'Anonymous or not',
            'is_reply'           => 'Reply or not',
            'reply_time_time'    => 'Reply Time',
            'add_time_time'      => 'Creation Time',
            'upd_time_time'      => 'Update Time',
        ],
G
gongfuxiang 已提交
622 623 624 625 626
    ],

    // 商品参数模板
    'goodsparamstemplate'   => [
        'detail_params_title'                   => 'GoodsParams',
G
gongfuxiang 已提交
627 628 629 630 631 632 633 634 635
        // 动态表格
        'form_table'                            => [
            'category_id'   => 'Goods Category',
            'name'          => 'Name',
            'is_enable'     => 'Enable or not',
            'config_count'  => 'Params Count',
            'add_time'      => 'Creation Time',
            'upd_time'      => 'Update Time',
        ],
G
gongfuxiang 已提交
636 637 638 639
    ],

    // 商品规格模板
    'goodsspectemplate'     => [
G
gongfuxiang 已提交
640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
        // 动态表格
        'form_table'                            => [
            'category_id'  => 'Goods Category',
            'name'         => 'Name',
            'is_enable'    => 'Enable or not',
            'content'      => 'Spec Value',
            'add_time'     => 'Creation Time',
            'upd_time'     => 'Update Time',
        ],
    ],

    // 商品浏览
    'goodsbrowse'           => [
        // 动态表格
        'form_table'                            => [
            'user'               => 'User Info',
            'user_placeholder'   => 'Please enter user name/nickname/mobile phone/email',
            'goods'              => 'Goods Info',
            'goods_placeholder'  => 'Please enter the goods name/brief description/SEO information',
            'price'              => 'Sales Price(yuan)',
            'original_price'     => 'Original Price(yuan))',
            'add_time'           => 'Creation Time',
        ],
    ],

    // 商品购物车
    'goodscart'             => [
        // 动态表格
        'form_table'                            => [
            'user'               => 'User Info',
            'user_placeholder'   => 'Please enter user name/nickname/mobile phone/email',
            'goods'              => 'Goods Info',
            'goods_placeholder'  => 'Please enter the goods name/brief description/SEO information',
            'price'              => 'Sales Price(yuan)',
            'original_price'     => 'Original Price(yuan))',
            'add_time'           => 'Creation Time',
        ],
    ],

    // 商品收藏
    'goodsfavor'            => [
        // 动态表格
        'form_table'                            => [
            'user'               => 'User Info',
            'user_placeholder'   => 'Please enter user name/nickname/mobile phone/email',
            'goods'              => 'Goods Info',
            'goods_placeholder'  => 'Please enter the goods name/brief description/SEO information',
            'price'              => 'Sales Price(yuan)',
            'original_price'     => 'Original Price(yuan))',
            'add_time'           => 'Creation Time',
        ],
G
gongfuxiang 已提交
691 692
    ],

G
gongfuxiang 已提交
693 694 695
    // 友情链接
    'link'                  => [
        'base_nav_title'                        => 'Friendly link',
G
gongfuxiang 已提交
696 697 698 699 700 701 702 703 704 705 706
        // 动态表格
        'form_table'                            => [
            'info'                => 'Name',
            'url'                 => 'Url Address',
            'describe'            => 'Describe',
            'is_enable'           => 'Enable or not',
            'is_new_window_open'  => 'Whether to open a new Window',
            'sort'                => 'Sort',
            'add_time'            => 'Creation Time',
            'upd_time'            => 'Update Time',
        ],
G
gongfuxiang 已提交
707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735
    ],

    // 导航管理
    'navigation'            => [
        // 基础导航
        'base_nav_list'                         => [
            ['name' => 'Header', 'type' => 'header'],
            ['name' => 'Footer', 'type' => 'footer'],
        ],
        // 添加类型列表
        'base_add_type_list'                    => [
            'custom'            => 'Custom',
            'article'           => 'Article',
            'customview'        => 'Custom Page',
            'goods_category'    => 'Goods Category',
            'design'            => 'Page Design',
        ],
        // 表单
        'form_item_pid'                         => 'Navigation Level',
        'form_item_pid_placeholder'             => 'Primary column...',
        'form_item_pid_message'                 => 'Please select the navigation level',
        'form_item_name'                        => 'Navigation Name',
        'form_item_name_tips'                   => 'Default {:type} name',
        'form_item_name_message'                => 'Navigation name format 2~16 characters',
        'form_item_url'                         => 'Url Address',
        'form_item_url_placeholder'             => 'Url address, starting with http://or https://',
        'form_item_url_message'                 => 'Incorrect format of url address',
        'form_item_value_article_message'       => 'Wrong article selection',
        'form_item_value_customview_message'    => 'Incorrect selection of custom page',
G
gongfuxiang 已提交
736
        'form_item_value_goods_category_message'=> 'Wrong selection of goods classification',
G
gongfuxiang 已提交
737
        'form_item_value_design_message'        => 'Incorrect selection of page design',
G
gongfuxiang 已提交
738 739 740 741 742 743 744 745 746 747
        // 动态表格
        'form_table'                            => [
            'info'                => 'Navigation Name',
            'data_type'           => 'Data Type',
            'is_show'             => 'Show or not',
            'is_new_window_open'  => 'New window open',
            'sort'                => 'Sort',
            'add_time'            => 'Creation Time',
            'upd_time'            => 'Update Time',
        ],
G
gongfuxiang 已提交
748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787
    ],

    // 订单管理
    'order'                 => [
        // 页面公共
        'page_common'           => [
            'order_id_empty'                    => 'Wrong order ID',
            'express_choice_tips'               => 'Please select express delivery method',
            'payment_choice_tips'               => 'Please select payment method',
        ],
        // 页面基础
        'form_delivery_title'                   => 'Delivery Operation',
        'form_payment_title'                    => 'Payment Operation',
        'form_item_take'                        => 'Take Code',
        'form_item_take_message'                => 'Please fill in the 4-digit pickup code',
        'form_item_express_number'              => 'Express Number',
        'form_item_express_number_message'      => 'Please fill in the express bill number',
        // 地址
        'detail_user_address_title'             => 'Shipping Address',
        'detail_user_address_name'              => 'Receiving Name',
        'detail_user_address_tel'               => 'Receiving Phone',
        'detail_user_address_value'             => 'Address',
        'detail_user_address_idcard'            => 'ID Card Info',
        'detail_user_address_idcard_name'       => 'Full Name',
        'detail_user_address_idcard_number'     => 'Number',
        'detail_user_address_idcard_pic'        => 'Photo',
        'detail_take_address_title'             => 'Take Address',
        'detail_take_address_contact'           => 'Contact Info',
        'detail_take_address_value'             => 'Detail Info',
        'detail_fictitious_title'               => 'Key Info',
        // 订单售后
        'detail_aftersale_status'               => 'Status',
        'detail_aftersale_type'                 => 'Type',
        'detail_aftersale_price'                => 'Price',
        'detail_aftersale_number'               => 'Number',
        'detail_aftersale_reason'               => 'Reason',
        // 商品
        'detail_goods_title'                    => 'Order Goods',
        'detail_payment_amount_less_tips'       => 'Please note that the order payment amount is less than the total amount',
        'detail_no_payment_tips'                => 'Please note that the order has not been paid',
G
gongfuxiang 已提交
788 789 790
        // 动态表格
        'form_table'                            => [
            'goods'               => 'Base Info',
G
gongfuxiang 已提交
791
            'goods_placeholder'   => 'Please enter order ID/order number/goods name/model',
G
gongfuxiang 已提交
792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824
            'user'                => 'User Info',
            'user_placeholder'    => 'Please enter user name/nickname/mobile phone/email',
            'status'              => 'Order Status',
            'pay_status'          => 'Payment Status',
            'total_price'         => 'Total Price (yuan)',
            'pay_price'           => 'Payment Amount (yuan)',
            'price'               => 'Price (yuan)',
            'warehouse_name'      => 'Shipping Warehouse',
            'order_model'         => 'Order Model',
            'client_type'         => 'Client Type',
            'address'             => 'Address Info',
            'take'                => 'Take Info',
            'refund_price'        => 'Refund Amount (yuan)',
            'returned_quantity'   => 'Return Quantity',
            'buy_number_count'    => 'Total Purchases',
            'increase_price'      => 'Increase Amount (yuan)',
            'preferential_price'  => 'Preferential Amount (yuan)',
            'payment_name'        => 'Payment Type',
            'user_note'           => 'User Note',
            'extension'           => 'Extendeds Info',
            'express_name'        => 'Express Name',
            'express_number'      => 'Express Number',
            'aftersale'           => 'New Aftersale',
            'is_comments'         => 'Whether the user comment',
            'confirm_time'        => 'Confirm Time',
            'pay_time'            => 'Payment Time',
            'delivery_time'       => 'Delivery Time',
            'collect_time'        => 'Collect Time',
            'cancel_time'         => 'Cancel Time',
            'close_time'          => 'Close Time',
            'add_time'            => 'Creation Time',
            'upd_time'            => 'Update Time',
        ],
G
gongfuxiang 已提交
825 826 827 828 829 830 831 832 833 834 835 836 837
    ],

    // 订单售后
    'orderaftersale'        => [
        'form_audit_title'                      => 'Audit Operation',
        'form_refuse_title'                     => 'Reject Operation',
        'form_user_info_title'                  => 'User Info',
        'form_apply_info_title'                 => 'Apply Info',
        'forn_apply_info_type'                  => 'Type',
        'forn_apply_info_price'                 => 'Price',
        'forn_apply_info_number'                => 'Number',
        'forn_apply_info_reason'                => 'Reason',
        'forn_apply_info_msg'                   => 'Describe',
G
gongfuxiang 已提交
838 839 840
        // 动态表格
        'form_table'                            => [
            'goods'              => 'Base Info',
G
gongfuxiang 已提交
841
            'goods_placeholder'  => 'Please enter order ID/order number/goods name/model',
G
gongfuxiang 已提交
842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861
            'user'               => 'User Info',
            'user_placeholder'   => 'Please enter user name/nickname/mobile phone/email',
            'status'             => 'Status',
            'type'               => 'Apply Type',
            'reason'             => 'Reason',
            'price'              => 'Refund Amount (yuan)',
            'number'             => 'Return quantity',
            'msg'                => 'Refund Explain',
            'refundment'         => 'Refund Type',
            'voucher'            => 'Voucher',
            'express_name'       => 'Express Name',
            'express_number'     => 'Express Number',
            'refuse_reason'      => 'Refuse Reason',
            'apply_time'         => 'Apply Time',
            'confirm_time'       => 'Confirm Time',
            'delivery_time'      => 'Delivery Time',
            'audit_time'         => 'Audit Time',
            'add_time'           => 'Creation Time',
            'upd_time'           => 'Update Time',
        ],
G
gongfuxiang 已提交
862 863 864 865
    ],

    // 支付方式
    'payment'               => [
G
v5.0  
gongfuxiang 已提交
866 867 868 869 870
        // 基础导航
        'base_nav_list'                         => [
            ['name' => 'was installed', 'type' => 0],
            ['name' => 'Not Installed', 'type' => 1],
        ],
G
gongfuxiang 已提交
871
        'base_nav_title'                        => 'PaymentMethod',
G
v5.0  
gongfuxiang 已提交
872 873
        'base_upload_payment_name'              => 'Upload payment',
        'base_nav_store_payment_name'           => 'More PaymentMethod downloads',
G
gongfuxiang 已提交
874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895
        'upload_top_list_tips'                  => [
            [
                'name'  => '1. The class name must be consistent with the file name (remove. php). If Alipay.php, Alipay is used'
            ],
            [
                'name'  => '2. The method that the class must define',
                'item'  => [
                    '2.1. Config configuration method',
                    '2.2. Pay payment method',
                    '2.3. Response callback method',
                    '2.4. Notify asynchronous callback method (optional, call Response method if not defined)',
                    '2.5. Refund refund method (optional, if not defined, the original refund cannot be initiated)',
                ],
            ],
            [
                'name'  => '3. Customizable output content method',
                'item'  => [
                    '3.1. SuccessReturn payment succeeded (optional)',
                    '3.2. ErrorReturn payment failed (optional)',
                ],
            ]
        ],
G
gongfuxiang 已提交
896
        'upload_top_tips_ps'                        => 'PS: If the above conditions are not met, the plug-in cannot be viewed. Put the plug-in into the. zip compression package to upload, and support multiple payment plugins in one compression',
G
gongfuxiang 已提交
897 898 899 900 901 902 903 904 905 906 907 908
        // 动态表格
        'form_table'                            => [
            'name'            => 'Name',
            'logo'            => 'LOGO',
            'version'         => 'Plugins Version',
            'apply_version'   => 'Apply Version',
            'apply_terminal'  => 'Apply Terminal',
            'author'          => 'Author',
            'desc'            => 'Describe',
            'enable'          => 'Enable or not',
            'open_user'       => 'Open to user',
        ],
G
gongfuxiang 已提交
909 910
    ],

G
gongfuxiang 已提交
911 912 913 914 915
    // 快递
    'express'               => [
        'base_nav_title'                        => 'Express',
    ],

G
gongfuxiang 已提交
916 917 918 919 920 921
    // 主题管理
    'theme'                 => [
        'base_nav_list'                         => [
            ['name' => 'Current Theme', 'type' => 'index'],
            ['name' => 'Theme Install', 'type' => 'upload'],
        ],
G
v5.0  
gongfuxiang 已提交
922 923
        'base_upload_theme_name'                => 'Upload Theme',
        'base_nav_store_theme_name'             => 'More topic downloads',
G
gongfuxiang 已提交
924
        'list_author_title'                     => 'Author',
G
gongfuxiang 已提交
925
        'list_version_title'                    => 'Applicable Version',
G
gongfuxiang 已提交
926
        'form_theme_upload_tips'                => 'Upload a zip compressed theme installation package',
G
gongfuxiang 已提交
927 928
    ],

G
gongfuxiang 已提交
929 930 931
    // 用户中心导航
    'appcenternav'          => [
        'base_nav_title'                        => 'Mobile User Center Navigation',
G
gongfuxiang 已提交
932 933 934 935 936 937 938
        // 动态表格
        'form_table'                            => [
            'name'           => 'Name',
            'platform'       => 'Platform',
            'images_url'     => 'Icon',
            'event_type'     => 'Event Tyoe',
            'event_value'    => 'Event Value',
939
            'desc'           => 'Desc',
G
gongfuxiang 已提交
940 941 942 943 944 945
            'is_enable'      => 'Enable or not',
            'is_need_login'  => 'Whether to log in',
            'sort'           => 'Sort',
            'add_time'       => 'Creation Time',
            'upd_time'       => 'Update Time',
        ],
G
gongfuxiang 已提交
946 947 948 949 950
    ],

    // 手机首页导航
    'apphomenav'          => [
        'base_nav_title'                        => 'Home Navigation',
G
gongfuxiang 已提交
951 952 953 954 955 956 957 958 959 960 961 962 963
        // 动态表格
        'form_table'                            => [
            'name'           => 'Name',
            'platform'       => 'Platform',
            'images'         => 'Icon',
            'event_type'     => 'Event Tyoe',
            'event_value'    => 'Event Value',
            'is_enable'      => 'Enable or not',
            'is_need_login'  => 'Whether to log in',
            'sort'           => 'Sort',
            'add_time'       => 'Creation Time',
            'upd_time'       => 'Update Time',
        ],
G
gongfuxiang 已提交
964 965
    ],

G
gongfuxiang 已提交
966 967 968
    // 支付日志
    'paylog'                => [
        'pay_request_title'                     => 'Payment Request Log',
G
gongfuxiang 已提交
969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986
        // 动态表格
        'form_table'                            => [
            'user'              => 'User Info',
            'user_placeholder'  => 'Please enter user name/nickname/mobile phone/email',
            'log_no'            => 'Payment OrderNo',
            'payment'           => 'Payment Method',
            'status'            => 'Status',
            'total_price'       => 'Business Order Amount (yuan)',
            'pay_price'         => 'Payment Amount (yuan)',
            'business_type'     => 'Business Type',
            'business_list'     => 'Business ID/OrderNo',
            'trade_no'          => 'Transaction No. of payment platform',
            'buyer_user'        => 'Payment Platform UserAccount',
            'subject'           => 'Order Name',
            'pay_time'          => 'Payment Time',
            'close_time'        => 'Close Time',
            'add_time'          => 'Creation Time',
        ],
G
gongfuxiang 已提交
987 988 989 990 991
    ],

    // 支付请求日志
    'payrequestlog'         => [
        'base_nav_title'                        => 'Payment Request Log',
G
gongfuxiang 已提交
992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029
        // 动态表格
        'form_table'                            => [
            'business_type'    => 'Business Type',
            'request_params'   => 'Request Params',
            'response_data'    => 'Response Data',
            'business_handle'  => 'Business Processing Results',
            'request_url'      => 'Request Url',
            'server_port'      => 'Port Number',
            'server_ip'        => 'Server IP',
            'client_ip'        => 'Client IP',
            'os'               => 'Operate System',
            'browser'          => 'Browser',
            'method'           => 'Request Method',
            'scheme'           => 'Http Type',
            'version'          => 'Http Version',
            'client'           => 'Client Detail',
            'add_time'         => 'Creation Time',
            'upd_time'         => 'Update Time',
        ],
    ],

    // 退款日志
    'refundlog'               => [
        // 动态表格
        'form_table'                            => [
            'user'              => 'User Info',
            'user_placeholder'  => 'Please enter user name/nickname/mobile phone/email',
            'payment'           => 'Payment Type',
            'business_type'     => 'Business Type',
            'business_id'       => 'Business ID',
            'trade_no'          => 'Transaction No. of payment platform',
            'buyer_user'        => 'Payment Platform UserAccount',
            'refundment_text'   => 'refundment Type',
            'refund_price'      => 'Refund Price',
            'pay_price'         => 'Order payment amount',
            'msg'               => 'Describe',
            'add_time_time'     => 'Refund Time',
        ],
G
gongfuxiang 已提交
1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049
    ],

    // 插件调用
    'plugins'               => [
        'back_to_plugins_admin'                 => 'Return to application management >>'
    ],

    // 插件管理
    'pluginsadmin'          => [
        // 页面公共
        'page_common'           => [
            'not_enable_tips'                   => 'Please click tick to enable',
            'save_no_data_tips'                 => 'No plug-in data to save',
        ],
        // 基础导航
        'base_nav_title'                        => 'Plugins',
        'base_nav_list'                         => [
            ['name' => 'Application Management', 'type' => 'index'],
            ['name' => 'Upload Application', 'type' => 'upload'],
        ],
G
v5.0  
gongfuxiang 已提交
1050
        'base_upload_application_name'          => 'Upload application',
G
gongfuxiang 已提交
1051 1052 1053 1054
        'base_nav_more_plugins_download_name'   => 'More plug-in downloads',
        // 基础页面
        'base_search_input_placeholder'         => 'Please enter a name/description',
        'base_top_tips_one'                     => 'List sorting method [custom sorting ->earliest installation]',
G
v5.0  
gongfuxiang 已提交
1055
        'base_top_tips_two'                     => 'Click and drag to adjust the order of plugin calls and displays',
G
v3.0  
gongfuxiang 已提交
1056
        'base_open_setup_title'                 => 'Enable Setup',
G
gongfuxiang 已提交
1057 1058 1059
        'data_list_author_title'                => 'Author',
        'data_list_author_url_title'            => 'HomePage',
        'data_list_version_title'               => 'Version',
G
gongfuxiang 已提交
1060
        'uninstall_confirm_tips'                => 'Uninstallation may lose the basic configuration data of the plug-in. Is it unrecoverable and confirm the operation?',
G
gongfuxiang 已提交
1061
        'not_install_divide_title'              => 'The following plugins are not installed',
G
gongfuxiang 已提交
1062 1063 1064 1065 1066 1067 1068 1069
        'delete_plugins_text'                   => '1. Delete apps only',
        'delete_plugins_text_tips'              => '(Only delete the application code and keep the application data)',
        'delete_plugins_data_text'              => '2. Delete app and delete data',
        'delete_plugins_data_text_tips'         => '(Application code and application data will be deleted)',
        'delete_plugins_ps_tips'                => 'PS: None of the following operations can be recovered. Please operate carefully!',
        'delete_plugins_button_name'            => 'Delete apps only',
        'delete_plugins_data_button_name'       => 'Delete apps and data',
        'cancel_delete_plugins_button_name'     => 'Think again',
G
gongfuxiang 已提交
1070
        'more_plugins_store_to_text'            => 'Go to the app store to select more plugins to enrich the site >>',
G
gongfuxiang 已提交
1071
        'no_data_store_to_text'                 => 'Go to the app store to select plug-in rich sites >>',
G
gongfuxiang 已提交
1072 1073
        'plugins_category_title'                => 'Application Category',
        'plugins_category_admin_title'          => 'Category Management',
G
v3.0  
gongfuxiang 已提交
1074
        'plugins_menu_control_title'            => 'LeftMenu',
G
gongfuxiang 已提交
1075 1076 1077 1078
    ],

    // 插件分类
    'pluginscategory'       => [
G
v5.0  
gongfuxiang 已提交
1079
        'base_nav_title'                        => 'Application Category',
G
gongfuxiang 已提交
1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091
    ],

    // 安装页面
    'packageinstall'        => [
        'back_admin_title'                      => 'Back to Admin',
        'get_loading_tips'                      => 'Getting...',
    ],

    // 角色管理
    'role'                  => [
        'base_nav_title'                        => 'Role',
        'admin_not_modify_tips'                 => 'The super administrator has all permissions by default and cannot be changed.',
G
gongfuxiang 已提交
1092 1093 1094 1095 1096 1097 1098
        // 动态表格
        'form_table'                            => [
            'name'       => 'Role Name',
            'is_enable'  => 'Enable or not',
            'add_time'   => 'Creation Time',
            'upd_time'   => 'Update Time',
        ],
G
gongfuxiang 已提交
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119
    ],

    // 权限管理
    'power'                 => [
        'base_nav_title'                        => 'Power',
        'top_tips_list'                         => [
            '1. Non-professional technical personnel should not operate the data on this page. The wrong operation may lead to confusion of the authority menu.',
            '2. The permission menu is divided into two types: [Use and Operation]. The use menu is generally displayed, and the operation menu must be hidden.',
            '3. If the permission menu is disordered, you can overwrite it again[ '.MyConfig('database.connections.mysql.prefix').'power ]Data recovery of data table.',
            '4. [Super administrator, admin account] has all permissions by default and cannot be changed.',
        ],
        'content_top_tips_list'                 => [
            '1. To fill in [controller name and method name], you need to create corresponding definitions of controller and method',
            '2. Controller file location [app/admin/controller], this operation is only used by developers',
            '3. One controller name/method name and user-defined url address must be filled in',
        ],
    ],

    // 快捷导航
    'quicknav'              => [
        'base_nav_title'                        => 'QuickNavigation',
G
gongfuxiang 已提交
1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131
        // 动态表格
        'form_table'                            => [
            'name'         => 'Name',
            'platform'     => 'Platform',
            'images'       => 'Icon',
            'event_type'   => 'Event Tyoe',
            'event_value'  => 'Event Value',
            'is_enable'    => 'Enable or not',
            'sort'         => 'Sort',
            'add_time'     => 'Creation Time',
            'upd_time'     => 'Update Time',
        ],
G
gongfuxiang 已提交
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
    ],

    // 地区管理
    'region'                => [
        'base_nav_title'                        => 'Region',
    ],

    // 筛选价格
    'screeningprice'        => [
        'base_nav_title'                        => 'FilterPrice',
        'top_tips_list'                         => [
            'Minimum price 0 - maximum price 100 is less than 100',
            'Minimum price 1000 - maximum price 0 is greater than 1000',
            'The minimum price of 100 - the maximum price of 500 is greater than or equal to 100 and less than 500',
        ],
    ],

G
gongfuxiang 已提交
1149 1150 1151
    // 首页轮播
    'slide'                 => [
        'base_nav_title'                        => 'Slide',
G
gongfuxiang 已提交
1152 1153 1154
        // 动态表格
        'form_table'                            => [
            'name'         => 'Name',
G
gongfuxiang 已提交
1155
            'describe'     => 'Describe',
G
gongfuxiang 已提交
1156 1157 1158 1159 1160 1161
            'platform'     => 'Platform',
            'images'       => 'Images',
            'event_type'   => 'Event Tyoe',
            'event_value'  => 'Event Value',
            'is_enable'    => 'Enable or not',
            'sort'         => 'Sort',
G
gongfuxiang 已提交
1162 1163
            'start_time'   => 'Start Time',
            'end_time'     => 'Edn Time',
G
gongfuxiang 已提交
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198
            'add_time'     => 'Creation Time',
            'upd_time'     => 'Update Time',
        ],
    ],

    // 积分日志
    'integrallog'           => [
        // 动态表格
        'form_table'                            => [
            'user'                => 'User Info',
            'user_placeholder'    => 'Please enter user name/nickname/mobile phone/email',
            'type'                => 'Operate Type',
            'operation_integral'  => 'Operate Integral',
            'original_integral'   => 'Oiginal Integral',
            'new_integral'        => 'New Integral',
            'msg'                 => 'Operate Reason',
            'operation_id'        => 'Operate ID',
            'add_time_time'       => 'Operate Time',
        ],
    ],

    // 消息日志
    'message'               => [
        // 动态表格
        'form_table'                            => [
            'user'                      => 'User Info',
            'user_placeholder'          => 'Please enter user name/nickname/mobile phone/email',
            'type'                      => 'Message Type',
            'business_type'             => 'Business Type',
            'title'                     => 'Title',
            'detail'                    => 'Detail',
            'is_read'                   => 'Read or not',
            'user_is_delete_time_text'  => 'Delete user',
            'add_time_time'             => 'Send Time',
        ],
G
gongfuxiang 已提交
1199 1200
    ],

G
v5.0  
gongfuxiang 已提交
1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241
    // 短信日志
    'smslog'               => [
        // 动态表格
        'form_table'                            => [
            'platform'        => 'SMS platform',
            'status'          => 'Status',
            'mobile'          => 'Phone',
            'template_value'  => 'Template content',
            'template_var'    => 'Template variable',
            'sign_name'       => 'SMS Signature',
            'request_url'     => 'Request interface',
            'request_params'  => 'Request parameters',
            'response_data'   => 'Response data',
            'reason'          => 'Reason for failure',
            'tsc'             => 'Time taken (seconds)',
            'add_time'        => 'Add time',
            'upd_time'        => 'Update time',
        ],
    ],

    // 邮件日志
    'emaillog'               => [
        // 动态表格
        'form_table'                            => [
            'email'           => 'Recipient email',
            'status'          => 'Status',
            'title'           => 'Email title',
            'template_value'  => 'Email content',
            'template_var'    => 'Email var',
            'reason'          => 'Reason for failure',
            'smtp_host'       => 'Smtp server',
            'smtp_port'       => 'Smtp port',
            'smtp_name'       => 'Email username',
            'smtp_account'    => 'Senders email',
            'smtp_send_name'  => 'Senders name',
            'tsc'             => 'Time taken (seconds)',
            'add_time'        => 'Add time',
            'upd_time'        => 'Update time',
        ],
    ],

G
gongfuxiang 已提交
1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252
    // sql控制台
    'sqlconsole'            => [
        'top_tips'                              => 'PS: Non-developers should not execute any SQL statements at will, which may cause the entire system database to be deleted.',
    ],

    // 应用商店
    'store'                 => [
        'top_tips'                              => 'ShopXO excellent application list, where the most senior, technically capable and reliable ShopXO developers are gathered to provide a comprehensive escort for your plug-in, style and template customization.',
        'to_store_name'                         => 'Go to the app store to select plugins >>',
    ],

G
gongfuxiang 已提交
1253 1254
    // 公共
    'common'                => [
G
gongfuxiang 已提交
1255 1256 1257
        // 公共
        'admin_browser_title'                   => 'Background management system',
        'remove_cache_title'                    => 'Clear Cache',
G
gongfuxiang 已提交
1258 1259
        'user_status_title'                     => 'User Status',
        'user_status_message'                   => 'Please select user status',
G
gongfuxiang 已提交
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276
        // 商品参数
        'form_goods_params_config_error_tips'   => 'Goods parameter configuration information',
        'form_goods_params_copy_no_tips'        => 'Please paste the configuration information first',
        'form_goods_params_copy_error_tips'     => 'Configuration format error',
        'form_goods_params_type_message'        => 'Please select the display type of goods parameters',
        'form_goods_params_params_name'         => 'Parameter name',
        'form_goods_params_params_message'      => 'Please fill in the parameter name',
        'form_goods_params_value_name'          => 'Parameter value',
        'form_goods_params_value_message'       => 'Please fill in the parameter value',
        'form_goods_params_move_type_tips'      => 'Incorrect operation type configuration',
        'form_goods_params_move_top_tips'       => 'Reached the top',
        'form_goods_params_move_bottom_tips'    => 'Reached the bottom',
        'form_goods_params_thead_type_title'    => 'Display scope',
        'form_goods_params_thead_name_title'    => 'Parameter name',
        'form_goods_params_thead_value_title'   => 'Parameter value',
        'form_goods_params_row_add_title'       => 'Add a row',
        'form_goods_params_list_tips'           => [
G
gongfuxiang 已提交
1277 1278 1279
            '1. All (displayed under goods basic information and detail parameters)',
            '2. Details (only displayed under the goods details parameter)',
            '3. Basic (only displayed under goods basic information)',
G
gongfuxiang 已提交
1280
            '4. The shortcut operation will clear the original data and reload the page to restore the original data (only effective after saving the goods)',
G
gongfuxiang 已提交
1281 1282
        ],
    ],
G
gongfuxiang 已提交
1283 1284 1285 1286

    // 后台权限菜单
    'admin_power_menu_list' => [
        'config_index' => [
G
v5.0  
gongfuxiang 已提交
1287
            'name' => 'System',
G
gongfuxiang 已提交
1288 1289 1290 1291 1292 1293 1294 1295 1296
            'item' => [
                'config_index'                 => 'System config',
                'config_store'                 => 'Store info',
                'config_save'                  => 'Configuration save',
                'index_storeaccountsbind'      => 'App store account binding',
                'index_inspectupgrade'         => 'System update check',
                'index_inspectupgradeconfirm'  => 'System update confirmation',
                'index_stats'                  => 'Home page statistics',
                'index_income'                 => 'Home page Statistics (income statistics]',
G
v5.0  
gongfuxiang 已提交
1297 1298 1299 1300
                'shortcutmenu_index'           => 'Common functions',
                'shortcutmenu_save'            => 'Adding/Editing Common Functions',
                'shortcutmenu_sort'            => 'Common Function Sorting',
                'shortcutmenu_delete'          => 'Common function deletion',
G
gongfuxiang 已提交
1301 1302 1303
            ]
        ],
        'site_index' => [
G
v5.0  
gongfuxiang 已提交
1304
            'name' => 'Site',
G
gongfuxiang 已提交
1305 1306 1307
            'item' => [
                'site_index'                  => 'Site setup',
                'site_save'                   => 'Site setup editing',
G
gongfuxiang 已提交
1308
                'site_goodssearch'            => 'Site setup and goods search',
G
gongfuxiang 已提交
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321
                'layout_layoutindexhomesave'  => 'Homepage layout admin',
                'sms_index'                   => 'SMS setup',
                'sms_save'                    => 'SMS setup editing',
                'email_index'                 => 'Email setup',
                'email_save'                  => 'Email setup / editing',
                'email_emailtest'             => 'Mail sending test',
                'seo_index'                   => 'SEO setup',
                'seo_save'                    => 'SEO setup editing',
                'agreement_index'             => 'Agreement admin',
                'agreement_save'              => 'Protocol setup editing',
            ]
        ],
        'power_index' => [
G
v5.0  
gongfuxiang 已提交
1322
            'name' => 'Power',
G
gongfuxiang 已提交
1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336
            'item' => [
                'admin_index'        => 'Admin list',
                'admin_saveinfo'     => 'Admin add/edit page',
                'admin_save'         => 'Admin add/edit',
                'admin_delete'       => 'Admin delete',
                'admin_detail'       => 'Admin details',
                'role_index'         => 'Role admin',
                'role_saveinfo'      => 'Role group add/edit page',
                'role_save'          => 'Role group add/edit',
                'role_delete'        => 'Role delete',
                'role_statusupdate'  => 'Role status update',
                'role_detail'        => 'Role details',
                'power_index'        => 'Power divide',
                'power_save'         => 'Power add/edit',
G
v5.0  
gongfuxiang 已提交
1337
                'power_statusupdate' => 'Power status update',
G
gongfuxiang 已提交
1338 1339 1340 1341
                'power_delete'       => 'Power delete',
            ]
        ],
        'user_index' => [
G
v5.0  
gongfuxiang 已提交
1342
            'name' => 'User',
G
gongfuxiang 已提交
1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356
            'item' => [
                'user_index'            => 'User list',
                'user_saveinfo'         => 'User edit / add page',
                'user_save'             => 'User add/edit',
                'user_delete'           => 'User delete',
                'user_detail'           => 'User details',
                'useraddress_index'     => 'User address',
                'useraddress_saveinfo'  => 'User address edit page',
                'useraddress_save'      => 'User address editing',
                'useraddress_delete'    => 'User address delete',
                'useraddress_detail'    => 'User address details',
            ]
        ],
        'goods_index' => [
G
v5.0  
gongfuxiang 已提交
1357
            'name' => 'Goods',
G
gongfuxiang 已提交
1358 1359 1360 1361 1362 1363
            'item' => [
                'goods_index'                       => 'Goods admin',
                'goods_saveinfo'                    => 'Goods add/edit page',
                'goods_save'                        => 'Item add/edit',
                'goods_delete'                      => 'Goods delete',
                'goods_statusupdate'                => 'Goods status update',
G
gongfuxiang 已提交
1364
                'goods_basetemplate'                => 'Get goods base template',
G
gongfuxiang 已提交
1365 1366 1367
                'goods_detail'                      => 'Goods details',
                'goodscategory_index'               => 'Goods category',
                'goodscategory_save'                => 'Goods category add/edit',
G
v5.0  
gongfuxiang 已提交
1368
                'goodscategory_statusupdate'        => 'Goods category status update',
G
gongfuxiang 已提交
1369 1370
                'goodscategory_delete'              => 'Goods category delete',
                'goodsparamstemplate_index'         => 'Goods params',
G
gongfuxiang 已提交
1371
                'goodsparamstemplate_delete'        => 'Delete goods params',
G
gongfuxiang 已提交
1372 1373 1374 1375 1376 1377 1378 1379 1380 1381
                'goodsparamstemplate_statusupdate'  => 'Goods params status update',
                'goodsparamstemplate_saveinfo'      => 'Goods params add/edit page',
                'goodsparamstemplate_save'          => 'Goods params add/edit ',
                'goodsparamstemplate_detail'        => 'Goods params details',
                'goodsspectemplate_index'           => 'Goods spec',
                'goodsspectemplate_delete'          => 'Item spec delete',
                'goodsspectemplate_statusupdate'    => 'Goods spec status update',
                'goodsspectemplate_saveinfo'        => 'Goods spec add/edit page',
                'goodsspectemplate_save'            => 'Goods spec add/edit',
                'goodsspectemplate_detail'          => 'Goods spec details',
G
gongfuxiang 已提交
1382 1383
                'goodscomments_detail'              => 'Goods comment details',
                'goodscomments_index'               => 'Goods comment',
G
gongfuxiang 已提交
1384 1385
                'goodscomments_reply'               => 'Goods comment reply',
                'goodscomments_delete'              => 'Goods comment delete',
G
gongfuxiang 已提交
1386
                'goodscomments_statusupdate'        => 'Goods comment status update',
G
gongfuxiang 已提交
1387
                'goodscomments_saveinfo'            => 'Goods comment add/edit page',
G
gongfuxiang 已提交
1388
                'goodscomments_save'                => 'Goods comment add/edit',
G
gongfuxiang 已提交
1389 1390 1391 1392 1393
                'goodsbrowse_index'                 => 'Goods browsing',
                'goodsbrowse_delete'                => 'Goods browse delete',
                'goodsbrowse_detail'                => 'Goods browsing details',
                'goodsfavor_index'                  => 'Goods favor',
                'goodsfavor_delete'                 => 'Delete item favor',
G
gongfuxiang 已提交
1394 1395 1396 1397
                'goodsfavor_detail'                 => 'Favor details',
                'goodscart_index'                   => 'Goods cart',
                'goodscart_delete'                  => 'Goods Cart Delete',
                'goodscart_detail'                  => 'Goods Cart Details',
G
gongfuxiang 已提交
1398 1399 1400
            ]
        ],
        'order_index' => [
G
v5.0  
gongfuxiang 已提交
1401
            'name' => 'Order',
G
gongfuxiang 已提交
1402 1403 1404 1405 1406 1407 1408 1409 1410
            'item' => [
                'order_index'             => 'Order admin',
                'order_delete'            => 'Order delete',
                'order_cancel'            => 'Order cancellation',
                'order_delivery'          => 'Order delivery',
                'order_collect'           => 'Order receipt',
                'order_pay'               => 'Order payment',
                'order_confirm'           => 'acknowledgement of order',
                'order_detail'            => 'Order details',
G
gongfuxiang 已提交
1411
                'orderaftersale_index'    => 'Order aftersales',
G
gongfuxiang 已提交
1412 1413 1414 1415 1416 1417 1418 1419 1420
                'orderaftersale_delete'   => 'After sales order delete',
                'orderaftersale_cancel'   => 'Order after-sales cancellation',
                'orderaftersale_audit'    => 'Order after sales review',
                'orderaftersale_confirm'  => 'Order after sales confirmation',
                'orderaftersale_refuse'   => 'After sales rejection of order',
                'orderaftersale_detail'   => 'Order after sales details',
            ]
        ],
        'navigation_index' => [
G
v5.0  
gongfuxiang 已提交
1421
            'name' => 'Web',
G
gongfuxiang 已提交
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443
            'item' => [
                'navigation_index'         => 'Navigation admin',
                'navigation_save'          => 'Navigation add/edit',
                'navigation_delete'        => 'Navigation delete',
                'navigation_statusupdate'  => 'Navigation status update',
                'customview_index'         => 'Custom page',
                'customview_saveinfo'      => 'Custom page add/edit page',
                'customview_save'          => 'Custom page add/edit',
                'customview_delete'        => 'Custom page delete',
                'customview_statusupdate'  => 'Custom page status update',
                'customview_detail'        => 'Custom page details',
                'link_index'               => 'Links',
                'link_saveinfo'            => 'Link add/edit page',
                'link_save'                => 'Add / Edit Links',
                'link_delete'              => 'Link delete',
                'link_statusupdate'        => 'Link status update',
                'link_detail'              => 'Link details',
                'theme_index'              => 'Theme admin',
                'theme_save'               => 'Topic admin add/edit',
                'theme_upload'             => 'Theme upload and installation',
                'theme_delete'             => 'Subject delete',
                'theme_download'           => 'Theme download',
G
gongfuxiang 已提交
1444
                'slide_index'              => 'HomePage Slide',
G
gongfuxiang 已提交
1445 1446 1447 1448 1449 1450 1451 1452 1453 1454
                'slide_saveinfo'           => 'Carousel add/edit page',
                'slide_save'               => 'Carousel add/edit',
                'slide_statusupdate'       => 'Rotation status update',
                'slide_delete'             => 'Rotation delete',
                'slide_detail'             => 'Rotation details',
                'screeningprice_index'     => 'Screening price',
                'screeningprice_save'      => 'Filter price add/edit',
                'screeningprice_delete'    => 'Filter price delete',
                'region_index'             => 'Regional admin',
                'region_save'              => 'Region add/edit',
G
v5.0  
gongfuxiang 已提交
1455
                'region_statusupdate'      => 'Regional status update',
G
gongfuxiang 已提交
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485
                'region_delete'            => 'Region delete',
                'region_codedata'          => 'Get area number data',
                'express_index'            => 'Express Management',
                'express_save'             => 'Express add/edit',
                'express_delete'           => 'Express delete',
                'payment_index'            => 'Payment method',
                'payment_saveinfo'         => 'Payment method installation / editing page',
                'payment_save'             => 'Payment method installation / editing',
                'payment_delete'           => 'Payment method delete',
                'payment_install'          => 'Payment method installation',
                'payment_statusupdate'     => 'Payment method status update',
                'payment_uninstall'        => 'Payment method unloading',
                'payment_upload'           => 'Payment method upload',
                'quicknav_index'           => 'Quick navigation',
                'quicknav_saveinfo'        => 'Quick navigation add/edit page',
                'quicknav_save'            => 'Quick navigation add/edit',
                'quicknav_statusupdate'    => 'Quick navigation status update',
                'quicknav_delete'          => 'Quick navigation delete',
                'quicknav_detail'          => 'Quick navigation details',
                'design_index'             => 'Page design',
                'design_saveinfo'          => 'Page design add/edit page',
                'design_save'              => 'Page design add/edit',
                'design_statusupdate'      => 'Page design status update',
                'design_upload'            => 'Page design import',
                'design_download'          => 'Page Design Download',
                'design_sync'              => 'Page design synchronization home page',
                'design_delete'            => 'Page design delete',
            ]
        ],
        'brand_index' => [
G
v5.0  
gongfuxiang 已提交
1486
            'name' => 'Brand',
G
gongfuxiang 已提交
1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499
            'item' => [
                'brand_index'           => 'Brand admin',
                'brand_saveinfo'        => 'Brand add/edit page',
                'brand_save'            => 'Brand add/edit',
                'brand_statusupdate'    => 'Brand status update',
                'brand_delete'          => 'Brand delete',
                'brand_detail'          => 'Brand details',
                'brandcategory_index'   => 'Brand classification',
                'brandcategory_save'    => 'Brand category add/edit',
                'brandcategory_delete'  => 'Brand classification delete',
            ]
        ],
        'warehouse_index' => [
G
v5.0  
gongfuxiang 已提交
1500
            'name' => 'Stock',
G
gongfuxiang 已提交
1501 1502 1503 1504 1505 1506 1507
            'item' => [
                'warehouse_index'               => 'Warehouse admin',
                'warehouse_saveinfo'            => 'Warehouse add/edit page',
                'warehouse_save'                => 'Warehouse add/edit',
                'warehouse_delete'              => 'Warehouse delete',
                'warehouse_statusupdate'        => 'Warehouse status update',
                'warehouse_detail'              => 'Warehouse details',
G
gongfuxiang 已提交
1508
                'warehousegoods_index'          => 'Warehouse goods admin',
G
gongfuxiang 已提交
1509 1510
                'warehousegoods_detail'         => 'Warehouse item details',
                'warehousegoods_delete'         => 'Warehouse Item Deletion',
G
gongfuxiang 已提交
1511
                'warehousegoods_statusupdate'   => 'Warehouse goods status update',
G
gongfuxiang 已提交
1512 1513 1514
                'warehousegoods_goodssearch'    => 'Warehouse item search',
                'warehousegoods_goodsadd'       => 'Warehouse item search add',
                'warehousegoods_goodsdel'       => 'Warehouse item search delete',
G
gongfuxiang 已提交
1515
                'warehousegoods_inventoryinfo'  => 'Warehouse goods inventory editing page',
G
gongfuxiang 已提交
1516 1517 1518 1519
                'warehousegoods_inventorysave'  => 'Edit warehouse inventory',
            ]
        ],
        'app_index' => [
G
v5.0  
gongfuxiang 已提交
1520
            'name' => 'Mobile',
G
gongfuxiang 已提交
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547
            'item' => [
                'appconfig_index'            => 'Basic config',
                'appconfig_save'             => 'Basic config saving',
                'apphomenav_index'           => 'Home page navigation',
                'apphomenav_saveinfo'        => 'Home navigation add/edit page',
                'apphomenav_save'            => 'Home page navigation add/edit',
                'apphomenav_statusupdate'    => 'Homepage navigation status update',
                'apphomenav_delete'          => 'Home page navigation delete',
                'apphomenav_detail'          => 'Home page navigation details',
                'appcenternav_index'         => 'User center navigation',
                'appcenternav_saveinfo'      => 'User center navigation add/edit page',
                'appcenternav_save'          => 'User center navigation add/edit',
                'appcenternav_statusupdate'  => 'User center navigation status update',
                'appcenternav_delete'        => 'User center navigation delete',
                'appcenternav_detail'        => 'User center navigation details',
                'appmini_index'              => 'Applet list',
                'appmini_created'            => 'Applet package generation',
                'appmini_delete'             => 'Applet package delete',
                'appmini_themeupload'        => 'Applet theme upload',
                'appmini_themesave'          => 'Applet theme switching',
                'appmini_themedelete'        => 'Applet theme switching',
                'appmini_themedownload'      => 'Applet theme download',
                'appmini_config'             => 'Applet config',
                'appmini_save'               => 'Applet config save',
            ]
        ],
        'article_index' => [
G
v5.0  
gongfuxiang 已提交
1548
            'name' => 'Article',
G
gongfuxiang 已提交
1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561
            'item' => [
                'article_index'           => 'Article admin',
                'article_saveinfo'        => 'Article add/edit page',
                'article_save'            => 'Article add/edit',
                'article_delete'          => 'Article delete',
                'article_statusupdate'    => 'Article status update',
                'article_detail'          => 'Article details',
                'articlecategory_index'   => 'Article classification',
                'articlecategory_save'    => 'Article classification editing / adding',
                'articlecategory_delete'  => 'Article classification delete',
            ]
        ],
        'data_index' => [
G
v5.0  
gongfuxiang 已提交
1562
            'name' => 'Data',
G
gongfuxiang 已提交
1563
            'item' => [
G
gongfuxiang 已提交
1564
                'message_index'         => 'Message log',
G
gongfuxiang 已提交
1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575
                'message_delete'        => 'Message delete',
                'message_detail'        => 'Message details',
                'paylog_index'          => 'Payment log',
                'paylog_detail'         => 'Payment log details',
                'paylog_close'          => 'Payment log closed',
                'payrequestlog_index'   => 'Payment request log list',
                'payrequestlog_detail'  => 'Payment request log details',
                'refundlog_index'       => 'Refund log',
                'refundlog_detail'      => 'Refund log details',
                'integrallog_index'     => 'Integral log',
                'integrallog_detail'    => 'Points log details',
G
v5.0  
gongfuxiang 已提交
1576 1577
                'smslog_index'          => 'SMS log',
                'smslog_detail'         => 'SMS log details',
G
gongfuxiang 已提交
1578 1579 1580
            ]
        ],
        'store_index' => [
G
v5.0  
gongfuxiang 已提交
1581
            'name' => 'Store',
G
gongfuxiang 已提交
1582
            'item' => [
G
v5.0  
gongfuxiang 已提交
1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601
                'pluginsadmin_index'            => 'Application admin',
                'plugins_index'                 => 'Application call admin',
                'pluginsadmin_saveinfo'         => 'Application add/edit page',
                'pluginsadmin_save'             => 'Apply add/edit',
                'pluginsadmin_statusupdate'     => 'Application status update',
                'pluginsadmin_delete'           => 'Apply delete',
                'pluginsadmin_upload'           => 'Application upload',
                'pluginsadmin_download'         => 'Application packaging',
                'pluginsadmin_install'          => 'Application installation',
                'pluginsadmin_uninstall'        => 'Apps Uninstall',
                'pluginsadmin_sortsave'         => 'Apply sort save',
                'store_index'                   => 'App store',
                'packageinstall_index'          => 'Package installation page',
                'packageinstall_install'        => 'Package installation',
                'packageupgrade_upgrade'        => 'Package update',
                'pluginscategory_index'         => 'Application category',
                'pluginscategory_save'          => 'Add/edit application category',
                'pluginscategory_statusupdate'  => 'Application category status update',
                'pluginscategory_delete'        => 'Application category deletion',
G
gongfuxiang 已提交
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616
            ]
        ],
        'tool_index' => [
            'name' => 'Tools',
            'item' => [
                'cache_index'           => 'Cache admin',
                'cache_statusupdate'    => 'Site cache update',
                'cache_templateupdate'  => 'Template cache update',
                'cache_moduleupdate'    => 'Module cache update',
                'cache_logdelete'       => 'Log delete',
                'sqlconsole_index'      => 'SQL console',
                'sqlconsole_implement'  => 'SQL execution',
            ]
        ],
    ],
G
gongfuxiang 已提交
1617 1618
];
?>