init: 从宝塔同步到 Gitea

This commit is contained in:
root
2026-02-25 01:50:31 +08:00
commit e633c8e27d
2444 changed files with 399341 additions and 0 deletions
+689
View File
@@ -0,0 +1,689 @@
<?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 [
'agent' => [
//Login
'system_name' => 'Agent System',
'username' => 'Username',
'password' => 'Password',
'verification' => 'Verification',
'agent_login' => 'Agent',
'sub_login' => 'Sub account',
'login' => 'Login',
'empty_username' => 'Please enter the username',
'empty_password' => 'Please enter the password',
'empty_validateCode' => 'Please enter the verification code',
'choose_account_type' => 'Please select the login account type',
'error_validateCode' => 'Verification code error',
'exist_username' => 'Username does not exist',
'prohibits_login' => 'This account prohibits login',
'u_or_p_error' => 'Username or password error',
'username_exist_or_del' => 'The username does not exist or has been deleted',
'exist_parent' => 'Parent account does not exist',
'parent_ban' => 'Parent account has been banned from logging in',
//Index
'menu' => 'Menu',
'personal_center' => 'Personal Center',
'personal_homepage' => 'Personal Homepage',
'account_management' => 'Account Management',
'agent_list' => 'Agent List',
'member_list' => 'Member List',
'add_agent' => 'Add Agent',
'add_member' => 'Add Member',
'agent_deleted' => 'Agent deleted',
'member_deleted' => 'Member deleted',
'daily_statement' => 'Daily statement',
'report_management' => 'Report management',
'agent_daily_statement' => 'Agent daily statement',
'table_game_query' => 'Table game query',
'annotation_query' => 'Annotation query',
'recharge_withdrawal_query' => 'Recharge withdrawal query',
'online_recharge_query' => 'Online recharge query',
'supply_and_drainage_report' => 'Supply and drainage report',
'online_management' => 'Online management',
'online_players' => 'Online players',
'sub_account_management' => 'Sub account management',
'sub_account_list' => 'Sub account list',
'add_sub_account' => 'Add sub account',
'sub_account_deleted' => 'Sub account deleted',
'promotion' => 'Promotion',
'promote_QR_codes' => 'Promote QR codes',
'line_promote' => 'Line Promote',
'line_management' => 'Line management',
'sub_account' => 'Sub account',
'change_password' => 'Change password',
'exit' => 'Exit',
'current_account' => 'Current account',
'original_password' => 'Original password',
'new_password' => 'New password',
'confirm_password' => 'Confirm password',
'submit_now' => 'Submit now',
'enter_original_password' => 'Please enter the original password',
'enter_new_password' => 'Please enter the new password',
'enter_confirmation_password' => 'Please enter the confirmation password',
'pass_diff' => 'The two passwords do not match',
'enter_old_and_new' => 'Old and new passwords cannot be empty',
'new_pass_limit' => 'The password cannot be less than 6 digits',
'success_edit_pass' => 'Successfully modified password',
'error_edit_pass' => 'Error modifying password',
'original_password_error' => 'Original password error',
'exist' => 'dose not exist',
'sam_new_old' => 'The new password cannot be the same as the original password',
'data_statistics' => 'Data statistics',
'total_number_of_agents' => 'Total num of agent',
'new_agents_added_today' => 'New agents added today',
'total_number_of_member' => 'Total num of member',
'new_member_added_today' => 'New member added today',
'user_information' => 'User information',
'nickname' => 'Nickname',
'login_time' => 'Login time',
'login_ip' => 'Login IP',
'available_limit' => 'Available_limit',
'share_ratio' => 'Share ratio',
'rebate_bet_amount' => 'Effective bet amount',
'rebate_rate' => 'Rebate Rate',
'baccarat' => 'Baccarat',
'baccarat_1' => 'B',
'dt' => 'Dragon tiger',
'dt_1' => 'D',
'cow' => 'Bull',
'cow_1' => 'B',
'three_card' => 'Three card',
'three_card_1' => 'T',
'color_plate' => 'Color plate',
'sic_bo' => 'Sic bo',
'roulette' => 'Roulette',
'washing_rate' => 'washing rate',
'chess_card' => 'Chess card',
'chess_card_game' => 'Chess card game',
'chess_card_game_score_log' => 'Chess card game score log',
//Agent
'attribution_type' => 'Attribution type',
'all' => 'All',
'directly_under' => 'Directly under',
'search' => 'Search',
'refresh' => 'Refresh',
'export' => 'Export',
'recent_recharge' => 'Recent recharge',
'recent_up_score' => 'Recent up score',
'account_balance' => 'Account balance',
'under_all_balance' => 'All balance',
'proportion' => 'Proportion',
'create_time' => 'Create time',
'online_recharge' => 'Online recharge',
'title' => 'Title',
'wallet_address' => 'Wallet address',
'status' => 'Status',
'operate' => 'Operate',
'ban' => 'Ban',
'enable' => 'Enable',
'unilateral' => 'unilateral',
'bilateral' => 'bilateral',
'subordinate_members' => 'Under members',
'subordinate_agents' => 'Under agents',
'recharge_withdrawal' => 'Recharge withdrawal',
'recharge_withdrawal_2' => 'Recharge withdrawal',
'account_editing' => 'Account editing',
'no_data' => 'No data',
'illegal_request' => 'Illegal request',
'status_code_error' => 'Status code error',
'account_is_disabled' => 'Account is disabled',
'account_enabled' => 'Account enabled',
'batch_ban' => 'Successfully disabled the agent and its subordinates num',
'batch_enable' => 'Successfully enabled the agent and its subordinates',
'parent_error' => 'Parent agent error',
'automatically' => 'Automatically',
'min_limit' => 'Min limit',
'max_limit' => 'Max limit',
'min_tie_limit' => 'Min tie limit',
'max_tie_limit' => 'Max tie limit',
'min_pair_limit' => 'Min pair limit',
'max_pair_limit' => 'Max pair limit',
'rate' => 'rate',
'remark' => 'Remark',
'default' => 'Default',
'limit_baccacat_word' => 'Less than or equal to the Baccarat code rate of the affiliated agent',
'limit_dt_word' => 'Less than or equal to the Dragon tiger code rate of the affiliated agent',
'limit_cow_word' => 'Less than or equal to the Bull code rate of the affiliated agent',
'limit_tc_word' => 'Less than or equal to the Three card code rate of the affiliated agent',
'limit_rate_word' => 'Less than or equal to the code rate of the affiliated agent',
'empty_nickname' => 'Please enter the nickname',
'empty_min_limit' => 'Please enter the min limit',
'empty_max_limit' => 'Please enter the max limit',
'empty_min_tie_limit' => 'Please enter the min tie limit',
'empty_max_tie_limit' => 'Please enter the max tie limit',
'empty_min_pair_limit' => 'Please enter the min pair limit',
'empty_max_pair_limit' => 'Please enter the max pair limit',
'empty_wash_type' => 'Please enter the wash type',
'empty_baccacat_rate' => 'Please enter the Baccacat rate',
'empty_dt_rate' => 'Please enter the Dragon tiger rate',
'empty_cow_rate' => 'Please enter the Bull rate',
'empty_tc_rate' => 'Please enter the Three card rate',
'empty_proportion' => 'Please enter the proportion',
'already_exist_username' =>'Username already exists',
'letter_identification_error' => 'Username letter identification error',
'bet_type_error' => 'Incorrect betting method',
'min_limit_0' => 'The min limit cannot be lower than 0',
'max_limit_0' => 'The max limit cannot be lower than 0',
'min_limit_bigger_than_max_limit' => 'The min limit cannot exceed the max limit',
'min_tie_limit_0' => 'The min tie limit cannot be lower than 0',
'max_tie_limit_0' => 'The max tie limit cannot be lower than 0',
'min_tie_limit_bigger_than_max_tie_limit' => 'The min tie limit cannot exceed the max tie limit',
'min_pair_limit_0' => 'The min pair limit cannot be lower than 0',
'max_pair_limit_0' => 'The max pair limit cannot be lower than 0',
'min_pair_limit_bigger_than_max_tie_limit' => 'The min pair limit cannot exceed the max pair limit',
'limit_cannot_bigger' => 'Limit cannot exceed',
'tie_limit_cannot_bigger' => 'Tie limit cannot exceed',
'pair_limit_cannot_bigger' => 'Pair limit cannot exceed',
'min_nn_limit' => 'Min bull limit',
'max_nn_limit' => 'Max bull limit',
'empty_min_nn_limit' => 'Please enter the min bull limit',
'empty_max_nn_limit' => 'Please enter the max bull limit',
'min_nn_limit_0' => 'Min bull limit cannot be less than 0',
'max_nn_limit_0' => 'Max bull limit cannot be less than 0',
'min_nn_limit_bigger_than_max' => 'Min bull limit cannot exceed max bull limit',
'nn_limit_cannot_bigger' => 'Bull limit cannot exceed',
'baccarat_limit_0' => 'Baccarat code rate cannot be lower than 0',
'baccarat_cannot_bigger_agent' => 'The Baccarat code rate cannot exceed the Baccarat code rate of the affiliated agent',
'dt_limit_0' => 'The Dragon tiger code rate cannot be lower than 0',
'dt_cannot_bigger_agent' => 'The Dragon tiger code rate cannot exceed the Dragon tiger code rate of the affiliated agent',
'cow_limit_0' => 'The Bull code rate cannot be lower than 0',
'cow_cannot_bigger_agent' => 'The Bull code rate cannot exceed the Bull code rate of the affiliated agent',
'tc_limit_0' => 'The Three card code rate cannot be lower than 0',
'tc_cannot_bigger_agent' => 'The Three card code rate cannot exceed the Three card code rate of the affiliated agent',
'proportion_cannot_bigger_agent' => 'The shareholding ratio cannot exceed the shareholding ratio of the affiliated agent',
'rebate_cannot_bigger_agent' => 'The rebate rate cannot exceed the rebate rate of the affiliated agent',
'added_successfully' => 'Added successfully',
'add_failed' => 'Add failed',
'operation_error' => 'Operation error',
'error_id' => 'Role ID does not exist',
'baccarat_cannot_lower_agent' => 'The Baccarat code rate cannot be lower than the Baccarat code rate of the subordinate agent',
'dt_cannot_lower_agent' => 'The Dragon Tiger code rate cannot be lower than the Dragon Tiger code rate of the lower level agent',
'cow_cannot_lower_agent' => 'The Bull code rate cannot be lower than the Bull code rate of the subordinate agent',
'tc_cannot_lower_agent' => 'The Three card code rate cannot be lower than the Three card code rate of the subordinate agent',
'proportion_cannot_lower_agent' => 'The proportion of shares cannot be lower than that of subordinate agents',
'rebate_cannot_lower_agent' => 'The rebate rate cannot be lower than that of subordinate agents',
'edit_successfully' => 'Edit successfully',
'edit_failed' => 'Edit failed',
//onlint
'total_num' => 'Total num',
'pc' => 'PC',
'ios' => 'IOS',
'android' => 'Android',
'web' => 'Web',
'wc' => 'WeChat',
'total_money' => 'Total money',
'client' => 'Client',
'red_waring' => 'If the data is highlighted in red, it is suspected to be a fight',
'table_num' => 'Table num',
'all_bet' => 'All bet',
'unknown' => 'Unknown',
'operation_successful' => 'Operation successful',
'force_offline' => 'Force offline',
'details' => 'Details',
'sure_offline' => 'Are you sure to force this player to offline',
//report
'agent' => 'Agent',
'member' => 'Member',
'yse' => 'Yes',
'no' => 'No',
'member_type' => 'Member type',
'all_win' => 'All win',
'member_all_win' => 'Member all win',
'all_wash_code' => 'All wash code',
'whether_to_share_wash_code' => 'Whether to share wash',
'wash_type' => 'Wash type',
'wash_fee' => 'Wash free',
'share_earnings' => 'Share earnings',
'already_exp' => 'The support list has been exported. Please do not refresh this page repeatedly',
'no_exp' => 'No list to export',
'start_time' => 'Start time',
'end_time' => 'End time',
'game_type' => 'Game type',
'today' => 'Today',
'yesterday' => 'Yesterday',
'this_week' => 'This week',
'last_week' => 'Last week',
'this_month' => 'This month',
'last_month' => 'Last month',
'collect_pay_money_subordinates' => 'Collect/Pay money from/to subordinates',
'collect_pay_money_superiors' => 'Collect/Pay money from/to superiors',
'banker' => 'Banker',
'player' => 'Player',
'tie' => 'Tie',
'banker_pair' => 'Banker-pair',
'player_pair' => 'Player-pair',
'banker_player_pair' => 'banker-Player-pair',
'awarded' => 'Awarded',
'unlicensed' => 'Unlicensed',
'dragon' => 'Dragon',
'tiger' => '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',
'table' => 'Table',
'superior_account' => 'Superior account',
'betting_time' => 'Bet time',
'boots' => 'Boots',
'round' => 'Round',
'betting_point' => 'Bet point',
'lottery_opening_time' => 'Lottery opening time',
'result' => 'Result',
'result_before_modification' => 'Result before modification',
'win_or_lose' => 'Win or lose',
'balance_before_betting' => 'Balance before bet',
'balance_after_betting' => 'Balance after bet',
'balance_after_lottery' => 'Balance after lottery',
'total' => 'Total',
'odd_numbers' => 'Odd numbers',
'betting_money' => 'Bet money',
'code_washing_amount' => 'Code washing amount',
'odd_code_fee' => 'Odd code fee',
'code_amount' => 'Code amount',
'settled_code_amount' => 'Settled code amount',
'unsettled_code_amount' => 'Unsettled code amount',
'unsettled_rebate_amount' => 'Unsettled rebate amount',
'code_income' => 'Code income',
'recharge' => 'Recharge',
'withdrawal' => 'Withdrawal',
'time' => 'Time',
'type' => 'Type',
'amount_before_operation' => 'Amount before operation',
'amount_after_operation' => 'Amount after operation',
'Recharge_withdrawal_amount' => 'Recharge withdrawal amount',
'operator' => 'Operator',
'operation_type' => 'Operation type',
'amount_before_recharge' => 'Amount before recharge',
'amount_after_recharge' => 'Amount after recharge',
'Recharge_amount' => 'Recharge amount',
'game_name' => 'Game name',
'room_num' => 'Room Num',
'all_bet' => 'All bet',
'win_or_lose_absolute' => 'Win or lose absolute',
'tax' => 'tax',
'money_before_bet' => 'Money before bet',
'water' => 'Water',
'commission' => 'Commission',
'free_commission' => 'Free commission',
'order_no' => 'Order no',
'order_id' => 'Order id',
'order_type' => 'Order type',
'allocation_user_id' => 'Allocation userId',
'order_money' => 'Order money',
'confirm_money' => 'Confirm Money',
'pay_status' => 'Pay status',
'order_time' => 'Order Time',
'pay_time' => 'Pay time',
'up_score' => 'Up score',
'down_score' => 'Down score',
'un_pay' => 'Unpay',
'pay_success' => 'Pay success',
'pay_fail' => 'pay fail',
'share_code_amount' => 'Share code amount',
'code_income' => 'Code income',
'share_income' => 'Share income',
'rebate_income' => 'Rebate income',
'unsettled_rebate_income' => 'Unsettled rebate income',
'settled_rebate_income' => 'Settled rebate income',
'qp_rebate_income' => 'Chess card Rebate income',
'qp_unsettled_rebate_income' => 'Chess card Unsettled rebate income',
'qp_settled_rebate_income' => 'Chess card Settled rebate income',
'rebate_income' => 'Rebate income',
'bet_share_income' => 'Bet share income',
'profit_share_income' => 'Profit share income',
'settled_share_income' => 'Settled share income',
'unsettled_share_income' => 'Unsettled share income',
'all_income' => 'All income',
'game_report' => 'Game report',
'details_1' => 'Details',
'subordinates' => 'Subordinates',
'up_down_score_query' => 'Up/down score query',
'up_down_money' => 'Up/down money',
'settle_report' => 'Settle report',
'recharge_query' => 'Recharge query',
'withdraw_query' => 'Withdraw query',
'bet_detail' => 'Bet detail',
'wash_code_detail' => 'Wash code detail',
'Settled_code_record' => 'Settled code record',
'share_detail' => 'Share detail',
'Settled_share_record' => 'Settled share record',
'Settled_rebate_record' => 'Settled rebate record',
'settled_method' => 'Settled method',
'operate_terminal' => 'Operate terminal',
'wash_code_account' => 'Wash code account',
'settle_account' => 'Settle account',
'rebate_account' => 'Rebate account',
'wash_code_amount' => 'Wash code amount',
'wash_code_last_time' => 'Wash code last time',
'settle_last_time' => 'Settle last time',
'rebate_last_time' => 'Rebate last time',
'up_down_score' => 'Up/down score',
'cash_settlement' => 'Cash settlement',
'need_wash_type' => 'Wash type is required',
'previous_wash_code' => 'Previous wash code',
'current_wash_code' => 'Current wash code',
'all_wash_code_1' => 'All wash code',
'previous_rebate' => 'Previous rebate',
'current_rebate' => 'Current rebate',
'all_rebate' => 'All rebate',
'rebate_amount' => 'Rebate Amount',
'unsettled_share_code_amount' => 'Unsettled share code amount',
'query' => 'Query',
'need_settle_type' => 'Settle type is required',
'need_time' => 'Time is required',
//sub
'supply_and_drainage_management' => 'Supply and drainage management',
'sub_account_function' => 'Sub account function',
'edit_sub_account' => 'Edit sub account',
'delete_sub_account' => 'Delete sub account',
'is_delete_sub_account' => 'Do you want to delete this sub account',
'select_account_function' => 'Please select the account function',
'account_function_error' => 'Account function error',
//settle
'whether_to_send_points' => 'Whether to send points',
'money' => 'Money',
'current_available_limit_is' => 'Your current available limit is',
'enter_amount' => 'Please enter the amount',
'amount_big_than_0' => 'The amount must be greater than 0',
'recharge_exceeds_limit' => 'The recharge amount exceeds your limit',
'insufficient_balance' => 'Insufficient balance of the other party',
'are_you_sure' => 'Are you sure you want to do',
'confirm_operation' => 'Confirm operation',
'do_not_resubmit' => 'Please do not resubmit',
'recharged_successfully' => 'Recharged successfully',
'recharged_failed' => 'Recharged failed',
'withdrawal_successful' => 'Withdrawal successful',
'withdrawal_failed' => 'Withdrawal failed',
'wrong_r_w_type' => 'Wrong recharge/withdrawal type',
'non_negative_number' => 'Please enter a non negative number',
//player
'banker_odds' => 'Banker odds',
'player_odds' => 'Player odds',
'pair_odds' => 'Pair odds',
'tie_odds' => 'Tie odds',
'baccarct_tie_odds' => 'Baccarat tie odds',
'big_odds' => 'Big odds',
'small_odds' => 'Small odds',
'dragon_odds' => 'Dragon odds',
'tiger_odds' => 'Tiger odds',
'dt_tie_odds' => 'Dragon Tiger tie odds',
'five_Lords_odds' => 'Five Lords odds',
'cow0_cow6_odds' => 'No Bull--Bull6 odds',
'cow7_cow9_odds' => 'Bull7--Bull9 odds',
'cowcow_odds' => 'Bull Bull odds',
'tc_cow1_odds' => 'Three Card bull_1 odds',
'tc_cow2_odds' => 'Three Card bull_2 odds',
'tc_cow3_odds' => 'Three Card bull_3 odds',
'tc_cow4_odds' => 'Three Card bull_4 odds',
'tc_cow5_odds' => 'Three Card bull_5 odds',
'tc_cow6_odds' => 'Three Card bull_6 odds',
'tc_cow7_odds' => 'Three Card bull_7 odds',
'tc_cow8_odds' => 'Three Card bull_8 odds',
'tc_cow9_odds' => 'Three Card bull_9 odds',
'tc_cowcow_odds' => 'Three Card bull_bull odds',
'tc_leopard_odds' => 'Three Card leopard odds',
'tc_straight_flush' => 'Three Card straight flush odds',
'tc_royal_flush' => 'Three Card royal flush odds',
'daily_win_limit' => 'Daily win limit',
'unrestricted' => '0 is unrestricted',
'empty_day_win_limit' => 'Please enter the daily win limit',
'agent_baccarat_cannot_exceed_10' => 'Superior agent pumping (Baccarat) cannot exceed 10',
'agent_dt_cannot_exceed_10' => 'Superior agent pumping (Dragon tiger) cannot exceed 10',
'agent_cow_cannot_exceed_10' => 'Superior agent pumping (Bull) cannot exceed 10',
'agent_tc_cannot_exceed_10' => 'Superior agent pumping (Three card) cannot exceed 10',
'agent_commission_tc_cannot_exceed_10' => 'Superior agency commission (Three card) cannot exceed 10',
'is_online' => 'Is online',
'online_recharge' => 'Online recharge',
'offline' => 'Offline',
'online' => 'Online',
'bilateral_code_wash' => 'Bilateral code wash',
'unilateral_code_wash' => 'Unilateral code wash',
'change_agent' => 'Change agent',
'current_agent' => 'Current agent',
'new_agent' => 'New agent',
'choose' => 'Please select',
'choose_the_new_agent' => 'Please select the agent account to be replaced',
'already_bet' => 'The member has already made a bet and is not allowed to change agents',
'already_recharge' => 'The member has already recharged and is not allowed to change agents',
'new_agent_error' => 'The new agent does not exist',
'cannot_do' => 'No permission to perform this operation',
'relationship_structure' => 'Relationship structure',
'message' => 'Message',
'deleted_successfully' => 'Deleted successfully',
'delete_failed' => 'Delete failed',
'luck_six' => 'Luck Six',
'big' => 'Big',
'small' => 'Small',
//new
'game_102' => 'Hundred People Niuniu',
'game_103' => 'Grab the Zhuang Niuniu',
'game_104' => 'Red and Black',
'game_105' => 'Dragon Tiger',
'game_106' => 'Baccarat',
'game_107' => 'Fishing',
'game_110' => 'Birds and beasts',
'game_111' => 'Mercedes-Benz BMW',
'game_117' => 'Nine row slots',
'game_122' => 'Black Jack',
'game_126' => 'Chinese poker',
'game_127' => 'Sic Bo',
'game_131' => 'Domino9',
'game_133' => 'Red Packet Minesweeper',
'game_145' => 'God of Wealth',
'game_147' => 'San Gong',
'game_148' => 'Lucky candy',
'game_149' => 'Li Kui Split Fish',
'game_153' => 'Aquaman fishing',
'game_154' => 'Xoc dia',
'game_156' => 'Kind of gamble',
'game_157' => 'Southward progress',
'game_160' => 'Fish Prawn Crab',
'game_161' => 'Thanh Giong',
'game_163' => 'Vietnam Domino9',
'game_212' => 'Water Margin',
'game_214' => 'Fishing 2',
'game_230' => 'Vietnam Lotto',
'color_disc' => 'SeDie',
'color_disc_price_1' => '色碟大小单双赔率',
'color_disc_price_2' => '色碟大小同色赔率',
'color_disc_price_3' => '色碟大小出现单个赔率',
'toning_zero' => '0区下注额',
'toning_four' => '4区下注额',
'toning_one' => '1区下注额',
'toning_three' => '3区下注额',
'toning_big' => '大区下注额',
'toning_small' => '小区下注额',
'toning_singular' => '单区下注额',
'toning_plural' => '双区下注额',
'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白',
'dice_price_small' => '骰子开小赔率',
'dice_price_big' => '骰子开大赔率',
'dice_price_singular' => '骰子开单赔率',
'dice_price_plural' => '骰子开双赔率',
'dice_price_two_11' => '骰子开两个1赔率',
'dice_price_two_22' => '骰子开两个2赔率',
'dice_price_two_33' => '骰子开两个3赔率',
'dice_price_two_44' => '骰子开两个4赔率',
'dice_price_two_55' => '骰子开两个5赔率',
'dice_price_two_66' => '骰子开两个6赔率',
'dice_price_leopard' => '骰子开全围赔率',
'dice_price_three_111' => '骰子开三个1赔率',
'dice_price_three_222' => '骰子开三个2赔率',
'dice_price_three_333' => '骰子开三个3赔率',
'dice_price_three_444' => '骰子开三个4赔率',
'dice_price_three_555' => '骰子开三个5赔率',
'dice_price_three_666' => '骰子开三个6赔率',
'dice_price_number_4' => '骰子开4点赔率',
'dice_price_number_5' => '骰子开5点赔率',
'dice_price_number_6' => '骰子开6点赔率',
'dice_price_number_7' => '骰子开7点赔率',
'dice_price_number_8' => '骰子开8点赔率',
'dice_price_number_9' => '骰子开9点赔率',
'dice_price_number_10' => '骰子开10点赔率',
'dice_price_number_11' => '骰子开11点赔率',
'dice_price_number_12' => '骰子开12点赔率',
'dice_price_number_13' => '骰子开13点赔率',
'dice_price_number_14' => '骰子开14点赔率',
'dice_price_number_15' => '骰子开15点赔率',
'dice_price_number_16' => '骰子开16点赔率',
'dice_price_number_17' => '骰子开17点赔率',
'dice_price_two_12' => '骰子结果中含有12赔率',
'dice_price_two_13' => '骰子结果中含有13赔率',
'dice_price_two_14' => '骰子结果中含有14赔率',
'dice_price_two_15' => '骰子结果中含有15赔率',
'dice_price_two_16' => '骰子结果中含有16赔率',
'dice_price_two_23' => '骰子结果中含有23赔率',
'dice_price_two_24' => '骰子结果中含有24赔率',
'dice_price_two_25' => '骰子结果中含有25赔率',
'dice_price_two_26' => '骰子结果中含有26赔率',
'dice_price_two_34' => '骰子结果中含有34赔率',
'dice_price_two_35' => '骰子结果中含有35赔率',
'dice_price_two_36' => '骰子结果中含有36赔率',
'dice_price_two_45' => '骰子结果中含有45赔率',
'dice_price_two_46' => '骰子结果中含有46赔率',
'dice_price_two_56' => '骰子结果中含有56赔率',
'dice_price_once' => '骰子开单骰赔率',
'dice_price_double' => '骰子开双骰赔率',
'dice_price_triple' => '骰子开三骰赔率',
'dice' => '骰宝',
'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' => 'European',
'french' => 'French',
'roulette_price_straight' => '轮盘直注赔率',
'roulette_price_split' => '轮盘分注赔率',
'roulette_price_street' => '轮盘街注赔率',
'roulette_price_triple' => '轮盘三数赔率',
'roulette_price_corner' => '轮盘角注赔率',
'roulette_price_four' => '轮盘角注赔率',
'roulette_price_line' => '轮盘线注赔率',
'roulette_price_dozen' => '轮盘打注赔率',
'roulette_price_column' => '轮盘列注赔率',
'roulette_price_red' => '轮盘开红赔率',
'roulette_price_black' => '轮盘开黑赔率',
'roulette_price_odd' => '轮盘开单赔率',
'roulette_price_even' => '轮盘开双赔率',
'roulette_price_low' => '轮盘开小赔率',
'roulette_price_high' => '轮盘开大赔率',
'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' => '第一列',
'roulette_column_2' => '第二列',
'roulette_column_3' => '第三列',
'roulette_dozen_1' => '第一打',
'roulette_dozen_2' => '第二打',
'roulette_dozen_3' => '第三打',
'roulette_zeroGame' => '轮上零旁',
'roulette_neighborsOfZero' => '零旁注上角',
'roulette_orphans' => '轮上孤注',
'roulette_theThird' => '轮盘下角注',
'yes' => 'Yes',
'no' => 'No',
'manager' => 'Manager',
'manager_list' => 'Manager List',
'mobile' => 'Mobile',
'last_login_time' => 'Last login time',
'last_login_ip' => 'Last login IP',
'add_manager' => 'Add manager',
'manager_deleted' => 'Manager deleted',
'empty_mobile' => 'Empty mobile',
'empty_telegram' => 'Empty telegram',
'select_manager' => 'Please select the manager',
'bet_type' => 'Bet type',
'online_betting' => 'Online betting',
'phone_betting' => 'Phone betting'
],
];
+695
View File
@@ -0,0 +1,695 @@
<?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 [
'agent' => [
//Login
'system_name' => '后台管理系统',
'username' => '用户名',
'password' => '密码',
'verification' => '验证码',
'agent_login' => '代理登录',
'sub_login' => '子账号登录',
'login' => '登录',
'empty_username' => '请输入用户名',
'empty_password' => '请输入密码',
'empty_validateCode' => '请输入验证码',
'choose_account_type' => '请选择登录账号类型',
'error_validateCode' => '验证码错误',
'exist_username' => '用户名不存在',
'prohibits_login' => '该账号禁止登录',
'u_or_p_error' => '账号或者密码错误',
'username_exist_or_del' => '账号不存在或已被删除',
'exist_parent' => '父账号不存在',
'parent_ban' => '父账号已被禁止登陆',
//Index
'menu' => '菜单',
'personal_center' => '个人中心',
'personal_homepage' => '个人首页',
'account_management' => '账户管理',
'agent_list' => '代理管理',
'member_list' => '会员列表',
'add_agent' => '添加代理',
'add_member' => '添加会员',
'agent_deleted' => '已删除代理',
'member_deleted' => '已删除会员',
'daily_statement' => '日结表',
'report_management' => '报表管理',
'agent_daily_statement' => '代理日结表',
'table_game_query' => '台桌游戏查询',
'annotation_query' => '注单查询',
'recharge_withdrawal_query' => '充值提现查询',
'online_recharge_query' => '在线充值查询',
'supply_and_drainage_report' => '上下水报表',
'online_management' => '在线管理',
'online_players' => '在线玩家',
'sub_account_management' => '子账户管理',
'sub_account_list' => '子账户列表',
'add_sub_account' => '添加子账户',
'sub_account_deleted' => '已删除子账户',
'promotion' => '推广',
'promote_QR_codes' => '推广二维码',
'line_promote' => 'Line投推广',
'line_management' => 'Line投管理',
'sub_account' => '子账户',
'change_password' => '密码',
'exit' => '退出',
'current_account' => '当前账号',
'original_password' => '原密码',
'new_password' => '新密码',
'confirm_password' => '确认密码',
'submit_now' => '立即提交',
'enter_original_password' => '请输入原密码',
'enter_new_password' => '请输入新密码',
'enter_confirmation_password' => '请输入确认密码',
'pass_diff' => '两次密码不一致',
'enter_old_and_new' => '旧密码及新密码不能为空',
'new_pass_limit' => '密码不能小于6位',
'success_edit_pass' => '修改密码成功',
'error_edit_pass' => '修改密码出错',
'original_password_error' => '原密码错误',
'exist' => '不存在',
'sam_new_old' => '新密码不能和原密码相同',
'data_statistics' => '数据统计',
'total_number_of_agents' => '代理总数',
'new_agents_added_today' => '今日新增代理',
'total_number_of_member' => '会员总数',
'new_member_added_today' => '今日新增会员',
'user_information' => '用户信息',
'nickname' => '名称',
'login_time' => '登录时间',
'login_ip' => '登录IP',
'available_limit' => '可用额度',
'share_ratio' => '占股率',
'rebate_bet_amount' => '有效流水',
'rebate_rate' => '返水率',
'baccarat' => '百家乐',
'baccarat_1' => '百',
'dt' => '龙虎',
'dt_1' => '龙',
'cow' => '牛牛',
'cow_1' => '牛',
'three_card' => '三卡',
'three_card_1' => '三卡',
'color_plate' => '色碟',
'sic_bo' => '骰宝',
'roulette' => '轮盘',
'washing_rate' => '洗码率',
'chess_card' => '棋牌',
'chess_card_game' => '棋牌游戏',
'chess_card_game_score_log' => '棋牌游戏上下分报表',
//Agent
'attribution_type' => '归属类型',
'all' => '全部',
'directly_under' => '直属',
'search' => '查找',
'refresh' => '刷新',
'export' => '导出',
'recent_recharge' => '最近充值',
'recent_up_score' => '最近上分',
'account_balance' => '账户余额',
'under_all_balance' => '下属全员余额',
'proportion' => '占成',
'create_time' => '创建日期',
'online_recharge' => '线上充值',
'title' => '称号',
'wallet_address' => '钱包地址',
'status' => '状态',
'operate' => '操作',
'ban' => '禁用',
'enable' => '启用',
'unilateral' => '单边',
'bilateral' => '双边',
'subordinate_members' => '下级会员',
'subordinate_agents' => '下级代理',
'recharge_withdrawal' => '充值提现',
'recharge_withdrawal_2' => '加分减分',
'account_editing' => '编辑',
'no_data' => '没有数据',
'illegal_request' => '非法请求',
'status_code_error' => '状态码错误',
'account_is_disabled' => '账号已禁用',
'account_enabled' => '账号已启用',
'batch_ban' => '成功禁用该代理及其下属数量',
'batch_enable' => '成功启用该代理及其下属数量',
'parent_error' => '父级代理错误',
'automatically' => '系统生成',
'min_limit' => '最小限红',
'max_limit' => '最大限红',
'min_tie_limit' => '最小和限红',
'max_tie_limit' => '最大和限红',
'min_pair_limit' => '最小对子限红',
'max_pair_limit' => '最大对子限红',
'rate' => '码率',
'remark' => '备注',
'default' => '默认',
'limit_baccacat_word' => '小于或等于所属代理的百家乐码率',
'limit_dt_word' => '小于或等于所属代理的龙虎码率',
'limit_cow_word' => '小于或等于所属代理的牛牛码率',
'limit_tc_word' => '小于或等于所属代理的三卡码率',
'limit_rate_word' => '小于或等于所属代理的占股率',
'empty_nickname' => '请输入昵称',
'empty_min_limit' => '请输入最小限红',
'empty_max_limit' => '请输入最大限红',
'empty_min_tie_limit' => '请输入最小和限红',
'empty_max_tie_limit' => '请输入最大和限红',
'empty_min_pair_limit' => '请输入最小和限红',
'empty_max_pair_limit' => '请输入最大和限红',
'empty_wash_type' => '请选择洗码方式',
'empty_baccacat_rate' => '请输入百家乐码率',
'empty_dt_rate' => '请输入龙虎码率',
'empty_cow_rate' => '请输入牛牛码率',
'empty_tc_rate' => '请输入三宝码率',
'empty_proportion' => '请输入占成率',
'already_exist_username' =>'用户名已存在',
'letter_identification_error' => '账号字母标识错误',
'bet_type_error' => '投注方式有误',
'min_limit_0' => '最小限红不能低于0',
'max_limit_0' => '最大限红不能低于0',
'min_limit_bigger_than_max_limit' => '最小限红不能超过最大限红',
'min_tie_limit_0' => '最小和限红不能低于0',
'max_tie_limit_0' => '最大和限红不能低于0',
'min_tie_limit_bigger_than_max_tie_limit' => '最小和限红不能超过最大和限红',
'min_pair_limit_0' => '最小对子限红不能低于0',
'max_pair_limit_0' => '最大对子限红不能低于0',
'min_pair_limit_bigger_than_max_tie_limit' => '最小对子限红不能超过最大对子限红',
'limit_cannot_bigger' => '限红不能超出',
'tie_limit_cannot_bigger' => '和限红不能超出',
'pair_limit_cannot_bigger' => '对子限红不能超出',
'min_nn_limit' => '最小牛牛限红',
'max_nn_limit' => '最大牛牛限红',
'empty_min_nn_limit' => '请输入最小牛牛限红',
'empty_max_nn_limit' => '请输入最大牛牛限红',
'min_nn_limit_0' => '最小牛牛限红不能低于0',
'max_nn_limit_0' => '最大牛牛限红不能低于0',
'min_nn_limit_bigger_than_max' => '最小牛牛限红不能超过最大牛牛限红',
'nn_limit_cannot_bigger' => '牛牛限红不能超出',
'baccarat_limit_0' => '百家乐码率不能低于0',
'baccarat_cannot_bigger_agent' => '百家乐码率不能超过所属代理的百家乐码率',
'dt_limit_0' => '龙虎码率不能低于0',
'dt_cannot_bigger_agent' => '龙虎码率不能超过所属代理的龙虎码率',
'cow_limit_0' => '牛牛率不能低于0',
'cow_cannot_bigger_agent' => '牛牛码率不能超过所属代理的牛牛码率',
'tc_limit_0' => '三卡率不能低于0',
'tc_cannot_bigger_agent' => '三卡码率不能超过所属代理的三卡码率',
'proportion_cannot_bigger_agent' => '占股率不能超过所属代理的占股率',
'rebate_cannot_bigger_agent' => '返水率不能超过所属代理的返水率',
'added_successfully' => '添加成功',
'add_failed' => '添加失败',
'operation_error' => '操作错误',
'error_id' => '角色id不存在',
'baccarat_cannot_lower_agent' => '百家乐码率不能低于下级代理的百家乐码率',
'dt_cannot_lower_agent' => '龙虎码率不能低于下级代理的龙虎码率',
'cow_cannot_lower_agent' => '牛牛码率不能低于下级代理的牛牛码率',
'tc_cannot_lower_agent' => '三宝码率不能低于下级代理的三宝码率',
'proportion_cannot_lower_agent' => '占股不能低于下级代理的占股',
'rebate_cannot_lower_agent' => '返水率不能低于下级代理的返水率',
'edit_successfully' => '编辑成功',
'edit_failed' => '编辑失败',
//onlint
'total_num' => '总人数',
'pc' => '电脑版',
'ios' => '苹果版',
'android' => '安卓版',
'web' => '网页版',
'wc' => '微投',
'total_money' => '总金额',
'client' => '客户端',
'red_waring' => '数据标红则疑似对打',
'table_num' => '桌台号',
'all_bet' => '总押',
'unknown' => '未知',
'operation_successful' => '操作成功',
'force_offline' => '强制下线',
'details' => '详情',
'sure_offline' => '确定强制该玩家下线吗',
//report
'agent' => '代理',
'member' => '会员',
'yse' => '是',
'no' => '否',
'member_type' => '会员类型',
'all_win' => '总赢',
'member_all_win' => '会员总赢',
'all_wash_code' => '总洗码',
'whether_to_share_wash_code' => '是否分担洗码',
'wash_type' => '洗码方式',
'wash_fee' => '洗码费',
'share_earnings' => '占股收益',
'already_exp' => '已导出支持列表,请不要重复刷新该页面',
'no_exp' => '没有可以导出的列表',
'start_time' => '开始时间',
'end_time' => '结束时间',
'game_type' => '游戏类型',
'today' => '今日',
'yesterday' => '昨日',
'this_week' => '本周',
'last_week' => '上周',
'this_month' => '本月',
'last_month' => '上月',
'collect_pay_money_subordinates' => '应收/应付下级',
'collect_pay_money_superiors' => '应收/应付上级',
'banker' => '庄',
'player' => '闲',
'tie' => '和',
'banker_pair' => '庄对',
'player_pair' => '闲对',
'banker_player_pair' => '庄闲对',
'awarded' => '已开奖',
'unlicensed' => '未开奖',
'dragon' => '龙',
'tiger' => '虎',
'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)翻倍',
'table' => '台桌',
'superior_account' => '上级账号',
'betting_time' => '投注时间',
'boots' => '靴号',
'round' => '局数',
'betting_point' => '投注点',
'lottery_opening_time' => '开奖时间',
'result' => '结果',
'result_before_modification' => '修改前结果',
'win_or_lose' => '输赢',
'balance_before_betting' => '投注前余额',
'balance_after_betting' => '投注后余额',
'balance_after_lottery' => '开奖后余额',
'total' => '合计',
'odd_numbers' => '注单号',
'betting_money' => '下注金额',
'code_washing_amount' => '洗码量',
'odd_code_fee' => '注单码费',
'code_amount' => '码量',
'settled_code_amount' => '已结码量',
'unsettled_code_amount' => '未结码量',
'unsettled_rebate_amount' => '未结返水',
'code_income' => '码费收益',
'recharge' => '充值/加分',
'withdrawal' => '提现/减分',
'time' => '时间',
'type' => '类型',
'amount_before_operation' => '操作前金额',
'amount_after_operation' => '操作后金额',
'Recharge_withdrawal_amount' => '充值提现金额',
'operator' => '操作人',
'operation_type' => '操作类型',
'amount_before_recharge' => '充值前金额',
'amount_after_recharge' => '充值后金额',
'Recharge_amount' => '充值金额',
'game_name' => '游戏名称',
'room_num' => '房间号',
'all_bet' => '总投注',
'win_or_lose_absolute' => '输赢绝对值',
'tax' => '税收',
'money_before_bet' => '下注前金额',
'water' => '流水',
'commission' => '抽佣',
'free_commission' => '免佣',
'order_no' => '订单号',
'order_id' => '订单id',
'order_type' => '订单类型',
'allocation_user_id' => '分配用户ID',
'order_money' => '订单金额',
'confirm_money' => '确认金额',
'pay_status' => '支付状态',
'order_time' => '下单时间',
'pay_time' => '支付时间',
'up_score' => '上分',
'down_score' => '下分',
'un_pay' => '未支付',
'pay_success' => '支付成功',
'pay_fail' => '支付失败',
'share_code_amount' => '分担码量',
'code_income' => '码费收益',
'share_income' => '占股收益',
'rebate_income' => '返水收益',
'unsettled_rebate_income' => '未结返水收益',
'settled_rebate_income' => '已结返水收益',
'qp_rebate_income' => '棋牌返水收益',
'qp_unsettled_rebate_income' => '棋牌未结返水收益',
'qp_settled_rebate_income' => '棋牌已结返水收益',
'rebate_income' => '返水收益',
'bet_share_income' => '输赢占股收益',
'profit_share_income' => '实际占股收益',
'settled_share_income' => '已结占股收益',
'unsettled_share_income' => '未结占股收益',
'all_income' => '总收益',
'game_report' => '游戏报表',
'details_1' => '查看详细',
'subordinates' => '查看下级',
'up_down_score_query' => '上下分查询',
'up_down_money' => '上下分金额',
'settle_report' => '结算报表',
'recharge_query' => '充值查询',
'withdraw_query' => '提现查询',
'bet_detail' => '下注明细',
'wash_code_detail' => '洗码明细',
'Settled_code_record' => '洗码结算记录',
'share_detail' => '占股明细',
'Settled_share_record' => '占股结算记录',
'Settled_rebate_record' => '返水结算记录',
'settled_method' => '结算方式',
'operate_terminal' => '操作端',
'wash_code_account' => '洗码账号',
'settle_account' => '结算账号',
'rebate_account' => '返水账号',
'wash_code_amount' => '洗码总量',
'wash_code_last_time' => '最近洗码时间',
'settle_last_time' => '最近结算时间',
'rebate_last_time' => '最近返水时间',
'up_down_score' => '余额上下分',
'cash_settlement' => '现金结算',
'need_wash_type' => '请选择洗码方式',
'previous_wash_code' => '上期洗码',
'current_wash_code' => '今期洗码',
'all_wash_code_1' => '全部洗码',
'previous_rebate' => '上期返水',
'current_rebate' => '今期返水',
'all_rebate' => '全部返水',
'rebate_amount' => '返水金额',
'unsettled_share_code_amount' => '未结分担码量',
'query' => '查询',
'need_settle_type' => '请选择结算方式',
'need_time' => '请正确选择查询的时间范围',
//sub
'supply_and_drainage_management' => '上下水管理',
'sub_account_function' => '子账号功能',
'edit_sub_account' => '编辑子账号',
'delete_sub_account' => '删除子账号',
'is_delete_sub_account' => '是否删除该子账户',
'select_account_function' => '请选择账号功能',
'account_function_error' => '账号功能有误',
//settle
'whether_to_send_points' => '是否送分',
'money' => '金额',
'current_available_limit_is' => '您当前可用的额度为',
'enter_amount' => '请输入金额',
'amount_big_than_0' => '金额必须大于0',
'recharge_exceeds_limit' => '充值金额超出您的额度',
'insufficient_balance' => '对方余额不足',
'are_you_sure' => '您确认操作吗 ',
'm_recharge' => '充值',
'm_withdrawal' => '提现',
'confirm_operation' => '确认操作',
'do_not_resubmit' => '请勿重复提交',
'recharged_successfully' => '充值成功',
'recharged_failed' => '充值失败',
'withdrawal_successful' => '提现成功',
'withdrawal_failed' => '提现失败',
'wrong_r_w_type' => '充值/提现类型错误',
'non_negative_number' => '请输入非负数',
//player
'banker_odds' => '押庄赔率',
'player_odds' => '押闲赔率',
'pair_odds' => '押对子赔率',
'tie_odds' => '押和赔率',
'baccarct_tie_odds' => '百家乐押和赔率',
'big_odds' => '押大赔率',
'small_odds' => '押小赔率',
'dragon_odds' => '押龙赔率',
'tiger_odds' => '押虎赔率',
'dt_tie_odds' => '龙虎押和赔率',
'five_Lords_odds' => '押五公赔率',
'cow0_cow6_odds' => '押无牛--牛6赔率',
'cow7_cow9_odds' => '押牛7--牛9赔率',
'cowcow_odds' => '押牛牛赔率',
'tc_cow1_odds' => '三卡押牛一赔率',
'tc_cow2_odds' => '三卡押牛二赔率',
'tc_cow3_odds' => '三卡押牛三赔率',
'tc_cow4_odds' => '三卡押牛四赔率',
'tc_cow5_odds' => '三卡押牛五赔率',
'tc_cow6_odds' => '三卡押牛六赔率',
'tc_cow7_odds' => '三卡押牛七赔率',
'tc_cow8_odds' => '三卡押牛八赔率',
'tc_cow9_odds' => '三卡押牛九赔率',
'tc_cowcow_odds' => '三卡押牛牛赔率',
'tc_leopard_odds' => '三卡押豹子赔率',
'tc_straight_flush' => '三卡押同花顺赔率',
'tc_royal_flush' => '三卡押皇家同花顺赔率',
'daily_win_limit' => '日赢上限',
'unrestricted' => '0为不限制',
'empty_day_win_limit' => '请输入日赢上限',
'agent_baccarat_cannot_exceed_10' => '上级代理抽水(百家乐)不能大于10',
'agent_dt_cannot_exceed_10' => '上级代理抽水(龙虎)不能大于10',
'agent_cow_cannot_exceed_10' => '上级代理抽水(牛牛)不能大于10',
'agent_tc_cannot_exceed_10' => '上级代理抽水(三卡)不能大于10',
'agent_commission_tc_cannot_exceed_10' => '上级代理抽佣(三卡牛牛)不能大于10',
'is_online' => '是否在线',
'online_recharge' => '线上充值',
'offline' => '离线',
'online' => '在线',
'bilateral_code_wash' => '双边洗码',
'unilateral_code_wash' => '单边洗码',
'change_agent' => '更改代理',
'current_agent' => '当前代理',
'new_agent' => '新代理',
'choose' => '请选择',
'choose_the_new_agent' => '请选择要更换的代理账号',
'already_bet' => '该会员已经进行过投注,不允许更换代理',
'already_recharge' => '该会员已经进行过充值,不允许更换代理',
'new_agent_error' => '新的代理账号不存在',
'cannot_do' => '无权限进行该操作',
'relationship_structure' => '关系结构',
'message' => '消息',
'deleted_successfully' => '删除成功',
'delete_failed' => '删除失败',
'luck_six' => '幸运六',
'big' => '大',
'small' => '小',
//new
'game_102' => '百人牛牛',
'game_103' => '抢庄牛牛',
'game_104' => '红黑大战',
'game_105' => '龙虎斗',
'game_106' => '百家乐',
'game_107' => '捕鱼',
'game_110' => '飞禽走兽',
'game_111' => '奔驰宝马',
'game_117' => '九线拉王',
'game_122' => '二十一点',
'game_126' => '十三水',
'game_127' => '骰宝',
'game_131' => '牌九',
'game_133' => '红包扫雷',
'game_145' => '财神到',
'game_147' => '三公',
'game_148' => '糖果派对',
'game_149' => '李逵劈鱼',
'game_153' => '海王捕魚',
'game_154' => '色碟',
'game_156' => '越南骰大小',
'game_157' => '南方上进',
'game_160' => '鱼虾蟹',
'game_161' => '扶董天王',
'game_163' => '越南牌九',
'game_212' => '水浒传',
'game_214' => '金蟾捕鱼',
'game_230' => '越南彩',
'color_disc' => '色碟',
'color_disc_price_1' => '色碟大小单双赔率',
'color_disc_price_2' => '色碟大小同色赔率',
'color_disc_price_3' => '色碟大小出现单个赔率',
'toning_zero' => '0区下注额',
'toning_four' => '4区下注额',
'toning_one' => '1区下注额',
'toning_three' => '3区下注额',
'toning_big' => '大区下注额',
'toning_small' => '小区下注额',
'toning_singular' => '单区下注额',
'toning_plural' => '双区下注额',
'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白',
'dice_price_small' => '骰子开小赔率',
'dice_price_big' => '骰子开大赔率',
'dice_price_singular' => '骰子开单赔率',
'dice_price_plural' => '骰子开双赔率',
'dice_price_two_11' => '骰子开两个1赔率',
'dice_price_two_22' => '骰子开两个2赔率',
'dice_price_two_33' => '骰子开两个3赔率',
'dice_price_two_44' => '骰子开两个4赔率',
'dice_price_two_55' => '骰子开两个5赔率',
'dice_price_two_66' => '骰子开两个6赔率',
'dice_price_leopard' => '骰子开全围赔率',
'dice_price_three_111' => '骰子开三个1赔率',
'dice_price_three_222' => '骰子开三个2赔率',
'dice_price_three_333' => '骰子开三个3赔率',
'dice_price_three_444' => '骰子开三个4赔率',
'dice_price_three_555' => '骰子开三个5赔率',
'dice_price_three_666' => '骰子开三个6赔率',
'dice_price_number_4' => '骰子开4点赔率',
'dice_price_number_5' => '骰子开5点赔率',
'dice_price_number_6' => '骰子开6点赔率',
'dice_price_number_7' => '骰子开7点赔率',
'dice_price_number_8' => '骰子开8点赔率',
'dice_price_number_9' => '骰子开9点赔率',
'dice_price_number_10' => '骰子开10点赔率',
'dice_price_number_11' => '骰子开11点赔率',
'dice_price_number_12' => '骰子开12点赔率',
'dice_price_number_13' => '骰子开13点赔率',
'dice_price_number_14' => '骰子开14点赔率',
'dice_price_number_15' => '骰子开15点赔率',
'dice_price_number_16' => '骰子开16点赔率',
'dice_price_number_17' => '骰子开17点赔率',
'dice_price_two_12' => '骰子结果中含有12赔率',
'dice_price_two_13' => '骰子结果中含有13赔率',
'dice_price_two_14' => '骰子结果中含有14赔率',
'dice_price_two_15' => '骰子结果中含有15赔率',
'dice_price_two_16' => '骰子结果中含有16赔率',
'dice_price_two_23' => '骰子结果中含有23赔率',
'dice_price_two_24' => '骰子结果中含有24赔率',
'dice_price_two_25' => '骰子结果中含有25赔率',
'dice_price_two_26' => '骰子结果中含有26赔率',
'dice_price_two_34' => '骰子结果中含有34赔率',
'dice_price_two_35' => '骰子结果中含有35赔率',
'dice_price_two_36' => '骰子结果中含有36赔率',
'dice_price_two_45' => '骰子结果中含有45赔率',
'dice_price_two_46' => '骰子结果中含有46赔率',
'dice_price_two_56' => '骰子结果中含有56赔率',
'dice_price_once' => '骰子开单骰赔率',
'dice_price_double' => '骰子开双骰赔率',
'dice_price_triple' => '骰子开三骰赔率',
'dice' => '骰宝',
'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_price_straight' => '轮盘直注赔率',
'roulette_price_split' => '轮盘分注赔率',
'roulette_price_street' => '轮盘街注赔率',
'roulette_price_triple' => '轮盘三数赔率',
'roulette_price_corner' => '轮盘角注赔率',
'roulette_price_four' => '轮盘四数赔率',
'roulette_price_line' => '轮盘线注赔率',
'roulette_price_dozen' => '轮盘打注赔率',
'roulette_price_column' => '轮盘列注赔率',
'roulette_price_red' => '轮盘开红赔率',
'roulette_price_black' => '轮盘开黑赔率',
'roulette_price_odd' => '轮盘开单赔率',
'roulette_price_even' => '轮盘开双赔率',
'roulette_price_low' => '轮盘开小赔率',
'roulette_price_high' => '轮盘开大赔率',
'roulette_splite' => '',
'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' => '轮盘下角注',
'yes' => '是',
'no' => '否',
'manager' => '客户经理',
'manager_list' => '经理列表',
'mobile' => '手机',
'last_login_time' => '最后登录时间',
'last_login_ip' => '最后登录IP',
'add_manager' => '添加经理',
'manager_deleted' => '已删除经理',
'empty_mobile' => '请输入手机号码',
'empty_telegram' => '请输入Telegram',
'select_manager' => '请选择客户经理',
'bet_type' => '投注方式',
'online_betting' => '网络投注',
'phone_betting' => '电话投注'
],
];
+693
View File
@@ -0,0 +1,693 @@
<?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 [
'agent' => [
//Login
'system_name' => '後颱管理繫統',
'username' => '用戶名',
'password' => '密碼',
'verification' => '驗証碼',
'agent_login' => '代理登錄',
'sub_login' => '子賬號登錄',
'login' => '登錄',
'empty_username' => '請輸入用戶名',
'empty_password' => '請輸入密碼',
'empty_validateCode' => '請輸入驗証碼',
'choose_account_type' => '請選擇登錄賬號類型',
'error_validateCode' => '驗証碼錯誤',
'exist_username' => '用戶名不存在',
'prohibits_login' => '該賬號禁止登錄',
'u_or_p_error' => '賬號或者密碼錯誤',
'username_exist_or_del' => '賬號不存在或已被刪除',
'exist_parent' => '父賬號不存在',
'parent_ban' => '父賬號已被禁止登陸',
//Index
'menu' => '菜單',
'personal_center' => '個人中心',
'personal_homepage' => '個人首頁',
'account_management' => '賬戶管理',
'agent_list' => '代理管理',
'member_list' => '會員列表',
'add_agent' => '添加代理',
'add_member' => '添加會員',
'agent_deleted' => '已刪除代理',
'member_deleted' => '已刪除會員',
'daily_statement' => '日結表',
'report_management' => '報表管理',
'agent_daily_statement' => '代理日結表',
'table_game_query' => '颱桌遊戲查詢',
'annotation_query' => '注單查詢',
'recharge_withdrawal_query' => '充值提現查詢',
'online_recharge_query' => '在線充值查詢',
'supply_and_drainage_report' => '上下水報表',
'online_management' => '在線管理',
'online_players' => '在線玩家',
'sub_account_management' => '子賬戶管理',
'sub_account_list' => '子賬戶列表',
'add_sub_account' => '添加子賬戶',
'sub_account_deleted' => '已刪除子賬戶',
'promotion' => '推廣',
'promote_QR_codes' => '推廣二維碼',
'line_promote' => 'Line投推廣',
'line_management' => 'Line投管理',
'sub_account' => '子賬戶',
'change_password' => '密碼',
'exit' => '退出',
'current_account' => '當前賬號',
'original_password' => '原密碼',
'new_password' => '新密碼',
'confirm_password' => '確認密碼',
'submit_now' => '立即提交',
'enter_original_password' => '請輸入原密碼',
'enter_new_password' => '請輸入新密碼',
'enter_confirmation_password' => '請輸入確認密碼',
'pass_diff' => '兩次密碼不一緻',
'enter_old_and_new' => '舊密碼及新密碼不能爲空',
'new_pass_limit' => '密碼不能小於6位',
'success_edit_pass' => '修改密碼成功',
'error_edit_pass' => '修改密碼出錯',
'original_password_error' => '原密碼錯誤',
'exist' => '不存在',
'sam_new_old' => '新密碼不能和原密碼相同',
'data_statistics' => '數據統計',
'total_number_of_agents' => '代理總數',
'new_agents_added_today' => '今日新增代理',
'total_number_of_member' => '會員總數',
'new_member_added_today' => '今日新增會員',
'user_information' => '用戶信息',
'nickname' => '名稱',
'login_time' => '登錄時間',
'login_ip' => '登錄IP',
'available_limit' => '可用額度',
'share_ratio' => '佔股率',
'rebate_bet_amount' => '有效流水',
'rebate_rate' => '返水率',
'baccarat' => '百家樂',
'baccarat_1' => '百',
'dt' => '龍虎',
'dt_1' => '龍',
'cow' => '牛牛',
'cow_1' => '牛',
'three_card' => '三卡',
'three_card_1' => '三卡',
'color_plate' => '色碟',
'sic_bo' => '骰寶',
'roulette' => '輪盤',
'washing_rate' => '洗碼率',
'chess_card' => '棋牌',
'chess_card_game' => '棋牌遊戲',
'chess_card_game_score_log' => '棋牌遊戲上下分報表',
//Agent
'attribution_type' => '歸屬類型',
'all' => '全部',
'directly_under' => '直屬',
'search' => '查找',
'refresh' => '刷新',
'export' => '導出',
'recent_recharge' => '最近充值',
'recent_up_score' => '最近上分',
'account_balance' => '賬戶餘額',
'under_all_balance' => '下属全员餘額',
'proportion' => '佔成',
'create_time' => '創建日期',
'online_recharge' => '線上充值',
'title' => '稱號',
'wallet_address' => '錢包地址',
'status' => '狀態',
'operate' => '操作',
'ban' => '禁用',
'enable' => '啟用',
'unilateral' => '單邊',
'bilateral' => '雙邊',
'subordinate_members' => '下級會員',
'subordinate_agents' => '下級代理',
'recharge_withdrawal' => '充值提現',
'recharge_withdrawal_2' => '加分減分',
'account_editing' => '編輯',
'no_data' => '沒有數據',
'illegal_request' => '非法請求',
'status_code_error' => '狀態碼錯誤',
'account_is_disabled' => '賬號已禁用',
'account_enabled' => '賬號已啟用',
'batch_ban' => '成功禁用該代理及其下屬數量',
'batch_enable' => '成功啟用該代理及其下屬數量',
'parent_error' => '父級代理錯誤',
'automatically' => '繫統生成',
'min_limit' => '最小限紅',
'max_limit' => '最大限紅',
'min_tie_limit' => '最小和限紅',
'max_tie_limit' => '最大和限紅',
'min_pair_limit' => '最小對子限紅',
'max_pair_limit' => '最大對子限紅',
'rate' => '碼率',
'remark' => '備注',
'default' => '默認',
'limit_baccacat_word' => '小於或等於所屬代理的百家樂碼率',
'limit_dt_word' => '小於或等於所屬代理的龍虎碼率',
'limit_cow_word' => '小於或等於所屬代理的牛牛碼率',
'limit_tc_word' => '小於或等於所屬代理的三卡碼率',
'limit_rate_word' => '小於或等於所屬代理的佔股率',
'empty_nickname' => '請輸入暱稱',
'empty_min_limit' => '請輸入最小限紅',
'empty_max_limit' => '請輸入最大限紅',
'empty_min_tie_limit' => '請輸入最小和限紅',
'empty_max_tie_limit' => '請輸入最大和限紅',
'empty_min_pair_limit' => '請輸入最小和限紅',
'empty_max_pair_limit' => '請輸入最大和限紅',
'empty_wash_type' => '請選擇洗碼方式',
'empty_baccacat_rate' => '請輸入百家樂碼率',
'empty_dt_rate' => '請輸入龍虎碼率',
'empty_cow_rate' => '請輸入牛牛碼率',
'empty_tc_rate' => '請輸入三寶碼率',
'empty_proportion' => '請輸入佔成率',
'already_exist_username' =>'用戶名已存在',
'letter_identification_error' => '賬號字母標識錯誤',
'bet_type_error' => '投注方式有誤',
'min_limit_0' => '最小限紅不能低於0',
'max_limit_0' => '最大限紅不能低於0',
'min_limit_bigger_than_max_limit' => '最小限紅不能超過最大限紅',
'min_tie_limit_0' => '最小和限紅不能低於0',
'max_tie_limit_0' => '最大和限紅不能低於0',
'min_tie_limit_bigger_than_max_tie_limit' => '最小和限紅不能超過最大和限紅',
'min_pair_limit_0' => '最小對子限紅不能低於0',
'max_pair_limit_0' => '最大對子限紅不能低於0',
'min_pair_limit_bigger_than_max_tie_limit' => '最小對子限紅不能超過最大對子限紅',
'limit_cannot_bigger' => '限紅不能超出',
'tie_limit_cannot_bigger' => '和限紅不能超出',
'pair_limit_cannot_bigger' => '對子限紅不能超出',
'min_nn_limit' => '最小牛牛限紅',
'max_nn_limit' => '最大牛牛限紅',
'empty_min_nn_limit' => '請輸入最小牛牛限紅',
'empty_max_nn_limit' => '請輸入最大牛牛限紅',
'min_nn_limit_0' => '最小牛牛限紅不能低於0',
'max_nn_limit_0' => '最大牛牛限紅不能低於0',
'min_nn_limit_bigger_than_max' => '最小牛牛限紅不能超過最大牛牛限紅',
'nn_limit_cannot_bigger' => '牛牛限紅不能超出',
'baccarat_limit_0' => '百家樂碼率不能低於0',
'baccarat_cannot_bigger_agent' => '百家樂碼率不能超過所屬代理的百家樂碼率',
'dt_limit_0' => '龍虎碼率不能低於0',
'dt_cannot_bigger_agent' => '龍虎碼率不能超過所屬代理的龍虎碼率',
'cow_limit_0' => '牛牛率不能低於0',
'cow_cannot_bigger_agent' => '牛牛碼率不能超過所屬代理的牛牛碼率',
'tc_limit_0' => '三卡率不能低於0',
'tc_cannot_bigger_agent' => '三卡碼率不能超過所屬代理的三卡碼率',
'proportion_cannot_bigger_agent' => '佔股率不能超過所屬代理的佔股率',
'rebate_cannot_bigger_agent' => '返水率不能超过所属代理的返水率',
'added_successfully' => '添加成功',
'add_failed' => '添加失敗',
'operation_error' => '操作錯誤',
'error_id' => '角色id不存在',
'baccarat_cannot_lower_agent' => '百家樂碼率不能低於下級代理的百家樂碼率',
'dt_cannot_lower_agent' => '龍虎碼率不能低於下級代理的龍虎碼率',
'cow_cannot_lower_agent' => '牛牛碼率不能低於下級代理的牛牛碼率',
'tc_cannot_lower_agent' => '三寶碼率不能低於下級代理的三寶碼率',
'proportion_cannot_lower_agent' => '佔股不能低於下級代理的佔股',
'rebate_cannot_lower_agent' => '返水率不能低於下级代理的返水率',
'edit_successfully' => '編輯成功',
'edit_failed' => '編輯失敗',
//onlint
'total_num' => '總人數',
'pc' => '電腦版',
'ios' => '蘋果版',
'android' => '安卓版',
'web' => '網頁版',
'wc' => '微投',
'total_money' => '總金額',
'client' => '客戶端',
'red_waring' => '數據標紅則疑似對打',
'table_num' => '桌颱號',
'all_bet' => '總押',
'unknown' => '未知',
'operation_successful' => '操作成功',
'force_offline' => '強製下線',
'details' => '詳情',
'sure_offline' => '確定強製該玩家下線嗎',
//report
'agent' => '代理',
'member' => '會員',
'yse' => '是',
'no' => '否',
'member_type' => '會員類型',
'all_win' => '總贏',
'member_all_win' => '會員總贏',
'all_wash_code' => '總洗碼',
'whether_to_share_wash_code' => '是否分擔洗碼',
'wash_type' => '洗碼方式',
'wash_fee' => '洗碼費',
'share_earnings' => '佔股收益',
'already_exp' => '已導出支持列表,請不要重複刷新該頁麵',
'no_exp' => '沒有可以導出的列表',
'start_time' => '開始時間',
'end_time' => '結束時間',
'game_type' => '遊戲類型',
'today' => '今日',
'yesterday' => '昨日',
'this_week' => '本週',
'last_week' => '上週',
'this_month' => '本月',
'last_month' => '上月',
'collect_pay_money_subordinates' => '應收/應付下級',
'collect_pay_money_superiors' => '應收/應付上級',
'banker' => '莊',
'player' => '閒',
'tie' => '和',
'banker_pair' => '莊對',
'player_pair' => '閒對',
'banker_player_pair' => '莊閒對',
'awarded' => '已開獎',
'unlicensed' => '未開獎',
'dragon' => '龍',
'tiger' => '虎',
'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)翻倍',
'table' => '颱桌',
'superior_account' => '上級賬號',
'betting_time' => '投注時間',
'boots' => '靴號',
'round' => '局數',
'betting_point' => '投注點',
'lottery_opening_time' => '開獎時間',
'result' => '結果',
'result_before_modification' => '修改前結果',
'win_or_lose' => '輸贏',
'balance_before_betting' => '投注前餘額',
'balance_after_betting' => '投注後餘額',
'balance_after_lottery' => '開獎後餘額',
'total' => '合計',
'odd_numbers' => '注單號',
'betting_money' => '下注金額',
'code_washing_amount' => '洗碼量',
'odd_code_fee' => '注單碼費',
'code_amount' => '碼量',
'settled_code_amount' => '已結碼量',
'unsettled_code_amount' => '未結碼量',
'unsettled_rebate_amount' => '未結返水',
'code_income' => '碼費收益',
'recharge' => '充值/加分',
'withdrawal' => '提現/减分',
'time' => '時間',
'type' => '類型',
'amount_before_operation' => '操作前金額',
'amount_after_operation' => '操作後金額',
'Recharge_withdrawal_amount' => '充值提現金額',
'operator' => '操作人',
'operation_type' => '操作類型',
'amount_before_recharge' => '充值前金額',
'amount_after_recharge' => '充值後金額',
'Recharge_amount' => '充值金額',
'game_name' => '遊戲名稱',
'room_num' => '房間號',
'all_bet' => '總投注',
'win_or_lose_absolute' => '輸贏絶對值',
'tax' => '稅收',
'money_before_bet' => '下注前金額',
'water' => '流水',
'commission' => '抽傭',
'free_commission' => '免傭',
'order_no' => '訂單號',
'order_id' => '訂單id',
'order_type' => '訂單類型',
'allocation_user_id' => '分配用戶ID',
'order_money' => '訂單金額',
'confirm_money' => '確認金額',
'pay_status' => '支付狀態',
'order_time' => '下單時間',
'pay_time' => '支付時間',
'up_score' => '上分',
'down_score' => '下分',
'un_pay' => '未支付',
'pay_success' => '支付成功',
'pay_fail' => '支付失敗',
'share_code_amount' => '分擔碼量',
'code_income' => '碼費收益',
'share_income' => '佔股收益',
'rebate_income' => '返水收益',
'unsettled_rebate_income' => '未結返水收益',
'settled_rebate_income' => '已結返水收益',
'qp_rebate_income' => '棋牌返水收益',
'qp_unsettled_rebate_income' => '棋牌未結返水收益',
'qp_settled_rebate_income' => '棋牌已結返水收益',
'rebate_income' => '返水收益',
'bet_share_income' => '輸贏佔股收益',
'profit_share_income' => '實際佔股收益',
'settled_share_income' => '已結佔股收益',
'unsettled_share_income' => '未結佔股收益',
'all_income' => '總收益',
'game_report' => '遊戲報表',
'details_1' => '查看詳細',
'subordinates' => '查看下級',
'up_down_score_query' => '上下分查詢',
'up_down_money' => '上下分金額',
'settle_report' => '結算報表',
'recharge_query' => '充值查詢',
'withdraw_query' => '提現查詢',
'bet_detail' => '下注明細',
'wash_code_detail' => '洗碼明細',
'Settled_code_record' => '洗碼結算記錄',
'share_detail' => '佔股明細',
'Settled_share_record' => '佔股結算記錄',
'Settled_rebate_record' => '返水結算記錄',
'settled_method' => '結算方式',
'operate_terminal' => '操作端',
'wash_code_account' => '洗碼賬號',
'settle_account' => '結算賬號',
'rebate_account' => '返水賬號',
'wash_code_amount' => '洗碼總量',
'wash_code_last_time' => '最近洗碼時間',
'settle_last_time' => '最近結算時間',
'rebate_last_time' => '最近返水時間',
'up_down_score' => '餘額上下分',
'cash_settlement' => '現金結算',
'need_wash_type' => '請選擇洗碼方式',
'previous_wash_code' => '上期洗碼',
'current_wash_code' => '今期洗碼',
'all_wash_code_1' => '全部洗碼',
'previous_rebate' => '上期返水',
'current_rebate' => '今期返水',
'all_rebate' => '全部返水',
'rebate_amount' => '返水金額',
'unsettled_share_code_amount' => '未結分擔碼量',
'query' => '查詢',
'need_settle_type' => '請選擇結算方式',
'need_time' => '請正確選擇查詢的時間範圍',
//sub
'supply_and_drainage_management' => '上下水管理',
'sub_account_function' => '子賬號功能',
'edit_sub_account' => '編輯子賬號',
'delete_sub_account' => '刪除子賬號',
'is_delete_sub_account' => '是否刪除該子賬戶',
'select_account_function' => '請選擇賬號功能',
'account_function_error' => '賬號功能有誤',
//settle
'whether_to_send_points' => '是否送分',
'money' => '金額',
'current_available_limit_is' => '您當前可用的額度爲',
'enter_amount' => '請輸入金額',
'amount_big_than_0' => '金額必須大於0',
'recharge_exceeds_limit' => '充值金額超出您的額度',
'insufficient_balance' => '對方餘額不足',
'are_you_sure' => '您確認操作嗎 ',
'm_recharge' => '充值',
'm_withdrawal' => '提現',
'confirm_operation' => '確認操作',
'do_not_resubmit' => '請勿重複提交',
'recharged_successfully' => '充值成功',
'recharged_failed' => '充值失敗',
'withdrawal_successful' => '提現成功',
'withdrawal_failed' => '提現失敗',
'wrong_r_w_type' => '充值/提現類型錯誤',
'non_negative_number' => '請輸入非負數',
//player
'banker_odds' => '押莊賠率',
'player_odds' => '押閒賠率',
'pair_odds' => '押對子賠率',
'tie_odds' => '押和賠率',
'baccarct_tie_odds' => '百家樂押和賠率',
'big_odds' => '押大賠率',
'small_odds' => '押小賠率',
'dragon_odds' => '押龍賠率',
'tiger_odds' => '押虎賠率',
'dt_tie_odds' => '龍虎押和賠率',
'five_Lords_odds' => '押五公賠率',
'cow0_cow6_odds' => '押無牛--牛6賠率',
'cow7_cow9_odds' => '押牛7--牛9賠率',
'cowcow_odds' => '押牛牛賠率',
'tc_cow1_odds' => '三卡押牛一賠率',
'tc_cow2_odds' => '三卡押牛二賠率',
'tc_cow3_odds' => '三卡押牛三賠率',
'tc_cow4_odds' => '三卡押牛四賠率',
'tc_cow5_odds' => '三卡押牛五賠率',
'tc_cow6_odds' => '三卡押牛六賠率',
'tc_cow7_odds' => '三卡押牛七賠率',
'tc_cow8_odds' => '三卡押牛八賠率',
'tc_cow9_odds' => '三卡押牛九賠率',
'tc_cowcow_odds' => '三卡押牛牛賠率',
'tc_leopard_odds' => '三卡押豹子賠率',
'tc_straight_flush' => '三卡押同花順賠率',
'tc_royal_flush' => '三卡押皇家同花順賠率',
'daily_win_limit' => '日贏上限',
'unrestricted' => '0爲不限製',
'empty_day_win_limit' => '請輸入日贏上限',
'agent_baccarat_cannot_exceed_10' => '上級代理抽水(百家樂)不能大於10',
'agent_dt_cannot_exceed_10' => '上級代理抽水(龍虎)不能大於10',
'agent_cow_cannot_exceed_10' => '上級代理抽水(牛牛)不能大於10',
'agent_tc_cannot_exceed_10' => '上級代理抽水(三卡)不能大於10',
'agent_commission_tc_cannot_exceed_10' => '上級代理抽傭(三卡牛牛)不能大於10',
'is_online' => '是否在線',
'online_recharge' => '線上充值',
'offline' => '離線',
'online' => '在線',
'bilateral_code_wash' => '雙邊洗碼',
'unilateral_code_wash' => '單邊洗碼',
'change_agent' => '更改代理',
'current_agent' => '當前代理',
'new_agent' => '新代理',
'choose' => '請選擇',
'choose_the_new_agent' => '請選擇要更換的代理賬號',
'already_bet' => '該會員已經進行過投注,不允許更換代理',
'already_recharge' => '該會員已經進行過充值,不允許更換代理',
'new_agent_error' => '新的代理賬號不存在',
'cannot_do' => '無權限進行該操作',
'relationship_structure' => '關繫結構',
'message' => '消息',
'deleted_successfully' => '刪除成功',
'delete_failed' => '刪除失敗',
'luck_six' => '幸運六',
'big' => '大',
'small' => '小',
//new
'game_102' => '百人牛牛',
'game_103' => '搶莊牛牛',
'game_104' => '紅黑大戰',
'game_105' => '龍虎鬥',
'game_106' => '百家樂',
'game_107' => '捕魚',
'game_110' => '飛禽走獸',
'game_111' => '奔馳寶馬',
'game_117' => '九線拉王',
'game_122' => '二十一點',
'game_126' => '十三水',
'game_127' => '骰寶',
'game_131' => '牌九',
'game_133' => '紅包掃雷',
'game_145' => '財神到',
'game_147' => '三公',
'game_148' => '糖果派對',
'game_149' => '李逵劈魚',
'game_153' => '海王捕魚',
'game_154' => '色碟',
'game_156' => '越南骰大小',
'game_157' => '南方上進',
'game_160' => '魚蝦蟹',
'game_161' => '扶董天王',
'game_163' => '越南牌九',
'game_212' => '水滸傳',
'game_214' => '金蟾捕魚',
'game_230' => '越南彩',
'color_disc' => '色碟',
'color_disc_price_1' => '色碟大小單雙賠率',
'color_disc_price_2' => '色碟大小同色賠率',
'color_disc_price_3' => '色碟大小出現單個賠率',
'toning_zero' => '0區下注額',
'toning_four' => '4區下注額',
'toning_one' => '1區下注額',
'toning_three' => '3區下注額',
'toning_big' => '大區下注額',
'toning_small' => '小區下注額',
'toning_singular' => '單區下注額',
'toning_plural' => '雙區下注額',
'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白',
'dice_price_small' => '骰子開小賠率',
'dice_price_big' => '骰子開大賠率',
'dice_price_singular' => '骰子開單賠率',
'dice_price_plural' => '骰子開雙賠率',
'dice_price_two_11' => '骰子開兩個1賠率',
'dice_price_two_22' => '骰子開兩個2賠率',
'dice_price_two_33' => '骰子開兩個3賠率',
'dice_price_two_44' => '骰子開兩個4賠率',
'dice_price_two_55' => '骰子開兩個5賠率',
'dice_price_two_66' => '骰子開兩個6賠率',
'dice_price_leopard' => '骰子開全圍賠率',
'dice_price_three_111' => '骰子開三個1賠率',
'dice_price_three_222' => '骰子開三個2賠率',
'dice_price_three_333' => '骰子開三個3賠率',
'dice_price_three_444' => '骰子開三個4賠率',
'dice_price_three_555' => '骰子開三個5賠率',
'dice_price_three_666' => '骰子開三個6賠率',
'dice_price_number_4' => '骰子開4點賠率',
'dice_price_number_5' => '骰子開5點賠率',
'dice_price_number_6' => '骰子開6點賠率',
'dice_price_number_7' => '骰子開7點賠率',
'dice_price_number_8' => '骰子開8點賠率',
'dice_price_number_9' => '骰子開9點賠率',
'dice_price_number_10' => '骰子開10點賠率',
'dice_price_number_11' => '骰子開11點賠率',
'dice_price_number_12' => '骰子開12點賠率',
'dice_price_number_13' => '骰子開13點賠率',
'dice_price_number_14' => '骰子開14點賠率',
'dice_price_number_15' => '骰子開15點賠率',
'dice_price_number_16' => '骰子開16點賠率',
'dice_price_number_17' => '骰子開17點賠率',
'dice_price_two_12' => '骰子結果中含有12賠率',
'dice_price_two_13' => '骰子結果中含有13賠率',
'dice_price_two_14' => '骰子結果中含有14賠率',
'dice_price_two_15' => '骰子結果中含有15賠率',
'dice_price_two_16' => '骰子結果中含有16賠率',
'dice_price_two_23' => '骰子結果中含有23賠率',
'dice_price_two_24' => '骰子結果中含有24賠率',
'dice_price_two_25' => '骰子結果中含有25賠率',
'dice_price_two_26' => '骰子結果中含有26賠率',
'dice_price_two_34' => '骰子結果中含有34賠率',
'dice_price_two_35' => '骰子結果中含有35賠率',
'dice_price_two_36' => '骰子結果中含有36賠率',
'dice_price_two_45' => '骰子結果中含有45賠率',
'dice_price_two_46' => '骰子結果中含有46賠率',
'dice_price_two_56' => '骰子結果中含有56賠率',
'dice_price_once' => '骰子開單骰賠率',
'dice_price_double' => '骰子開雙骰賠率',
'dice_price_triple' => '骰子開三骰賠率',
'dice' => '骰寶',
'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_price_straight' => '輪盤直註賠率',
'roulette_price_split' => '輪盤分註賠率',
'roulette_price_street' => '輪盤街註賠率',
'roulette_price_triple' => '輪盤三數賠率',
'roulette_price_corner' => '輪盤角註賠率',
'roulette_price_four' => '輪盤四數賠率',
'roulette_price_line' => '輪盤線註賠率',
'roulette_price_dozen' => '輪盤打註賠率',
'roulette_price_column' => '輪盤列註賠率',
'roulette_price_red' => '輪盤開紅賠率',
'roulette_price_black' => '輪盤開黑賠率',
'roulette_price_odd' => '輪盤開單賠率',
'roulette_price_even' => '輪盤開雙賠率',
'roulette_price_low' => '輪盤開小賠率',
'roulette_price_high' => '輪盤開大賠率',
'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' => '輪盤下角註',
'yes' => '是',
'no' => '否',
'manager' => '客戶經理',
'manager_list' => '經理列表',
'mobile' => '手機',
'last_login_time' => '最後登錄時間',
'last_login_ip' => '最後登錄IP',
'add_manager' => '添加經理',
'manager_deleted' => '已刪除經理',
'empty_mobile' => '請輸入手機號碼',
'empty_telegram' => '請輸入Telegram',
'select_manager' => '請選擇客戶經理',
'bet_type' => '投註方式',
'online_betting' => '網絡投註',
'phone_betting' => '電話投註'
],
];