27 lines
2.2 KiB
PHP
27 lines
2.2 KiB
PHP
<?php
|
||
return [
|
||
'Login expired, please login again.' => 'Login expired, please login again.',
|
||
'Account not exist' => 'Account does not exist',
|
||
'Account disabled' => 'Account is disabled',
|
||
'Token login failed' => 'Token login failed',
|
||
'Please try again after 1 day' => 'The number of failed login attempts has exceeded the limit, please try again after 24 hours.',
|
||
'Password is incorrect' => 'Incorrect password',
|
||
'You are not logged in' => 'You are not logged in.',
|
||
'Unknown operation' => 'Unknown operation',
|
||
'No action available, please contact the administrator~' => 'There is no action available, please contact the administrator~',
|
||
'Please login first' => 'Please login first!',
|
||
'You have no permission' => 'No permission to operate!',
|
||
'Captcha error' => 'Captcha error!',
|
||
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
|
||
'Invalid timestamp' => 'Invalid timestamp',
|
||
'Timestamp expired' => 'Timestamp expired',
|
||
'Invalid agent or secret' => 'Invalid agent or secret',
|
||
'Invalid signature' => 'Invalid signature',
|
||
'Agent not found' => 'Agent not found',
|
||
// Member center account
|
||
'Data updated successfully~' => 'Data updated successfully~',
|
||
'Password has been changed~' => 'Password has been changed~',
|
||
'Password has been changed, please login again~' => 'Password has been changed, please login again~',
|
||
'already exists' => 'already exists',
|
||
'nicknameChsDash' => 'Usernames can only be Chinese characters, letters, numbers, underscores_ and dashes-.',
|
||
]; |