feat: 增加管理端多语言与多模块界面国际化支持
This commit is contained in:
69
src/i18n/locales/en/wallet.json
Normal file
69
src/i18n/locales/en/wallet.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"title": "Wallet",
|
||||
"subnavLabel": "Wallet sub pages",
|
||||
"subnavTransactions": "Wallet transactions",
|
||||
"subnavTransferOrders": "Transfer orders",
|
||||
"noPermission": "Current account has no access to this page",
|
||||
"copySuccess": "{{label}} copied to clipboard",
|
||||
"copyFailed": "Copy failed. Check browser permissions or copy manually.",
|
||||
"statusProcessing": "Processing",
|
||||
"statusSuccess": "Success",
|
||||
"statusFailed": "Failed",
|
||||
"statusPendingReconcile": "Pending reconcile",
|
||||
"statusReversed": "Reversed",
|
||||
"statusManuallyProcessed": "Manually processed",
|
||||
"statusPosted": "Posted",
|
||||
"filterAll": "All",
|
||||
"transferIn": "Main site transfer in",
|
||||
"transferOut": "Main site transfer out",
|
||||
"transferOutRefund": "Transfer-out refund",
|
||||
"transferOrders": "Transfer orders",
|
||||
"walletTransactions": "Wallet transactions",
|
||||
"playerWalletQuery": "Player wallet query",
|
||||
"localTransferNo": "Local transfer no.",
|
||||
"externalRefNo": "Main site ref no.",
|
||||
"playerAccount": "Player account",
|
||||
"playerAccountPlaceholder": "Main site player ID or username (fuzzy)",
|
||||
"playerId": "Player ID",
|
||||
"playerIdOptional": "Optional, higher priority than account",
|
||||
"requestDateRange": "Request date range",
|
||||
"status": "Status",
|
||||
"options": "Options",
|
||||
"abnormalOnly": "Abnormal only",
|
||||
"abnormalOnlyPending": "Abnormal only (pending reconcile)",
|
||||
"search": "Search",
|
||||
"resetFilters": "Reset filters",
|
||||
"refreshCurrentPage": "Refresh current page",
|
||||
"loadFailed": "Failed to load",
|
||||
"direction": "Direction",
|
||||
"amount": "Amount",
|
||||
"failReason": "Fail reason",
|
||||
"requestTime": "Requested at",
|
||||
"finishedTime": "Finished at",
|
||||
"actions": "Actions",
|
||||
"reverse": "Reverse",
|
||||
"manualProcess": "Manual process",
|
||||
"processing": "Processing…",
|
||||
"reverseSuccess": "Reversed successfully",
|
||||
"manualProcessSuccess": "Manually processed successfully",
|
||||
"actionFailed": "Action failed",
|
||||
"txnNo": "Txn no.",
|
||||
"bizType": "Business type",
|
||||
"type": "Type",
|
||||
"queryFailed": "Query failed",
|
||||
"invalidPlayerId": "Enter a valid player ID",
|
||||
"querying": "Querying…",
|
||||
"query": "Query",
|
||||
"sitePlayer": "Site player",
|
||||
"walletType": "Type",
|
||||
"currency": "Currency",
|
||||
"balanceMinor": "Balance (minor unit)",
|
||||
"availableBalance": "Available (estimated)",
|
||||
"noWalletRows": "No wallet rows. Players with no bets or transfers may have no records.",
|
||||
"copyTransferNo": "Local transfer no.",
|
||||
"copyExternalRefNo": "Main site ref no.",
|
||||
"copyTxnNo": "Txn no.",
|
||||
"copyExternalTxnRefNo": "Main site ref no.",
|
||||
"in": "In",
|
||||
"out": "Out"
|
||||
}
|
||||
Reference in New Issue
Block a user