Files
Portal/language/en.js
T
li 322cc24208 feat: integrate customer service chat functionality and add socket.io-client dependency
- Implemented a customer service chat interface in the application.
- Added socket.io-client for real-time communication.
- Updated language files to include customer service related translations.
- Modified navigation to direct users to the customer service page.
- Enhanced UI elements for better user experience in chat interactions.
2026-01-29 03:04:52 +08:00

200 lines
6.0 KiB
JavaScript

var en = {
home: "Home",
login: "Login",
dome: "Visitor Trial",
register: "Register",
account: "Account",
password: "Password",
nowPassword: "Old Password",
nwwPassword: "New Password",
invitationCode: "Invitation Code",
reset: "Reset",
confirm: "Confirm",
cancel: "Cancel",
success: "Success",
optional: "Optional",
logining: "Login...",
submit: "Submit...",
enterPhone: "Please enter phone",
enterAccount: "Please enter account",
enterPassword: "Please enter password",
enterNowPassword: "Please enter Old Password",
enterNewPassword: "Please enter New Password",
enterPasswordAgain: "Please enter password again",
confirmPassword: "Confirm password",
goRegister: "No account? to register",
goLogin: "Go login",
submit: "Submit",
baccarat: "Baccarat",
niuniu: "Bull Bull",
longhu: "Dragon-Tiger",
lunpan: "Roulette",
threecard: "3-Card",
zhajinghua: "Sedie",
sedie: "Sedie",
sicbo: "SicBo",
buyu: "Fishing",
qipai: "Slots",
// Home page
guest: "Guest",
onlineCount: "Online",
loading: "Loading...",
maxLimit: "Max",
minLimit: "Min",
betting: "Betting",
dealing: "Dealing",
preparing: "Preparing",
recharge: "Recharge",
rechargeWithdrawNetwork: "Recharge / Withdraw Network",
pleaseChoose: "Please Choose",
chooseRecharge: "Please select a deposit method:",
walletAddress: "Wallet Address",
copy: "Copy",
copySuccessfully: "Copy Successfully",
rechargeTip:
"Each member has an independent USTD deposit address. After the transfer is successful, the system will automatically receive the payment based on the transfer amount. If the payment has not been received for a long time, please contact the customer service on the homepage for consultationg",
rechargeTip2:
"Do be careful to transfer the money to the CORRECT address which show on the above! Contact the online customer service in the home page after payment done.",
withdraw: "Withdraw",
balance: "Balance",
chooseWithdraw: "Withdrawal Method : ",
pleaseChooseWithdraw: "Please select the withdrawal method",
enterWithdrawalAddress: "Please enter the withdrawal address",
amount: "Amount",
enterWithdrawalamount: "Please enter the withdrawal amount",
withdrawTip: "Network service fee/handling fee to be paid by members",
commission: "Commission",
amountCannotBe0: "Amount cannot be 0",
submittingApplication: "Submitting Application...",
transfer: "Transfer",
accountBalance: "Account Balance",
gameBalance: "Game Balance",
from: "From ",
to: "To ",
transferType: "Transfer Type : ",
pleaseChooseTransferType: "Please select the transfer type",
pleaseEnterTransferAmount: "Please enter the transfer amount",
capitalAccount: "Capital Account",
gameAccount: "Slots Account",
user: "User",
userBalance: "Balance",
customerService: "Customer Service",
logout: "Logout",
tip: "Tip",
logoutTip: "Are you sure to logout?",
languageSettings: "Language Settings",
userMenu: [
{ id: 0, name: "Language Settings", path: "" },
{
id: 1,
name: "Transfer Records",
path: "/pages/user/transactionRecords",
},
{ id: 2, name: "Fund Records", path: "/pages/user/fundRecords" },
{ id: 3, name: "Security Center", path: "/pages/user/safe" },
{ id: 4, name: "Recharge", path: "/pages/recharge" },
{ id: 5, name: "Withdraw", path: "/pages/withdraw" },
{ id: 6, name: "Transfer", path: "/pages/transfer" },
{ id: 7, name: "Game Records", path: "/pages/user/gameRecords" },
],
noMore: "No More",
// transaction
upperRecord: "Top-Up",
lowerRecord: "Cash Out",
transactionNumber: "Transaction Number",
upSplitAmount: "Top-Up Amount",
upSplitDate: "Top-Up Date",
upSplitState: "Top-Up State",
downSplitAmount: "Cash Out Amount",
downSplitDate: "Cash Out Date",
downSplitState: "Cash Out State",
statusType: ["Unpaid", "Paid", "Payment Failed"],
// fundRecords
depositRecords: "Deposit Records",
withdrawalRecords: "Withdrawal Records",
rechargeAmount: "Recharge Amount",
rechargeAddress: "Recharge Address",
rechargeDate: "Recharge Date",
withdrawalNumber: "Withdrawal Number",
withdrawalAmount: "Withdrawal Amount",
withdrawalCommission: "Withdrawal Commission",
withdrawalAddress: "Withdrawal Address",
withdrawalDate: "Withdrawal Date",
withdrawalState: "Withdrawal State",
fundRecordsStatusType: {
WAIT: "Audit",
AGREE: "Passed",
SUCCESS: "Withdrawal successful",
FAIL: "Withdrawal failed",
CANCEL: "Canceled",
},
safe: "Safe",
resetPasswordList: [
{ name: "Reset Password", path: "pages/user/resetPassword" },
],
// gameRecords
weekRecord: "Week",
gameName: "Game Name",
roomNo: "Room No",
winLose: "win OR Lose",
taxation: "Taxation",
date: "Date",
tableNumber: "Table Number",
playingMethod: "Playing Method",
maliang: "Rebate",
result: "Result",
totalBetting: "Total Betting",
totalWin: "Total Win or Lose",
gameType: "Game Type",
common: "Total",
strip: " ",
gameList: [
[
{ name: "Baccarat", game_id: 1 },
{ name: "Dragon Tiger", game_id: 2 },
{ name: "Bull Bull", game_id: 4 },
{ name: "Sedie", game_id: 6 },
{ name: "SicBo", game_id: 7 },
//{ name: "Three Cards", game_id: 5 },
{ name: "Roulette", game_id: 8 },
{ name: "Slots", game_id: 100 },
],
],
is_sw: "Trial account is not authorized to operate",
enterMoney: "Enter the amount",
chooseLine: "Network",
chooseCoin: "Currency",
flagshipHall: "Flagship Hall",
liveHall: "Live hall",
// Customer Service
csConnected: "Connected",
csConnecting: "Connecting...",
csWelcome: "Welcome to Customer Service",
csBusy: "Agents are busy, please wait...",
csInputTip: "Please enter your question",
csInputPlaceholder: "Type a message and send...",
csSend: "Send",
csMe: "Me",
csAgent: "Agent",
csSessionEnded: "Session ended",
csAgentServing: "is serving you",
csAgentJoined: "has joined",
csConnectFailed: "Connection failed",
};
export { en };