| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?php
- return [
- 'verify' => [
- 'send_error' => 'Failed to get verification code',
- 'phone_length_invalid' => 'Sorry, mobile numbers with this number of digits are not supported',
- 'phone_already_bound' => 'The phone number has already been bound',
- 'account_not_exist' => 'Failed to send code, account does not exist',
- 'too_many_ip_requests' => 'You have sent too many messages from this IP, sending is blocked',
- 'too_many_phone_requests' => 'You have sent too many messages from this phone number, sending is blocked',
- 'too_frequent_requests' => 'You are sending too fast, please try again later',
- 'sms_too_many' => 'You have sent too many text messages and are blocked from sending',
- 'no_wrong_later' => 'Your number is incorrect or temporarily unavailable, please try again later',
- ],
- 'withdraw' => [
- 'try_again_later' => 'Please try again later',
- 'cpf_number_used' => 'The CPF number has been used several times and cannot be saved',
- 'pix_failed' => 'The PIX operation failed',
- 'score_fail' => 'Amount must be an integer value',
- 'no_withdraw_value' => 'The withdrawable amount is not enough,you need play more games',
- 'too_low' => 'Lower than the minimum withdrawal amount',
- 'too_high' => 'Higher than the maximum withdrawal amount',
- 'day_max' => 'Exceeded the daily withdrawal limit',
- 'no_enouth_score' => 'Not enough money on hand',
- 'in_game' => 'Sorry, You\'re in game for now',
- 'no_deposit' => 'You need deposit first!',
- 'params_error' => 'Parameters error',
- 'pix_type_missing' => 'The PIX type is missing',
- ],
- 'error' => [
- 'user_not_exist' => 'Wrong UserID!',
- 'Locale_not_found' => 'Locale is not support!',
- 'user_already_bind' => 'User already bind!',
- 'country_not_found' => 'Cannot find the country!',
- ],
- 'agent' => [
- 'fail_wrong_id' => 'Incorrect records ID',
- 'fail_wrong_status' => 'Already received',
- ],
- 'payment' => [
- 'paytype_error' => 'PayType ERROR',
- 'valid_failed' => 'Payment validation failed',
- 'activity_closed' => 'Activity is closed',
- 'invalid_params' => 'Invalid parameters',
- ],
- 'user' => [
- 'phone_fail' => 'Not correct phone number',
- 'paypass_fail' => 'The original password is wrong, please enter it again',
- 'email_fail' => 'Wrong email format',
- ],
- 'bank' => [
- 'account_empty' => 'The bank account cannot be empty',
- 'account_invalid_length' => 'The bank number must have 16 or 18 digits',
- 'clabe_invalid_length' => 'The Clabe number must have 18 digits',
- 'username_empty' => 'The name cannot be empty',
- 'branch_empty' => 'The branch code cannot be empty',
- 'try_again_later' => 'Please try again later',
- 'missing_userid' => 'Params error',
- 'pix_type_missing' => 'The PIX type is missing',
- 'cpf_used_multiple_times' => 'The CPF number has been used multiple times and cannot be saved',
- ],
- 'protect' => [
- 'score_limit' => 'Score limit reached',
- 'times_limit' => 'Protect times limit reached',
- ],
- 'checkin' => [
- 'user_signin_error' => 'Failed to get user sign-in information',
- 'user_already_signed_in' => 'You have already signed in today',
- 'signin_event_ended' => 'The sign-in activity has ended',
- 'signin_data_error' => 'Failed to read sign-in data',
- 'recharge_required' => 'Recharge is required to sign in',
- 'unknown_error' => 'Unknown error',
- 'exception_occurred' => 'An error occurred while processing your request',
- ],
- 'activity' => [
- 'redpack_not_available' => 'There is no RedPack',
- 'redpack_no_recharge' => 'You need deposit first!',
- ],
- 'gift' => [
- 'config_not_exists' => 'Gift configuration does not exist',
- 'recharged_today' => 'Recharged today, entry closed',
- 'daily_first_recharge_not_exists' => 'Daily first recharge gift configuration does not exist',
- 'not_purchased' => 'First recharge gift not purchased',
- 'no_day_rewards_config' => 'No daily rewards configuration',
- 'day_rewards_all_claimed' => 'All daily rewards have been claimed',
- 'day_rewards_not_time' => 'Not yet time to claim, need to start from day :day',
- 'day_rewards_expired' => 'Daily rewards have expired',
- 'day_rewards_claimed_today' => 'Already claimed today',
- 'no_betting_bonus_config' => 'No betting bonus configuration',
- 'betting_bonus_expired' => 'Betting bonus has expired',
- 'betting_bonus_all_claimed' => 'All betting bonuses have been claimed',
- 'betting_bonus_insufficient' => 'Insufficient bets, need :times more bets to claim',
- 'betting_task_claimed' => 'Betting task reward has been claimed',
- 'no_betting_task_config' => 'No betting task configuration',
- 'betting_task_expired' => 'Betting task reward has expired',
- 'betting_task_insufficient' => 'Insufficient bet amount, need to bet :amount',
- 'invalid_reward_type' => 'Invalid reward type',
- 'claim_failed' => 'Claim failed: :error',
- 'claim_success' => 'Successfully claimed :amount reward',
- 'user_not_recharged' => 'User has not recharged',
- 'bankruptcy_gift_not_exists' => 'Bankruptcy gift configuration does not exist',
- 'daily_gift_not_exists' => 'Daily gift configuration does not exist',
- 'three_tiers_not_completed' => 'Three tiers recharge not completed, cannot claim reward',
- 'bonus_already_claimed_today' => 'Bonus already claimed today',
- 'bonus_config_not_exists' => 'Reward configuration does not exist',
- 'status_cannot_claim' => 'Cannot claim',
- 'status_can_claim' => 'Can claim',
- 'status_claimed' => 'Claimed',
- 'status_expired' => 'Expired',
- 'status_unknown' => 'Unknown',
- ],
- ];
|