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:
@@ -64,7 +64,14 @@
|
||||
"refresh": "Refresh versions",
|
||||
"newDraft": "New draft",
|
||||
"saveDraft": "Save draft",
|
||||
"saveFailed": "Failed to save configuration"
|
||||
"saveFailed": "Failed to save configuration",
|
||||
"rollbackSuccess": "Cloned v{{fromVersion}} into new draft v{{version}}",
|
||||
"rollbackFailed": "Rollback failed",
|
||||
"rollbackDialog": {
|
||||
"title": "Confirm rollback",
|
||||
"description": "A new draft will be cloned from version v{{version}}. The active version will not be overwritten directly.",
|
||||
"confirm": "Confirm rollback"
|
||||
}
|
||||
},
|
||||
"wallet": {
|
||||
"title": "Wallet transfer limit settings",
|
||||
@@ -327,7 +334,8 @@
|
||||
},
|
||||
"winEnjoy": {
|
||||
"label": "Apply rebate on winning tickets",
|
||||
"description": "Placeholder field. It can later be aligned with risk and settlement rules and persisted."
|
||||
"description": "Placeholder field. It can later be aligned with risk and settlement rules and persisted.",
|
||||
"pendingNote": "Required by the product spec, but the API has no field yet. This row is informational only—you cannot change it here."
|
||||
},
|
||||
"effectiveTime": "Effective time (current active odds version)"
|
||||
},
|
||||
@@ -372,12 +380,21 @@
|
||||
"actions": "Actions"
|
||||
},
|
||||
"occupancy": {
|
||||
"title": "All number occupancy",
|
||||
"description": "Placeholder view: filters and exports still need ticket-summary integration. Data below still comes from the current draft list.",
|
||||
"searchLabel": "Search number",
|
||||
"searchPlaceholder": "e.g. 8888",
|
||||
"filterPending": "Sold-out / high-risk preset filter is pending integration",
|
||||
"exportPending": "CSV export is pending integration"
|
||||
"searchPlaceholder": "e.g. 8888"
|
||||
},
|
||||
"runtime": {
|
||||
"title": "Per-draw occupancy (live)",
|
||||
"description": "Loaded from the draw risk-pool API, not from the version draft above. Select a draw to see used, remaining, and sold-out state.",
|
||||
"drawLabel": "Draw",
|
||||
"drawPlaceholder": "Select draw",
|
||||
"filterAll": "All",
|
||||
"filterSoldOut": "Sold out only",
|
||||
"filterHighRisk": "High usage",
|
||||
"manageHint": "Use the links above for full risk operations on this draw.",
|
||||
"noDraws": "No draws available; cannot load occupancy.",
|
||||
"soldYes": "Yes",
|
||||
"soldNo": "No"
|
||||
},
|
||||
"actions": {
|
||||
"update": "Update",
|
||||
|
||||
Reference in New Issue
Block a user