init: 从宝塔同步到 Gitea
This commit is contained in:
@@ -0,0 +1,471 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 核心中文语言包
|
||||
return [
|
||||
// 操作端 和 swoole文件 英文语言包
|
||||
'lang' => 'en-us',
|
||||
'table' => 'Table',
|
||||
'boot' => 'Boot',
|
||||
'number' => 'Coup',
|
||||
'now_time' => 'TIME',
|
||||
'login_fail' => 'Login error',
|
||||
|
||||
'banker' => 'B',
|
||||
'player' => 'P',
|
||||
'tie' => 'T',
|
||||
'tie' => 'T',
|
||||
'banker_pair' => 'BP',
|
||||
'player_pair' => 'PP',
|
||||
'both_pair' => 'BPP',
|
||||
'pair' => 'PAIR',
|
||||
'big' => 'Big',
|
||||
'small' => 'Small',
|
||||
'dragon' => 'L',
|
||||
'tiger' => 'H',
|
||||
'win_6' => 'win6',
|
||||
'is_win_6' => 'is win6?',
|
||||
'luck_6' => 'Luck 6',
|
||||
'commission' => 'Commission',
|
||||
'free_commission' => 'Free commission',
|
||||
'round_host' => 'Round host',
|
||||
'banker_full' => 'Banker',
|
||||
'player_full' => 'Player',
|
||||
'tie_full' => 'Tie',
|
||||
'banker_pair_full' => 'B Pair',
|
||||
'player_pair_full' => 'P Pair',
|
||||
'both_pair_full' => 'BP Pair',
|
||||
'dragon_full' => 'Dragon',
|
||||
'tiger_full' => 'Tiger',
|
||||
'player_1' => 'Player_1',
|
||||
'player_2' => 'Player_2',
|
||||
'player_3' => 'Player_3',
|
||||
'player_1_flat' => 'Player_1 flat',
|
||||
'player_1_double' => 'Player_1 double',
|
||||
'banker_player_1_flat' => 'Banker(Player_1)flat',
|
||||
'banker_player_1_double' => 'Banker(Player_1)dpuble',
|
||||
'player_2_flat' => 'Player_2 flat',
|
||||
'player_2_double' => 'Player_2 double',
|
||||
'banker_player_2_flat' => 'Banker(Player_2)flat',
|
||||
'banker_player_2_double' => 'Banker(Player_2)dpuble',
|
||||
'player_3_flat' => 'Player_3 flat',
|
||||
'player_3_double' => 'Player_3 double',
|
||||
'banker_player_3_flat' => 'Banker(Player_3)flat',
|
||||
'banker_player_3_double' => 'Banker(Player_3)dpuble',
|
||||
'bull_0' => 'No Bull',
|
||||
'bull_1' => 'Bull 1',
|
||||
'bull_2' => 'Bull 2',
|
||||
'bull_3' => 'Bull 3',
|
||||
'bull_4' => 'Bull 4',
|
||||
'bull_5' => 'Bull 5',
|
||||
'bull_6' => 'Bull 6',
|
||||
'bull_7' => 'Bull 7',
|
||||
'bull_8' => 'Bull 8',
|
||||
'bull_9' => 'Bull 9',
|
||||
'bull_bull' => 'Bull bull',
|
||||
'5_bulls' => 'Five Bulls',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'online_number' => 'Online number',
|
||||
'bet_amount' => 'Bet amount',
|
||||
'wait_for_opening' => 'End Bet. Opening...',
|
||||
'point' => '',
|
||||
'void' => 'void',
|
||||
|
||||
'next' => 'NEXT',
|
||||
'disclaimer' => 'Road sign information is for reference only.',
|
||||
'data_error' => 'Data error',
|
||||
'browser_error' => 'Your browser does not support WebSocket',
|
||||
|
||||
'start' => 'START',
|
||||
'end' => 'END',
|
||||
'start_bet' => 'START',
|
||||
'end_bet' => 'END',
|
||||
'opening' => 'SUBMIT',
|
||||
'shuffle' => 'Shuffle',
|
||||
'change_boot' => 'Boot',
|
||||
'close_boot' => 'BALANCE',
|
||||
'logout' => 'EXIT',
|
||||
'is_to_shuffle' => 'Confirm to shuffle?',
|
||||
'is_to_balance' => 'Confirm to balance?',
|
||||
'is_to_boot' => 'Confirm to boot?',
|
||||
'need_a_result' => 'Please select the result to be modified',
|
||||
'is_to_logout' => 'Confirm to logout ?',
|
||||
|
||||
|
||||
'edit_previous_result' => 'Modify previous result',
|
||||
'select_result' => 'Select a result',
|
||||
'select' => 'Select please',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'sunday' => 'Sunday',
|
||||
|
||||
'user_not_exist' => 'User does not exist',
|
||||
'table_not_run' => 'This table is not in operation',
|
||||
'tableNotRun' => 'This table is not in operation',
|
||||
'bet_fail' => 'Bet failed, server connection failed',
|
||||
'no_right' => 'You have no right to operate',
|
||||
|
||||
'bet_status_1' => 'Betting...',
|
||||
'bet_status_0' => 'Deal Cards',
|
||||
'bet_status_2' => 'End Bet. Opening...',
|
||||
|
||||
'confirm' => 'Ok',
|
||||
'cancel' => 'Cancel',
|
||||
'connect_fail' => 'You have disconnected the link, please return to re-enter',
|
||||
'message' => 'Message',
|
||||
|
||||
'table_status_0' => 'Running',
|
||||
'table_status_1' => 'Shuffling cards',
|
||||
'table_status_2' => 'Table is off',
|
||||
|
||||
'link_server_fail' => 'Fail to connect to server',
|
||||
'link_server_fail_1' => 'Dealer off line',
|
||||
'link_server_fail_2' => 'Fail to connect to server 2',
|
||||
'link_server_fail_3' => 'Fail to connect to server 3',
|
||||
|
||||
'appid_error' => 'Appid error',
|
||||
'appsecret_error' => 'Appsecret error',
|
||||
'appid_or_appsecret_error' => 'Appid or appsecret error',
|
||||
'param_error' => 'Param error',
|
||||
'illegal_request' => 'Illegal request',
|
||||
|
||||
'balance_success' => 'Balance success',
|
||||
'balance_fail' => 'Balance failed',
|
||||
'balance_fail_1' => 'Balance failed 1',
|
||||
'balance_fail_2' => 'Balance failed 2',
|
||||
'table_status_error' => 'Please change the table status to "shuffle state" and then balance.',
|
||||
|
||||
'boot_settle_success' => 'Boot settlement success',
|
||||
'boot_settle_fail' => 'Boot settlement failed',
|
||||
'boot_settle_fail_1' => 'The boot settlement failed, the table has no boots, please balance',
|
||||
'boot_settle_fail_2' => 'The boot settlement failed, the table has been settled, please login again and continue',
|
||||
'boot_settle_fail_3' => 'The shop is not over yet. Please open the result before changing your boots.',
|
||||
|
||||
'start_bet_success' => 'Start bet success',
|
||||
'start_bet_fail' => 'Start bet failed',
|
||||
'start_bet_fail_1' => 'Start bet failed,the game has started betting or has stopped betting',
|
||||
'start_bet_fail_2' => 'Start bet failed,the game infomation is incorrect',
|
||||
'start_bet_fail_3' => 'The operation failed, please make sure the table is not in the state of shuffling or parking.',
|
||||
|
||||
'end_bet_success' => 'End bet success',
|
||||
'end_bet_fail' => 'End bet failed',
|
||||
'end_bet_fail_1' => 'End bet failed,the game has started betting or has stopped betting',
|
||||
'end_bet_fail_2' => 'End bet failed,game infomation is incorrect',
|
||||
|
||||
'to_bet_success' => 'Bet success',
|
||||
'to_bet_fail' => 'Bet failed',
|
||||
'to_bet_fail_1' => 'Bet failed,your money is not enough',
|
||||
'to_bet_fail_2' => 'Bet failed,member information error',
|
||||
'to_bet_fail_3' => 'Bet failed,the allowed bet time has been exceeded',
|
||||
'to_bet_fail_4' => 'Bet failed,the game is not in a state where you can bet',
|
||||
'to_bet_fail_5' => 'Bet failed,the game infomation is incorrect',
|
||||
'to_bet_fail_6' => 'Bet failed,the bet amount must be greater than 0',
|
||||
'to_bet_fail_7' => 'Unable to bet Lucky 6 after exceeding 50 innings',
|
||||
'to_bet_fail_8' => 'Unable to bet Big or Small after exceeding 30 innings',
|
||||
|
||||
'opening_success' => 'Opening result sucess',
|
||||
'opening_fail' => 'Opening result failed',
|
||||
'opening_fail_1' => 'Opening result failed,please confirm that the game is in a state of stopping betting',
|
||||
'opening_fail_2' => 'Opening result failed,the game infomation is incorrect',
|
||||
'opening_fail_3' => 'Opening result failed,please enter the opening result',
|
||||
'opening_fail_4' => 'Opening result failed,The bet is not over and the result cannot be opened',
|
||||
'opening_fail_5' => 'Opening result failed,the cards are not uniform',
|
||||
'opening_fail_6' => 'Opening result failed,card opening data does not exist',
|
||||
|
||||
'retreated_success' => 'Modified success',
|
||||
'retreated_fail' => 'Modified failed',
|
||||
'retreated_fail_1' => 'Modified failed,please select the result correctly',
|
||||
'retreated_fail_2' => 'Modified failed,no previous data can be changed',
|
||||
'retreated_fail_3' => 'Modified failed,boot information error',
|
||||
'retreated_fail_4' => 'Modified failed,round information error',
|
||||
'retreated_fail_5' => 'Modified failed,table information error',
|
||||
'retreated_fail_6' => 'Modified failed,game type error',
|
||||
|
||||
|
||||
// PC投注页面 简体中文语言包
|
||||
'welcome' => 'Welcome',
|
||||
'account' => 'Account',
|
||||
'money' => 'Money',
|
||||
'language' => 'Lang',
|
||||
'rule' => 'Rule',
|
||||
'record' => 'Record',
|
||||
'user' => 'User',
|
||||
'log_out' => 'Exit',
|
||||
'limit' => 'Limit',
|
||||
|
||||
'game' => 'Game',
|
||||
'baccarat' => 'Baccarat',
|
||||
'dt' => 'Dragon tiger',
|
||||
'color_plate' => 'Color plate',
|
||||
'sic_bo' => 'Sic bo',
|
||||
'roulette' => 'Roulette',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'search' => 'Search',
|
||||
'ttf' => 'Tab/time/frm',
|
||||
'total' => 'Total',
|
||||
'card' => 'Card',
|
||||
'banker_all' => 'Banker',
|
||||
'player_all' => 'Player',
|
||||
'tie_all' => 'Tie',
|
||||
'banker_pair_all' => 'B.Pair',
|
||||
'player_pair_all' => 'P.Pair',
|
||||
'both_pair_all' => 'B.P.Pair',
|
||||
'banker_doub_all' => 'B.Multiple',
|
||||
'player_doub_all' => 'P.Multiple',
|
||||
'dragon_all' => 'Dragon',
|
||||
'tiger_all' => 'Tiger',
|
||||
|
||||
'full_screen' => 'Full Screen',
|
||||
'exit_full_screen' => 'Exit full screen',
|
||||
'back' => 'Back',
|
||||
'sound' => 'Sound',
|
||||
'statistics' => 'Statistics',
|
||||
'b_query' => 'B.Query',
|
||||
'p_query' => 'P.Query',
|
||||
'd_query' => 'D.Query',
|
||||
't_query' => 'T.Query',
|
||||
'line' => 'Line',
|
||||
'line_1' => 'Closer',
|
||||
'line_2' => 'Farer',
|
||||
'line_3' => 'line 3',
|
||||
'lobby' => 'Lobby',
|
||||
'video_line_error' => 'Video line error',
|
||||
'lose' => 'Lose',
|
||||
'win' => 'Win',
|
||||
'to_bet_confirm_tip' => 'Please bet and click OK',
|
||||
'browser_tip' => 'Please use the advanced browser of Google Chrome, 360, QQ, Baidu, Firefox, or IE10 or above to enter the game.',
|
||||
'select_chip_tip' => 'Please choose to bet chips',
|
||||
'recharge_tip' => 'Money not enouge,please recharge',
|
||||
'instant_pot' => 'Instant pot',
|
||||
'bet' => 'Bet',
|
||||
'settlement' => 'Settlement',
|
||||
'no_bet_data' => 'No bet data',
|
||||
'personal_limit_banker_high' => 'Person limit, Banker maximum bet amount is ',
|
||||
'personal_limit_banker_low' => 'Person limit, Banker minimum bet amount is ',
|
||||
'personal_limit_player_high' => 'Person limit, Player maximum bet amount is ',
|
||||
'personal_limit_player_low' => 'Person limit, Player minimum bet amount is ',
|
||||
'personal_limit_tie_high' => 'Person limit, Tie maximum bet amount is ',
|
||||
'personal_limit_tie_low' => 'Person limit, Tie minimum bet amount is ',
|
||||
'personal_limit_banker_pair_high' => 'Person limit, Banker Pair maximum bet amount is ',
|
||||
'personal_limit_banker_pair_low' => 'Person limit, Banker Pair minimum bet amount is ',
|
||||
'personal_limit_player_pair_high' => 'Person limit, Player Pair maximum bet amount is ',
|
||||
'personal_limit_player_pair_low' => 'Person limit, Player Pair minimum bet amount is ',
|
||||
'personal_limit_dragon_high' => 'Person limit, Dragon maximum bet amount is ',
|
||||
'personal_limit_dragon_low' => 'Person limit, Dragon minimum bet amount is ',
|
||||
'personal_limit_tiger_high' => 'Person limit, Tiger maximum bet amount is ',
|
||||
'personal_limit_tiger_low' => 'Person limit, Tiger minimum bet amount is ',
|
||||
'game_not_start' => 'The game has not started yet',
|
||||
'game_stop_bet' => 'This game has stopped betting',
|
||||
'leave_table_tip' => 'Confirm to leave ?',
|
||||
'select_chip_tip' => 'Please choose to bet chips',
|
||||
|
||||
// wap电投和网投语言包
|
||||
'coming_soon' => 'Coming soon',
|
||||
'game_room' => 'Game Room',
|
||||
|
||||
'edit_pass' => 'Edit pass',
|
||||
'change_password' => 'Change password',
|
||||
'phone' => 'Phone',
|
||||
'last_login_time' => 'Last login time',
|
||||
'recharge' => 'Recharge',
|
||||
'withdraw' => 'Withdraw',
|
||||
'bill' => 'Bill',
|
||||
'game_record' => 'Game record',
|
||||
'baccarat_total_bet_count' => 'Baccarat total bet count',
|
||||
'dt_total_bet_count' => 'Dragon tiger total bet count',
|
||||
'total_cleared_wash_code' => 'Total cleared wash code',
|
||||
'uncleared_total_wash_code' => 'Uncleared total wash code',
|
||||
'wash_rate' => 'Wash code',
|
||||
|
||||
'current_password' => 'Current password',
|
||||
'new_password' => 'New password',
|
||||
'confirm_password' => 'Confirm password',
|
||||
'current_password_tip' => 'Please input your current password',
|
||||
'new_password_tip' => 'New password can not be less than 6 characters',
|
||||
'confirm_password_tip' => 'Your confirm password is different from new password',
|
||||
'login_again' => 'Plesase login again',
|
||||
'login' => 'Login',
|
||||
'sign_in' => 'SIGN IN',
|
||||
'account_login' => 'Sign in',
|
||||
'register' => 'Register',
|
||||
'register_new_user' => 'Register',
|
||||
'register_password_length_tip' => 'Password can not be less than 6 characters',
|
||||
'register_account_length_tip' => 'Account can not be less than 6 characters',
|
||||
'register_account_exist_tip' => 'Account already exists',
|
||||
'password' => 'Password',
|
||||
'register_account_tip' => 'Composed of 6-20 English or numbers',
|
||||
'register_password_tip' => 'Composed of 6-20 English or numbers,except spaces',
|
||||
'register_confirm_password_tip' => 'Input password again',
|
||||
'register_success' => 'Registration Success',
|
||||
'register_fail' => 'Registration Failed',
|
||||
|
||||
'password_not_empty' => 'Current password or new password can not be empty',
|
||||
'change_password_success' => 'Change password success',
|
||||
'change_password_fail' => 'Change password fail',
|
||||
'current_password_error' => 'Current password error',
|
||||
'recharge_unsupport_tip' => 'Recharge is not open yet, please contact your agent',
|
||||
'withdraw_unsupport_tip' => 'Withdraw is not open yet, please contact your agent',
|
||||
'select_time' => 'Select time',
|
||||
'start_time_tip' => 'Please select start date',
|
||||
'end_time_tip' => 'Please select end date',
|
||||
|
||||
'wash_code_amount' => 'Wash code amount',
|
||||
'code_amount' => 'Code amount',
|
||||
'net_code_amount' => 'Net code amount',
|
||||
'wash_code_time' => 'Wash code time',
|
||||
'extraction_method' => 'Extraction method',
|
||||
'deposit_money' => 'deposit money',
|
||||
'setup' => 'Setup',
|
||||
'mute' => 'Mute',
|
||||
'voice' => 'Voice',
|
||||
'win_or_lose' => 'Win or lose',
|
||||
'account_tip' => 'Please input account',
|
||||
'password_tip' => 'Please input password',
|
||||
'read_and_agree' => 'I have read and agreed the',
|
||||
'rule_and_agreement' => 'game rules and user agreement',
|
||||
'account_or_password_error' => 'Incorrect username or password',
|
||||
'account_not_exist' => 'Account does not exist',
|
||||
'force_offline' => 'You have been forced offline by the administrator',
|
||||
'auto_back' => 'You have not been bet in 5 frame, return to the game hall automatically',
|
||||
'in_top_sumday' => 'The table in up-to-date.Please update tomorrow',
|
||||
'exceeds_limit' => 'Exceeds Limit',
|
||||
'exceeds_limit_table' => 'Exceeds Limit Of Tbale',
|
||||
'exceeds_limit_user' => 'Exceeds Limit Of User',
|
||||
'under_limit_user' => 'Under Limit Of User',
|
||||
'end_bet_error' => 'Stop Success',
|
||||
'end_bet_error_1' => 'Stop Error',
|
||||
'end_bet_error_2' => 'Stop Error',
|
||||
'repeated_entry' => 'Your account has landed elsewhere',
|
||||
|
||||
'online_entrance' => 'Telephone Betting',
|
||||
'onlinechip_entrance' => 'Online Betting',
|
||||
'agent_entrance' => 'Agent System',
|
||||
'login_entrance' => 'Login Entrance',
|
||||
'change_boot_false' => 'There are bets at the moment,cannot change boot',
|
||||
'win_limit_tip' => 'Reach the daily win limit, can not bet',
|
||||
|
||||
|
||||
'cancel_number' => 'Cancel',
|
||||
'is_cancel_number' => 'Confirm to cancel?',
|
||||
'cancel_number_success' => 'Cancel success',
|
||||
'cancel_number_fail_1' => 'Cancel fail, the table has no boots, please balance',
|
||||
'cancel_number_fail_2' => 'Cancel fail, the table has been settled, please login again and continue',
|
||||
'reset_number_fail_3' => 'Cancel fail,bet status does not match',
|
||||
'reset_number_msg' => 'The number has been reset, please bet again',
|
||||
|
||||
'reset_number' => 'Cancel',
|
||||
'is_reset_number' => 'Confirm to cancel?',
|
||||
'reset_number_success' => 'Done',
|
||||
'reset_number_fail_1' => 'Fail! The table has already reset.',
|
||||
'reset_number_fail_2' => 'Fail! The table has been settled, please logout & login again.',
|
||||
'reset_number_fail_3' => 'Fail! Bet status does not match',
|
||||
'reset_number_msg' => 'The number has been reset, please bet again.',
|
||||
|
||||
'toning_result_0' => '0 red 4 whites',
|
||||
'toning_result_1' => '1 red 3 whites',
|
||||
'toning_result_2' => '2 reds 2 whites',
|
||||
'toning_result_3' => '3 reds 1 white',
|
||||
'toning_result_4' => '4 reds 0 white',
|
||||
'toning_zero' => 'Zone 0',
|
||||
'toning_four' => 'Zone 4',
|
||||
'toning_one' => 'Zone 1',
|
||||
'toning_three' => 'Zone 3',
|
||||
'toning_big' => 'Zone big',
|
||||
'toning_small' => 'Zone small ',
|
||||
'toning_singular' => 'Zone singular',
|
||||
'toning_plural' => 'Zone plural',
|
||||
'dice_small' => 'Small',
|
||||
'dice_big' => 'Big',
|
||||
'dice_singular' => 'Singular',
|
||||
'dice_plural' => 'Plural',
|
||||
'dice_two_11' => 'Double dice-1',
|
||||
'dice_two_22' => 'Double dice-2',
|
||||
'dice_two_33' => 'Double dice-3',
|
||||
'dice_two_44' => 'Double dice-4',
|
||||
'dice_two_55' => 'Double dice-5',
|
||||
'dice_two_66' => 'Double dice-6',
|
||||
'dice_leopard' => 'Leopard',
|
||||
'dice_three_111' => 'Triple dice-1',
|
||||
'dice_three_222' => 'Triple dice-2',
|
||||
'dice_three_333' => 'Triple dice-3',
|
||||
'dice_three_444' => 'Triple dice-4',
|
||||
'dice_three_555' => 'Triple dice-5',
|
||||
'dice_three_666' => 'Triple dice-6',
|
||||
'dice_number_4' => 'Sum-4',
|
||||
'dice_number_5' => 'Sum-5',
|
||||
'dice_number_6' => 'Sum-6',
|
||||
'dice_number_7' => 'Sum-7',
|
||||
'dice_number_8' => 'Sum-8',
|
||||
'dice_number_9' => 'Sum-9',
|
||||
'dice_number_10' => 'Sum-10',
|
||||
'dice_number_11' => 'Sum-11',
|
||||
'dice_number_12' => 'Sum-12',
|
||||
'dice_number_13' => 'Sum-13',
|
||||
'dice_number_14' => 'Sum-14',
|
||||
'dice_number_15' => 'Sum-15',
|
||||
'dice_number_16' => 'Sum-16',
|
||||
'dice_number_17' => 'Sum-17',
|
||||
'dice_two_12' => 'Combination-1+2',
|
||||
'dice_two_13' => 'Combination-1+3',
|
||||
'dice_two_14' => 'Combination-1+4',
|
||||
'dice_two_15' => 'Combination-1+5',
|
||||
'dice_two_16' => 'Combination-1+6',
|
||||
'dice_two_23' => 'Combination-2+3',
|
||||
'dice_two_24' => 'Combination-2+4',
|
||||
'dice_two_25' => 'Combination-2+5',
|
||||
'dice_two_26' => 'Combination-2+6',
|
||||
'dice_two_34' => 'Combination-3+4',
|
||||
'dice_two_35' => 'Combination-3+5',
|
||||
'dice_two_36' => 'Combination-3+6',
|
||||
'dice_two_45' => 'Combination-4+5',
|
||||
'dice_two_46' => 'Combination-4+6',
|
||||
'dice_two_56' => 'Combination-5+6',
|
||||
'dice_living_1' => 'Number-1',
|
||||
'dice_living_2' => 'Number-2',
|
||||
'dice_living_3' => 'Number-3',
|
||||
'dice_living_4' => 'Number-4',
|
||||
'dice_living_5' => 'Number-5',
|
||||
'dice_living_6' => 'Number-6',
|
||||
'european' => 'European',
|
||||
'french' => 'French',
|
||||
'roulette_straight' => 'Straight',
|
||||
'roulette_split' => 'Split',
|
||||
'roulette_street' => 'Street',
|
||||
'roulette_triple' => 'Triple',
|
||||
'roulette_corner' => 'Corner',
|
||||
'roulette_four' => 'Four',
|
||||
'roulette_line' => 'Line',
|
||||
'roulette_dozen' => 'Dozen',
|
||||
'roulette_column' => 'Column',
|
||||
'roulette_red' => 'Red',
|
||||
'roulette_black' => 'Black',
|
||||
'roulette_odd' => 'Odd',
|
||||
'roulette_even' => 'Even',
|
||||
'roulette_low' => 'Low',
|
||||
'roulette_high' => 'High',
|
||||
'roulette_column_1' => 'Column-1',
|
||||
'roulette_column_2' => 'Column-2',
|
||||
'roulette_column_3' => 'Column-3',
|
||||
'roulette_dozen_1' => 'Dozen-1',
|
||||
'roulette_dozen_2' => 'Dozen-2',
|
||||
'roulette_dozen_3' => 'Dozen-3',
|
||||
'roulette_zeroGame' => 'Zero Game',
|
||||
'roulette_neighborsOfZero' => 'Neighbors Of Zero',
|
||||
'roulette_orphans' => 'Orphans',
|
||||
'roulette_theThird' => 'The Third',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,600 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 核心中文语言包
|
||||
return [
|
||||
// 操作端 和 swoole文件 简体中文语言包
|
||||
'lang' => 'zh-cn',
|
||||
'table' => '桌台',
|
||||
'boot' => '靴数',
|
||||
'number' => '局数',
|
||||
'now_time' => '当前时间',
|
||||
'login_fail' => '登录失败',
|
||||
|
||||
'banker' => '庄',
|
||||
'player' => '闲',
|
||||
'tie' => '和',
|
||||
'banker_pair' => '庄对',
|
||||
'player_pair' => '闲对',
|
||||
'both_pair' => '庄闲对',
|
||||
'pair' => '对子',
|
||||
'big' => '大',
|
||||
'small' => '小',
|
||||
'dragon' => '龙',
|
||||
'tiger' => '虎',
|
||||
'win_6' => '赢6',
|
||||
'is_win_6' => '是否赢6',
|
||||
'luck_6' => '幸运6',
|
||||
'commission' => '抽佣',
|
||||
'free_commission' => '免佣',
|
||||
'round_host' => '本局为庄家',
|
||||
'banker_full' => '庄',
|
||||
'player_full' => '闲',
|
||||
'tie_full' => '和',
|
||||
'banker_pair_full' => '庄对',
|
||||
'player_pair_full' => '闲对',
|
||||
'both_pair_full' => '庄闲对',
|
||||
'dragon_full' => '龙',
|
||||
'tiger_full' => '虎',
|
||||
'player_1' => '闲1',
|
||||
'player_2' => '闲2',
|
||||
'player_3' => '闲3',
|
||||
'player_1_flat' => '闲1平倍',
|
||||
'player_1_double' => '闲1翻倍',
|
||||
'banker_player_1_flat' => '庄(闲1)平倍',
|
||||
'banker_player_1_double' => '庄(闲1)翻倍',
|
||||
'player_2_flat' => '闲2平倍',
|
||||
'player_2_double' => '闲2翻倍',
|
||||
'banker_player_2_flat' => '庄(闲2)平倍',
|
||||
'banker_player_2_double' => '庄(闲2)翻倍',
|
||||
'player_3_flat' => '闲3平倍',
|
||||
'player_3_double' => '闲3翻倍',
|
||||
'banker_player_3_flat' => '庄(闲3)平倍',
|
||||
'banker_player_3_double' => '庄(闲3)翻倍',
|
||||
'bull_0' => '无牛',
|
||||
'bull_1' => '牛一',
|
||||
'bull_2' => '牛二',
|
||||
'bull_3' => '牛三',
|
||||
'bull_4' => '牛四',
|
||||
'bull_5' => '牛五',
|
||||
'bull_6' => '牛六',
|
||||
'bull_7' => '牛七',
|
||||
'bull_8' => '牛八',
|
||||
'bull_9' => '牛九',
|
||||
'bull_bull' => '牛牛',
|
||||
'5_bulls' => '五公',
|
||||
'yes' => '是',
|
||||
'no' => '否',
|
||||
'online_number' => '在线人数',
|
||||
'bet_amount' => '本局下注金额',
|
||||
'wait_For_Opening' => '停止下注-等待开盘',
|
||||
'point' => '点',
|
||||
'void' => '已作废',
|
||||
|
||||
'next' => '下一局',
|
||||
'disclaimer' => '路牌资料仅供参考,如有错漏。本公司概不负责',
|
||||
'data_error' => '数据错误',
|
||||
'browser_error' => '您的浏览器不支持WebSocket',
|
||||
|
||||
'start' => '开始',
|
||||
'end' => '结束',
|
||||
'start_bet' => '接收下注',
|
||||
'end_bet' => '结束下注',
|
||||
'opening' => '提交结果',
|
||||
'shuffle' => '开始洗牌',
|
||||
'change_boot' => '换靴',
|
||||
'close_Boot' => '日结算',
|
||||
'logout' => '退出',
|
||||
'is_to_shuffle' => '是否需要将桌子的状态设置为"洗牌中"?',
|
||||
'is_to_balance' => '是否需要进行日结算?',
|
||||
'is_to_boot' => '是否需要进行换靴?',
|
||||
'need_a_result' => '请选择要修改的结果',
|
||||
'is_to_logout' => '是否退出登录?',
|
||||
|
||||
'edit_previous_result' => '修改上一局结果',
|
||||
'select_result' => '选择结果',
|
||||
'select' => '请选择',
|
||||
'monday' => '星期一',
|
||||
'tuesday' => '星期二',
|
||||
'wednesday' => '星期三',
|
||||
'thursday' => '星期四',
|
||||
'friday' => '星期五',
|
||||
'saturday' => '星期六',
|
||||
'sunday' => '星期日',
|
||||
|
||||
'user_not_exist' => '用户不存在',
|
||||
'table_not_run' => '该桌子暂时没有营运',
|
||||
'tableNotRun' => '该桌子暂时没有营运',
|
||||
'bet_fail' => '下注失败,服务器链接失败',
|
||||
'no_right' => '你无权操作',
|
||||
|
||||
'bet_status_1' => '接受下注',
|
||||
'bet_status_0' => '尚未接受下注',
|
||||
'bet_status_2' => '停止下注-等待开盘',
|
||||
|
||||
'confirm' => '确定',
|
||||
'cancel' => '取消',
|
||||
'connect_fail' => '您已断开链接,请返回重新进入',
|
||||
'message' => '信息',
|
||||
|
||||
'table_status_0' => '桌子运营中',
|
||||
'table_status_1' => '洗牌中',
|
||||
'table_status_2' => '停台中',
|
||||
|
||||
'link_server_fail' => '与服务通讯失败',
|
||||
'link_server_fail_1' => '荷官不在线',
|
||||
'link_server_fail_2' => '与服务通讯失败2',
|
||||
'link_server_fail_3' => '与服务通讯失败3',
|
||||
|
||||
'appid_error' => 'appid 错误',
|
||||
'appsecret_error' => 'appsecret 错误',
|
||||
'appid_or_appsecret_error' => 'appid或appsecret 错误',
|
||||
'param_error' => '参数错误',
|
||||
'illegal_request' => '非法请求',
|
||||
|
||||
'balance_success' => '日结算成功',
|
||||
'balance_fail' => '日结算失败',
|
||||
'balance_fail_1' => '日结算失败1',
|
||||
'balance_fail_2' => '日结算失败2',
|
||||
'table_status_error' => '请把桌子更改为"洗牌状态"再进行日结算',
|
||||
|
||||
'boot_settle_success' => '靴结算成功',
|
||||
'boot_settle_fail' => '靴结算失败',
|
||||
'boot_settle_fail_1' => '换靴失败,该桌子还没有靴,请进行日结',
|
||||
'boot_settle_fail_2' => '换靴失败,该桌子已经结算,请重新登录再继续',
|
||||
'boot_settle_fail_3' => '该铺尚未结束,请开出结果后再换靴',
|
||||
|
||||
'start_bet_success' => '开始下注成功',
|
||||
'start_bet_fail' => '开始下注失败',
|
||||
'start_bet_fail_1' => '开始下注失败,下注铺已经开始下注或者已经停止了下注',
|
||||
'start_bet_fail_2' => '开始下注失败,下注铺信息有误',
|
||||
'start_bet_fail_3' => '操作失败,请确保桌子不是在洗牌中或者停台中状态',
|
||||
|
||||
'end_bet_success' => '结束下注成功',
|
||||
'end_bet_fail' => '结束下注失败',
|
||||
'end_bet_fail_1' => '停止下注失败,该铺还没开始接受下注或者已经停止了下注',
|
||||
'end_bet_fail_2' => '开始下注失败,下注铺信息有误',
|
||||
|
||||
'to_bet_success' => '下注成功',
|
||||
'to_bet_fail' => '下注失败',
|
||||
'to_bet_fail_1' => '余额不足,不能下注',
|
||||
'to_bet_fail_2' => '会员信息错误,不能下注',
|
||||
'to_bet_fail_3' => '已超过允许的下注时间,不能下注',
|
||||
'to_bet_fail_4' => '该局不是在可以下注的状态,不能下注',
|
||||
'to_bet_fail_5' => '下注失败,下注铺信息有误',
|
||||
'to_bet_fail_6' => '下注金额必须大于0',
|
||||
'to_bet_fail_7' => '超过50局后无法下注幸运6',
|
||||
'to_bet_fail_8' => '超过30局后无法下注大小',
|
||||
|
||||
'opening_success' => '开盘结果成功',
|
||||
'opening_fail' => '开盘结果失败',
|
||||
'opening_fail_1' => '开结果失败,请确认该局是处于停止下注的状态',
|
||||
'opening_fail_2' => '开盘失败,开盘铺信息有误',
|
||||
'opening_fail_3' => '请输入开盘结果',
|
||||
'opening_fail_4' => '下注未结束,无法开结果',
|
||||
'opening_fail_5' => '开盘失败,庄闲牌面不齐',
|
||||
'opening_fail_6' => '开牌数据不存在',
|
||||
|
||||
'retreated_success' => '修改成功',
|
||||
'retreated_fail' => '修改失败',
|
||||
'retreated_fail_1' => '请正确选择结果',
|
||||
'retreated_fail_2' => '没有上一铺数据可更改',
|
||||
'retreated_fail_3' => '靴信息错误',
|
||||
'retreated_fail_4' => '回合信息错误',
|
||||
'retreated_fail_5' => '桌子信息错误',
|
||||
'retreated_fail_6' => '游戏类型错误',
|
||||
|
||||
|
||||
// PC投注页面 简体中文语言包
|
||||
'welcome' => '欢迎您',
|
||||
'account' => '账号',
|
||||
'money' => '余额',
|
||||
'language' => '语言',
|
||||
'rule' => '规则',
|
||||
'record' => '记录',
|
||||
'user' => '个人中心',
|
||||
'log_out' => '退出游戏',
|
||||
'limit' => '限红',
|
||||
|
||||
'game' => '游戏',
|
||||
'baccarat' => '百家乐',
|
||||
'dt' => '龙虎',
|
||||
'color_plate' => '色碟',
|
||||
'sic_bo' => '骰宝',
|
||||
'roulette' => '轮盘',
|
||||
'start_date' => '开始日期',
|
||||
'end_date' => '结束日期',
|
||||
'search' => '查询',
|
||||
'ttf' => '桌台/时间/局号',
|
||||
'total' => '合计',
|
||||
'card' => '牌',
|
||||
'banker_all' => '庄',
|
||||
'player_all' => '闲',
|
||||
'tie_all' => '和',
|
||||
'banker_pair_all' => '庄对',
|
||||
'player_pair_all' => '闲对',
|
||||
'both_pair_all' => '庄闲对',
|
||||
'banker_doub_all' => '庄翻倍',
|
||||
'player_doub_all' => '闲翻倍',
|
||||
'dragon_all' => '龙',
|
||||
'tiger_all' => '虎',
|
||||
|
||||
|
||||
'full_screen' => '全屏',
|
||||
'exit_full_screen' => '退出全屏',
|
||||
'back' => '返回',
|
||||
'sound' => '声音',
|
||||
'statistics' => '统计',
|
||||
'b_query' => '庄问路',
|
||||
'p_query' => '闲问路',
|
||||
'd_query' => '龙问路',
|
||||
't_query' => '虎问路',
|
||||
'line' => '线路',
|
||||
'line_1' => '近景',
|
||||
'line_2' => '远景',
|
||||
'line_3' => '线路三',
|
||||
'lobby' => '大厅',
|
||||
|
||||
'video_line_error' => '视频线路错误',
|
||||
'lose' => '输',
|
||||
'win' => '赢',
|
||||
'to_bet_confirm_tip' => '请下注后再点击确定',
|
||||
'browser_tip' => '请使用谷歌、360、QQ、百度、火狐、或者IE10以上版本的高级浏览器进入游戏',
|
||||
'select_chip_tip' => '请选择下注筹码',
|
||||
'recharge_tip' => '余额不足,请充值',
|
||||
'instant_pot' => '即时彩池',
|
||||
'bet' => '下注',
|
||||
'settlement' => '结算结果',
|
||||
'no_bet_data' => '没有下注数据',
|
||||
'personal_limit_banker_high' => '个人限红:庄最高下注额为',
|
||||
'personal_limit_banker_low' => '个人限红:庄最低下注额为',
|
||||
'personal_limit_player_high' => '个人限红:闲最高下注额为',
|
||||
'personal_limit_player_low' => '个人限红:闲最低下注额为',
|
||||
'personal_limit_tie_high' => '个人限红:和最高下注额为',
|
||||
'personal_limit_tie_low' => '个人限红:和最低下注额为',
|
||||
'personal_limit_banker_pair_high' => '个人限红:庄对最高下注额为',
|
||||
'personal_limit_banker_pair_low' => '个人限红:庄对最低下注额为',
|
||||
'personal_limit_player_pair_high' => '个人限红:闲对最高下注额为',
|
||||
'personal_limit_player_pair_low' => '个人限红:闲对最低下注额为',
|
||||
'personal_limit_dragon_high' => '个人限红:龙最高下注额为',
|
||||
'personal_limit_dragon_low' => '个人限红:龙最低下注额为',
|
||||
'personal_limit_tiger_high' => '个人限红:虎最高下注额为',
|
||||
'personal_limit_tiger_low' => '个人限红:虎最低下注额为',
|
||||
'game_not_start' => '游戏尚未开始',
|
||||
'game_stop_bet' => '本局游戏已停止下注',
|
||||
'leave_table_tip' => '确定要离开当前游戏台吗?',
|
||||
'select_chip_tip' => '请选择下注筹码',
|
||||
|
||||
|
||||
// wap电投和网投语言包
|
||||
'coming_soon' => '即将推出',
|
||||
'game_room' => '游戏大厅',
|
||||
|
||||
'edit_pass' => '修改密码',
|
||||
'change_password' => '修改密码',
|
||||
'phone' => '联系电话',
|
||||
'last_login_time' => '上次登陆时间',
|
||||
'recharge' => '充值上分',
|
||||
'withdraw' => '申请下分',
|
||||
'bill' => '账单',
|
||||
'game_record' => '游戏记录',
|
||||
'baccarat_total_bet_count' => '百家乐总下注次数',
|
||||
'dt_total_bet_count' => '龙虎总下注次数',
|
||||
'total_cleared_wash_code' => '已结算洗码总额',
|
||||
'uncleared_total_wash_code' => '未结算洗码总额',
|
||||
'wash_rate' => '洗码率',
|
||||
|
||||
'current_password' => '请输入旧密码',
|
||||
'new_password' => '请输入新密码',
|
||||
'confirm_password' => '再次输入新密码',
|
||||
'current_password_tip' => '请输入旧密码',
|
||||
'new_password_tip' => '新密码不能小于6个字符',
|
||||
'confirm_password_tip' => '两次输入的密码不一致',
|
||||
'login_again' => '请重新登录',
|
||||
'login' => '登录',
|
||||
'sign_in' => '登录',
|
||||
'account_login' => '已有账户登录',
|
||||
'register' => '注册',
|
||||
'register_new_user' => '新用户注册',
|
||||
'password' => '密码',
|
||||
'register_password_length_tip' => '密码不能小于6个字符',
|
||||
'register_account_length_tip' => '账号不能小于6个字符',
|
||||
'register_account_exist_tip' => '账号已存在',
|
||||
'register_account_tip' => '6-20位英文.数字组成',
|
||||
'register_password_tip' => '6-20位字符.不包含空格',
|
||||
'register_confirm_password_tip' => '再输入一遍登录密码',
|
||||
'register_success' => '注册成功',
|
||||
'register_fail' => '注册失败',
|
||||
|
||||
'password_not_empty' => '旧密码或新密码不能为空',
|
||||
'change_password_success' => '修改密码成功',
|
||||
'change_password_fail' => '修改密码失败',
|
||||
'current_password_error' => '旧密码错误',
|
||||
'recharge_unsupport_tip' => '上分暂时未开启,请联系您的代理上分',
|
||||
'withdraw_unsupport_tip' => '下分暂时未开启,请联系您的代理下分',
|
||||
'select_time' => '选择时间',
|
||||
'start_time_tip' => '请选择开始时间',
|
||||
'end_time_tip' => '请选择结束时间',
|
||||
|
||||
'wash_code_amount' => '洗码量',
|
||||
'code_amount' => '码量',
|
||||
'net_code_amount' => '净码量',
|
||||
'wash_code_time' => '洗码时间',
|
||||
'extraction_method' => '提取方式',
|
||||
'deposit_money' => '存入余额',
|
||||
'setup' => '设置',
|
||||
'mute' => '静音',
|
||||
'voice' => '开声',
|
||||
'win_or_lose' => '输赢',
|
||||
'account_tip' => '请输入账号',
|
||||
'password_tip' => '请输入密码',
|
||||
'read_and_agree' => '我已阅读并同意',
|
||||
'rule_and_agreement' => '游戏规则与用户协议',
|
||||
'account_or_password_error' => '账号或密码错误',
|
||||
'account_not_exist' => '账号不存在',
|
||||
'force_offline' => '你已被管理员强制下线',
|
||||
'auto_back' => '5局内未下注自动返回游戏大厅',
|
||||
|
||||
'reset_number' => '作废',
|
||||
'is_reset_number' => '是否作废当前该局?',
|
||||
'reset_number_success' => '操作成功',
|
||||
'reset_number_fail_1' => '操作失败,该靴已经结算',
|
||||
'reset_number_fail_2' => '操作失败,该桌子已经结算',
|
||||
'reset_number_fail_3' => '操作失败,下注状态不符',
|
||||
'reset_number_msg' => '该局已重置,请重新下注',
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 系统错误提示
|
||||
'Undefined variable' => '未定义变量',
|
||||
'Undefined index' => '未定义数组索引',
|
||||
'Undefined offset' => '未定义数组下标',
|
||||
'Parse error' => '语法解析错误',
|
||||
'Type error' => '类型错误',
|
||||
'Fatal error' => '致命错误',
|
||||
'syntax error' => '语法错误',
|
||||
|
||||
// 框架核心错误提示
|
||||
'dispatch type not support' => '不支持的调度类型',
|
||||
'method param miss' => '方法参数错误',
|
||||
'method not exists' => '方法不存在',
|
||||
'module not exists' => '模块不存在',
|
||||
'controller not exists' => '控制器不存在',
|
||||
'class not exists' => '类不存在',
|
||||
'property not exists' => '类的属性不存在',
|
||||
'template not exists' => '模板文件不存在',
|
||||
'illegal controller name' => '非法的控制器名称',
|
||||
'illegal action name' => '非法的操作名称',
|
||||
'url suffix deny' => '禁止的URL后缀访问',
|
||||
'Route Not Found' => '当前访问路由未定义',
|
||||
'Undefined db type' => '未定义数据库类型',
|
||||
'variable type error' => '变量类型错误',
|
||||
'PSR-4 error' => 'PSR-4 规范错误',
|
||||
'not support total' => '简洁模式下不能获取数据总数',
|
||||
'not support last' => '简洁模式下不能获取最后一页',
|
||||
'error session handler' => '错误的SESSION处理器类',
|
||||
'not allow php tag' => '模板不允许使用PHP语法',
|
||||
'not support' => '不支持',
|
||||
'redisd master' => 'Redisd 主服务器错误',
|
||||
'redisd slave' => 'Redisd 从服务器错误',
|
||||
'must run at sae' => '必须在SAE运行',
|
||||
'memcache init error' => '未开通Memcache服务,请在SAE管理平台初始化Memcache服务',
|
||||
'KVDB init error' => '没有初始化KVDB,请在SAE管理平台初始化KVDB服务',
|
||||
'fields not exists' => '数据表字段不存在',
|
||||
'where express error' => '查询表达式错误',
|
||||
'no data to update' => '没有任何数据需要更新',
|
||||
'miss data to insert' => '缺少需要写入的数据',
|
||||
'miss complex primary data' => '缺少复合主键数据',
|
||||
'miss update condition' => '缺少更新条件',
|
||||
'model data Not Found' => '模型数据不存在',
|
||||
'table data not Found' => '表数据不存在',
|
||||
'delete without condition' => '没有条件不会执行删除操作',
|
||||
'miss relation data' => '缺少关联表数据',
|
||||
'tag attr must' => '模板标签属性必须',
|
||||
'tag error' => '模板标签错误',
|
||||
'cache write error' => '缓存写入失败',
|
||||
'sae mc write error' => 'SAE mc 写入错误',
|
||||
'route name not exists' => '路由标识不存在(或参数不够)',
|
||||
'invalid request' => '非法请求',
|
||||
'bind attr has exists' => '模型的属性已经存在',
|
||||
'relation data not exists' => '关联数据不存在',
|
||||
'relation not support' => '关联不支持',
|
||||
'chunk not support order' => 'Chunk不支持调用order方法',
|
||||
|
||||
// 上传错误信息
|
||||
'unknown upload error' => '未知上传错误!',
|
||||
'file write error' => '文件写入失败!',
|
||||
'upload temp dir not found' => '找不到临时文件夹!',
|
||||
'no file to uploaded' => '没有文件被上传!',
|
||||
'only the portion of file is uploaded' => '文件只有部分被上传!',
|
||||
'upload File size exceeds the maximum value' => '上传文件大小超过了最大值!',
|
||||
'upload write error' => '文件上传保存错误!',
|
||||
'has the same filename: {:filename}' => '存在同名文件:{:filename}',
|
||||
'upload illegal files' => '非法上传文件',
|
||||
'illegal image files' => '非法图片文件',
|
||||
'extensions to upload is not allowed' => '上传文件后缀不允许',
|
||||
'mimetype to upload is not allowed' => '上传文件MIME类型不允许!',
|
||||
'filesize not match' => '上传文件大小不符!',
|
||||
'directory {:path} creation failed' => '目录 {:path} 创建失败!',
|
||||
|
||||
// Validate Error Message
|
||||
':attribute require' => ':attribute不能为空',
|
||||
':attribute must be numeric' => ':attribute必须是数字',
|
||||
':attribute must be integer' => ':attribute必须是整数',
|
||||
':attribute must be float' => ':attribute必须是浮点数',
|
||||
':attribute must be bool' => ':attribute必须是布尔值',
|
||||
':attribute not a valid email address' => ':attribute格式不符',
|
||||
':attribute not a valid mobile' => ':attribute格式不符',
|
||||
':attribute must be a array' => ':attribute必须是数组',
|
||||
':attribute must be yes,on or 1' => ':attribute必须是yes、on或者1',
|
||||
':attribute not a valid datetime' => ':attribute不是一个有效的日期或时间格式',
|
||||
':attribute not a valid file' => ':attribute不是有效的上传文件',
|
||||
':attribute not a valid image' => ':attribute不是有效的图像文件',
|
||||
':attribute must be alpha' => ':attribute只能是字母',
|
||||
':attribute must be alpha-numeric' => ':attribute只能是字母和数字',
|
||||
':attribute must be alpha-numeric, dash, underscore' => ':attribute只能是字母、数字和下划线_及破折号-',
|
||||
':attribute not a valid domain or ip' => ':attribute不是有效的域名或者IP',
|
||||
':attribute must be chinese' => ':attribute只能是汉字',
|
||||
':attribute must be chinese or alpha' => ':attribute只能是汉字、字母',
|
||||
':attribute must be chinese,alpha-numeric' => ':attribute只能是汉字、字母和数字',
|
||||
':attribute must be chinese,alpha-numeric,underscore, dash' => ':attribute只能是汉字、字母、数字和下划线_及破折号-',
|
||||
':attribute not a valid url' => ':attribute不是有效的URL地址',
|
||||
':attribute not a valid ip' => ':attribute不是有效的IP地址',
|
||||
':attribute must be dateFormat of :rule' => ':attribute必须使用日期格式 :rule',
|
||||
':attribute must be in :rule' => ':attribute必须在 :rule 范围内',
|
||||
':attribute be notin :rule' => ':attribute不能在 :rule 范围内',
|
||||
':attribute must between :1 - :2' => ':attribute只能在 :1 - :2 之间',
|
||||
':attribute not between :1 - :2' => ':attribute不能在 :1 - :2 之间',
|
||||
'size of :attribute must be :rule' => ':attribute长度不符合要求 :rule',
|
||||
'max size of :attribute must be :rule' => ':attribute长度不能超过 :rule',
|
||||
'min size of :attribute must be :rule' => ':attribute长度不能小于 :rule',
|
||||
':attribute cannot be less than :rule' => ':attribute日期不能小于 :rule',
|
||||
':attribute cannot exceed :rule' => ':attribute日期不能超过 :rule',
|
||||
':attribute not within :rule' => '不在有效期内 :rule',
|
||||
'access IP is not allowed' => '不允许的IP访问',
|
||||
'access IP denied' => '禁止的IP访问',
|
||||
':attribute out of accord with :2' => ':attribute和确认字段:2不一致',
|
||||
':attribute cannot be same with :2' => ':attribute和比较字段:2不能相同',
|
||||
':attribute must greater than or equal :rule' => ':attribute必须大于等于 :rule',
|
||||
':attribute must greater than :rule' => ':attribute必须大于 :rule',
|
||||
':attribute must less than or equal :rule' => ':attribute必须小于等于 :rule',
|
||||
':attribute must less than :rule' => ':attribute必须小于 :rule',
|
||||
':attribute must equal :rule' => ':attribute必须等于 :rule',
|
||||
':attribute has exists' => ':attribute已存在',
|
||||
':attribute not conform to the rules' => ':attribute不符合指定规则',
|
||||
'invalid Request method' => '无效的请求类型',
|
||||
'invalid token' => '令牌数据无效',
|
||||
'not conform to the rules' => '规则错误',
|
||||
'in_top_sumday' => '该桌子处于最新的日结天数,请明天再进行日结',
|
||||
'exceeds_limit' => '下注超出限紅',
|
||||
'exceeds_limit_table' => '下注超出桌子限紅',
|
||||
'exceeds_limit_user' => '下注超出个人限紅',
|
||||
'under_limit_user' => '下注低于个人限紅',
|
||||
'end_bet_error' => '停止成功',
|
||||
'end_bet_error_1' => '当前局状态不在下注状态,不能停止',
|
||||
'end_bet_error_2' => '停止下注失败',
|
||||
'repeated_entry' => '你的账号在其他地方登陆了,即将退出',
|
||||
|
||||
'online_entrance' => '电投登录入口',
|
||||
'onlinechip_entrance' => '网投登录入口',
|
||||
'agent_entrance' => '代理端登录入口',
|
||||
'login_entrance' => '登录入口',
|
||||
'change_boot_false' => '当前有下注,不能结算,请开结果后再进行结算',
|
||||
'win_limit_tip' => '已达到日赢上限,无法下注',
|
||||
|
||||
'toning_result_0' => '0红4白',
|
||||
'toning_result_1' => '1红3白',
|
||||
'toning_result_2' => '2红2白',
|
||||
'toning_result_3' => '3红1白',
|
||||
'toning_result_4' => '4红0白',
|
||||
'toning_zero' => '0区下注额',
|
||||
'toning_four' => '4区下注额',
|
||||
'toning_one' => '1区下注额',
|
||||
'toning_three' => '3区下注额',
|
||||
'toning_big' => '大区下注额',
|
||||
'toning_small' => '小区下注额',
|
||||
'toning_singular' => '单区下注额',
|
||||
'toning_plural' => '双区下注额',
|
||||
'dice_small' => '大小-小下注额',
|
||||
'dice_big' => '大小-大下注额',
|
||||
'dice_singular' => '单双-单下注额',
|
||||
'dice_plural' => '单双-双区下注额',
|
||||
'dice_two_11' => '双骰-1下注额',
|
||||
'dice_two_22' => '双骰-2下注额',
|
||||
'dice_two_33' => '双骰-3下注额',
|
||||
'dice_two_44' => '双骰-4下注额',
|
||||
'dice_two_55' => '双骰-5下注额',
|
||||
'dice_two_66' => '双骰-6下注额',
|
||||
'dice_leopard' => '全围下注额',
|
||||
'dice_three_111' => '围骰-1下注额',
|
||||
'dice_three_222' => '围骰-2下注额',
|
||||
'dice_three_333' => '围骰-3下注额',
|
||||
'dice_three_444' => '围骰-4下注额',
|
||||
'dice_three_555' => '围骰-5下注额',
|
||||
'dice_three_666' => '围骰-6下注额',
|
||||
'dice_number_4' => '总和-4下注额',
|
||||
'dice_number_5' => '总和-5下注额',
|
||||
'dice_number_6' => '总和-6下注额',
|
||||
'dice_number_7' => '总和-7下注额',
|
||||
'dice_number_8' => '总和-8下注额',
|
||||
'dice_number_9' => '总和-9下注额',
|
||||
'dice_number_10' => '总和-10下注额',
|
||||
'dice_number_11' => '总和-11下注额',
|
||||
'dice_number_12' => '总和-12下注额',
|
||||
'dice_number_13' => '总和-13下注额',
|
||||
'dice_number_14' => '总和-14下注额',
|
||||
'dice_number_15' => '总和-15下注额',
|
||||
'dice_number_16' => '总和-16下注额',
|
||||
'dice_number_17' => '总和-17下注额',
|
||||
'dice_two_12' => '组合-1+2下注额',
|
||||
'dice_two_13' => '组合-1+3下注额',
|
||||
'dice_two_14' => '组合-1+4下注额',
|
||||
'dice_two_15' => '组合-1+5下注额',
|
||||
'dice_two_16' => '组合-1+6下注额',
|
||||
'dice_two_23' => '组合-2+3下注额',
|
||||
'dice_two_24' => '组合-2+4下注额',
|
||||
'dice_two_25' => '组合-2+5下注额',
|
||||
'dice_two_26' => '组合-2+6下注额',
|
||||
'dice_two_34' => '组合-3+4下注额',
|
||||
'dice_two_35' => '组合-3+5下注额',
|
||||
'dice_two_36' => '组合-3+6下注额',
|
||||
'dice_two_45' => '组合-4+5下注额',
|
||||
'dice_two_46' => '组合-4+6下注额',
|
||||
'dice_two_56' => '组合-5+6下注额',
|
||||
'dice_living_1' => '点数-1下注额',
|
||||
'dice_living_2' => '点数-2下注额',
|
||||
'dice_living_3' => '点数-3下注额',
|
||||
'dice_living_4' => '点数-4下注额',
|
||||
'dice_living_5' => '点数-5下注额',
|
||||
'dice_living_6' => '点数-6下注额',
|
||||
'european' => '欧式',
|
||||
'french' => '法式',
|
||||
'roulette_straight' => '直注',
|
||||
'roulette_split' => '分注',
|
||||
'roulette_street' => '街注',
|
||||
'roulette_triple' => '三数',
|
||||
'roulette_corner' => '角注',
|
||||
'roulette_four' => '角注',
|
||||
'roulette_line' => '线注',
|
||||
'roulette_dozen' => '打注',
|
||||
'roulette_column' => '列注',
|
||||
'roulette_red' => '红',
|
||||
'roulette_black' => '黑',
|
||||
'roulette_odd' => '单',
|
||||
'roulette_even' => '双',
|
||||
'roulette_low' => '小',
|
||||
'roulette_high' => '大',
|
||||
'roulette_column_1' => '第一列',
|
||||
'roulette_column_2' => '第二列',
|
||||
'roulette_column_3' => '第三列',
|
||||
'roulette_dozen_1' => '第一打',
|
||||
'roulette_dozen_2' => '第二打',
|
||||
'roulette_dozen_3' => '第三打',
|
||||
'roulette_zeroGame' => '轮上零旁',
|
||||
'roulette_neighborsOfZero' => '零旁注上角',
|
||||
'roulette_orphans' => '轮上孤注',
|
||||
'roulette_theThird' => '轮盘下角注',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,469 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 核心中文语言包
|
||||
return [
|
||||
// 操作端 和 swoole文件 繁体中文语言包
|
||||
'lang' => 'zh-tw',
|
||||
'table' => '桌臺',
|
||||
'boot' => '靴數',
|
||||
'number' => '局數',
|
||||
'now_time' => '當前時間',
|
||||
'login_fail' => '登錄失敗',
|
||||
|
||||
'banker' => '莊',
|
||||
'player' => '閑',
|
||||
'tie' => '和',
|
||||
'banker_pair' => '莊對',
|
||||
'player_pair' => '閑對',
|
||||
'both_pair' => '莊閑對',
|
||||
'pair' => '對子',
|
||||
'big' => '大',
|
||||
'small' => '小',
|
||||
'dragon' => '龍',
|
||||
'tiger' => '虎',
|
||||
'win_6' => '贏6',
|
||||
'is_win_6' => '是否贏6',
|
||||
'luck_6' => '幸運6',
|
||||
'commission' => '抽傭',
|
||||
'free_commission' => '免傭',
|
||||
'round_host' => '本局為莊家',
|
||||
'banker_full' => '莊',
|
||||
'player_full' => '閑',
|
||||
'tie_full' => '和',
|
||||
'banker_pair_full' => '莊對',
|
||||
'player_pair_full' => '閑對',
|
||||
'both_pair_full' => '莊閑對',
|
||||
'dragon_full' => '龍',
|
||||
'tiger_full' => '虎',
|
||||
'player_1' => '閑1',
|
||||
'player_2' => '閑2',
|
||||
'player_3' => '閑3',
|
||||
'player_1_flat' => '閑1平倍',
|
||||
'player_1_double' => '閑1翻倍',
|
||||
'banker_player_1_flat' => '莊(閑1)平倍',
|
||||
'banker_player_1_double' => '莊(閑1)翻倍',
|
||||
'player_2_flat' => '閑2平倍',
|
||||
'player_2_double' => '閑2翻倍',
|
||||
'banker_player_2_flat' => '莊(閑2)平倍',
|
||||
'banker_player_2_double' => '莊(閑2)翻倍',
|
||||
'player_3_flat' => '閑3平倍',
|
||||
'player_3_double' => '閑3翻倍',
|
||||
'banker_player_3_flat' => '莊(閑3)平倍',
|
||||
'banker_player_3_double' => '莊(閑3)翻倍',
|
||||
'bull_0' => '無牛',
|
||||
'bull_1' => '牛壹',
|
||||
'bull_2' => '牛贰',
|
||||
'bull_3' => '牛叁',
|
||||
'bull_4' => '牛肆',
|
||||
'bull_5' => '牛伍',
|
||||
'bull_6' => '牛陆',
|
||||
'bull_7' => '牛柒',
|
||||
'bull_8' => '牛捌',
|
||||
'bull_9' => '牛玖',
|
||||
'bull_bull' => '牛牛',
|
||||
'5_bulls' => '伍公',
|
||||
'yes' => '是',
|
||||
'no' => '否',
|
||||
'online_number' => '在線人數',
|
||||
'bet_amount' => '本局下註金額',
|
||||
'wait_for_opening' => '停止下註-等待開盤',
|
||||
'point' => '點',
|
||||
'void' => '已作廢',
|
||||
|
||||
'next' => '下壹局',
|
||||
'disclaimer' => '路牌資料僅供參考,如有錯漏。本公司概不負責',
|
||||
'data_error' => '數據錯誤',
|
||||
'browser_error' => '您的瀏覽器不支持WebSocket',
|
||||
|
||||
'start' => '開始',
|
||||
'end' => '結束',
|
||||
'start_bet' => '接收下註',
|
||||
'end_bet' => '結束下註',
|
||||
'opening' => '提交结果',
|
||||
'shuffle' => '開始洗牌',
|
||||
'change_boot' => '換靴',
|
||||
'close_boot' => '日結算',
|
||||
'logout' => '退出',
|
||||
'is_to_shuffle' => '是否需要將桌子的狀態設置為"洗牌中"?',
|
||||
'is_to_balance' => '是否需要進行日結算?',
|
||||
'is_to_boot' => '是否需要進行換靴?',
|
||||
'need_a_result' => '請選擇要修改的結果',
|
||||
'is_to_logout' => '是否退出登錄?',
|
||||
|
||||
|
||||
'edit_previous_result' => '修改上壹局結果',
|
||||
'select_result' => '選擇結果',
|
||||
'select' => '請選擇',
|
||||
'monday' => '星期壹',
|
||||
'tuesday' => '星期二',
|
||||
'wednesday' => '星期三',
|
||||
'thursday' => '星期四',
|
||||
'friday' => '星期五',
|
||||
'saturday' => '星期六',
|
||||
'sunday' => '星期日',
|
||||
|
||||
'user_not_exist' => '用戶不存在',
|
||||
'table_not_run' => '該桌子暫時沒有營運',
|
||||
'tableNotRun' => '該桌子暫時沒有營運',
|
||||
'bet_fail' => '下註失敗,服務器鏈接失敗',
|
||||
'no_right' => '妳無權操作',
|
||||
|
||||
'bet_status_1' => '接受下註',
|
||||
'bet_status_0' => '尚未接受下註',
|
||||
'bet_status_2' => '停止下註-等待開盤',
|
||||
|
||||
'confirm' => '確定',
|
||||
'cancel' => '取消',
|
||||
'connect_fail' => '您已斷開鏈接,請返回重新進入',
|
||||
'message' => '信息',
|
||||
|
||||
'table_status_0' => '桌子運營中',
|
||||
'table_status_1' => '洗牌中',
|
||||
'table_status_2' => '停臺中',
|
||||
|
||||
'link_server_fail' => '與服務通訊失敗',
|
||||
'link_server_fail_1' => '荷官不在線',
|
||||
'link_server_fail_2' => '與服務通訊失敗2',
|
||||
'link_server_fail_3' => '與服務通訊失敗3',
|
||||
|
||||
'appid_error' => 'appid 錯誤',
|
||||
'appsecret_error' => 'appsecret 錯誤',
|
||||
'appid_or_appsecret_error' => 'appid或appsecret 錯誤',
|
||||
'param_error' => '參數錯誤',
|
||||
'illegal_request' => '非法請求',
|
||||
|
||||
'balance_success' => '日結算成功',
|
||||
'balance_fail' => '日結算失敗',
|
||||
'balance_fail_1' => '日結算失敗1',
|
||||
'balance_fail_2' => '日結算失敗2',
|
||||
'table_status_error' => '請把桌子更改為"洗牌狀態"再進行日結算',
|
||||
|
||||
'boot_settle_success' => '靴結算成功',
|
||||
'boot_settle_fail' => '靴結算失敗',
|
||||
'boot_settle_fail_1' => '換靴失敗,該桌子還沒有靴,請進行日結',
|
||||
'boot_settle_fail_2' => '換靴失敗,該桌子已經結算,請重新登錄再繼續',
|
||||
'boot_settle_fail_3' => '該鋪尚未結束,請開出結果後再換靴',
|
||||
|
||||
'start_bet_success' => '開始下註成功',
|
||||
'start_bet_fail' => '開始下註失敗',
|
||||
'start_bet_fail_1' => '開始下註失敗,下註鋪已經開始下註或者已經停止了下註',
|
||||
'start_bet_fail_2' => '開始下註失敗,下註鋪信息有誤',
|
||||
'start_bet_fail_3' => '操作失敗,請確保桌子不是在洗牌中或者停臺中狀態',
|
||||
|
||||
'end_bet_success' => '結束下註成功',
|
||||
'end_bet_fail' => '結束下註失敗',
|
||||
'end_bet_fail_1' => '停止下註失敗,該鋪還沒開始接受下註或者已經停止了下註',
|
||||
'end_bet_fail_2' => '開始下註失敗,下註鋪信息有誤',
|
||||
|
||||
'to_bet_success' => '下註成功',
|
||||
'to_bet_fail' => '下註失敗',
|
||||
'to_bet_fail_1' => '余額不足,不能下註',
|
||||
'to_bet_fail_2' => '會員信息錯誤,不能下註',
|
||||
'to_bet_fail_3' => '已超過允許的下註時間,不能下註',
|
||||
'to_bet_fail_4' => '該局不是在可以下註的狀態,不能下註',
|
||||
'to_bet_fail_5' => '下註失敗,下註鋪信息有誤',
|
||||
'to_bet_fail_6' => '下註金額必須大於0',
|
||||
'to_bet_fail_7' => '超過50局後無法下注幸運6',
|
||||
'to_bet_fail_7' => '超過30局後無法下注大小',
|
||||
|
||||
'opening_success' => '開盤結果成功',
|
||||
'opening_fail' => '開盤結果失敗',
|
||||
'opening_fail_1' => '開結果失敗,請確認該鋪是處於停止下註的狀態',
|
||||
'opening_fail_2' => '開盤失敗,開盤鋪信息有誤',
|
||||
'opening_fail_3' => '請輸入開盤結果',
|
||||
'opening_fail_4' => '下註未結束,無法開結果',
|
||||
'opening_fail_5' => '開盤失敗,莊閑牌面不齊',
|
||||
'opening_fail_6' => '開牌數據不存在',
|
||||
|
||||
'retreated_success' => '修改成功',
|
||||
'retreated_fail' => '修改失敗',
|
||||
'retreated_fail_1' => '請正確選擇結果',
|
||||
'retreated_fail_2' => '沒有上壹鋪數據可更改',
|
||||
'retreated_fail_3' => '靴信息錯誤',
|
||||
'retreated_fail_4' => '回合信息錯誤',
|
||||
'retreated_fail_5' => '桌子信息錯誤',
|
||||
'retreated_fail_6' => '遊戲類型錯誤',
|
||||
|
||||
|
||||
// PC投注页面 简体中文语言包
|
||||
'welcome' => '歡迎您',
|
||||
'account' => '賬號',
|
||||
'money' => '余額',
|
||||
'language' => '語言',
|
||||
'rule' => '規則',
|
||||
'record' => '記錄',
|
||||
'user' => '個人中心',
|
||||
'log_out' => '退出遊戲',
|
||||
'limit' => '限紅',
|
||||
|
||||
'game' => '遊戲',
|
||||
'baccarat' => '百家樂',
|
||||
'dt' => '龍虎',
|
||||
'color_plate' => '色碟',
|
||||
'sic_bo' => '骰寶',
|
||||
'roulette' => '輪盤',
|
||||
'start_date' => '開始日期',
|
||||
'end_date' => '結束日期',
|
||||
'search' => '查詢',
|
||||
'ttf' => '桌臺/時間/局號',
|
||||
'total' => '合計',
|
||||
'card' => '牌',
|
||||
'banker_all' => '莊',
|
||||
'player_all' => '閑',
|
||||
'tie_all' => '和',
|
||||
'banker_pair_all' => '莊對',
|
||||
'player_pair_all' => '閑對',
|
||||
'both_pair_all' => '莊閑對',
|
||||
'banker_doub_all' => '莊翻倍',
|
||||
'player_doub_all' => '閑翻倍',
|
||||
'dragon_all' => '龍',
|
||||
'tiger_all' => '虎',
|
||||
|
||||
'full_screen' => '全屏',
|
||||
'exit_full_screen' => '退出全屏',
|
||||
'back' => '返回',
|
||||
'sound' => '聲音',
|
||||
'statistics' => '統計',
|
||||
'b_query' => '莊問路',
|
||||
'p_query' => '閑問路',
|
||||
'd_query' => '龍問路',
|
||||
't_query' => '虎問路',
|
||||
'line' => '線路',
|
||||
'line_1' => '進景',
|
||||
'line_2' => '遠景',
|
||||
'line_3' => '線路三',
|
||||
'lobby' => '大廳',
|
||||
'video_line_error' => '視頻線路錯誤',
|
||||
'lose' => '輸',
|
||||
'win' => '贏',
|
||||
'to_bet_confirm_tip' => '請下註後再點擊確定',
|
||||
'browser_tip' => '請使用谷歌、360、QQ、百度、火狐、或者IE10以上版本的高級瀏覽器進入遊戲',
|
||||
'select_chip_tip' => '請選擇下註籌碼',
|
||||
'recharge_tip' => '余額不足,請充值',
|
||||
'instant_pot' => '即時彩池',
|
||||
'bet' => '下註',
|
||||
'settlement' => '結算結果',
|
||||
'no_bet_data' => '沒有下註數據',
|
||||
'personal_limit_banker_high' => '個人限紅:莊最高下註額為',
|
||||
'personal_limit_banker_low' => '個人限紅:莊最低下註額為',
|
||||
'personal_limit_player_high' => '個人限紅:閑最高下註額為',
|
||||
'personal_limit_player_low' => '個人限紅:閑最低下註額為',
|
||||
'personal_limit_tie_high' => '個人限紅:和最高下註額為',
|
||||
'personal_limit_tie_low' => '個人限紅:和最低下註額為',
|
||||
'personal_limit_banker_pair_high' => '個人限紅:莊對最高下註額為',
|
||||
'personal_limit_banker_pair_low' => '個人限紅:莊對最低下註額為',
|
||||
'personal_limit_player_pair_high' => '個人限紅:閑對最高下註額為',
|
||||
'personal_limit_player_pair_low' => '個人限紅:閑對最低下註額為',
|
||||
'personal_limit_dragon_high' => '個人限紅:龍最高下註額為',
|
||||
'personal_limit_dragon_low' => '個人限紅:龍最低下註額為',
|
||||
'personal_limit_tiger_high' => '個人限紅:虎最高下註額為',
|
||||
'personal_limit_tiger_low' => '個人限紅:虎最低下註額為',
|
||||
'game_not_start' => '遊戲尚未開始',
|
||||
'game_stop_bet' => '本局遊戲已停止下註',
|
||||
'leave_table_tip' => '確定要離開當前遊戲臺嗎?',
|
||||
'select_chip_tip' => '請選擇下註籌碼',
|
||||
|
||||
// wap电投和网投语言包
|
||||
'coming_soon' => '即將推出',
|
||||
'game_room' => '遊戲大廳',
|
||||
|
||||
'edit_pass' => '修改密碼',
|
||||
'change_password' => '修改密碼',
|
||||
'phone' => '聯系電話',
|
||||
'last_login_time' => '上次登陸時間',
|
||||
'recharge' => '充值上分',
|
||||
'withdraw' => '申請下分',
|
||||
'bill' => '賬單',
|
||||
'game_record' => '遊戲記錄',
|
||||
'baccarat_total_bet_count' => '百家樂總下註次數',
|
||||
'dt_total_bet_count' => '龍虎總下註次數',
|
||||
'total_cleared_wash_code' => '已結算洗碼總額',
|
||||
'uncleared_total_wash_code' => '未結算洗碼總額',
|
||||
'wash_rate' => '洗碼率',
|
||||
|
||||
'current_password' => '請輸入舊密碼',
|
||||
'new_password' => '請輸入新密碼',
|
||||
'confirm_password' => '再次輸入新密碼',
|
||||
'current_password_tip' => '請輸入舊密碼',
|
||||
'new_password_tip' => '新密碼不能小於6個字符',
|
||||
'confirm_password_tip' => '兩次輸入的密碼不壹致',
|
||||
'login_again' => '請重新登錄',
|
||||
'login' => '登錄',
|
||||
'sign_in' => '登錄',
|
||||
'account_login' => '已有賬戶登錄',
|
||||
'register' => '註冊',
|
||||
'register_new_user' => '新用戶註冊',
|
||||
'password' => '密碼',
|
||||
'register_password_length_tip' => '密碼不能小於6個字符',
|
||||
'register_account_length_tip' => '賬號不能小於6個字符',
|
||||
'register_account_exist_tip' => '賬號已存在',
|
||||
'register_account_tip' => '6-20位英文.數字組成',
|
||||
'register_password_tip' => '6-20位字符.不包含空格',
|
||||
'register_confirm_password_tip' => '再輸入壹遍登錄密碼',
|
||||
'register_success' => '註冊成功',
|
||||
'register_fail' => '註冊失敗',
|
||||
|
||||
'password_not_empty' => '舊密碼或新密碼不能為空',
|
||||
'change_password_success' => '修改密碼成功',
|
||||
'change_password_fail' => '修改密碼失敗',
|
||||
'current_password_error' => '舊密碼錯誤',
|
||||
'recharge_unsupport_tip' => '上分暫時未開啟,請聯系您的代理上分',
|
||||
'withdraw_unsupport_tip' => '下分暫時未開啟,請聯系您的代理下分',
|
||||
'select_time' => '選擇時間',
|
||||
'start_time_tip' => '請選擇開始時間',
|
||||
'end_time_tip' => '請選擇結束時間',
|
||||
|
||||
'wash_code_amount' => '洗碼量',
|
||||
'code_amount' => '碼量',
|
||||
'net_code_amount' => '凈碼量',
|
||||
'wash_code_time' => '洗碼時間',
|
||||
'extraction_method' => '提取方式',
|
||||
'deposit_money' => '存入余額',
|
||||
'setup' => '設置',
|
||||
'mute' => '静音',
|
||||
'voice' => '開聲',
|
||||
'win_or_lose' => '輸贏',
|
||||
'account_tip' => '請輸入賬號',
|
||||
'password_tip' => '請輸入密碼',
|
||||
'read_and_agree' => '我已閱讀並同意',
|
||||
'rule_and_agreement' => '遊戲規則與用戶協議',
|
||||
'account_or_password_error' => '賬號或密碼錯誤',
|
||||
'account_not_exist' => '賬號不存在',
|
||||
'force_offline' => '妳已被管理員強制下線',
|
||||
'auto_back' => '5局內未下註自動返回遊戲大廳',
|
||||
'in_top_sumday' => '该桌子处于最新的日结天数,请明天再进行日结',
|
||||
'exceeds_limit' => '下注超出限紅',
|
||||
'exceeds_limit_table' => '下注超出桌子限紅',
|
||||
'exceeds_limit_user' => '下注超出个人限紅',
|
||||
'under_limit_user' => '下注低於个人限紅',
|
||||
'end_bet_error' => '停止成功',
|
||||
'end_bet_error_1' => '當前局狀態不在下注狀態,不能停止',
|
||||
'end_bet_error_2' => '停止下注失敗',
|
||||
'repeated_entry' => '你的賬號在其他地方登陸了,即將退出',
|
||||
|
||||
'online_entrance' => '電投登錄入口',
|
||||
'onlinechip_entrance' => '網投登錄入口',
|
||||
'agent_entrance' => '代理端登錄入口',
|
||||
'login_entrance' => '登錄入口',
|
||||
'change_boot_false' => '當前有下注,不能結算,請開結果后再進行結算',
|
||||
'win_limit_tip' => '已達到日贏上限,無法下註',
|
||||
|
||||
|
||||
'cancel_number' => '作廢',
|
||||
'is_cancel_number' => '是否作廢當前該口?',
|
||||
'cancel_number_success' => '操作成功',
|
||||
'cancel_number_fail_1' => '操作失敗,該靴已經結算',
|
||||
'cancel_number_fail_2' => '操作失敗,該桌子已經結算',
|
||||
'reset_number_fail_3' => '操作失敗,下註狀態不符',
|
||||
'reset_number_msg' => '該局已重置,請重新下註',
|
||||
|
||||
'reset_number' => '作廢',
|
||||
'is_reset_number' => '是否作廢當前該口?',
|
||||
'reset_number_success' => '操作成功',
|
||||
'reset_number_fail_1' => '操作失敗,該靴已經結算',
|
||||
'reset_number_fail_2' => '操作失敗,該桌子已經結算',
|
||||
'reset_number_fail_3' => '操作失敗,下註狀態不符',
|
||||
'reset_number_msg' => '該局已重置,請重新下註',
|
||||
|
||||
'toning_result_0' => '0紅4白',
|
||||
'toning_result_1' => '1紅3白',
|
||||
'toning_result_2' => '2紅2白',
|
||||
'toning_result_3' => '3紅1白',
|
||||
'toning_result_4' => '4红0白',
|
||||
'toning_zero' => '0區下註額',
|
||||
'toning_four' => '4區下註額',
|
||||
'toning_one' => '1區下註額',
|
||||
'toning_three' => '3區下註額',
|
||||
'toning_big' => '大區下註額',
|
||||
'toning_small' => '小區下註額',
|
||||
'toning_singular' => '單區下註額',
|
||||
'toning_plural' => '雙區下註額',
|
||||
'dice_small' => '大小-小下註額',
|
||||
'dice_big' => '大小-大下註額',
|
||||
'dice_singular' => '單雙-單下註額',
|
||||
'dice_plural' => '單雙-雙區下註額',
|
||||
'dice_two_11' => '雙骰-1下註額',
|
||||
'dice_two_22' => '雙骰-2下註額',
|
||||
'dice_two_33' => '雙骰-3下註額',
|
||||
'dice_two_44' => '雙骰-4下註額',
|
||||
'dice_two_55' => '雙骰-5下註額',
|
||||
'dice_two_66' => '雙骰-6下註額',
|
||||
'dice_leopard' => '全圍下註額',
|
||||
'dice_three_111' => '圍骰-1下註額',
|
||||
'dice_three_222' => '圍骰-2下註額',
|
||||
'dice_three_333' => '圍骰-3下註額',
|
||||
'dice_three_444' => '圍骰-4下註額',
|
||||
'dice_three_555' => '圍骰-5下註額',
|
||||
'dice_three_666' => '圍骰-6下註額',
|
||||
'dice_number_4' => '總和-4下註額',
|
||||
'dice_number_5' => '總和-5下註額',
|
||||
'dice_number_6' => '總和-6下註額',
|
||||
'dice_number_7' => '總和-7下註額',
|
||||
'dice_number_8' => '總和-8下註額',
|
||||
'dice_number_9' => '總和-9下註額',
|
||||
'dice_number_10' => '總和-10下註額',
|
||||
'dice_number_11' => '總和-11下註額',
|
||||
'dice_number_12' => '總和-12下註額',
|
||||
'dice_number_13' => '總和-13下註額',
|
||||
'dice_number_14' => '總和-14下註額',
|
||||
'dice_number_15' => '總和-15下註額',
|
||||
'dice_number_16' => '總和-16下註額',
|
||||
'dice_number_17' => '總和-17下註額',
|
||||
'dice_two_12' => '組合-1+2下註額',
|
||||
'dice_two_13' => '組合-1+3下註額',
|
||||
'dice_two_14' => '組合-1+4下註額',
|
||||
'dice_two_15' => '組合-1+5下註額',
|
||||
'dice_two_16' => '組合-1+6下註額',
|
||||
'dice_two_23' => '組合-2+3下註額',
|
||||
'dice_two_24' => '組合-2+4下註額',
|
||||
'dice_two_25' => '組合-2+5下註額',
|
||||
'dice_two_26' => '組合-2+6下註額',
|
||||
'dice_two_34' => '組合-3+4下註額',
|
||||
'dice_two_35' => '組合-3+5下註額',
|
||||
'dice_two_36' => '組合-3+6下註額',
|
||||
'dice_two_45' => '組合-4+5下註額',
|
||||
'dice_two_46' => '組合-4+6下註額',
|
||||
'dice_two_56' => '組合-5+6下註額',
|
||||
'dice_living_1' => '點數-1下註額',
|
||||
'dice_living_2' => '點數-2下註額',
|
||||
'dice_living_3' => '點數-3下註額',
|
||||
'dice_living_4' => '點數-4下註額',
|
||||
'dice_living_5' => '點數-5下註額',
|
||||
'dice_living_6' => '點數-6下註額',
|
||||
'european' => '歐式',
|
||||
'french' => '法式',
|
||||
'roulette_straight' => '直註',
|
||||
'roulette_split' => '分註',
|
||||
'roulette_street' => '街註',
|
||||
'roulette_triple' => '三數',
|
||||
'roulette_corner' => '角註',
|
||||
'roulette_four' => '四數',
|
||||
'roulette_line' => '線註',
|
||||
'roulette_dozen' => '打註',
|
||||
'roulette_column' => '列註',
|
||||
'roulette_red' => '紅',
|
||||
'roulette_black' => '黑',
|
||||
'roulette_odd' => '單',
|
||||
'roulette_even' => '雙',
|
||||
'roulette_low' => '小',
|
||||
'roulette_high' => '大',
|
||||
'column_1' => '第一列',
|
||||
'roulette_column_2' => '第二列',
|
||||
'roulette_column_3' => '第三列',
|
||||
'roulette_dozen_1' => '第一打',
|
||||
'roulette_dozen_2' => '第二打',
|
||||
'roulette_dozen_3' => '第三打',
|
||||
'roulette_zeroGame' => '輪上零旁',
|
||||
'roulette_neighborsOfZero' => '零旁註上角',
|
||||
'roulette_orphans' => '輪上孤註',
|
||||
'roulette_theThird' => '輪盤下角註',
|
||||
];
|
||||
Reference in New Issue
Block a user