feat(api, i18n): add admin report job functionalities and enhance locale support

- Introduced new API functions for managing admin report jobs, including download and post operations.
- Updated English, Nepali, and Chinese locale files to include new messages related to report job actions and rollback confirmations.
- Enhanced user experience by providing clearer instructions and feedback in the admin interface.
- Refactored related components to integrate new functionalities and improve overall usability.
This commit is contained in:
2026-05-26 11:48:51 +08:00
parent 7fb5ec6dff
commit a76b681828
21 changed files with 1139 additions and 118 deletions

View File

@@ -64,7 +64,14 @@
"refresh": "संस्करण रिफ्रेस",
"newDraft": "नयाँ ड्राफ्ट",
"saveDraft": "ड्राफ्ट सेभ गर्नुहोस्",
"saveFailed": "कन्फिगरेसन सुरक्षित गर्न असफल"
"saveFailed": "कन्फिगरेसन सुरक्षित गर्न असफल",
"rollbackSuccess": "v{{fromVersion}} बाट नयाँ ड्राफ्ट v{{version}} क्लोन गरियो",
"rollbackFailed": "रोलब्याक असफल भयो",
"rollbackDialog": {
"title": "रोलब्याक पुष्टि गर्ने?",
"description": "संस्करण v{{version}} बाट नयाँ ड्राफ्ट क्लोन हुनेछ। सक्रिय संस्करण सिधै अधिलेखन हुँदैन।",
"confirm": "रोलब्याक पुष्टि"
}
},
"wallet": {
"title": "वालेट ट्रान्सफर सीमा सेटिङ",
@@ -327,7 +334,8 @@
},
"winEnjoy": {
"label": "जितेका टिकटहरूमा पनि रिबेट लागू गर्ने",
"description": "यो placeholder field हो। पछि risk र settlement नियमसँग मिलाएर स्थायी रूपमा राख्न सकिन्छ।"
"description": "यो placeholder field हो। पछि risk र settlement नियमसँग मिलाएर स्थायी रूपमा राख्न सकिन्छ।",
"pendingNote": "उत्पादन विनिर्देशनले यो switch चाहिन्छ, तर API मा field छैन। यहाँ केवल जानकारी देखाइन्छ—यहाँबाट बदल्न मिल्दैन।"
},
"effectiveTime": "लागू समय (हाल सक्रिय अड्स संस्करण)"
},
@@ -372,12 +380,21 @@
"actions": "कार्य"
},
"occupancy": {
"title": "सबै नम्बर occupancy",
"description": "यो placeholder दृश्य हो। filter र export ले ticket-summary एकीकरण अझै चाहिन्छ। तलको data अहिले पनि हालको ड्राफ्ट सूचीबाट आउँछ।",
"searchLabel": "नम्बर खोज्नुहोस्",
"searchPlaceholder": "जस्तै 8888",
"filterPending": "Sold-out / high-risk preset filter अझै एकीकृत भएको छैन",
"exportPending": "CSV export अझै एकीकृत भएको छैन"
"searchPlaceholder": "जस्तै 8888"
},
"runtime": {
"title": "ड्रअनुसार occupancy (लाइभ)",
"description": "माथिको संस्करण ड्राफ्ट होइन—चयन गरिएको ड्रअको risk-pool API बाट लोड हुन्छ। प्रयोग, बाँकी र sold-out हेर्नुहोस्।",
"drawLabel": "ड्र",
"drawPlaceholder": "ड्र छान्नुहोस्",
"filterAll": "सबै",
"filterSoldOut": "मात्र sold-out",
"filterHighRisk": "उच्च प्रयोग",
"manageHint": "पूर्ण risk सञ्चालनका लागि माथिको लिङ्कबाट ड्र subpage खोल्नुहोस्।",
"noDraws": "कुनै ड्र छैन; occupancy लोड गर्न सकिँदैन।",
"soldYes": "हो",
"soldNo": "होइन"
},
"actions": {
"update": "अपडेट",