refactor: 合并多语言支持的显示名称字段,优化奖池手动爆发功能的返回数据结构,增强管理端权限控制

This commit is contained in:
2026-05-25 14:31:24 +08:00
parent 7d01e5c47e
commit ddedef824e
101 changed files with 3033 additions and 641 deletions

View File

@@ -2,7 +2,65 @@
"title": "ड्यासबोर्ड",
"refresh": "रिफ्रेस",
"notice": "सूचना",
"todayBetTotal": "हालको ड्रअ कुल बेट",
"sections": {
"today": "आजको सारांश",
"lifetime": "ऐतिहासिक कुल",
"currentDraw": "हालको ड्रअ",
"currentDrawDetail": "हालको ड्रअ · {{drawNo}}",
"operations": "सञ्चालन (हालको ड्रअ)"
},
"analytics": {
"title": "वित्त विश्लेषण",
"periodLabel": "अवधि",
"metricLabel": "मेट्रिक",
"playLabel": "प्ले फिल्टर",
"allPlays": "सबै प्ले",
"customRange": "मिति दायरा",
"rangeHint": "अवधि {{range}}",
"selectPeriod": "अवधि छान्नुहोस्",
"chartTruncated": "ट्रेन्ड {{from}} — {{to}} मात्र (कुल {{days}} दिन)",
"summaryBet": "अवधि बेट",
"summaryPayout": "अवधि भुक्तानी",
"summaryProfit": "अवधि नाफा",
"dailyTrend": "दैनिक ट्रेन्ड",
"playBreakdown": "प्ले विभाजन",
"periodDistribution": "अवधि संरचना",
"noPlayData": "यस अवधिमा प्ले डाटा छैन",
"periods": {
"today": "आज",
"last_7_days": "पछिल्लो ७ दिन",
"last_30_days": "पछिल्लो ३० दिन",
"this_month": "यो महिना",
"lifetime": "सबै",
"custom": "अनुकूल"
},
"metrics": {
"overview": "सिंहावलोकन",
"bet": "बेट",
"payout": "भुक्तानी",
"profit": "नाफा"
}
},
"chartLegend": {
"bet": "बेट",
"payout": "भुक्तानी",
"profit": "नाफा"
},
"playBreakdownHint": "भुक्तानी {{payout}} · नाफा {{profit}}",
"viewReports": "प्रतिवेदन",
"lifetimeBetTotal": "जम्मा बेट",
"lifetimePayout": "जम्मा भुक्तानी",
"lifetimeProfit": "जम्मा प्लेटफर्म नाफा",
"lifetimeActivityHint": "{{draws}} ड्रअमा बेट · {{days}} व्यापार दिन",
"lifetimeDateRangeHint": "अवधि {{range}}",
"currentDrawBetTotal": "हालको ड्रअ बेट",
"currentDrawPayout": "हालको भुक्तानी",
"currentDrawProfit": "हालको नाफा/नोक्सान",
"drawFinanceDetails": "ड्रअ वित्त विवरण",
"todayBetTotal": "आजको कुल बेट",
"todayPayout": "आजको भुक्तानी",
"todayProfit": "आजको नाफा/नोक्सान",
"todayBusinessDateHint": "व्यापार मिति {{date}}",
"drawNoHint": "ड्रअ {{drawNo}}",
"orderAndTicket": "{{orders}} अर्डर · {{tickets}} वस्तु",
"marginRate": "सकल मार्जिन ~{{rate}}%",
@@ -64,7 +122,7 @@
"auditLogs": "अडिट लग"
},
"warnings": {
"drawPermission": "यो खातासँग ड्रअ हेर्ने वा व्यवस्थापन अनुमति छैन। वित्तीय र जोखिम डाटा फिर्ता आएन।",
"drawPermission": "यो खातासँग ड्रअ/ड्यासबोर्ड हेर्ने अनुमति छैन। वित्तीय र जोखिम डाटा फिर्ता आएन।",
"walletPermission": "यो खातासँग वालेट मिलान हेर्ने अनुमति छैन। असामान्य ट्रान्सफर संख्या फिर्ता आएन।",
"loadFailed": "लोड असफल भयो। API र लगइन अवस्था जाँच गर्नुहोस्।"
}