47 lines
4.1 KiB
PHP
47 lines
4.1 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!',
|
||
'ok' => 'ok',
|
||
'Missing parameters' => 'Missing parameters',
|
||
'Invalid parameter format' => 'Invalid parameter format',
|
||
'Invalid parameter value' => 'Invalid parameter value',
|
||
'Missing auth-token' => 'Missing auth-token',
|
||
'auth-token is invalid or expired' => 'auth-token is invalid or expired',
|
||
'Invalid secret' => 'Invalid secret',
|
||
'Invalid signature' => 'Invalid signature',
|
||
'Invalid timestamp' => 'Invalid timestamp',
|
||
'Invite code does not exist' => 'Invite code does not exist',
|
||
'Register only supports phone' => 'Register only supports phone',
|
||
'Invite code required' => 'Invite code is required',
|
||
'Invite code not bound to channel' => 'This invite code is not bound to a valid channel',
|
||
'Account already registered' => 'This phone number is already registered. Please sign in.',
|
||
'Please enter the correct mobile number' => 'Please enter the correct mobile number',
|
||
'Registered successfully but login failed' => 'Registered successfully but login failed',
|
||
'Incorrect account or password' => 'Incorrect account or password',
|
||
'Login status has expired' => 'Login status has expired',
|
||
'Game period does not exist' => 'Game period does not exist',
|
||
'Betting is closed' => 'Betting is closed',
|
||
'Insufficient balance' => 'Insufficient balance',
|
||
'Duplicate request' => 'Duplicate request',
|
||
'System is busy, please try again later' => 'System is busy, please try again later',
|
||
'Current process does not allow this operation' => 'Current process does not allow this operation',
|
||
'Order does not exist' => 'Order does not exist',
|
||
'Notice does not exist' => 'Notice does not exist',
|
||
// 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-.',
|
||
]; |