You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.1 KiB
48 lines
2.1 KiB
3 years ago
|
<?php
|
||
|
// ==================================================================
|
||
|
// 英文文语言
|
||
|
// ==================================================================
|
||
|
|
||
|
return [
|
||
|
|
||
|
'administrator' => 'administrator',
|
||
|
|
||
|
// 验证
|
||
|
'password error' => 'Account does not exist or password is wrong',
|
||
|
'password error max' => 'Too many password errors today, please come back tomorrow!',
|
||
|
'account disable' => 'The account has been frozen, please contact the relevant management personnel to unfreeze!',
|
||
|
'login fail' => 'Login failed',
|
||
|
'maintain' => 'Unable to log in temporarily during system maintenance',
|
||
|
'password' => 'password',
|
||
|
'captcha error' => 'Verification code error',
|
||
|
'account require' => 'Please fill in the account',
|
||
|
'password require' => 'Please fill in the password',
|
||
|
'account length' => 'The account number is illegal, the length should be 4-16 bits',
|
||
|
'password length' => 'The password is illegal, the length should be 6-16 bits',
|
||
|
'password_old require' => 'Please fill in the old password',
|
||
|
'password_old length' => 'The old password is illegal, the length should be 6-16 bits',
|
||
|
'administrators status' => 'Please confirm the administrator status',
|
||
|
'administrators role_id' => 'Please select an administrator role',
|
||
|
'administrators id' => 'Please select an administrator',
|
||
|
'password Unanimous' => 'The new password is the same as the old password and cannot be changed',
|
||
|
'old password error' => 'Old password is wrong',
|
||
|
'captcha' => 'Verification code',
|
||
|
'account' => 'Account',
|
||
|
'account exist' => 'account already exists',
|
||
|
'failed to assign role' => 'failed to assign role',
|
||
|
|
||
|
'name' => 'name',
|
||
|
'password confirm' => 'password confirm',
|
||
|
'role' => 'role',
|
||
|
'status' => 'status',
|
||
|
'avatar' => 'avatar',
|
||
|
'login account' => 'loginAccount',
|
||
|
'6-16 digit password' => '6-16 digit password',
|
||
|
'add admin' => 'Are you sure you want to add an administrator',
|
||
|
'edit admin' => 'Confirm change administrator',
|
||
|
'Recently logged in' => 'Recently logged in',
|
||
|
'old password' => 'old password',
|
||
|
'new password' => 'new password',
|
||
|
|
||
|
];
|