vr-shopxo-source/app/lang/en-us.php

2377 lines
129 KiB
PHP

<?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 [
// 页面公共
'page_common' => [
// 基础
'chosen_select_no_results_text' => 'No matching results',
'error_text' => 'Abnormal error',
'reminder_title' => 'Warm prompt',
'operate_params_error' => 'Incorrect operation parameters',
'not_operate_error' => 'No related operation',
'not_data_error' => 'No relevant data',
'confirm_name' => 'Confirm',
'cancel_name' => 'Cancel',
'select_reverse_name' => 'Cancel',
'select_all_name' => 'All',
'loading_tips' => 'Loading...',
'goods_stock_max_tips' => 'Maximum purchase limit',
'goods_stock_min_tips' => 'Minimum purchase quantity',
'goods_inventory_number_tips' => 'Inventory quantity',
'goods_no_choice_spec_tips' => 'Please select a specification',
'goods_spec_empty_tips' => 'No specification data',
'goods_id_empty_tips' => 'Item ID data',
'input_empty_tips' => 'Please enter data',
'store_enabled_tips' => 'Your browser does not support local storage. Please disable Private Mode or upgrade to a modern browser.',
// 上传下载
'get_loading_tips' => 'Getting...',
'download_loading_tips' => 'Downloading...',
'update_loading_tips' => 'Updating...',
'install_loading_tips' => 'Installing...',
'system_download_loading_tips' => 'The system package is being downloaded...',
'upgrade_download_loading_tips' => 'The upgrade package is being downloaded...',
// 公共common.js
'select_not_chosen_tips' => 'Please select an item',
'select_chosen_min_tips' => 'Select at least {value} items',
'select_chosen_max_tips' => 'Select at most {value} items',
'upload_images_max_tips' => 'Upload up to {value} pictures',
'upload_video_max_tips' => 'Upload {value} videos at most',
'upload_annex_max_tips' => 'Upload up to {value} attachments',
'form_config_type_params_tips' => 'The form [type] parameter configuration is incorrect',
'form_config_value_params_tips' => 'The form [type] parameter configuration is incorrect',
'form_call_fun_not_exist_tips' => 'The method defined by the form is not defined',
'form_config_main_tips' => 'The form [action or method] parameter configuration is incorrect',
'max_input_vars_tips' => 'The number of request parameters has exceeded the php.ini limit',
'operate_add_name' => 'Add',
'operate_edit_name' => 'Edit',
'operate_delete_name' => 'Delete',
'upload_images_format_tips' => 'Image format error, please upload again',
'upload_video_format_tips' => 'Video format error, please upload again',
'ie_browser_tips' => 'ie browser is not available',
'browser_api_error_tips' => 'The browser does not support full-screen API or has been disabled',
'request_handle_loading_tips' => 'Processing, please wait...',
'params_error_tips' => 'Parameter configuration error',
'config_fun_not_exist_tips' => 'Configuration method is not defined',
'delete_confirm_tips' => 'Cannot recover after deletion. Are you sure?',
'operate_confirm_tips' => 'Cannot recover after operation. Are you sure to continue?',
'window_close_confirm_tips' => 'Are you sure you want to close this page?',
'fullscreen_open_name' => 'Enable full screen',
'fullscreen_exit_name' => 'Exit full screen',
'map_dragging_icon_tips' => 'Drag the red icon to locate directly',
'map_type_not_exist_tips' => 'The map function is not defined',
'map_address_analysis_tips' => 'The address you selected did not resolve to the result!',
'map_coordinate_tips' => 'Incorrect coordinates',
'before_choice_data_tips' => 'Please select data first',
'address_data_empty_tips' => 'The address is empty',
'assembly_not_init_tips' => 'Component not initialized',
'not_specified_container_tips' => 'No container specified',
'not_specified_assembly_tips' => 'No load component specified',
'not_specified_form_name_tips' => 'No form name specified',
'not_load_lib_hiprint_error' => 'Please introduce the hiprint component library first',
],
// 公共基础
'error' => 'Exception Error',
'operate_fail' => 'Operation Failed',
'operate_success' => 'Operation Succeeded',
'get_fail' => 'Get Failed',
'get_success' => 'Success',
'update_fail' => 'Update Failed',
'update_success' => 'Update Succeeded',
'insert_fail' => 'Add Failed',
'insert_success' => 'Successfully added',
'edit_fail' => 'Edit Failed',
'edit_success' => 'Edit Succeeded',
'change_fail' => 'Modification Failed',
'change_success' => 'Modification Succeeded',
'delete_fail' => 'Delete Failed',
'delete_success' => 'Delete Succeeded',
'cancel_fail' => 'Cancel Failed',
'cancel_success' => 'Cancel successfully',
'close_fail' => 'Close Failed',
'close_success' => 'Close successfully',
'send_fail' => 'Sending Failed',
'send_success' => 'Sending Succeeded',
'push_fail' => 'Push Failed',
'push_success' => 'Push Succeeded',
'grant_fail' => 'Grant Failed',
'grant_success' => 'Grant Succeeded',
'join_fail' => 'Join Failed',
'join_success' => 'Join successfully',
'created_fail' => 'Generation Failed',
'created_success' => 'Generation Succeeded',
'auth_fail' => 'Authorization Failed',
'auth_success' => 'Authorization Succeeded',
'upload_fail' => 'Upload Failed',
'upload_success' => 'Upload Succeeded',
'download_fail' => 'Download Failed',
'download_success' => 'Download Succeeded',
'apply_fail' => 'Application Failed',
'apply_success' => 'Application Succeeded',
'handle_fail' => 'Processing Failed',
'handle_success' => 'Processing Succeeded',
'handle_none' => 'No need to process',
'loading_fail' => 'Load Failed',
'loading_success' => 'Loading Succeeded',
'request_fail' => 'Request Failed',
'request_success' => 'Request Succeeded',
'logout_fail' => 'Logout Failed',
'logout_success' => 'Logoff Succeeded',
'pay_fail' => 'Pay Failed',
'pay_success' => 'Pay Succeeded',
'copy_fail' => 'Copy Failed',
'copy_success' => 'Copy Succeeded',
'import_fail' => 'Import Failed',
'import_success' => 'Import Succeeded',
'install_fail' => 'Install Failed',
'install_success' => 'Install Succeeded',
'uninstall_fail' => 'Uninstall Failed',
'uninstall_success' => 'Uninstall Succeeded',
'setup_fail' => 'Setup Failed',
'setup_success' => 'Setup Succeeded',
'switch_fail' => 'Switch Failed',
'switch_success' => 'Switch Succeeded',
'bind_fail' => 'Bind Failed',
'bind_success' => 'Bind Succeeded',
'submit_fail' => 'Submit Failed',
'submit_success' => 'Submit Succeeded',
'config_fail' => 'Config Failed',
'config_success' => 'Config Succeeded',
'check_fail' => 'Check Failed',
'check_success' => 'Check Succeeded',
'take_fail' => 'Take Failed',
'take_success' => 'Take Succeeded',
'audit_fail' => 'Audit Failed',
'audit_success' => 'Audit Succeeded',
'confirm_fail' => 'Confirm Failed',
'confirm_success' => 'Confirm Succeeded',
'register_fail' => 'Register Failed',
'register_success' => 'Register Succeeded',
'login_fails' => 'Login Failed',
'login_success' => 'Login Succeeded',
'quit_success' => 'Quit Succeeded',
'no_data' => 'No Relevant Data',
'no_goods' => 'No related Goods',
'params_error_tips' => 'Params Error',
'content_params_empty_tips' => 'Content parameter is empty',
'illegal_access_tips' => 'illegal access',
'illegal_operate_tips' => 'illegal operate',
'login_failure_tips' => 'Login Failed, please login again',
'upgrading_tips' => 'Upgrading...',
'processing_tips' => 'Processing...',
'searching_tips' => 'Searching...',
'send_tips' => 'Sending...',
'please_select_tips' => 'Please select...',
'optional_tips' => 'Optional...',
'upload_tips' => 'Upload...',
'query_tips' => 'Query...',
'bind_tips' => 'Binding...',
'controller_not_exist_tips' => 'Controller does not exist',
'plugins_name_tips' => 'Plugins Name Wrong',
'plugins_control_tips' => 'Application controller error',
'plugins_action_tips' => 'Application method error',
'plugins_use_no_power_tips' => 'No permission to use this plugins',
'map_coordinate_error' => 'Incorrect coordinates',
'no_config_data_tips' => 'No data configured',
'config_empty_tips' => 'Configuration is empty',
'config_error_tips' => 'Incorrect configuration',
'data_no_exist_error_tips' => 'Data does not exist',
'data_no_exist_or_delete_error_tips' => 'Data does not exist or has been deleted',
'goods_no_exist_or_delete_error_tips' => 'Item does not exist or has been deleted',
'no_filled_tips' => 'Not filled in',
'no_power_tips' => 'No permission',
'not_open_developer_mode_tips' => 'Please start developer mode first',
'plugins_view_region_config_tips' => 'This area is plug-in extension data. Please fill in the corresponding value according to the plug-in document',
'user_id_error_tips' => 'Wrong user ID',
'user_info_incorrect_tips' => 'Incorrect user information',
'user_info_abnormal_tips' => 'Abnormal user information',
'user_type_error_tips' => 'Wrong user type',
'user_delete_operate_tips' => 'User deleted',
'goods_id_error_tips' => 'Wrong goods ID',
'gods_info_incorrect_tips' => 'Incorrect goods information',
'gods_info_abnormal_tips' => 'Abnormal goods information',
'order_id_error_tips' => 'Wrong order ID',
'order_info_incorrect_tips' => 'The order information is incorrect',
'data_id_error_tips' => 'Wrong data ID',
'back_prev_page_name' => 'Return to the previous page',
'back_prev_time_auto_text' => 'Second automatic return',
'view_config_course_name' => 'View the configuration tutorial',
'payment_method_error_tips' => 'Incorrect payment method',
'operate_field_error_tips' => 'Operation field error',
// 商店
'store_bind_account_name' => 'Bind ShopXO store account',
'store_bind_account_tips' => 'If it is bound, please clear the cache under the menu tool on the left side of the mall background and try to access it again!',
// 常用
'fullscreen_open_title' => 'Enable full screen',
'fullscreen_exit_title' => 'Exit full screen',
'toggle_navigation_title' => 'Toggle Navigation',
'theme_color_white_title' => 'White',
'theme_color_black_title' => 'Dark',
'base_config_title' => 'Base Config',
'clear_search_where' => 'Clear Search Where',
'register_time_title' => 'Register Time',
'add_time_title' => 'Add Time',
'upd_time_title' => 'Update Time',
'back_home_title' => 'Back Home',
'shop_home_title' => 'Shop Home',
'home_title' => 'Home',
'operate_title' => 'Operate',
'all_title' => 'All',
'select_all_title' => 'All',
'reverse_select_title' => 'Back',
'reset_title' => 'Reset',
'confirm_title' => 'Confirm',
'cancel_title' => 'Cancel',
'search_title' => 'Search',
'query_title' => 'Query',
'execute_title' => 'Execute',
'setup_title' => 'Setup',
'save_title' => 'Save',
'success_title' => 'Success',
'fail_title' => 'Fail',
'edit_title' => 'Edit',
'modify_title' => 'Modify',
'delete_title' => 'Delete',
'remove_title' => 'Remove',
'moveup_title' => 'Moveup',
'movedown_title' => 'Movedown',
'created_title' => 'Create',
'generate_title' => 'Generate',
'add_title' => 'Add',
'submit_title' => 'Submit',
'detail_title' => 'Detail',
'base_title' => 'Base',
'view_title' => 'View',
'choice_title' => 'Choice',
'already_choice_title' => 'Already Choice',
'enter_title' => 'Enter',
'location_title' => 'Location',
'map_title' => 'Map',
'view_map_title' => 'View Map',
'see_title' => 'See',
'clear_title' => 'Clear',
'close_title' => 'Close',
'open_title' => 'Open',
'number_title' => 'Number',
'spec_title' => 'Spec',
'inventory_title' => 'Inventory',
'enter_inventory_title' => 'Enter Inventory',
'sales_title' => 'Sales',
'access_title' => 'Access',
'hot_title' => 'Hot',
'favor_title' => 'Favor',
'already_favor_title' => 'Already Favor',
'comment_title' => 'Comment',
'default_title' => 'Default',
'setup_default_title' => 'Setup Default',
'strip_title' => 'Strip',
'level_title' => 'Level',
'day_title' => 'Day',
'hour_title' => 'Hour',
'minute_title' => 'Minute',
'second_title' => 'Second',
'yes_title' => 'Yes',
'no_title' => 'No',
'already_title' => 'Already',
'not_title' => 'Not',
'empty_title' => 'Empty',
'and_title' => 'And',
'or_title' => 'Or',
'payment_title' => 'Payment',
'confirm_payment_title' => 'Confirm Payment',
'collect_title' => 'Collect',
'delivery_title' => 'Delivery',
'take_title' => 'Take',
'copy_title' => 'Copy',
'user_title' => 'User',
'revoke_audit_title' => 'Revoke Audit',
'reverse_audit_title' => 'Reverse Audit',
'submit_audit_title' => 'Submit Audit',
'audit_title' => 'Audit',
'signin_title' => 'SignIn',
'refuse_title' => 'Refuse',
'order_title' => 'Order',
'install_title' => 'Install',
'uninstall_title' => 'Uninstall',
'update_title' => 'Update',
'download_title' => 'Download',
'confirm_download_title' => 'Confirm Download',
'upload_title' => 'Upload',
'confirm_upload_title' => 'Confirm Upload',
'reply_title' => 'Reply',
'note_title' => 'Note',
'price_title' => 'Price',
'sort_title' => 'Sort',
'sync_title' => 'Sync',
'switch_title' => 'Switch',
'auth_title' => 'Authorization',
'record_title' => 'Record',
'settlement_title' => 'Settlement',
'detailed_title' => 'Detailed',
'change_price_title' => 'Change Price',
'retreat_title' => 'Retreat',
'retreat_order_title' => 'Retreat Order',
'retreat_return_title' => 'Retreat Return',
'retreat_goods_title' => 'Retreat Goods',
'already_retreat_title' => 'Already Retreat',
'refund_title' => 'Refund',
'receive_title' => 'Receive',
'express_title' => 'Express',
'verification_title' => 'Verification',
'service_title' => 'Service',
'print_title' => 'Print',
'transfer_order_title' => 'Transfer Order',
'transfer_audit_title' => 'Transfer Audit',
'divider_title' => 'Divider',
'status_title' => 'Status',
'collection_fee_title' => 'Collection Fee',
'complaint_title' => 'Complaint',
'goods_title' => 'Goods',
'label_title' => 'Label',
'staff_title' => 'Staff',
'salary_title' => 'Salary',
'invoice_title' => 'Invoicing',
'push_order_title' => 'Push Order',
'push_title' => 'Push',
'send_title' => 'Send',
'grant_title' => 'Grant',
'annex_title' => 'Annex',
'more_title' => 'More',
'termination_title' => 'Termination',
'subordinate_title' => 'Subordinate',
'profit_title' => 'Profit',
'gender_title' => 'Gender',
'birthday_title' => 'Birthday',
'address_title' => 'Address',
'bind_title' => 'Bind',
'brand_title' => 'Brand',
'category_title' => 'Category',
'attr_title' => 'Attribute',
'spec_title' => 'Specifications',
'register_title' => 'Register',
'login_title' => 'Login',
'logout_title' => 'Logout',
'quit_title' => 'Quit',
'password_title' => 'Password',
'safety_title' => 'Safety',
'extend_title' => 'Extend',
'import_title' => 'Import',
'export_title' => 'Export',
'images_title' => 'Images',
'text_title' => 'Text',
'loading_title' => 'Loading',
'lan_title' => 'Longitude',
'lat_title' => 'Latitude',
// 商品基础相关
'goods_name' => 'Goods Name',
'goods_stop_sale_title' => 'Stop Sale',
'goods_buy_title' => 'Buy',
'goods_booking_title' => 'Booking',
'goods_show_title' => 'Consult',
'goods_cart_title' => 'Add Cart',
'goods_no_inventory_title' => 'Out of stock',
'goods_already_shelves_title' => 'Off shelf',
'goods_only_show_title' => 'Show only',
'goods_sales_price_title' => 'Sales Price',
'goods_original_price_title' => 'Original Price',
'goods_main_title' => 'Goods',
'goods_guess_you_like_title' => 'Guess you like it',
'goods_category_title' => 'Goods Category',
'goods_inventory_insufficient_min_number_tips' => 'Initial purchase quantity of insufficient inventory',
'goods_more_total_tips' => '{:total} items in total',
// 验证码相关
'verify_type_error_tips' => 'Wrong verification type',
'verify_code_empty_tips' => 'Verification code cannot be empty',
'verify_code_expire_tips' => 'The verification code has expired',
'verify_code_error_tips' => 'Verification code error',
'verify_images_empty_tips' => 'The picture verification code cannot be empty',
'verify_code_not_support_send_error_tips' => 'This type does not support sending verification code',
// 账户相关
'user_no_login_tips' => 'Please log in first',
'user_avatar_title' => 'Head Portrait',
'user_username_title' => 'Account',
'user_nickname_title' => 'Nickname',
'user_mobile_title' => 'Mobile',
'user_email_title' => 'Email',
'account_abnormal_tips' => 'Account exception',
'register_close_tips' => 'Temporarily close registration',
'register_type_error_tips' => 'Wrong registration type',
'login_close_tips' => 'Temporarily close login',
'login_type_error_tips' => 'Wrong login type',
'accounts_empty_tips' => 'Account cannot be empty',
'accounts_error_tips' => 'Account does not exist',
'password_empty_tips' => 'Password cannot be empty',
'password_error_tips' => 'Password error',
'mobile_format_error_tips' => 'Mobile number format error',
'mobile_no_exist_error_tips' => 'Mobile number does not exist, please register first!',
'email_format_error_tips' => 'Email format error',
'email_no_exist_error_tips' => 'Email does not exist, please register first!',
'login_fail_tips' => 'Login failed. Please try again later!',
// 表单相关
'form_base_data_title' => 'Base Info',
'form_open_zip_message' => 'Failed to open the compressed package',
'form_generate_zip_message' => 'Compression package generation failed',
'form_upload_zip_message' => 'The file format is incorrect. Please upload the zip package',
'form_upload_images_title' => 'Upload Images',
'form_choice_images_title' => 'Choice Images',
'form_upload_images_message' => 'Please upload pictures',
'form_upload_file_title' => 'Upload File',
'form_choice_file_title' => 'Choice File',
'form_upload_file_message' => 'Please upload the file',
'form_upload_video_title' => 'Upload Video',
'form_choice_video_title' => 'Choice Video',
'form_upload_video_message' => 'Please upload video',
'form_import_excel_title' => 'Import Excel',
'form_upload_excel_title' => 'Upload Excel',
'form_choice_excel_title' => 'Choice Excel',
'form_upload_excel_message' => 'Please upload Excel',
'form_gender_title' => 'Gender',
'form_region_title' => 'Provinces and cities',
'form_region_province_title' => 'Province',
'form_region_province_message' => 'Please select a province',
'form_region_city_title' => 'City',
'form_region_city_message' => 'Please select a city',
'form_region_county_title' => 'District/County',
'form_region_county_message' => 'Please select district/county',
'form_region_code_placeholder' => 'Region number',
'form_region_code_button_name' => 'Retrieval',
'form_seo_data_title' => 'SEO information',
'form_seo_title_title' => 'SEO Title',
'form_seo_title_message' => 'SEO header format can be up to 80 characters',
'form_seo_title_tips' => 'Generally no more than 80 characters',
'form_seo_keywords_title' => 'SEO Keywords',
'form_seo_keywords_message' => 'SEO keyword format can be up to 130 characters',
'form_seo_keywords_tips' => 'Generally no more than 100 characters<br/>Multiple keywords are separated by semi-rounded commas [,]',
'form_seo_desc_title' => 'SEO Description',
'form_seo_desc_message' => 'SEO description format can be up to 230 characters',
'form_seo_desc_tips' => 'Generally no more than 200 characters',
'form_verify_title' => 'Verification Code',
'form_verify_placeholder' => 'Please enter the verification code',
'form_verify_message' => 'Verification code format 4 digits',
'form_verify_button_text' => 'GetVerifyCode',
'form_verify_send_text' => 'There are {time} seconds left',
'form_images_verify_title' => 'GraphicVerifyCode',
'form_images_verify_placeholder' => 'Please enter the graphic verification code',
'form_images_verify_message' => 'Please enter a valid graphic verification code',
'form_images_verify_button_text' => 'Replace one',
'form_is_show_title' => 'Show or not ',
'form_is_show_message' => 'Whether the display range value is incorrect',
'form_is_enable_title' => 'Enable or not',
'form_is_enable_message' => 'Error in enabling range value',
'form_is_anonymous_title' => 'Anonymous or not',
'form_is_anonymous_message' => 'Whether the anonymous range value is incorrect',
'form_is_new_window_open_title' => 'New window open or not',
'form_is_new_window_open_message' => 'Whether the new window opening range value is incorrect',
'form_is_default_title' => 'Default or not',
'form_is_default_message' => 'Whether the default range value is incorrect',
'form_is_header_title' => 'Header or not',
'form_is_header_message' => 'Whether the range value of header is incorrect',
'form_is_footer_title' => 'Footer or not',
'form_is_footer_message' => 'Whether the value of tail range is incorrect',
'form_is_full_screen_title' => 'FullScreen or not',
'form_is_full_screen_message' => 'Whether the full screen range value is incorrect',
'form_status_range_message' => 'Wrong status range value',
'form_sort_title' => 'Sort',
'form_sort_tips' => 'from small to large',
'form_sort_message' => 'Values between 0 and 255',
'form_platform_title' => 'Platform',
'form_platform_message' => 'Please select the platform',
'form_event_type_title' => 'Event Type',
'form_event_type_message' => 'Please select event type',
'form_event_value_title' => 'Event Value',
'form_event_value_message' => 'Event value can be up to 255 characters',
'form_bg_color_title' => 'Background Color',
'form_time_valid_title' => 'Valid Time',
'form_time_start_title' => 'Start Time',
'form_time_start_message' => 'Please select the start time',
'form_time_end_title' => 'End Time',
'form_time_end_message' => 'Please select the end time',
'form_goods_category_title' => 'Goods Category',
'form_goods_category_placeholder' => 'Goods Category...',
'form_goods_category_message' => 'Please select goods category',
// 分页
'page_each_page_name' => 'Each Page',
'page_page_unit' => 'Strip',
'page_jump_to_text' => 'Jump to',
'page_data_total' => 'Total {:total} Data',
'page_page_total' => 'Total {:total} Page',
// 动态表格
'form_table_search_first' => [
'input' => 'Please enter',
'select' => 'Please select',
'section_min' => 'minimum',
'section_max' => 'Maximum',
'date_start' => 'start',
'date_end' => 'end',
'ym' => 'Please select the month and year',
],
'form_table_base_detail_title' => 'Base Info',
'form_table_config_error_tips' => 'Dynamic table configuration error',
'form_table_column_sort_tips' => 'You can click drag to adjust the display order, and click reset if you need to restore',
'form_table_nav_operate_data_print_name' => 'DataPrint',
'form_table_nav_operate_data_print_tips' => 'Print Current Data',
'form_table_nav_operate_data_export_pdf_name' => 'Export PDF',
'form_table_nav_operate_data_export_excel_name' => 'Export Excel',
'form_table_nav_operate_data_export_tips' => 'Export Current Data',
'form_table_nav_operate_data_list_print_tips' => 'Select the data to be printed in the list (multiple choices are allowed)',
'form_table_nav_operate_data_list_export_excel_tips' => 'Export all data by search criteria',
'form_table_nav_operate_data_list_export_pdf_tips' => 'Select the data to be exported from the list (multiple choices are allowed)',
'form_table_nav_operate_data_list_delete_tips' => 'Select the data to be deleted from the list (multiple choices are allowed)',
// 提示信息
'reminder_title' => 'Warm prompt',
'delivery_operate_aftersale_tips' => 'Please check if the order has after-sales service',
'confirm_confirm_tips' => 'It cannot be recovered after confirmation. Are you sure to continue?',
'cancel_confirm_tips' => 'Cannot recover after cancellation. Are you sure to continue?',
'delete_confirm_tips' => 'Cannot recover after deletion. Are you sure?',
'operate_confirm_tips' => 'Cannot recover after operation. Are you sure to continue?',
'install_confirm_tips' => 'Proceed with the installation. Are you sure to continue?',
'uninstall_confirm_tips' => 'It cannot be recovered after uninstallation. Are you sure to continue?',
'collect_confirm_tips' => 'Please carefully confirm that the goods have been received and confirm to continue?',
'save_close_page_confirm_tips' => 'Are you sure you want to save the data and continue to close this page?',
// 前端顶部小导航-右侧
'header_top_nav_right' => [
'user_center' => 'Personal Center',
'user_shop' => 'My Mall',
'user_order' => 'My Order',
'favor' => 'My Favor',
'goods_favor' => 'Goods Favor',
'cart' => 'Cart',
'message' => 'Message',
],
// 订单状态进度
'order_status_setp_data' => [
'add' => 'Take Merchandise',
'cancel' => 'Order Cancel',
'close' => 'Order Close',
'pay' => 'Payment',
'delivery' => 'Seller Delivery',
'collect' => 'Confirm Receipt',
'comments' => 'Comments',
],
// 订单售后进度
'orderaftersale_step_data' => [
// 仅退款
0 => [
'add' => 'Apply for refund only',
'audit' => 'Admin Audit',
'success' => 'Refund Succeeded',
],
// 退款退货
1 => [
'add' => 'Apply for return refund',
'confirm' => 'Admin Confirm',
'delivery' => 'User Delivery',
'audit' => 'Admin Audit',
'success' => 'Refund Succeeded',
],
],
// 订单售后
'orderaftersale_create_title_data' => [
'default' => 'Refund/Return',
'collect' => 'Apply Aftersale',
'step' => 'View Progress',
'success' => 'View Refund',
],
// 安全设置页面
'safety_panel_list' => [
'loginpwd' => [
'title' => 'Login Password',
'msg' => 'There is a risk of theft on the Internet. It is recommended that you change your password regularly to protect your security.',
],
'mobile' => [
'title' => 'Phone Number',
'no_msg' => 'You haven t bound your mobile phone number',
'ok_msg' => 'Mobile phone bound #accounts#',
'tips' => 'It can be used for login, password retrieval, account security management verification, and account reminder notification.',
],
'email' => [
'title' => 'E-Mail',
'no_msg' => 'You have not bound an email',
'ok_msg' => 'Mailbox bound #accounts#',
'tips' => 'It can be used for login, password retrieval, account security management verification, and account reminder email acceptance.',
],
'logout' => [
'title' => 'Account Logout',
'msg' => 'There is a risk of theft on the Internet. It is recommended that you change your password regularly to protect your security.',
'submit_text' => 'Logout',
],
],
// 缓存更新类型列表
'admin_cache_type_list' => [
'site' => ['name' => 'Site Cache', 'desc' => 'This function can be used to update all caches after data conversion or when the foreground cannot be accessed normally'],
'template' => ['name' => 'Template Cache', 'desc' => 'When the page displays abnormally, you can try to use this function to repair'],
'module' => ['name' => 'Module Cache', 'desc' => 'The page layout and module are not effective after updating. You can try to use this function to repair'],
'log' => ['name' => 'Log Clear', 'desc' => 'Clear Site Log'],
],
// 事件值说明提示
'event_value_tips_list' => [
[
'type' => 'web',
'name' => 'WEB Page',
'item' => [
'1. Start with http',
'2. For example, you need to add a whitelist in the background of the applet if you use a web page in the applet',
]
],
[
'type' => 'mini',
'name' => 'Internal page (applet/APP internal address)',
'item' => [
'1. Internal address of applet or APP',
'2. The applet starts with/pages',
'3. For example:/pages/user/user',
'4. Support with parameters ?x=xx',
],
'tips' => 'Applet page address configuration instructions',
],
[
'type' => 'map',
'name' => 'Jump to the native map to view the specified location',
'item' => [
'1. Divided by | vertical bar, in the order of name | address | longitude | latitude',
'2. For example: ShopXO | No. XXX, Zhangjiang High-tech Park, Pudong New Area, Shanghai | 121.626444 | 31.20843',
]
]
],
// 手机模式下底部导航
'bottom_navigation_data' => [
'home' => 'Home',
'category' => 'Category',
'cart' => 'Cart',
'user' => 'User',
],
// 用户中心左侧菜单
'user_center_left_list' => [
'center' => 'Personal Center',
'business' => 'Business Admin',
'order' => 'Order Admin',
'orderaftersale' => 'Order Aftersales',
'goodsfavor' => 'Goods Favor',
'property' => 'Property Center',
'integral' => 'My Points',
'base' => 'Data Admin',
'personal' => 'Personal Data',
'address' => 'My Address',
'safety' => 'Safety',
'message' => 'My Message',
'goodsbrowse' => 'My Browse',
'answer' => 'Q&A/Message',
'logout' => 'Sign Out',
],
// 用户中心基础信息中mini导航
'user_center_mini_navigation_data' => [
'order' => 'Order Total',
'goodsfavor' => 'Goods Favor',
'goodsbrowse' => 'My Browse',
'integral' => 'My Points',
],
// 订单状态总数导航
'order_status_step_total_list' => [
['value' => 0, 'name' => 'To be confirmed'],
['value' => 1, 'name' => 'To be paid'],
['value' => 2, 'name' => 'To be shipped'],
['value' => 3, 'name' => 'Goods to be received'],
['value' => 4, 'name' => 'Completed'],
['value' => 5, 'name' => 'Canceled'],
['value' => 6, 'name' => 'Closed'],
['value' => 100, 'name' => 'To be evaluated'],
['value' => 101, 'name' => 'Refund/AfterSales'],
],
// 商品详情页面更多导航 - 手机端
'app_goods_nav_more_list_data' => [
'goodsfavor' => 'My Favor',
'goodsbrowse' => 'My Browse',
'home' => 'To Home',
],
// 商品详情页面更多导航 - 手机端
'app_home_right_list_data' => [
'goodsfavor' => 'My Favor',
'usermessage' => 'My Message',
],
// 搜索排序方式
'common_search_order_by_list' => [
['name' => 'Comprehensive', 'type' => 'default', 'value' => 'desc'],
['name' => 'Sales', 'type' => 'sales', 'value' => 'desc'],
['name' => 'Hot', 'type' => 'access', 'value' => 'desc'],
['name' => 'Price', 'type' => 'price', 'value' => 'desc'],
['name' => 'Newest', 'type' => 'new', 'value' => 'desc'],
],
// 用户注册类型列表
'common_user_reg_type_list' => [
0 => ['value' => 'username', 'name' => 'account'],
1 => ['value' => 'sms', 'name' => 'sms'],
2 => ['value' => 'email', 'name' => 'email'],
],
// 登录方式
'common_login_type_list' => [
0 => ['value' => 'username', 'name' => 'Account password', 'checked' => true],
1 => ['value' => 'email', 'name' => 'Email verification code'],
2 => ['value' => 'sms', 'name' => 'Mobile verification code'],
],
// 性别
'common_gender_list' => [
0 => ['id' => 0, 'name' => 'Secrecy', 'checked' => true],
1 => ['id' => 1, 'name' => 'Female'],
2 => ['id' => 2, 'name' => 'Male'],
],
// 关闭开启状态
'common_close_open_list' => [
0 => ['value' => 0, 'name' => 'Close'],
1 => ['value' => 1, 'name' => 'Open'],
],
// 是否启用
'common_is_enable_tips' => [
0 => ['id' => 0, 'name' => 'Not Enabled'],
1 => ['id' => 1, 'name' => 'Enabled'],
],
'common_is_enable_list' => [
0 => ['id' => 0, 'name' => 'No Enabled'],
1 => ['id' => 1, 'name' => 'Enabled', 'checked' => true],
],
// 是否显示
'common_is_show_list' => [
0 => ['id' => 0, 'name' => 'No Show'],
1 => ['id' => 1, 'name' => 'Show', 'checked' => true],
],
// excel编码列表
'common_excel_charset_list' => [
0 => ['id' => 0, 'value' => 'utf-8', 'name' => 'utf-8', 'checked' => true],
1 => ['id' => 1, 'value' => 'gbk', 'name' => 'gbk'],
],
// excel导出类型列表
'common_excel_export_type_list' => [
0 => ['id' => 0, 'name' => 'CSV', 'checked' => true],
1 => ['id' => 1, 'name' => 'Excel'],
],
// 地图类型列表
'common_map_type_list' => [
'baidu' => ['id' => 'baidu', 'name' => 'Baidu Map', 'checked' => true],
'amap' => ['id' => 'amap', 'name' => 'Gaud Map'],
'tencent' => ['id' => 'tencent', 'name' => 'Tencent Map'],
'tianditu' => ['id' => 'tianditu', 'name' => 'Sky Map'],
],
// 支付支付状态
'common_order_pay_status' => [
0 => ['id' => 0, 'name' => 'To be paid', 'checked' => true],
1 => ['id' => 1, 'name' => 'Paid'],
2 => ['id' => 2, 'name' => 'Refunded'],
3 => ['id' => 3, 'name' => 'Partial refund'],
],
// 订单状态
'common_order_status' => [
0 => ['id' => 0, 'name' => 'To be confirmed', 'checked' => true],
1 => ['id' => 1, 'name' => 'To be paid'],
2 => ['id' => 2, 'name' => 'To be shipped'],
3 => ['id' => 3, 'name' => 'Goods to be received'],
4 => ['id' => 4, 'name' => 'Completed'],
5 => ['id' => 5, 'name' => 'Canceled'],
6 => ['id' => 6, 'name' => 'Closed'],
],
// 所属平台
'common_platform_type' => [
'pc' => ['value' => 'pc', 'name' => 'PC Website'],
'h5' => ['value' => 'h5', 'name' => 'H5 Website'],
'ios' => ['value' => 'ios', 'name' => 'Apple APP'],
'android' => ['value' => 'android', 'name' => 'Android APP'],
'weixin' => ['value' => 'weixin', 'name' => 'WeChat applet'],
'alipay' => ['value' => 'alipay', 'name' => 'Alipay applet'],
'baidu' => ['value' => 'baidu', 'name' => 'Baidu applet'],
'toutiao' => ['value' => 'toutiao', 'name' => 'Toutiao applet'],
'qq' => ['value' => 'qq', 'name' => 'QQ applet'],
'kuaishou' => ['value' => 'kuaishou', 'name' => 'Kwai applet'],
],
// app平台
'common_app_type' => [
'ios' => ['value' => 'ios', 'name' => 'Apple APP'],
'android' => ['value' => 'android', 'name' => 'Android APP'],
],
// 小程序平台
'common_appmini_type' => [
'weixin' => ['value' => 'weixin', 'name' => 'WeChat applet'],
'alipay' => ['value' => 'alipay', 'name' => 'Alipay applet'],
'baidu' => ['value' => 'baidu', 'name' => 'Baidu applet'],
'toutiao' => ['value' => 'toutiao', 'name' => 'Toutiao applet'],
'qq' => ['value' => 'qq', 'name' => 'QQ applet'],
'kuaishou' => ['value' => 'kuaishou', 'name' => 'Kwai applet'],
],
// 扣除库存规则
'common_deduction_inventory_rules_list' => [
0 => ['id' => 0, 'name' => 'Order confirmed successfully'],
1 => ['id' => 1, 'name' => 'Order payment Succeeded'],
2 => ['id' => 2, 'name' => 'Order shipment'],
],
// 商品增加销量规则
'common_sales_count_inc_rules_list' => [
0 => ['id' => 0, 'name' => 'Order payment'],
1 => ['id' => 1, 'name' => 'Order receipt'],
],
// 是否已读
'common_is_read_list' => [
0 => ['id' => 0, 'name' => 'Unread', 'checked' => true],
1 => ['id' => 1, 'name' => 'Read'],
],
// 消息类型
'common_message_type_list' => [
0 => ['id' => 0, 'name' => 'Default', 'checked' => true],
],
// 用户积分 - 操作类型
'common_integral_log_type_list' => [
0 => ['id' => 0, 'name' => 'Reduce', 'checked' => true],
1 => ['id' => 1, 'name' => 'Increase'],
],
// 是否上架/下架
'common_is_shelves_list' => [
0 => ['id' => 0, 'name' => 'Off shelf'],
1 => ['id' => 1, 'name' => 'Put on the shelf', 'checked' => true],
],
// 是否
'common_is_text_list' => [
0 => ['id' => 0, 'name' => 'No', 'checked' => true],
1 => ['id' => 1, 'name' => 'Yes'],
],
// 用户状态
'common_user_status_list' => [
0 => ['id' => 0, 'name' => 'normal', 'checked' => true],
1 => ['id' => 1, 'name' => 'No speaking', 'tips' => 'User is forbidden to speak'],
2 => ['id' => 2, 'name' => 'Disable login', 'tips' => 'User is prohibited from logging in'],
3 => ['id' => 3, 'name' => 'To be reviewed', 'tips' => 'User waiting for approval'],
],
// 导航数据类型
'common_nav_type_list' => [
'custom' => ['value'=>'custom', 'name'=>'Custom'],
'article' => ['value'=>'article', 'name'=>'Article'],
'customview' => ['value'=>'customview', 'name'=>'Custom Page'],
'goods_category' => ['value'=>'goods_category', 'name'=>'Goods Category'],
],
// 搜索框下热门关键字类型
'common_search_keywords_type_list' => [
0 => ['value' => 0, 'name' => 'Close'],
1 => ['value' => 1, 'name' => 'Auto'],
2 => ['value' => 2, 'name' => 'Custom'],
],
// app事件类型
'common_app_event_type' => [
0 => ['value' => 0, 'name' => 'WEB Page'],
1 => ['value' => 1, 'name' => 'Internal page (applet/APP internal address)'],
2 => ['value' => 2, 'name' => 'External applet (applet appid under the same principal)'],
3 => ['value' => 3, 'name' => 'Jump to the native map to view the specified location'],
4 => ['value' => 4, 'name' => 'Make a call'],
],
// 订单售后类型
'common_order_aftersale_type_list' => [
0 => ['value' => 0, 'name' => 'Refund only', 'desc' => 'If the goods are not received (not signed), it is agreed that', 'icon' => 'am-icon-random', 'class' => 'am-fl'],
1 => ['value' => 1, 'name' => 'Refund return', 'desc' => 'Received goods, need to return and exchange the received goods', 'icon' => 'am-icon-retweet', 'class' => 'am-fr'],
],
// 订单售后状态
'common_order_aftersale_status_list' => [
0 => ['value' => 0, 'name' => 'To be confirmed'],
1 => ['value' => 1, 'name' => 'To be returned'],
2 => ['value' => 2, 'name' => 'To be reviewed'],
3 => ['value' => 3, 'name' => 'Completed'],
4 => ['value' => 4, 'name' => 'Rejected'],
5 => ['value' => 5, 'name' => 'Canceled'],
],
// 订单售后退款方式
'common_order_aftersale_refundment_list' => [
0 => ['value' => 0, 'name' => 'Retrace'],
1 => ['value' => 1, 'name' => 'Return to wallet'],
2 => ['value' => 2, 'name' => 'Manual processing'],
],
// 商品评分
'common_goods_comments_rating_list' => [
0 => ['value'=>0, 'name'=>'No Score', 'badge'=>''],
1 => ['value'=>1, 'name'=>'1 Score', 'badge'=>'danger'],
2 => ['value'=>2, 'name'=>'2 Score', 'badge'=>'warning'],
3 => ['value'=>3, 'name'=>'3 Score', 'badge'=>'secondary'],
4 => ['value'=>4, 'name'=>'4 Score', 'badge'=>'primary'],
5 => ['value'=>5, 'name'=>'5 Score', 'badge'=>'success'],
],
// 商品评论业务类型
'common_goods_comments_business_type_list' => [
'order' => ['value' => 'order', 'name' => 'Order'],
],
// 站点类型
'common_site_type_list' => [
0 => ['value' => 0, 'name' => 'Express'],
1 => ['value' => 1, 'name' => 'Exhibition'],
2 => ['value' => 2, 'name' => 'SelfDelivery'],
3 => ['value' => 3, 'name' => 'VirtualSales'],
4 => ['value' => 4, 'name' => 'Express+SelfDelivery', 'is_ext' => 1],
],
// 订单类型
'common_order_type_list' => [
0 => ['value' => 0, 'name' => 'Express'],
1 => ['value' => 1, 'name' => 'Exhibition'],
2 => ['value' => 2, 'name' => 'SelfDelivery'],
3 => ['value' => 3, 'name' => 'VirtualSales'],
],
// 下单站点类型列表
'common_buy_site_model_list' => [
['value' => 0, 'name' => 'Express'],
['value' => 2, 'name' => 'Extraction'],
],
// 管理员状态
'common_admin_status_list' => [
0 => ['value' => 0, 'name' => 'Normal', 'checked' => true],
1 => ['value' => 1, 'name' => 'Suspend'],
2 => ['value' => 2, 'name' => 'Resigned'],
],
// 支付日志状态
'common_pay_log_status_list' => [
0 => ['value' => 0, 'name' => 'To be paid', 'checked' => true],
1 => ['value' => 1, 'name' => 'Paid'],
2 => ['value' => 2, 'name' => 'Closed'],
],
// 商品参数组件类型
'common_goods_parameters_type_list' => [
0 => ['value' => 0, 'name' => 'Whole'],
1 => ['value' => 1, 'name' => 'Detail', 'checked' => true],
2 => ['value' => 2, 'name' => 'Base'],
],
// 商品关联排序类型
'goods_order_by_type_list' => [
0 => ['value' => 'g.access_count,g.sales_count,g.id', 'name' => 'Synthesize', 'checked' => true],
1 => ['value' => 'g.sales_count', 'name' => 'Sales'],
2 => ['value' => 'g.access_count', 'name' => 'Hot'],
3 => ['value' => 'g.min_price', 'name' => 'Price'],
4 => ['value' => 'g.id', 'name' => 'New'],
],
// 商品关联排序规则
'goods_order_by_rule_list' => [
0 => ['value' => 'desc', 'name' => 'Desc(desc)', 'checked' => true],
1 => ['value' => 'asc', 'name' => 'Asc(asc)'],
],
// 首页数据类型
'common_site_floor_data_type_list' => [
0 => ['value' => 0, 'name' => 'Auto Mode', 'checked' => true],
1 => ['value' => 1, 'name' => 'Manual Mode'],
2 => ['value' => 2, 'name' => 'Move Mode'],
],
// 文件上传错误码
'common_file_upload_error_list' => [
1 => 'The file size exceeds the maximum upload allowed by the server',
2 => 'The file size exceeds the browser limit. Check whether it exceeds [Site Settings ->Maximum Attachment Limit]',
3 => 'The file is only partially uploaded',
4 => 'No file to upload found',
5 => 'Server temporary folder not found',
6 => 'Error writing file to temporary folder ',
7 => 'File write Failed',
8 => 'File upload extension is not opened',
],
// -------------------- 后端相关 --------------------
// 图片验证码
'site_images_verify_rules_list' => [
0 => ['value' => 'bgcolor', 'name' => 'Color Background'],
1 => ['value' => 'textcolor', 'name' => 'Colored Text'],
2 => ['value' => 'point', 'name' => 'Jamming Point'],
3 => ['value' => 'line', 'name' => 'Jamming Line'],
],
// 时区
'site_timezone_list' => [
'Pacific/Pago_Pago' => '(Standard Time 11:00) Midway Island, Samoa',
'Pacific/Rarotonga' => '(Standard Time 10:00) Hawaii',
'Pacific/Gambier' => '(Standard Time 9:00) Alaska',
'America/Dawson' => '(Standard Time -8:00) Pacific Time (US and Canada)',
'America/Creston' => '(Standard Time -7:00) Mountain Time (US and Canada)',
'America/Belize' => '(Standard Time -6:00) Central Time (US and Canada), Mexico City',
'America/Eirunepe' => '(Standard Time -5:00) Eastern Time (United States and Canada), Bogota',
'America/Antigua' => '(Standard Time -4:00) Atlantic Time (Canada), Caracas',
'America/Argentina/Buenos_Aires' => '(Standard Time 3:00) Brazil, Buenos Aires, Georgetown',
'America/Noronha' => '(Standard Time 2:00) Mid-Atlantic',
'Atlantic/Cape_Verde' => '(Standard Time -1:00) Azores, Cape Verde',
'Africa/Ouagadougou' => '(Greenwich Mean Time) Western European Time, London, Casablanca',
'Europe/Andorra' => '(Standard Time +1:00) Central European Time, Angola, Libya',
'Europe/Mariehamn' => '(Standard Time +2:00) Eastern European Time, Cairo, Athens',
'Asia/Bahrain' => '(Standard Time +3:00) Baghdad, Kuwait, Moscow',
'Asia/Dubai' => '(Standard time +4:00) Abu Dhabi, Muscat, Baku',
'Asia/Kolkata' => '(Standard Time +5:00) Yekaterinburg, Islamabad, Karachi',
'Asia/Dhaka' => '(Standard Time +6:00) Almaty, Dhaka, New Siberia',
'Indian/Christmas' => '(Standard time +7:00) Bangkok, Hanoi, Jakarta',
'Asia/Shanghai' => '(Standard time +8:00) Beijing, Chongqing, Hong Kong, Singapore',
'Australia/Darwin' => '(Standard time +9:00) Tokyo, Seoul, Osaka, Yakutsk',
'Australia/Adelaide' => '(Standard Time +10:00) Sydney, Guam',
'Australia/Currie' => '(Standard time +11:00) Magadan, Solomon Islands',
'Pacific/Fiji' => '(Standard Time +12:00) Auckland, Wellington, Kamchatka Peninsula'
],
// seo
// url模式列表
'seo_url_model_list' => [
0 => ['value' => 0, 'name' => 'Compatibility Mode', 'checked' => true],
1 => ['value' => 1, 'name' => 'PATHINFO Mode'],
2 => ['value' => 2, 'name' => 'PATHINFO Mode+ShortAddress'],
],
// -------------------- 公共服务层 --------------------
'common_service' => [
// 权限管理
'power' => [
'form_item_pid' => 'Column Level',
'form_item_pid_placeholder' => 'Primary column...',
'form_item_pid_message' => 'Column level selection error',
'form_item_name' => 'Power Name',
'form_item_name_message' => 'Power name format 2~16 characters',
'form_item_control' => 'Controller Name',
'form_item_control_message' => 'The format of the controller name is between 1 and 30 characters (it must start with a letter and can be alphanumeric underscore)',
'form_item_action' => 'Action Name',
'form_item_action_message' => 'The format of the method name is between 1 and 30 characters (it must start with a letter and can be alphanumeric underscore)',
'form_item_url' => 'Custom Url Address',
'form_item_url_message' => 'Custom url address, starting with http://or https://',
'form_item_icon' => 'Icon Class',
'form_item_icon_message' => 'Icon format can be up to 30 characters',
'form_item_icon_tips_list' => [
'1. reference resources http://www.iconfont.cn/ Place the icon in the [/static/admin/default/cs/iconfontmenu. css] file',
'2. You can also directly use the icon and reference provided by the frame[ http://amazeui.shopxo.net/css/icon/ ]',
'3. You can also use the plug-in hook to import the css file of the custom icon, and then use the defined icon',
],
],
// 角色管理
'role' => [
'form_item_name' => 'Role Name',
'form_item_name_message' => 'Role name format 2~16 characters',
'form_item_menu' => 'Menu Power',
'form_item_menu_no_data_tips' => 'No menu data',
'form_item_plugins' => 'Plugins Power',
'form_item_plugins_tips' => 'The plug-in also needs to check [Application Center ->Application Management+Application Call Management] permission in the current menu permission',
'form_item_plugins_no_data_tips' => 'No plugins data',
// 保存操作
'save_super_role_not_edit_tips' => 'The super administrator role cannot be edited',
'save_role_already_exist_tips' => 'Role already exists[{$var}]',
'save_role_save_fail_tips' => 'Failed to save role data',
'save_role_menu_empty_fail_tips' => 'Role menu permission operation failed',
'save_role_menu_add_fail_tips' => 'Failed to add role menu permissions',
'save_role_plugins_empty_fail_tips' => 'Role plugins permission operation failed',
'save_role_plugins_add_fail_tips' => 'Failed to add role plugins permissions',
// 删除操作
'delete_super_role_not_tips' => 'The super administrator role cannot be deleted',
],
// 管理员
'admin' => [
// 表单
'form_item_username' => 'Userame',
'form_item_username_placeholder' => 'enter one username',
'form_item_username_message' => 'Please use letters, numbers and underscores for the user name of 2~18 characters',
'form_item_password' => 'Login Password',
'form_item_password_placeholder' => 'Please enter the login password',
'form_item_password_message' => 'Password format is between 6 and 18 characters',
'form_item_mobile' => 'Phone Number',
'form_item_mobile_placeholder' => 'Please enter your mobile number',
'form_item_mobile_message' => 'Mobile number format error',
'form_item_email' => 'E-mail',
'form_item_email_placeholder' => 'Please enter email address',
'form_item_email_message' => 'Email format error',
'form_item_username_created_tips' => 'Cannot be changed after creation',
'form_item_username_edit_tips' => 'Not changeable',
'form_item_role' => 'Permission group',
'form_item_role_message' => 'Please select the role group',
'form_item_password_edit_tips' => 'Enter to change the password',
'form_item_status' => 'Status',
'form_item_status_message' => 'Please select user status',
// 保存操作
'save_admin_info_error_tips' => 'The current operation administrator information is incorrect',
'save_status_tips' => 'The status value range is incorrect',
'save_gender_tips' => 'The gender value range is incorrect',
'save_mobile_already_exist_tips' => 'Mobile number already exists[{$var}]',
'save_email_already_exist_tips' => 'Email already exists[{$var}]',
'save_admin_already_exist_tips' => 'Administrator already exists[{$var}]',
// 删除操作
'delete_super_admin_not_tips' => 'Super administrator cannot be deleted',
// 登录
'login_verify_send_last_title' => ' - Administrator login',
],
// 协议
'agreement' => [
// 表单
'form_item_document_type_message' => '协议文档类型为空',
],
// 问答
'answer' => [
// 表单
'form_item_name' => 'Contacts',
'form_item_name_message' => 'Contact format can be up to 30 characters',
'form_item_tel' => 'Telephone',
'form_item_tel_message' => 'Please fill in a valid phone number',
'form_item_title' => 'Title',
'form_item_title_message' => 'Header format can be up to 60 characters',
'form_item_access_count' => 'Number of visits',
'form_item_access_count_message' => 'Number of visits in the format of 0~9',
'form_item_content' => 'Content',
'form_item_content_message' => 'Content format is between 5 and 1000 characters',
'form_item_reply' => 'Reply Content',
'form_item_reply_message' => 'The format of reply content is between 1 and 1000 characters',
'form_item_save_reply_message' => 'Reply content format can be up to 1000 characters',
'form_is_reply' => 'Reply or not',
// 基础
'no_username_name' => 'Net Friend',
],
// 用户中心导航
'appcenternav' => [
// 表单
'form_item_name' => 'Name',
'form_item_name_message' => 'Name format: 2~60 characters',
'form_item_desc' => 'Describe',
'form_item_desc_message' => 'Description can be up to 18 characters',
'form_item_images_url' => 'Navigation Icon',
],
// 手机首页导航
'apphomenav' => [
// 表单
'form_item_name' => 'Name',
'form_item_name_message' => 'Name format: 2~60 characters',
'form_item_images_url' => 'Navigation Icon',
'form_item_is_need_login' => 'Whether login is required',
],
// 小程序管理
'appmini' => [
'appmini_type_error_tips' => 'Wrong applet type',
'template_id_error_tips' => 'Incorrect template id',
'view_dir_power_tips' => 'View directory does not have permission',
'theme_name_error_tips' => 'Incorrect subject name',
'system_theme_not_delete_tips' => 'System template cannot be deleted',
'current_use_theme_error_tips' => 'Cannot delete the theme in use',
'please_use_https_tips' => 'Please use https protocol',
'config_file_no_exist_tips' => 'The applet theme configuration file does not exist',
'config_error_tips' => 'The configuration information of the main applet is incorrect',
'config_empty_tips' => 'Configuration information cannot be empty',
'package_target_no_exist_tips' => 'The source code target directory does not exist',
'package_target_no_power_tips' => 'The source code target directory does not have permission',
'package_no_exist_tips' => 'The source package does not exist',
'base_config_file_no_exist_tips' => 'Package base file does not exist, please regenerate',
'base_config_replace_fail_tips' => 'Basic configuration replacement failed',
'new_config_file_update_fail_tips' => 'Failed to update the new app profile',
'liveplayer_config_fail_tips' => 'Live configuration failed',
'plugins_no_data_tips' => 'No plugins data',
],
// 手机端用户
'appminiuser' => [
'open_id_empty_tips' => 'Openid is empty',
'auth_data_empty_tips' => 'The auth data is empty',
'temp_code_empty_tips' => 'Temporary code is empty',
'auth_code_empty_tips' => 'The auth code is empty',
'decrypt_data_empty_tips' => 'Decrypted data is empty',
'decrypt_iv_empty_tips' => 'Iv is empty, please try again',
'platform_not_mobile_login_tips' => 'The platform has not yet developed one-touch login',
'mobile_empty_tips' => 'Mobile number is empty',
'auth_login_success_tips' => 'Auth login succeeded',
'default_nickname_weiixn' => 'WeChat User',
],
// 文章
'article' => [
// 表单
'form_item_title' => 'Title',
'form_item_title_message' => 'The title is 2~60 characters long',
'form_item_article_category' => 'Article Category',
'form_item_article_category_message' => 'Please select an article category',
'form_item_jump_url_title' => 'Jump url address',
'form_item_jump_url_tips' => 'With http://or https://, only valid on the web side',
'form_item_jump_url_message' => 'The jump url address format is incorrect',
'form_item_is_home_recommended_title' => 'Home page recommendation',
'form_item_content_title' => 'Content',
'form_item_content_placeholder' => 'The content format is between 10 and 105000 characters. For more editing functions, please use the computer to access',
'form_item_content_message' => 'Content format is between 10 and 105000 characters',
],
// 文章分类
'articlecategory' => [
// 表单
'form_item_name' => 'Name',
'form_item_name_message' => 'The name is 2~16 characters long',
],
// 品牌
'brand' => [
// 表单
'form_item_name' => 'Name',
'form_item_name_message' => 'The name is 2~30 characters long',
'form_item_brand_category_id' => 'Brand Category',
'form_item_brand_category_id_message' => 'Please select brand category',
'form_item_website_url' => 'Website address',
'form_item_website_url_placeholder' => 'Official website address, starting with http://or https://',
'form_item_website_url_message' => 'Incorrect format of official website address',
'form_item_describe' => 'describe',
'form_item_describe_message' => 'Description can be up to 230 characters',
'form_item_logo' => 'LOGO',
'form_item_logo_tips' => 'Recommended 150*50px',
],
// 品牌分类
'brandcategory' => [
// 表单
'form_item_name' => 'Name',
'form_item_name_message' => 'The name is 2~16 characters long',
],
],
// -------------------- 公共 --------------------
// 配置信息
'common_config' => [
'common_page_size' => [
'name' => 'Number of pages',
'desc' => 'Number of paged displays',
'tips' => 'Pagination cannot exceed 3 digits',
],
'common_deduction_inventory_rules' => [
'name' => 'Order item deduction inventory rule',
'desc' => 'It can be effective only after the inventory is deducted. By default, the order is paid successfully',
'tips' => '',
],
'common_is_deduction_inventory' => [
'name' => 'Whether to deduct inventory',
'desc' => 'It is recommended not to modify at will to avoid confusion of inventory data. Closing does not affect inventory rollback',
'tips' => '',
],
'admin_excel_charset' => [
'name' => 'Excel coding',
'desc' => 'Code selection of Excel module',
'tips' => 'Please select code',
],
'home_seo_site_title' => [
'name' => 'Site title',
'desc' => 'Browser title, generally no more than 80 characters',
'tips' => 'The site title cannot be empty',
],
'home_seo_site_keywords' => [
'name' => 'Site keywords',
'desc' => 'Generally no more than 100 characters, and multiple keywords are separated by semicircular commas [,]',
'tips' => 'Site keyword cannot be empty',
],
'home_seo_site_description' => [
'name' => 'Site description',
'desc' => 'Site description, generally no more than 200 characters',
'tips' => 'Site description cannot be empty',
],
'home_site_icp' => [
'name' => 'ICP Certificate No',
'desc' => 'For example: Shanghai ICP Bei No. XXX',
'tips' => '',
],
'home_statistics_code' => [
'name' => 'Bottom statistics code',
'desc' => 'Support HTML, which can be used to add traffic statistics code',
'tips' => '',
],
'home_site_state' => [
'name' => 'Site status',
'desc' => 'The site can be closed temporarily, and other people cannot access it, but it does not affect the administrators access to the background',
'tips' => 'Please select site status',
],
'home_site_close_reason' => [
'name' => 'Closing reason',
'desc' => 'Support HTML. When the website is closed, the reason for closing will be displayed in the foreground',
'tips' => '',
],
'common_timezone' => [
'name' => 'Default time zone',
'desc' => 'Default Asia / Shanghai [standard time + 8]',
'tips' => 'Please select the default time zone',
],
'home_footer_info' => [
'name' => 'Bottom code',
'desc' => 'Support HTML, which can be used to add traffic statistics code',
'tips' => '',
],
'home_site_name' => [
'name' => 'Site name',
'desc' => '',
'tips' => 'Site name cannot be empty',
],
'home_seo_url_model' => [
'name' => 'Link mode',
'desc' => 'Incompatible mode, please ensure that the pseudo static rules are configured',
'tips' => 'Please select url mode',
],
'home_max_limit_image' => [
'name' => 'Picture maximum limit',
'desc' => 'Unit B [Uploading pictures is also limited by the maximum upload capacity of 20M in the server space PHP configuration]',
'tips' => 'Please fill in the maximum limit for uploading pictures',
],
'home_max_limit_file' => [
'name' => 'Maximum file limit',
'desc' => 'Unit B [Uploading files is also limited by the maximum upload capacity of 20M in server space PHP configuration]',
'tips' => 'Please fill in the maximum limit of file upload',
],
'home_max_limit_video' => [
'name' => 'Video maximum limit',
'desc' => 'Unit B [Uploading video is also limited by the maximum upload capacity of 20M in server space PHP configuration]',
'tips' => 'Please fill in the maximum limit of video upload',
],
'home_seo_url_html_suffix' => [
'name' => 'Pseudo static suffix',
'desc' => 'Suffix alias after link, default [HTML]',
'tips' => 'Lowercase letters, no more than 8 characters',
],
'common_register_is_enable_audit' => [
'name' => 'User registration is enabled for review',
'desc' => 'It is closed by default. After being opened, user registration needs to be approved before login',
'tips' => 'Please select user registration to enable audit',
],
'home_site_logo_wap' => [
'name' => 'Mobile logo',
'desc' => 'Support [JPG, PNG, GIF], 220x66px recommended',
'tips' => 'Please upload the logo of the mobile website',
],
'home_site_logo' => [
'name' => 'Computer logo',
'desc' => 'Support [JPG, PNG, GIF], 220x60px recommended',
'tips' => 'Please upload the logo of the computer website',
],
'home_content_max_width' => [
'name' => 'Maximum page width',
'desc' => 'Maximum page width, unit px, 0=100%',
'tips' => 'Please fill in the page width value',
],
'home_site_logo_square' => [
'name' => 'Square logo',
'desc' => 'PNG format is recommended. 300x300px is recommended',
'tips' => 'Please upload the square logo',
],
'home_user_reg_type' => [
'name' => 'Registration method',
'desc' => 'If it is not selected, the front-end site cannot be registered. You can select [SMS, email, user name]',
'tips' => 'Please select the registration method',
],
'home_user_login_type' => [
'name' => 'Login mode',
'desc' => 'Default account password, you can select [account password, email verification code, mobile phone verification code]',
'tips' => 'Please select the login method',
],
'common_img_verify_state' => [
'name' => 'Get the verification code - turn on the picture verification code',
'desc' => 'Prevent SMS bombing',
'tips' => 'Please select whether to enable the mandatory picture verification code',
],
'common_verify_interval_time' => [
'name' => 'Get verification code interval',
'desc' => 'Prevent frequent access to verification code, generally between 30 and 120 seconds, unit: [seconds]',
'tips' => 'Please fill in the time interval for obtaining verification code',
],
'home_sms_user_reg' => [
'name' => 'User registration - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the content of user registration SMS template',
],
'common_sms_sign' => [
'name' => 'SMS signature',
'desc' => 'Signature included in sending SMS',
'tips' => '3~8 Chinese and English characters of SMS signature',
],
'common_sms_apikey' => [
'name' => 'SMS keyID',
'desc' => 'Access Key ID',
'tips' => 'Please fill in the Access Key ID',
],
'home_sms_user_forget_pwd' => [
'name' => 'Password retrieval - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the password to retrieve the content of the SMS template',
],
'common_verify_expire_time' => [
'name' => 'Valid time of verification code',
'desc' => 'Expiration time of verification code, generally about 10 minutes, unit [seconds]',
'tips' => 'Please fill in the valid time of verification code',
],
'common_email_smtp_host' => [
'name' => 'SMTP server',
'desc' => 'Set the address of the SMTP server, such as SMTP 163.com',
'tips' => 'Please fill in the SMTP server',
],
'common_email_smtp_port' => [
'name' => 'SMTP port',
'desc' => 'Set the port of the SMTP server. The default is 25',
'tips' => 'Please fill in the SMTP port number',
],
'common_email_smtp_account' => [
'name' => 'Sender email address',
'desc' => 'Sender email address, email address sent using SMTP protocol, such as shopxo@163.com',
'tips' => 'Please fill in the senders email address',
],
'common_email_smtp_name' => [
'name' => 'SMTP authentication user name',
'desc' => 'Such as shopxo@163.com',
'tips' => 'Please fill in the SMTP authentication user name',
],
'common_email_smtp_pwd' => [
'name' => 'SMTP authentication password',
'desc' => 'shopxo@163.com Password or authorization code of the mail',
'tips' => 'Please fill in the SMTP authentication password',
],
'common_email_smtp_send_name' => [
'name' => 'Sender display name',
'desc' => 'Such as ShopXO',
'tips' => '',
],
'common_sms_currency_template' => [
'name' => 'General - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the content of the general SMS template',
],
'common_sms_apisecret' => [
'name' => 'SMS keysecret',
'desc' => 'Access Key Secret',
'tips' => 'Please fill in the Access Key Secret',
],
'common_customer_store_tel' => [
'name' => 'Store phone',
'desc' => 'If it is blank, it will not be displayed',
'tips' => '',
],
'common_email_currency_template' => [
'name' => 'Generic - Mail Template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'common_default_theme' => [
'name' => 'Default template',
'desc' => 'Default foreground template',
'tips' => 'Please select the default template',
],
'common_baidu_map_ak' => [
'name' => 'Baidu map API key',
'desc' => 'AK key must be configured from Baidu map 2.0',
'tips' => 'Please fill in Baidu Map api key',
],
'home_email_user_reg' => [
'name' => 'User registration - mail template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'home_email_user_forget_pwd' => [
'name' => 'Password retrieval - mail template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'home_email_user_email_binding' => [
'name' => 'Mailbox binding - mail template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'home_static_cache_version' => [
'name' => 'CSS / JS version tag',
'desc' => 'For CSS / JS browser cache version recognition',
'tips' => '',
],
'home_sms_user_mobile_binding' => [
'name' => 'Mobile number binding - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the content of mobile phone number binding SMS template',
],
'home_search_keywords' => [
'name' => 'Search keywords',
'desc' => 'Popular keywords under the search box (enter)',
'tips' => 'Please fill in the keyword',
],
'home_search_keywords_type' => [
'name' => 'Search keyword type',
'desc' => 'The following keywords need to be configured for customization',
'tips' => 'Please select keyword type',
],
'common_order_is_booking' => [
'name' => 'Order reservation mode',
'desc' => 'After opening, the user submits the order and needs the confirmation of the administrator',
'tips' => 'Please select whether to enable the reservation mode',
],
'common_app_mini_alipay_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_alipay_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'common_app_customer_service_tel' => [
'name' => 'customer service telephone numbers',
'desc' => 'If it is blank, it will not be displayed',
'tips' => 'Please fill in the customer service telephone',
],
'common_app_mini_alipay_appid' => [
'name' => 'AppID',
'desc' => 'Applet ID',
'tips' => 'Please fill in AppID',
],
'common_app_mini_alipay_rsa_public' => [
'name' => 'Apply public key',
'desc' => '',
'tips' => 'Please fill in the application public key',
],
'common_cache_session_redis_prefix' => [
'name' => 'prefix',
'desc' => 'Default shopxo',
'tips' => 'Please fill in the prefix',
],
'common_app_mini_alipay_rsa_private' => [
'name' => 'Apply private key',
'desc' => '',
'tips' => 'Please fill in the application private key',
],
'home_index_floor_goods_order_by_type' => [
'name' => 'Home floor commodity sorting type',
'desc' => 'Default synthesis',
'tips' => 'Please select the sort type of goods on the home floor',
],
'home_navigation_main_quick_name' => [
'name' => 'Quick navigation name',
'desc' => 'Default Gallery',
'tips' => 'Please fill in the shortcut navigation name',
],
'home_index_floor_goods_order_by_rule' => [
'name' => 'Sorting rules of home floor products',
'desc' => 'Default descending order (DESC)',
'tips' => 'Please select the sorting rule of goods on the home floor',
],
'common_app_mini_weixin_default_theme' => [
'name' => 'Default theme',
'desc' => 'WeChat applet default theme',
'tips' => 'Please select the default theme of WeChat applet',
],
'common_user_onekey_bind_mobile_list' => [
'name' => 'Get an account and log in with one key',
'desc' => 'Default off',
'tips' => 'Please select to access the account and login with one button',
],
'home_is_enable_order_bulk_pay' => [
'name' => 'Enable order batch payment',
'desc' => 'Default no',
'tips' => 'Please select the enabled order batch payment',
],
'common_session_is_use_cache' => [
'name' => 'Session uses cache',
'desc' => 'Default no',
'tips' => 'Please select Session to use cache',
],
'common_data_is_use_cache' => [
'name' => 'Data usage cache',
'desc' => 'Default no',
'tips' => 'Please select data to use cache',
],
'common_app_is_enable_search' => [
'name' => 'Enable search',
'desc' => 'Default is',
'tips' => '',
],
'common_app_mini_alipay_out_rsa_public' => [
'name' => 'Alipay public key',
'desc' => '',
'tips' => 'Please fill in Alipay public key',
],
'common_cdn_public_host' => [
'name' => 'CSS / JS static file CDN domain name',
'desc' => 'CSS / JS static file',
'tips' => 'Please fill in the correct css/js static file cdn domain name',
],
'home_index_floor_goods_max_count' => [
'name' => 'Home floor commodity quantity',
'desc' => 'Default 8',
'tips' => 'Please fill in the quantity of goods on the first floor',
],
'home_index_floor_top_right_keywords' => [
'name' => 'Top keyword of right floor',
'desc' => 'Keywords under floor (enter)',
'tips' => 'Please fill in the keywords on the top right of the first floor',
],
'common_app_is_enable_answer' => [
'name' => 'Whether to enable message',
'desc' => 'Default no',
'tips' => '',
],
'common_spec_add_max_number' => [
'name' => 'Maximum quantity of product specifications that can be added',
'desc' => 'No more than 3 specifications are recommended',
'tips' => 'Please fill in the maximum number of Google',
],
'common_route_separator' => [
'name' => 'Route separator',
'desc' => 'It is recommended to fill in [-] default [-], which is only valid in pathinfo mode + short address mode',
'tips' => 'Please fill in the route separator',
],
'common_app_mini_weixin_appid' => [
'name' => 'AppID',
'desc' => 'Applet ID',
'tips' => 'Please fill in appid',
],
'common_app_mini_weixin_appsecret' => [
'name' => 'AppSecret ',
'desc' => 'Applet key',
'tips' => 'Please fill in appsecret',
],
'common_app_mini_weixin_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_weixin_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'common_user_center_notice' => [
'name' => 'User center announcement',
'desc' => 'If it is empty, the announcement will not be displayed',
'tips' => '',
],
'common_shop_notice' => [
'name' => 'Mall announcement',
'desc' => 'If it is empty, the announcement will not be displayed',
'tips' => '',
],
'common_customer_store_email' => [
'name' => 'Store mailbox',
'desc' => 'If it is blank, it will not be displayed',
'tips' => 'Incorrect format of customer service email',
],
'common_customer_store_qrcode' => [
'name' => 'Store QR code',
'desc' => 'If it is empty, it will not be displayed',
'tips' => '',
],
'common_self_extraction_address' => [
'name' => 'Self-service address',
'desc' => '',
'tips' => 'Please fill in the self-service address',
],
'common_customer_store_address' => [
'name' => 'Store address',
'desc' => 'If it is empty, it will not be displayed',
'tips' => '',
],
'common_agreement_userregister' => [
'name' => 'User registration agreement',
'desc' => 'Up to 105000 characters',
'tips' => 'The user registration agreement can have a maximum of 105000 characters',
],
'home_site_user_register_bg_images' => [
'name' => 'User registration background image',
'desc' => '',
'tips' => 'Please upload the user registration background image',
],
'home_site_user_login_ad1_images' => [
'name' => 'picture',
'desc' => 'Picture 1 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_login_ad2_images' => [
'name' => 'picture',
'desc' => 'Picture 2 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_login_ad3_images' => [
'name' => 'picture',
'desc' => 'Picture 2 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_login_ad1_url' => [
'name' => 'URL address',
'desc' => 'Address 1 [with http:// or https://]',
'tips' => '',
],
'home_site_user_login_ad2_url' => [
'name' => 'URL address',
'desc' => 'Address 2 [with http:// or https://]',
'tips' => '',
],
'home_site_user_login_ad3_url' => [
'name' => 'URL address',
'desc' => 'Address 3 [with http:// or https://]',
'tips' => '',
],
'home_site_user_login_ad1_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 1',
'tips' => '',
],
'home_site_user_login_ad2_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 2',
'tips' => '',
],
'home_site_user_login_ad3_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 3',
'tips' => '',
],
'home_user_login_img_verify_state' => [
'name' => 'Login picture verification code',
'desc' => 'Off by default, which can prevent illegal login',
'tips' => 'Please select whether to open the login image verification code',
],
'home_site_user_forgetpwd_ad1_images' => [
'name' => 'picture',
'desc' => 'Picture 1 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_forgetpwd_ad2_images' => [
'name' => 'picture',
'desc' => 'Picture 2 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_forgetpwd_ad3_images' => [
'name' => 'picture',
'desc' => 'Picture 2 [450X350 images recommended]',
'tips' => '',
],
'home_site_user_forgetpwd_ad1_url' => [
'name' => 'URL address',
'desc' => 'Address 1 [with http:// or https://]',
'tips' => '',
],
'home_site_user_forgetpwd_ad2_url' => [
'name' => 'URL address',
'desc' => 'Address 2 [with http:// or https://]',
'tips' => '',
],
'home_site_user_forgetpwd_ad3_url' => [
'name' => 'URL address',
'desc' => 'Address 3 [with http:// or https://]',
'tips' => '',
],
'home_site_user_forgetpwd_ad1_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 1',
'tips' => '',
],
'home_site_user_forgetpwd_ad2_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 2',
'tips' => '',
],
'home_site_user_forgetpwd_ad3_bg_color' => [
'name' => 'Background color',
'desc' => 'Background color 3',
'tips' => '',
],
'home_user_register_img_verify_state' => [
'name' => 'User registration picture verification code',
'desc' => 'It is off by default to prevent illegal registration',
'tips' => 'Please select whether to enable user registration picture verification code',
],
'common_images_verify_rules' => [
'name' => 'Picture verification code rules',
'desc' => 'The default is black text on a white background, which can increase the difficulty of verification code identification according to demand i',
'tips' => '',
],
'common_email_is_use_ssl' => [
'name' => 'SSL encryption',
'desc' => '',
'tips' => 'Please select whether to use SSL encryption',
],
'home_order_aftersale_return_only_money_reason' => [
'name' => 'Refund reason only',
'desc' => 'Can wrap, one line at a time',
'tips' => 'Please fill in the reason for refund only',
],
'home_order_aftersale_return_money_goods_reason' => [
'name' => 'Reason for return and refund',
'desc' => 'Can wrap, one line at a time',
'tips' => 'Please fill in the reason for return refund',
],
'home_is_enable_userregister_agreement' => [
'name' => 'User registration agreement',
'desc' => 'It is closed by default. After it is enabled, user registration can only be registered after agreeing to the agreement',
'tips' => 'Please select whether to enable user registration agreement',
],
'home_order_aftersale_return_goods_address' => [
'name' => 'Return address',
'desc' => 'Receiving address of goods returned by users',
'tips' => 'Please fill in the return address',
],
'common_app_is_use_mobile_detail' => [
'name' => 'Details of using independent mobile phone',
'desc' => 'Use web details by default',
'tips' => 'Please select the details of using independent mobile phone',
],
'common_user_is_mandatory_bind_mobile' => [
'name' => 'Force phone binding',
'desc' => 'Default no',
'tips' => 'Please select whether to bind the phone forcibly',
],
'common_app_is_header_nav_fixed' => [
'name' => 'Fixed top navigation',
'desc' => 'By default, search must be enabled',
'tips' => 'Please select whether to fix the top navigation',
],
'common_app_is_online_service' => [
'name' => 'Open online customer service',
'desc' => 'Default no',
'tips' => 'Please select whether to open online customer service',
],
'home_index_floor_left_goods_category_max_count' => [
'name' => 'Number of secondary commodity categories on the left side of the first floor',
'desc' => 'Default 6',
'tips' => 'Please fill in the secondary commodity classification quantity on the left side of the first floor',
],
'home_order_aftersale_return_launch_day' => [
'name' => 'After sales time limit can be initiated after order completion',
'desc' => 'Unit day, 0 means the after-sales service is closed, and 30 days are recommended',
'tips' => 'Please fill in the time limit for launching after-sales service after the order is completed',
],
'common_goods_give_integral_limit_time' => [
'name' => 'Credit duration of goods',
'desc' => 'Unit minute, 21600 minutes/15 days by default',
'tips' => 'Please fill in the time length of product gift points',
],
'common_app_mini_baidu_appid' => [
'name' => 'AppID',
'desc' => 'Smart applet ID',
'tips' => 'Please fill in AppID',
],
'common_app_mini_baidu_appkey' => [
'name' => 'AppKey',
'desc' => 'Smart applet KEY',
'tips' => 'Please fill in the AppKey',
],
'common_app_mini_baidu_appsecret' => [
'name' => 'AppSecret',
'desc' => 'Smart applet key',
'tips' => 'Please fill in AppSecret',
],
'common_app_mini_baidu_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_baidu_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'common_is_login_answer' => [
'name' => 'Message needs to be logged in',
'desc' => 'Default no',
'tips' => 'Please select whether to log in for message',
],
'common_order_close_limit_time' => [
'name' => 'Order closing script duration',
'desc' => 'Unit minute, 30 minutes by default',
'tips' => 'Please fill in the order closing script duration',
],
'common_order_success_limit_time' => [
'name' => 'Time length of order automatic receipt script',
'desc' => 'Unit minute, 21600 minutes/15 days by default',
'tips' => 'Please fill in the time length of order automatic receipt script',
],
'common_app_mini_toutiao_appid' => [
'name' => 'AppID',
'desc' => 'Applet ID',
'tips' => 'Please fill in AppID',
],
'common_app_mini_toutiao_appsecret' => [
'name' => 'AppSecret',
'desc' => 'Applet Secret',
'tips' => 'Please fill in AppSecret',
],
'common_app_mini_toutiao_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_toutiao_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'home_site_security_record_name' => [
'name' => 'Public security record No',
'desc' => 'For example: Jinggong Anbei No. XXX',
'tips' => 'Please fill in the public security record number',
],
'home_site_security_record_url' => [
'name' => 'Public Security Filing address',
'desc' => 'URL address of filing display page',
'tips' => 'Please fill in the public security record address',
],
'common_app_mini_qq_appid' => [
'name' => 'AppID',
'desc' => 'Applet ID',
'tips' => 'Please fill in AppID',
],
'common_app_mini_qq_appsecret' => [
'name' => 'AppSecret',
'desc' => 'Applet Secret',
'tips' => 'Please fill in AppSecret',
],
'common_app_mini_qq_apptoken' => [
'name' => 'AppToken',
'desc' => 'Applet Token',
'tips' => 'Please fill in AppToken',
],
'common_app_mini_qq_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_qq_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'common_app_is_head_vice_nav' => [
'name' => 'Enable small navigation of user center head',
'desc' => 'Default is',
'tips' => 'Please select whether to enable small navigation of user center head',
],
'common_site_type' => [
'name' => 'Site type',
'desc' => 'Default Express',
'tips' => 'Please select the site type',
],
'common_is_exhibition_mode_btn_text' => [
'name' => 'Display type operation name',
'desc' => 'Default immediate consultation',
'tips' => 'Please fill in the name of display type operation',
],
'common_site_fictitious_return_title' => [
'name' => 'Virtual information title',
'desc' => 'Default key information',
'tips' => 'Please fill in the title of virtual information',
],
'common_site_fictitious_return_tips' => [
'name' => 'Prompt information',
'desc' => '',
'tips' => 'Please fill in the prompt information',
],
'common_app_mini_alipay_tnt_inst_id' => [
'name' => 'Online customer service - enterprise code',
'desc' => 'If it is empty, online customer service will not be displayed',
'tips' => 'Please fill in online customer service - enterprise code',
],
'common_app_mini_alipay_scene' => [
'name' => 'Online customer service - chat window code',
'desc' => 'If it is empty, online customer service will not be displayed',
'tips' => 'Please fill in the online customer service - chat window code',
],
'common_is_goods_detail_show_photo' => [
'name' => 'Product detail page display album',
'desc' => 'Default no',
'tips' => 'Please select whether to display the album on the product details page',
],
'common_is_mobile_concise_model' => [
'name' => 'Mobile phone simple mode',
'desc' => 'Default no',
'tips' => 'Please select whether the phone is in compact mode',
],
'common_app_weixin_liveplayer' => [
'name' => 'Enable live broadcast',
'desc' => 'No by default, you need to regenerate the applet package (if enabled, you need to apply for permission in the background of WeChat applet)',
'tips' => 'Please select whether to enable live broadcast',
],
'common_app_weixin_liveplayer_ver' => [
'name' => 'Live component version number',
'desc' => '',
'tips' => 'Please fill in the version number of the live broadcast component',
],
'admin_login_info_bg_images_rand' => [
'name' => 'Random background image of background login page',
'desc' => 'Enabled by default',
'tips' => 'Please select the random background map of background login page',
],
'common_pay_log_order_close_limit_time' => [
'name' => 'Payment log order closing script duration',
'desc' => 'Unit minute, 30 minutes by default',
'tips' => 'Please fill in the payment log order closing script duration',
],
'common_show_goods_category_level' => [
'name' => 'Classification display level',
'desc' => 'Default level 0',
'tips' => 'Please fill in the classification display level',
],
'common_cdn_attachment_host' => [
'name' => 'Attachment CDN domain name',
'desc' => 'Pictures / videos / files',
'tips' => 'Please fill in the correct attachment cdn domain name',
],
'common_cache_data_redis_host' => [
'name' => 'Connection address',
'desc' => 'Default 127.0.0.1',
'tips' => 'Please fill in the connection address',
],
'common_cache_data_redis_port' => [
'name' => 'Port number',
'desc' => 'Default 6379',
'tips' => 'Please fill in the port number',
],
'common_cache_data_redis_password' => [
'name' => 'password',
'desc' => 'Default no password',
'tips' => 'Please fill in the password',
],
'common_cache_data_redis_expire' => [
'name' => 'Effective time:',
'desc' => 'Default 0 means permanent',
'tips' => 'Please fill in the valid time',
],
'common_cache_data_redis_prefix' => [
'name' => 'prefix',
'desc' => 'Default shopxo',
'tips' => 'Please fill in the prefix',
],
'common_app_mini_alipay_default_theme' => [
'name' => 'Default theme',
'desc' => 'Default theme of Alipay applet',
'tips' => 'Please select the default theme of Alipay applet',
],
'common_app_mini_baidu_default_theme' => [
'name' => 'Default theme',
'desc' => 'Baidu applet default theme',
'tips' => 'Please select the default theme of Baidu applet',
],
'common_app_mini_toutiao_default_theme' => [
'name' => 'Default theme',
'desc' => 'Headline applet default theme',
'tips' => 'Please select the default theme of the headline applet',
],
'common_app_mini_qq_default_theme' => [
'name' => 'Default theme',
'desc' => 'QQ applet default theme',
'tips' => 'Please select the default theme of QQ applet',
],
'home_index_floor_data_type' => [
'name' => 'Home floor data mode type',
'desc' => 'Default automatic mode',
'tips' => 'Please select the home floor data mode type',
],
'home_index_floor_manual_mode_goods' => [
'name' => 'Home floor commodity configuration',
'desc' => 'Custom add item',
'tips' => 'Please select the commodity configuration of the first floor',
],
'home_index_floor_left_top_category' => [
'name' => 'Second level commodity classification on the left side of the home floor',
'desc' => 'Classification under floor (drop-down multiple selection)',
'tips' => 'Please fill in the second level commodity classification on the left side of the home floor',
],
'home_navigation_main_quick_status' => [
'name' => 'Quick navigation status',
'desc' => 'Default off',
'tips' => 'Please select the shortcut navigation status',
],
'home_user_address_map_status' => [
'name' => 'User address map',
'desc' => 'Default off',
'tips' => 'Please select user address map',
],
'home_user_address_idcard_status' => [
'name' => 'User address ID card',
'desc' => 'Default off',
'tips' => 'Please select user address ID card',
],
'home_index_banner_left_status' => [
'name' => 'Commodity classification on the left of home page rotation',
'desc' => 'Default on',
'tips' => 'Please select the commodity classification on the left side of the homepage rotation',
],
'home_index_banner_right_status' => [
'name' => 'Home page rotation right aggregate content',
'desc' => 'Default on',
'tips' => 'Please select the aggregate content on the right side of the home page',
],
'home_search_limit_number' => [
'name' => 'Number of search display data',
'desc' => 'Default 20',
'tips' => 'Please fill in the number of search display data',
],
'home_index_friendship_link_status' => [
'name' => 'Friendly link status in mobile mode',
'desc' => 'Default off',
'tips' => 'Please select the status of friendship link in mobile mode',
],
'common_is_pay_price_must_max_equal' => [
'name' => 'The order payment status change payment amount must be greater than or equal to',
'desc' => 'Default on',
'tips' => 'Please select the order payment status change payment amount must be greater than or equal to',
],
'home_search_is_spec' => [
'name' => 'Search page opening specification',
'desc' => 'Default on',
'tips' => 'Please select the search page opening specification',
],
'home_search_is_params' => [
'name' => 'Search page opening parameters',
'desc' => 'Default on',
'tips' => 'Please select search page opening parameters',
],
'home_search_is_price' => [
'name' => 'Search page opening price',
'desc' => 'Default on',
'tips' => 'Please select the search page to start the price',
],
'home_header_top_is_home' => [
'name' => 'Top small navigation non-home page entry',
'desc' => 'Default on',
'tips' => 'Please select the top small navigation non-home page entry',
],
'home_search_is_brand' => [
'name' => 'Search page opens brand',
'desc' => 'Default on',
'tips' => 'Please select the search page to open the brand',
],
'home_search_is_category' => [
'name' => 'Search page open classification',
'desc' => 'Default on',
'tips' => 'Please select the search page to open the classification',
],
'admin_login_type' => [
'name' => 'Login mode',
'desc' => 'Default account password, you can select [account password, email verification code, mobile phone verification code]',
'tips' => 'Please select at least one login method',
],
'admin_login_img_verify_state' => [
'name' => 'Login picture verification code',
'desc' => 'Off by default, which can prevent illegal login',
'tips' => 'Please select whether to open the login image verification code',
],
'admin_sms_login_template' => [
'name' => 'Background login - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the background login SMS template content',
],
'admin_email_login_template' => [
'name' => 'Background login - mail template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'home_sms_login_template' => [
'name' => 'User login - SMS template ID',
'desc' => 'Verification code',
'tips' => 'Please fill in the user login SMS template content',
],
'home_email_login_template' => [
'name' => 'User login - mail template',
'desc' => 'Verification code variable identifier [# code #]',
'tips' => '',
],
'home_extraction_address_position' => [
'name' => 'Self-selected geographical location',
'desc' => 'Default off',
'tips' => 'Please select Self-delivery and geographical location',
],
'home_search_is_keywords_where_and' => [
'name' => 'Search for multiple keywords and relationships',
'desc' => 'Default No, or Relationship',
'tips' => 'Please select to search multiple keywords and relationships',
],
'common_is_https_connect_store' => [
'name' => 'Connect to the store using HTTPS',
'desc' => 'Default http',
'tips' => 'Please select https for the connection store',
],
'is_close_goods_discount_overlap' => [
'name' => 'Close the product discount overlap',
'desc' => 'Default no',
'tips' => 'Please select to close the product discount overlap',
],
'home_theme_footer_bottom_powered' => [
'name' => 'Copyright information at the bottom of the web',
'desc' => '',
'tips' => 'Please fill in the copyright information at the bottom of the web',
],
'common_store_accounts' => [
'name' => 'App store account',
'desc' => '',
'tips' => 'Please fill in the store account',
],
'admin_theme_site_name' => [
'name' => 'Back-end site name',
'desc' => '',
'tips' => 'Please fill in the back-end site name',
],
'home_search_params_type' => [
'name' => 'Search parameter type',
'desc' => 'Default basis',
'tips' => 'Please select search parameter type',
],
'common_store_password' => [
'name' => 'Store password',
'desc' => '',
'tips' => 'Please fill in the store password',
],
'home_search_is_keywords_seo_fields' => [
'name' => 'Search keywords contain SEO fields',
'desc' => 'Default no',
'tips' => 'Please select the search keyword to include SEO field',
],
'common_agreement_userprivacy' => [
'name' => 'User privacy policy',
'desc' => 'Up to 105000 characters',
'tips' => 'User privacy policy can be 105000 characters at most',
],
'admin_notice' => [
'name' => 'Background management announcement',
'desc' => 'If it is blank, it is not displayed and only visible to background managers',
'tips' => 'Please fill in the background management announcement',
],
'home_order_aftersale_is_use_warehouse_address' => [
'name' => 'Use warehouse address for return address',
'desc' => 'No by default, according to the warehouse of the order',
'tips' => 'Please select whether the return address uses the warehouse address',
],
'common_goods_sales_count_inc_rules' => [
'name' => 'Rules for increasing sales volume of order goods',
'desc' => 'Default order receipt. Do not switch this configuration at will, which will cause inconsistent sales volume',
'tips' => 'Please select the order item sales increase rule',
],
'common_is_show_goods_comments' => [
'name' => 'Show product evaluation',
'desc' => 'Default is',
'tips' => 'Please select whether to display product evaluation',
],
'common_app_h5_url' => [
'name' => 'Mobile terminal h5 address',
'desc' => 'The uniapp end address ends with (#/), such as: https://h5.shopxo.vip/#/',
'tips' => 'Please fill in the mobile terminal h5 address',
],
'common_is_under_line_order_normal' => [
'name' => 'Offline payment is normal',
'desc' => 'No by default, the offline payment submission enters the normal order status process, and the subsequent administrator can confirm the operation collection in the background',
'tips' => 'Please select offline payment to proceed normally',
],
'home_site_telecom_license' => [
'name' => 'Value added telecom business license',
'desc' => 'For example: Hu B2 XXX',
'tips' => '',
],
'home_site_web_home_state' => [
'name' => 'Web homepage access',
'desc' => 'It is enabled by default, only for the home page of the web, and other pages are not affected',
'tips' => '',
],
'home_site_company_license' => [
'name' => 'Lighting of electronic business license',
'desc' => 'License page display address and application address: https://zzlz.gsxt.gov.cn/businessShow',
'tips' => '',
],
'home_site_web_pc_state' => [
'name' => 'Web PC access',
'desc' => 'Enabled by default, only for web PC',
'tips' => '',
],
'common_tianditu_map_ak' => [
'name' => 'Skymap api secret key',
'desc' => 'Application Key of Sky Map',
'tips' => 'Please fill in the Skymap api secret key',
],
'common_domain_host' => [
'name' => 'Primary domain name',
'desc' => 'Site address',
'tips' => 'Please fill in the correct primary domain name',
],
'common_user_address_platform_import_list' => [
'name' => 'One-click import of account address',
'desc' => 'Default off',
'tips' => 'Please select to get the account address and click to import',
],
'common_app_mini_kuaishou_appid' => [
'name' => 'AppID',
'desc' => 'Applet ID',
'tips' => 'Please fill in AppID',
],
'common_app_mini_kuaishou_appsecret' => [
'name' => 'AppSecret',
'desc' => 'Applet Secret',
'tips' => 'Please fill in AppSecret',
],
'common_app_mini_kuaishou_title' => [
'name' => 'name',
'desc' => '',
'tips' => 'Please fill in the name',
],
'common_app_mini_kuaishou_describe' => [
'name' => 'describe',
'desc' => '',
'tips' => 'Please fill in the description',
],
'common_data_encryption_secret' => [
'name' => 'Data encryption key',
'desc' => 'The default installation system has been automatically generated and can be modified',
'tips' => 'Please fill in the data encryption key',
],
'common_cookie_domain' => [
'name' => 'Cookie valid domain name',
'desc' => 'If it is empty by default, the currently accessed domain name is valid',
'tips' => 'Please fill in the valid domain name of the cookie',
],
'common_excel_export_type' => [
'name' => 'Excel export type',
'desc' => 'Default CSV',
'tips' => 'Please select Excel export type',
],
'common_map_type' => [
'name' => 'Map type',
'desc' => 'Default Baidu map',
'tips' => 'Please select a map type',
],
'common_amap_map_ak' => [
'name' => 'Gaode map api secret key',
'desc' => 'Application Key and Security Secret Key of Gaud Map',
'tips' => 'Please fill in the api secret key of Gaode Map',
],
'common_tencent_map_ak' => [
'name' => 'Tencent map api secret key',
'desc' => 'Application Key of Tencent Map',
'tips' => 'Please fill in Tencent map api secret key',
],
'common_amap_map_safety_ak' => [
'name' => 'Security key of Gaud Map',
'desc' => 'Application security key of Gaode map',
'tips' => 'Please fill in the security key of Gaode map',
],
'common_default_payment' => [
'name' => 'Default payment method',
'desc' => 'Corresponding platform settings',
'tips' => 'Please select the default payment method',
],
'common_fictitious_order_direct_pay' => [
'name' => 'Direct submission and payment of virtual order',
'desc' => 'No by default, the virtual order automatically creates an order and directly enters the order list to initiate payment, and the order confirmation phase is omitted (please set the default payment method first)',
'tips' => 'Please select whether the virtual order is directly submitted for payment',
],
'home_search_history_record' => [
'name' => 'Turn on search record',
'desc' => 'Default no',
'tips' => 'Please select to open search record',
],
'common_agreement_userlogout' => [
'name' => 'Account cancellation agreement',
'desc' => 'Up to 105000 characters',
'tips' => 'Account cancellation agreement can be 105000 characters at most',
],
'home_main_header_status' => [
'name' => 'Main navigation',
'desc' => 'Default on',
'tips' => 'Please select the main navigation status',
],
'home_main_top_header_status' => [
'name' => 'Top small navigation',
'desc' => 'Default on',
'tips' => 'Please select the top small navigation status',
],
'home_main_logo_search_status' => [
'name' => 'Logo and search bar',
'desc' => 'Default on',
'tips' => 'Please select logo and search bar status',
],
'home_main_breadcrumb_header_status' => [
'name' => 'Breadcrumb navigation',
'desc' => 'Default on',
'tips' => 'Please select breadcrumb navigation status',
],
'home_main_footer_content_status' => [
'name' => 'Bottom Footer Content',
'desc' => 'Default on',
'tips' => 'Please select the bottom footer content status',
],
],
];
?>