89 lines
3.8 KiB
PHP
89 lines
3.8 KiB
PHP
<?php
|
|||
|
|
|
||
|
|
return [
|
||
|
|
'Login Title' => 'Account Password Login',
|
||
|
|
'Vcode Login' => 'SMS verification code Login',
|
||
|
|
'Register Title'=>'Register %web_name% Account',
|
||
|
|
'Qrcode Login'=>'Please use WeChat "Scan Code" to log in',
|
||
|
|
'toolbar Lock'=>'Lock',
|
||
|
|
'toolbar Search'=>'Search',
|
||
|
|
'toolbar Notification'=>'Notification',
|
||
|
|
'toolbar FullScreen'=>'FullScreen',
|
||
|
|
'Logout Success'=>'Logout Success',
|
||
|
|
'Captcha Incorrect'=>'Captcha Incorrect',
|
||
|
|
'Scene Cannot Be Empty'=>'Scene Cannot Be Empty',
|
||
|
|
'Vcode Send Success'=>'Vcode Send Success',
|
||
|
|
'Unlock Success'=>'Unlock Success',
|
||
|
|
'userDropdownMenu updateSelf'=>'User Center',
|
||
|
|
'Login Link Text'=>'Already have an account? Login now',
|
||
|
|
'Register Link Text'=>'No account yet? Click to register for free',
|
||
|
|
'Login User Agreement Title'=>'《Login Agreement》',
|
||
|
|
'Login User Agreement Label'=>'Click "Login" to represent that you have read and agree to',
|
||
|
|
'Register User Agreement Title'=>'《Register Agreement》',
|
||
|
|
'Register User Agreement Label'=>'Click "Register" to represent that you have read and agree to',
|
||
|
|
'Control Not Open'=>'Control Not Open',
|
||
|
|
'Dashboard' => 'Dashboard',
|
||
|
|
'Console' => 'Console',
|
||
|
|
'User' => 'User',
|
||
|
|
'User List' => 'User List',
|
||
|
|
'Create User' => 'Create User',
|
||
|
|
'Edit User' => 'Edit User',
|
||
|
|
'Update Status' => 'Update Status',
|
||
|
|
'Functional' => 'Functional',
|
||
|
|
'Administrator' => 'Administrator',
|
||
|
|
'Staff List' => 'Staff List',
|
||
|
|
'Create Administrator' => 'Create Administrator',
|
||
|
|
'Edit Administrator' => 'Edit Administrator',
|
||
|
|
'Delete Administrator' => 'Delete Administrator',
|
||
|
|
'Move Role' => 'Move Role',
|
||
|
|
'Role Management' => 'Role Management',
|
||
|
|
'Role List' => 'Role List',
|
||
|
|
'Create Role' => 'Create Role',
|
||
|
|
'Edit Role' => 'Edit Role',
|
||
|
|
'Delete Role' => 'Delete Role',
|
||
|
|
'Systems' => 'Systems',
|
||
|
|
'Basic Settings' => 'Basic Settings',
|
||
|
|
'Control Settings' => 'Control Settings',
|
||
|
|
'Upload Settings' => 'Upload Settings',
|
||
|
|
'SMS Settings' => 'SMS Settings',
|
||
|
|
'Payment Management' => 'Payment Management',
|
||
|
|
'Payment Settings' => 'Payment Settings',
|
||
|
|
'Payment Template' => 'Payment Template',
|
||
|
|
'Create Payment Template' => 'Create Payment Template',
|
||
|
|
'Edit Payment Template' => 'Edit Payment Template',
|
||
|
|
'Delete Payment Template' => 'Delete Payment Template',
|
||
|
|
'Platform Management' => 'Platform Management',
|
||
|
|
'WeChat Mini Program' => 'WeChat Mini Program',
|
||
|
|
'WeChat Official Account' => 'WeChat Official Account',
|
||
|
|
'Alipay Mini Program' => 'Alipay Mini Program',
|
||
|
|
'WeChat Open Platform' => 'WeChat Open Platform',
|
||
|
|
'App Platform' => 'App Platform',
|
||
|
|
'H5 Platform' => 'H5 Platform',
|
||
|
|
'PC Platform' => 'PC Platform',
|
||
|
|
'Public Permissions' => 'Public Permissions',
|
||
|
|
'Edit Profile' => 'Edit Profile',
|
||
|
|
'Get Profile' => 'Get Profile',
|
||
|
|
'Logout' => 'Logout',
|
||
|
|
'Get Upload Categories' => 'Get Upload Categories',
|
||
|
|
'Edit Upload Category' => 'Edit Upload Category',
|
||
|
|
'Delete Upload Category' => 'Delete Upload Category',
|
||
|
|
'Upload File' => 'Upload File',
|
||
|
|
'Delete Upload File' => 'Delete Upload File',
|
||
|
|
'Edit Upload File' => 'Edit Upload File',
|
||
|
|
'Get Upload File List' => 'Get Upload File List',
|
||
|
|
'Login Title'=>'Admin Login',
|
||
|
|
'toolbar Lock'=>'Lock',
|
||
|
|
'toolbar Search'=>'Search',
|
||
|
|
'toolbar Notification'=>'Notification',
|
||
|
|
'toolbar FullScreen'=>'FullScreen',
|
||
|
|
'toolbar House'=>'Home',
|
||
|
|
'toolbar Control'=>'Control',
|
||
|
|
'userDropdownMenu updateSelf'=>'Admin Info',
|
||
|
|
'Logout Success'=>'Logout Success',
|
||
|
|
'PIN Code Cannot Be Empty'=>'PIN Code Cannot Be Empty',
|
||
|
|
'Please Enter 6 Digits PIN Code'=>'Please Enter 6 Digits PIN Code',
|
||
|
|
'Lock Success'=>'Lock Success',
|
||
|
|
'Unlock Success'=>'Unlock Success',
|
||
|
|
'form_basic_title'=>'Basic',
|
||
|
|
'Settings_basic_web_name'=>'Apps Name'
|
||
|
|
];
|