feat: 增加管理端多语言与多模块界面国际化支持
This commit is contained in:
45
src/i18n/locales/en/reconcile.json
Normal file
45
src/i18n/locales/en/reconcile.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"title": "Reconcile",
|
||||
"createTitle": "Create reconcile job",
|
||||
"createDesc": "Abnormal flows are checked automatically by scheduled jobs. This section allows finance to trigger jobs manually: choose reconcile type and time range, and optionally fill in target references (player IDs, transfer numbers, or idempotency keys, one per line). Jobs and items are persisted for audit and future automation.",
|
||||
"reconcileType": "Reconcile type",
|
||||
"walletTransfer": "Wallet transfer (main site ⇄ lottery)",
|
||||
"startTime": "Start time",
|
||||
"endTime": "End time",
|
||||
"scope": "Scope (optional)",
|
||||
"scopePlaceholder": "One reference per line, for example player ID, wallet transfer number, or idempotency key.\nLeave empty to create a scoped job record without explicit refs.",
|
||||
"scopeHint": "When reconciling with wallet transactions in pending_reconcile status, paste the transfer number or idempotency key above.",
|
||||
"advancedToggleOpen": "Show advanced options (custom items JSON)",
|
||||
"advancedToggleClose": "Hide advanced options (custom items JSON)",
|
||||
"advancedJson": "Items JSON (overrides generated rows from the scope above)",
|
||||
"createTask": "Create reconcile job",
|
||||
"submitting": "Submitting…",
|
||||
"loadFailed": "Failed to load",
|
||||
"loadItemsFailed": "Failed to load details",
|
||||
"periodRequired": "Enter both reconcile start and end time",
|
||||
"periodInvalid": "Invalid time range",
|
||||
"periodOrderInvalid": "End time must be later than or equal to start time",
|
||||
"advancedJsonInvalid": "The advanced JSON cannot be parsed",
|
||||
"createSuccess": "Reconcile job created",
|
||||
"createFailed": "Failed to create job",
|
||||
"noCreatePermission": "Current account cannot create reconcile jobs.",
|
||||
"jobsTitle": "Reconcile jobs",
|
||||
"jobsDesc": "Click a row to view paginated item details.",
|
||||
"refresh": "Refresh",
|
||||
"jobNo": "Job no.",
|
||||
"type": "Type",
|
||||
"status": "Status",
|
||||
"period": "Period",
|
||||
"createdAt": "Created at",
|
||||
"detailsTitle": "Job details",
|
||||
"sideARef": "Lottery ref",
|
||||
"sideBRef": "Main site ref",
|
||||
"differenceAmount": "Difference (cent)",
|
||||
"noDetails": "No details",
|
||||
"statusCompleted": "Completed",
|
||||
"statusRunning": "Running",
|
||||
"statusFailed": "Failed",
|
||||
"itemMismatch": "Mismatch",
|
||||
"itemMatched": "Matched",
|
||||
"itemPendingCheck": "Pending check"
|
||||
}
|
||||
Reference in New Issue
Block a user