| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- <?php
- use App\Constants\HttpStatus;
- return [
- HttpStatus::CUSTOM_ERROR => '',
- HttpStatus::UNKNOWN_ERROR => 'Unknown error.',
- HttpStatus::OK => 'OK',
- HttpStatus::USER_DOES_NOT_EXIST => "User does not exist.",
- HttpStatus::PASSWORDS_ERROR => "Password error",
- HttpStatus::VERIFICATION_CODE_ERROR => 'Verification code error.',
- HttpStatus::VERIFICATION_CODE_EXPIRED => 'The verification code has expired.',
- HttpStatus::PASSWORD_INCONSISTENCY => 'Password inconsistency.',
- HttpStatus::USERNAME_ALREADY_EXISTS => 'The user name already exists. Please log in directly.',
- HttpStatus::EMAIL_ALREADY_EXISTS => 'Email already exists, please login directly.',
- HttpStatus::USERNAME_ERROR => 'User name error.',
- HttpStatus::VALIDATION_FAILED => 'Parameter validation failure.',
- HttpStatus::SYSTEM_ERROR => 'System error.',
- HttpStatus::AUTHORIZATION_HEADER_NOT_FOUND => 'Please log in.',
- HttpStatus::NO_COLLECT_YOURSELF => "Don't collect yourself.",
- HttpStatus::NO_BASIC_INFO => 'Please fill in the basic information first.',
- HttpStatus::NOT_FOUND => 'Not Found.',
- HttpStatus::AVATAR_MUST_SQUARE => 'Please crop the picture and upload it again.',
- HttpStatus::PAIRING_FAILURE => 'Pairing failure.',
- HttpStatus::COLLECT_COUNT_REACH_MAX => 'The number of collectibles reached the maximum.',
- HttpStatus::SEND_CODE_ERROR => 'Send failure',
- HttpStatus::PHONE_ERROR => 'The phone number is incorrect',
- HttpStatus::POST_DOES_NOT_EXIST => 'Post does not exist',
- HttpStatus::FILE_UPLOAD_ERROR => 'File upload error.',
- HttpStatus::INVITATION_CODE_ERROR => "Invitation code error.",
- HttpStatus::USER_ANOTHER_DEVICE => "The user has logged in to another device.",
- HttpStatus::INSUFFICIENT => "The remaining times are insufficient.",
- HttpStatus::MAXIMUM_NUMBER_OF_ADDRESSES => 'A maximum of 10 addresses can be added.',
- HttpStatus::HTTP_POST_ERROR => 'HTTP Post error.',
- HttpStatus::IM_ERROR => 'Im error',
- HttpStatus::PHONE_ALREADY_EXISTS => 'Phone number already exists, please login directly.',
- HttpStatus::GOOGLE_ERROR => 'Google login error.',
- HttpStatus::INSUFFICIENT_CHAT_BALANCE => 'Insufficient chat balance',
- HttpStatus::INSUFFICIENT_WALLET => 'Insufficient wallet balance',
- HttpStatus::FACEBOOK_ERROR => 'Facebook error',
- HttpStatus::VERIFY_ERROR => 'Verification failure',
- HttpStatus::PAY_VERIFY_ERROR => 'PAY_VERIFY_ERROR',
- HttpStatus::IM_SYSTEM_ERROR => 'Im system error',
- 'ok' => 'ok',
- "迁移失败" => "Migration failed",
- "可用余额不足,请重试" => "⚠️ Insufficient available balance, please try again.",
- '提现不能少于100 RMB,请重试' => "⚠️ Withdrawal cannot be less than 100 RMB, please try again.",
- "最多提现 49999 RMB,请重试" => "⚠️ Maximum withdrawal is 49999 RMB, please try again.",
- "密码错误" => "Incorrect password",
- "秘钥" => "Secret Key",
- "请保管好你的秘钥" => "Please keep your secret key safe",
- "请输入查看密码" => "Please enter the viewing password",
- "已完成迁移" => "Migration completed",
- "输入错误,请重新输入" => "Incorrect input, please try again",
- "取消" => "Cancel",
- "确认" => "Confirm",
- "原账号信息" => "Original account information",
- "用户ID" => "User ID",
- "用户名" => "Username",
- "昵称" => "Nickname",
- "余额" => "Balance",
- "新账号信息" => "New account information",
- "合并后余额" => "Balance after merge",
- "注意:请确认原账号信息,点击确认后,原账号将注销,原账号的余额以及其他信息将合并到新账号中!\n此操作不可撤销。请取消或确认。" => "Notice: Please confirm the original account information. After clicking confirm, the original account will be canceled, and the balance and other information of the original account will be merged into the new account!\nThis action is irreversible. Please cancel or confirm.",
- "请输入原账号的秘钥" => "Please enter the secret key of the original account",
- "查看秘钥" => "View secret key",
- "找回账号" => "Recover account",
- "返回" => "Back",
- "秘钥管理" => "Secret key management",
- "请选择业务类型" => "Please select business type",
- "请选择提现方式" => "Please select a withdrawal method",
- "USDT" => "USDT",
- "银行卡" => "Bank card",
- "支付宝" => "Alipay",
- "数字人民币" => "Digital RMB",
- "请选择提现的银行卡" => "Please select the bank card for withdrawal",
- "请选择提现的支付宝" => "Please select Alipay for withdrawal",
- "请选择提现的账户" => "Please select the account for withdrawal",
- "管理" => "Manage",
- "钱宝提现记录" => "Qianbao withdrawal records",
- "订单号" => "Order number",
- "银行" => "Bank",
- "姓名" => "Name",
- "卡号" => "Card number",
- "待处理" => "Pending",
- "处理中" => "Processing",
- "成功" => "Success",
- "失败" => "Failure",
- "状态" => "Status",
- "说明" => "Description",
- "日期" => "Date",
- "👆上一页" => "👆Previous page",
- "👇下一页" => "👇Next page",
- "请发送提现金额" => "Please enter the withdrawal amount",
- "当前余额" => "Current balance",
- "请输入提现的金额" => "Please enter the withdrawal amount",
- "金额输入不正确,请发送提现数字" => "Invalid amount entered, please enter a numeric withdrawal amount",
- "银行卡提现确认" => "Bank card withdrawal confirmation",
- "开户行" => "Bank of account",
- "提现账号" => "Withdrawal account",
- "提现金额" => "Withdrawal amount",
- "支付宝提现确认" => "Alipay withdrawal confirmation",
- "数字人民币提现确认" => "Digital RMB withdrawal confirmation",
- "❌取消" => "❌Cancel",
- "银行卡列表" => "Bank card list",
- "支付宝账户列表" => "Alipay account list",
- "数字人民币账户列表" => "Digital RMB account list",
- "➕ 添加" => "➕ Add",
- "↩️返回" => "↩️Back",
- "银行卡管理" => "Bank card management",
- "支付宝管理" => "Alipay management",
- "账号" => "Account",
- "❌删除" => "❌Delete",
- "↩️返回列表" => "↩️Return to list",
- "请输入开户银行卡开户名称" => "Please enter the bank account name",
- "请输入支付宝账号" => "Please enter Alipay account",
- "请输入数字人民币账号" => "Please enter Digital RMB account",
- "选择通道错误" => "Channel selection error",
- "请输入银行卡号" => "Please enter bank card number",
- "输入的银行卡号有误,请重新输入" => "Invalid bank card number entered, please re-enter",
- "请输入姓名" => "Please enter your name",
- "请输入别名" => "Please enter a nickname",
- "请输入账号别名" => "Please enter account nickname",
- "➕充值" => "➕ Recharge",
- "🧾账单" => "🧾 Bill",
- "➕ 提现" => "➕ Withdraw",
- "🧾 提现账单" => "🧾 Withdrawal Bill",
- "🔑秘钥管理" => "🔑 Key Management",
- "🧾 第三方充值提现订单" => "🧾 Third-Party Recharge and Withdrawal Orders",
- "💵今日汇率💰" => "💵 Today's Exchange Rate 💰",
- "请选择您的语言" => "Please select your language",
- "en" => "English",
- "zh" => "Chinese",
- "vi" => "Vietnamese",
- "语言设置成功" => "Language set successfully",
- "请选择支付的通道" => "Please select the payment channel",
- "支付宝扫码" => "Alipay QR Code",
- "支付宝固额" => "Alipay Fixed Amount",
- "支付宝转卡" => "Alipay Transfer to Card",
- "银联扫码" => "UnionPay QR Code",
- "手动金条" => "Manual Gold Bar",
- "无效的支付通道!" => "Invalid payment channel!",
- "金额输入不正确,请发送预充值数字" => "The amount entered is incorrect, please send the pre-recharge number",
- "💳️ 银行卡管理" => "💳️ Bank Card Management",
- "充值金额" => "Recharge Amount",
- "请输入充值的金额" => "Please enter the recharge amount",
- "🔔 提示:请选择下方充值的金额" => "🔔 Tip: Please select the recharge amount below",
- "🔔 提示:请务必核对(充值最大金额和最小金额,账号信息一致),若不一致无法到账。" => "🔔 Tip: Please ensure that (the maximum and minimum recharge amounts, and account information are consistent), if not, the funds will not be credited.",
- "第三方订单记录" => "Third-Party Order Records",
- "订单类型" => "Order Type",
- "充值" => "Recharge",
- "提现" => "Withdraw",
- "订单金额" => "Order Amount",
- "充值类型" => "Recharge Type",
- "等待放行" => "Awaiting Release",
- "已到账" => "Funds Received",
- "钱包提现记录" => "Wallet Withdrawal History",
- "类别" => "Category",
- "*TRC20 地址管理*" => "*TRC20 Address Management*",
- "地址" => "Address",
- "别名" => "Alias",
- '❌删除该地址' => '❌ Delete this address',
- "别名不能超过20个字,请重新输入" => "Alias cannot exceed 20 characters, please re-enter",
- "地址输入不正确,请重新输入TRC20地址" => "Incorrect address entered, please re-enter the TRC20 address",
- "请输入地址别名,便于区分多个地址" => "Please enter an alias for the address to distinguish multiple addresses",
- '请输入新的TRC20地址' => 'Please enter a new TRC20 address',
- "🏠 地址管理" => '🏠 Address Management',
- "➕ 添加地址" => "➕ Add Address",
- "提现地址不能为空" => "Withdrawal address cannot be empty",
- "提现地址已设置" => "Withdrawal address has been set",
- "当前可用USDT余额" => "Current available USDT balance",
- "提现将收取" => "A fee will be charged for withdrawal",
- "U作为手续费" => "U as the transaction fee",
- "例如您要提现100 USDT" => "For example, if you want to withdraw 100 USDT",
- "那么请发送:【提现】100" => "Then please send: 【提现】100",
- "⚠️提现不能少于" => "⚠️ Withdrawal cannot be less than",
- "请重试" => "Please try again",
- "⚠️可用余额不足,请重试" => "⚠️ Insufficient available balance, please try again",
- "游戏未结算" => "Game not settled",
- "您还有进行中的游戏,所有游戏结算后方可提现" => "You have ongoing games. Withdrawal can only be made after all games are settled",
- '进入房间' => 'Enter Room',
- "提现申请已提交!" => "Withdrawal request submitted!",
- "钱包余额" => "Wallet balance",
- "汇率" => "Exchange rate",
- "剩余可用USDT余额" => "Remaining available USDT balance",
- "实际到账" => "Actual amount received",
- "手续费" => "Transaction fee",
- "⌛️请等待系统处理, 到账时间可能需要几分钟!" => "⌛️ Please wait for the system to process, it may take a few minutes to receive the funds!",
- "请确认" => "Please confirm",
- "提现地址" => "Withdrawal address",
- "✅ 确认" => "✅ Confirm",
- "*游戏未结算*" => "*Game not settled*",
- "⚠️ 您还有进行中的游戏,所有游戏结算后方可提现" => "⚠️ You have ongoing games. Withdrawal is only possible after all games are settled",
- "请直接选择下面的地址" => "Please select one of the addresses below",
- "⚠️提示:请务必确认提现地址正确无误,\n否则资金丢失将无法找回请自负!" => "⚠️ Warning: Please make sure the withdrawal address is correct, \notherwise lost funds cannot be recovered, you are responsible!",
- '👩 客服帮助' => '👩 Customer Support Help',
- '你好,请选择功能菜单' => 'Hello, please select a function menu',
- "您好,请选择功能菜单"=>"Hello, please select a function menu",
- '近期注单' => 'Recent Bets',
- '今日流水' => "Today's Transactions",
- '流水列表' => 'Transaction List',
- '联系客服' => 'Contact Customer Support',
- '开奖历史' => 'Lottery History',
- "当期下注" => "Current Bet",
- '查看余额' => 'View Balance',
- "✅近期注单" => "✅ Recent Bets",
- "🔍今日流水" => "🔍 Today's Transactions",
- "🔍流水列表" => "🔍 Transaction List",
- "📝开奖历史" => "📝 Lottery History",
- "🔥当期下注" => "🔥 Current Bet",
- "🔥本期下注" => "🔥 Bet for This Period",
- "💰查看余额" => "💰 View Balance",
- "投注大群" => "Betting Group",
- "选择语言" => "Select Language",
- ];
|