170 lines
4.9 KiB
JavaScript
170 lines
4.9 KiB
JavaScript
var tw = {
|
|
home: "首頁",
|
|
login: "登錄",
|
|
dome: "試玩",
|
|
register: "註冊",
|
|
account: "賬號",
|
|
password: "密碼",
|
|
nowPassword: "舊密碼",
|
|
nwwPassword: "新密碼",
|
|
invitationCode: "邀請碼",
|
|
reset: "重置",
|
|
confirm: "確定",
|
|
cancel: "取消",
|
|
success: "成功",
|
|
|
|
optional: "選填",
|
|
logining: "登錄中...",
|
|
submit: "提交中...",
|
|
enterPhone: "請輸入手機號",
|
|
enterAccount: "請輸入賬號",
|
|
enterPassword: "請輸入密碼",
|
|
enterNowPassword: "請輸舊入密碼",
|
|
enterNewPassword: "請輸新入密碼",
|
|
enterPasswordAgain: "請再次輸入密碼",
|
|
confirmPassword: "確認密碼",
|
|
goRegister: "沒有賬號?去註冊",
|
|
goLogin: "已賬號?去登錄",
|
|
submit: "提交",
|
|
|
|
baccarat: "真人百家樂",
|
|
niuniu: "真人牛牛",
|
|
longhu: "真人龍虎",
|
|
lunpan: "真人輪盤",
|
|
threecard: "真人三寶",
|
|
zhajinghua: "真人炸金花",
|
|
sedie: "真人色碟",
|
|
sicbo: "真人骰寶",
|
|
buyu: "捕魚游戲",
|
|
qipai: "棋牌遊戲",
|
|
|
|
recharge: "存款",
|
|
rechargeWithdrawNetwork: "充/提幣網絡",
|
|
pleaseChoose: "請選擇",
|
|
chooseRecharge: "請選擇存款方式:",
|
|
walletAddress: "錢包地址",
|
|
copy: "複製",
|
|
copySuccessfully: "複製成功",
|
|
rechargeTip:
|
|
"每位會員都有獨立的USTD存款地址址。轉賬成功後系統會根據轉賬金額自動到賬如遇長時間未到賬請及時聯繫主頁客服進行諮詢",
|
|
|
|
rechargeTip2:
|
|
"請認準以上地址!轉帳成功後聯系首頁在線客服,並將轉帳憑證發送給客服上分。",
|
|
|
|
withdraw: "取款",
|
|
balance: "賬戶餘額",
|
|
chooseWithdraw: "取款方式 : ",
|
|
pleaseChooseWithdraw: "請選擇取款方式",
|
|
enterWithdrawalAddress: "請輸入提幣地址",
|
|
amount: "金額",
|
|
enterWithdrawalamount: "請輸入提幣金額",
|
|
withdrawTip: "網絡服務費/手續費由會員支付",
|
|
commission: "手續費",
|
|
amountCannotBe0: "金額不能為0",
|
|
submittingApplication: "提交申請中...",
|
|
|
|
transfer: "劃轉",
|
|
accountBalance: "賬戶餘額",
|
|
gameBalance: "遊戲餘額",
|
|
from: "從 ",
|
|
to: "到 ",
|
|
transferType: "劃轉類型 : ",
|
|
pleaseChooseTransferType: "請選擇劃轉類型",
|
|
pleaseEnterTransferAmount: "請輸入劃轉金額",
|
|
capitalAccount: "資金賬戶",
|
|
gameAccount: "遊戲賬戶",
|
|
|
|
user: "我的",
|
|
userBalance: "餘額",
|
|
logout: "退出登錄",
|
|
tip: "提示",
|
|
logoutTip: "確認退出登錄?",
|
|
languageSettings: "語言設置",
|
|
|
|
userMenu: [
|
|
{ id: 0, name: "語言設置", path: "" },
|
|
{ id: 1, name: "劃轉記錄", path: "/pages/user/transactionRecords" },
|
|
{ id: 2, name: "存取款記錄", path: "/pages/user/fundRecords" },
|
|
{ id: 3, name: "安全中心", path: "/pages/user/safe" },
|
|
{ id: 4, name: "存款", path: "/pages/recharge" },
|
|
{ id: 5, name: "取款", path: "/pages/withdraw" },
|
|
{ id: 6, name: "劃轉", path: "/pages/transfer" },
|
|
{ id: 7, name: "遊戲記錄", path: "/pages/user/gameRecords" },
|
|
],
|
|
|
|
noMore: "沒有更多了",
|
|
|
|
// transaction
|
|
upperRecord: "上分記錄",
|
|
lowerRecord: "下分記錄",
|
|
transactionNumber: "交易單號",
|
|
upSplitAmount: "上分金額",
|
|
upSplitDate: "上分日期",
|
|
upSplitState: "上分狀態",
|
|
downSplitAmount: "下分金額",
|
|
downSplitDate: "下分日期",
|
|
downSplitState: "下分狀態",
|
|
statusType: ["未支付", "已支付", "支付失敗"],
|
|
|
|
// fundRecords
|
|
depositRecords: "存款記錄",
|
|
withdrawalRecords: "取款記錄",
|
|
rechargeAmount: "充值金額",
|
|
rechargeAddress: "充值地址",
|
|
rechargeDate: "充值日期",
|
|
withdrawalNumber: "提現單號",
|
|
withdrawalAmount: "提現金額",
|
|
withdrawalCommission: "提現手續費",
|
|
withdrawalAddress: "提現地址",
|
|
withdrawalDate: "提現日期",
|
|
withdrawalState: "提現狀態",
|
|
fundRecordsStatusType: {
|
|
WAIT: "待審核",
|
|
AGREE: "已通過",
|
|
SUCCESS: "提現成功",
|
|
FAIL: "提現失敗",
|
|
CANCEL: "已取消",
|
|
},
|
|
|
|
resetPasswordList: [
|
|
{ name: "重置登錄密碼", path: "pages/user/resetPassword" },
|
|
],
|
|
|
|
// gameRecords
|
|
weekRecord: "本週記錄",
|
|
gameName: "遊戲名",
|
|
roomNo: "房間號",
|
|
winLose: "輸贏",
|
|
taxation: "稅收",
|
|
date: "時間",
|
|
tableNumber: "桌台號",
|
|
playingMethod: "玩法",
|
|
maliang: "碼糧",
|
|
result: "結果",
|
|
totalBetting: "總投注",
|
|
totalWin: "總輸贏",
|
|
gameType: "遊戲類型",
|
|
common: "共",
|
|
strip: "條",
|
|
gameList: [
|
|
[
|
|
{ name: "百家樂", game_id: 1 },
|
|
{ name: "龍虎", game_id: 2 },
|
|
{ name: "牛牛", game_id: 4 },
|
|
{ name: "色碟", game_id: 6 },
|
|
{ name: "骰宝", game_id: 7 },
|
|
//{ name: "三卡牛牛", game_id: 5 },
|
|
{ name: "輪盤", game_id: 8 },
|
|
{ name: "棋牌遊戲", game_id: 100 },
|
|
],
|
|
],
|
|
is_sw: "試玩賬戶無權操作",
|
|
enterMoney: "請輸入金額",
|
|
chooseLine: "請選擇網絡",
|
|
chooseCoin: "請選擇幣種",
|
|
flagshipHall: "旗艦廳",
|
|
liveHall: "現場廳",
|
|
};
|
|
|
|
export { tw };
|