Initial commit: 投注游戏平台初始化
This commit is contained in:
+160
@@ -0,0 +1,160 @@
|
||||
<?php
|
||||
return [
|
||||
// Common
|
||||
'app_name' => 'PK10 Speed Racing',
|
||||
'login' => 'Login',
|
||||
'register' => 'Register',
|
||||
'logout' => 'Logout',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'email' => 'Email',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'confirm' => 'Confirm',
|
||||
'balance' => 'Balance',
|
||||
'welcome' => 'Welcome',
|
||||
'home' => 'Home',
|
||||
'profile' => 'Profile',
|
||||
'settings' => 'Settings',
|
||||
'language' => 'Language',
|
||||
'loading' => 'Loading...',
|
||||
'success' => 'Success',
|
||||
'error' => 'Error',
|
||||
'save' => 'Save',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'search' => 'Search',
|
||||
'back' => 'Back',
|
||||
'refresh' => 'Refresh',
|
||||
'no_data' => 'No data',
|
||||
'total' => 'Total',
|
||||
'status' => 'Status',
|
||||
'action' => 'Action',
|
||||
'time' => 'Time',
|
||||
'amount' => 'Amount',
|
||||
|
||||
// Auth
|
||||
'login_title' => 'Sign In',
|
||||
'register_title' => 'Create Account',
|
||||
'email_verify' => 'Email Verification',
|
||||
'verify_code' => 'Verification Code',
|
||||
'send_code' => 'Send Code',
|
||||
'code_sent' => 'Code sent to your email',
|
||||
'invalid_code' => 'Invalid verification code',
|
||||
'remember_me' => 'Remember me',
|
||||
'forgot_password' => 'Forgot password?',
|
||||
'no_account' => "Don't have an account?",
|
||||
'has_account' => 'Already have an account?',
|
||||
'invite_code' => 'Invite Code',
|
||||
'invite_code_optional' => 'Invite Code (Optional)',
|
||||
'register_success' => 'Registration successful, please verify your email',
|
||||
'login_failed' => 'Invalid username or password',
|
||||
'account_disabled' => 'Account has been disabled',
|
||||
'email_not_verified' => 'Please verify your email first',
|
||||
|
||||
// Game
|
||||
'pk10_title' => 'PK10 Speed Racing',
|
||||
'period' => 'Period',
|
||||
'current_period' => 'Current Period',
|
||||
'last_result' => 'Last Result',
|
||||
'history' => 'History',
|
||||
'place_bet' => 'Place Bet',
|
||||
'my_bets' => 'My Bets',
|
||||
'betting' => 'Betting',
|
||||
'closed' => 'Closed',
|
||||
'drawing' => 'Drawing',
|
||||
'settling' => 'Settling',
|
||||
'waiting' => 'Waiting for next round',
|
||||
'countdown' => 'Countdown',
|
||||
'bet_success' => 'Bet placed successfully',
|
||||
'bet_failed' => 'Bet failed',
|
||||
'insufficient_balance' => 'Insufficient balance',
|
||||
'period_closed' => 'Betting is closed',
|
||||
'min_bet' => 'Minimum bet: :amount',
|
||||
'max_bet' => 'Maximum bet: :amount',
|
||||
|
||||
// PK10 Bet Types
|
||||
'champion' => 'Champion',
|
||||
'runner_up' => 'Runner-up',
|
||||
'rank_n' => 'Rank :n',
|
||||
'big' => 'Big',
|
||||
'small' => 'Small',
|
||||
'odd' => 'Odd',
|
||||
'even' => 'Even',
|
||||
'dragon' => 'Dragon',
|
||||
'tiger' => 'Tiger',
|
||||
'sum' => 'Champion+Runner Sum',
|
||||
'sum_value' => 'Sum Value',
|
||||
'sum_big' => 'Sum Big',
|
||||
'sum_small' => 'Sum Small',
|
||||
'sum_odd' => 'Sum Odd',
|
||||
'sum_even' => 'Sum Even',
|
||||
'dragon_tiger' => 'Dragon Tiger',
|
||||
'dt_pair' => ':a vs :b',
|
||||
'car_no' => 'Car #:n',
|
||||
|
||||
// Profile
|
||||
'my_profile' => 'My Profile',
|
||||
'usdt_address' => 'USDT Address (TRC20)',
|
||||
'bind_address' => 'Bind Address',
|
||||
'unbind_address' => 'Unbind',
|
||||
'address_bound' => 'Address bound successfully',
|
||||
'invalid_address' => 'Invalid TRC20 address',
|
||||
'deposit' => 'Deposit',
|
||||
'withdraw' => 'Withdraw',
|
||||
'transaction_history' => 'Transaction History',
|
||||
'bet_history' => 'Bet History',
|
||||
'win' => 'Win',
|
||||
'lose' => 'Lose',
|
||||
'pending' => 'Pending',
|
||||
'settled' => 'Settled',
|
||||
|
||||
// Agent
|
||||
'agent_center' => 'Agent Center',
|
||||
'my_players' => 'My Players',
|
||||
'commission' => 'Commission',
|
||||
'rebate' => 'Rebate',
|
||||
'agent_code' => 'Agent Code',
|
||||
'share_link' => 'Share Link',
|
||||
'team_report' => 'Team Report',
|
||||
'today_commission' => 'Today Commission',
|
||||
'total_commission' => 'Total Commission',
|
||||
'player_count' => 'Player Count',
|
||||
'set_odds' => 'Set Odds',
|
||||
|
||||
// Navigation
|
||||
'nav_game' => 'Game',
|
||||
'nav_lottery' => 'Draw',
|
||||
'nav_details' => 'Details',
|
||||
'nav_chat' => 'Chat',
|
||||
'nav_profile' => 'Me',
|
||||
|
||||
// New pages
|
||||
'transfer' => 'Transfer',
|
||||
'lottery_history' => 'Draw History',
|
||||
'bet_details' => 'Bet Details',
|
||||
'lottery_tab' => 'Lottery',
|
||||
'racing' => 'Racing',
|
||||
'more_games' => 'More Games',
|
||||
'sum_label' => 'Sum',
|
||||
'settled_details' => 'Settled',
|
||||
'unsettled_details' => 'Unsettled',
|
||||
'play_type' => 'Type',
|
||||
'result' => 'Result',
|
||||
'awaiting_draw' => 'Awaiting',
|
||||
'other' => 'Other',
|
||||
'current_bets' => 'Current Bets',
|
||||
'last_result_label' => 'Last Result',
|
||||
|
||||
// Statistics & betting panel
|
||||
'statistics' => 'Stats', 'road_bead' => 'Road Bead', 'two_side_streak' => 'Two-Side Streak',
|
||||
'two_side' => 'Two-Side', 'rank_1_10' => 'Rank 1~10', 'sum_bs_tab' => 'Sum',
|
||||
'quick' => 'Quick', 'streak' => 'Streak', 'missing' => 'Missing',
|
||||
'follow_plan' => 'Follow Plan', 'filter_rank' => 'Filter Rank', 'filter_bead' => 'Filter Bead',
|
||||
'periods_count' => 'Periods', 'rank_number' => 'Rank/Number',
|
||||
'seal_plate' => 'Seal', 'sealed' => 'Sealed', 'draw_time' => 'Draw',
|
||||
'sum_bs_big' => 'Sum Big', 'sum_bs_small' => 'Sum Small',
|
||||
'sum_bs_odd' => 'Sum Odd', 'sum_bs_even' => 'Sum Even',
|
||||
'notify_bell' => 'Notify',
|
||||
];
|
||||
Reference in New Issue
Block a user