feat: 增加管理端多语言与多模块界面国际化支持
This commit is contained in:
@@ -1,3 +1,57 @@
|
||||
{
|
||||
"title": "Dashboard"
|
||||
"title": "Dashboard",
|
||||
"refresh": "Refresh",
|
||||
"notice": "Notice",
|
||||
"todayBetTotal": "Current draw total bet",
|
||||
"currentDrawFinanceSummary": "Finance summary for the current hall draw",
|
||||
"currentPayout": "Current payout",
|
||||
"payoutSummary": "Winning payout + Jackpot",
|
||||
"currentProfit": "Current platform profit",
|
||||
"profitFormula": "Bet - payout (approx.)",
|
||||
"currentDraw": "Current draw",
|
||||
"drawSequence": "Round {{sequence}}",
|
||||
"drawDetails": "Draw details",
|
||||
"ticketCount": "Ticket item count",
|
||||
"relatedBetAmount": "Related bet amount",
|
||||
"riskCapUsage": "Risk cap usage",
|
||||
"lockedAndCap": "Locked {{locked}} / Cap {{cap}}",
|
||||
"occupancyDetails": "Occupancy details",
|
||||
"hotNumbersTop10": "Top 10 hot numbers",
|
||||
"playDimension": "Play dimension",
|
||||
"soldOutDistribution": "Sold-out distribution",
|
||||
"soldOutTotal": "Total sold out",
|
||||
"pendingReviewResults": "Pending result review",
|
||||
"abnormalTransferOrders": "Abnormal transfer orders",
|
||||
"viewTransferOrders": "View transfer orders",
|
||||
"noSoldOutNumbers": "No sold-out numbers",
|
||||
"noPoolData": "No pool data for this dimension",
|
||||
"numbersByUsage": "Numbers by usage",
|
||||
"capUsage": "Cap usage",
|
||||
"tabs": {
|
||||
"4d": "4D",
|
||||
"3d": "3D",
|
||||
"2d": "2D",
|
||||
"special": "Special"
|
||||
},
|
||||
"soldOutBuckets": {
|
||||
"d4": "4D",
|
||||
"d3": "3D",
|
||||
"d2": "2D",
|
||||
"special": "Special",
|
||||
"other": "Other"
|
||||
},
|
||||
"quickLinks": {
|
||||
"createDrawPlan": "Create draw plan",
|
||||
"drawSchedule": "Open sale / draws",
|
||||
"results": "Results",
|
||||
"tickets": "Ticket management",
|
||||
"walletTransactions": "Wallet transactions",
|
||||
"reports": "Reports",
|
||||
"auditLogs": "Audit logs"
|
||||
},
|
||||
"warnings": {
|
||||
"drawPermission": "This account has no draw view/manage permission. Finance and risk data were not returned.",
|
||||
"walletPermission": "This account has no wallet reconciliation permission. Abnormal transfer count was not returned.",
|
||||
"loadFailed": "Failed to load. Check the API and login state."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user