feat: 增加管理端多语言与多模块界面国际化支持
This commit is contained in:
46
src/i18n/locales/en/jackpot.json
Normal file
46
src/i18n/locales/en/jackpot.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"title": "Jackpot",
|
||||
"configTitle": "Jackpot pool configuration",
|
||||
"loadFailed": "Failed to load",
|
||||
"saveSuccess": "Saved",
|
||||
"saveFailed": "Save failed",
|
||||
"invalidDrawId": "Enter a valid draw ID",
|
||||
"manualBurstSuccess": "Jackpot burst triggered manually",
|
||||
"manualBurstFailed": "Manual burst failed",
|
||||
"noPoolData": "No pool data",
|
||||
"displayBalance": "Display balance {{amount}}",
|
||||
"currentAmount": "Current pool balance (minor unit)",
|
||||
"contributionRate": "Contribution rate 0-1",
|
||||
"triggerThreshold": "Burst threshold (minor unit)",
|
||||
"payoutRate": "Burst payout rate 0-1",
|
||||
"forceTriggerGap": "Force burst gap (settled draws)",
|
||||
"minBetAmount": "Minimum bet amount (minor unit)",
|
||||
"comboTriggerPlays": "Combo trigger plays (comma separated)",
|
||||
"status": "Status",
|
||||
"disabled": "Disabled",
|
||||
"enabled": "Enabled",
|
||||
"saving": "Saving…",
|
||||
"save": "Save",
|
||||
"manualBurstDrawId": "Manual burst draw ID",
|
||||
"manualBurstAmount": "Burst amount (empty for all)",
|
||||
"processing": "Processing…",
|
||||
"manualBurst": "Manual burst",
|
||||
"filter": "Filter",
|
||||
"drawNo": "Draw no.",
|
||||
"optional": "Optional",
|
||||
"apply": "Apply",
|
||||
"payoutRecords": "Jackpot payout records",
|
||||
"contributionRecords": "Jackpot contribution records",
|
||||
"subnavLabel": "Jackpot sub navigation",
|
||||
"subnavPools": "Pool configuration",
|
||||
"subnavRecords": "Records",
|
||||
"payoutLoadFailed": "Failed to load payout records",
|
||||
"contributionLoadFailed": "Failed to load contribution records",
|
||||
"trigger": "Trigger",
|
||||
"payoutAmount": "Payout amount",
|
||||
"winnerCount": "Winner count",
|
||||
"time": "Time",
|
||||
"ticketNo": "Ticket",
|
||||
"player": "Player",
|
||||
"contributionAmount": "Contribution amount"
|
||||
}
|
||||
Reference in New Issue
Block a user