55 lines
4.9 KiB
PHP
55 lines
4.9 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',
|
||
'Parameter signature/secret/agent_id/time can not be empty' => 'Parameter signature/secret/agent_id/time 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',
|
||
'Temp login is disabled' => 'Temp login is disabled',
|
||
'Failed to create temp account' => 'Failed to allocate a unique phone number, please retry later',
|
||
'Parameter username can not be empty' => 'Parameter username can not be empty',
|
||
// 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-.',
|
||
// PlayX API v1 /api/v1/*
|
||
'Invalid token' => 'Invalid or expired token',
|
||
'PlayX API not configured' => 'PlayX API is not configured',
|
||
'Duplicate input' => 'Duplicate submission',
|
||
'Ok' => 'OK',
|
||
'Failed to map playx user to mall user' => 'Failed to map PlayX user to mall user',
|
||
'Missing required fields: request_id, date, user_id' => 'Missing required fields: request_id, date, user_id',
|
||
'Missing required fields: report_date, member' => 'Missing required fields: report_date, member',
|
||
'Missing required fields: member_id' => 'Missing required fields: member_id',
|
||
'Daily push signature missing or incomplete' => 'Daily push signature missing or incomplete',
|
||
'Daily push signature verification failed' => 'Daily push signature verification failed',
|
||
'Failed to ensure PlayX user asset' => 'Failed to ensure PlayX user asset',
|
||
'claim_request_id and user_id/session_id required' => 'claim_request_id and user_id/session_id/token are required',
|
||
'User asset not found' => 'User asset not found',
|
||
'No points to claim or limit reached' => 'No points to claim or daily limit reached',
|
||
'Claim success' => 'Claim successful',
|
||
'item_id and user_id/session_id required' => 'item_id and user_id/session_id/token are required',
|
||
'Item not found or not available' => 'Item not found or not available',
|
||
'Insufficient points' => 'Insufficient points',
|
||
'Redeem submitted, please wait about 10 minutes' => 'Redeem submitted, please wait about 10 minutes',
|
||
'Missing required fields' => 'Missing required fields',
|
||
'Out of stock' => 'Out of stock',
|
||
'Redeem success' => 'Redeem successful',
|
||
'Withdraw submitted, please wait about 10 minutes' => 'Withdrawal submitted, please wait about 10 minutes',
|
||
]; |