feat: 更新钱包日志和资金模式相关的国际化文本,增强用户体验
Some checks failed
lotteryfront CI / build (push) Has been cancelled

This commit is contained in:
2026-06-30 17:55:06 +08:00
parent ce1aca8905
commit efb1bcdda8
6 changed files with 109 additions and 43 deletions

View File

@@ -428,7 +428,7 @@
"flowsTitle": "Wallet logs",
"creditFlowsTitle": "Credit activity",
"playerChannel": {
"credit": "Credit line: credit holds, releases, and billing payments (not wallet payouts)",
"credit": "Credit line: bet holds, draw settlement, and period payments (not wallet payouts)",
"wallet": "Main-site wallet player (transfers & wallet ledger)"
},
"creditAvailableAfter": "Available credit after",
@@ -458,7 +458,9 @@
},
"creditFlow": {
"all": "All",
"bet": "Credit hold",
"bet": "Bet hold",
"game_settlement": "Draw settlement",
"rebate": "Period rebate",
"credit_release": "Credit release",
"bill_settlement": "Period payment",
"win_credit": "Win release",
@@ -467,6 +469,9 @@
},
"txnStatus": {
"posted": "Success",
"accrued": "Accrued",
"in_bill": "In bill",
"settled": "Settled",
"pending_reconcile": "Pending reconciliation",
"reversed": "Reversed",
"manually_processed": "Case closed"

View File

@@ -427,7 +427,7 @@
"creditLogsTitle": "क्रेडिट लेनदेन",
"creditLogsSubtitle": "ओगट, मुक्ति र बिलिङ भुक्तानी",
"playerChannel": {
"credit": "क्रेडिट लाइन: ओगट, मुक्ति र बिलिङ भुक्तानी (वालेट भुक्तानी होइन)",
"credit": "क्रेडिट लाइन: बेट होल्ड, ड्र सेटलमेन्ट र अवधि भुक्तानी (वालेट भुक्तानी होइन)",
"wallet": "मुख्य साइट वालेट खेलाडी"
},
"creditAvailableAfter": "पछि उपलब्ध क्रेडिट",
@@ -435,7 +435,9 @@
"emptyCreditLogs": "क्रेडिट लेनदेन छैन",
"creditFlow": {
"all": "सबै",
"bet": "क्रेडिट ओगट",
"bet": "बेट होल्ड",
"game_settlement": "ड्र सेटलमेन्ट",
"rebate": "अवधि रिबेट",
"credit_release": "मुक्ति",
"bill_settlement": "अवधि भुक्तानी",
"win_credit": "जित मुक्ति",
@@ -466,6 +468,9 @@
},
"txnStatus": {
"posted": "सफल",
"accrued": "जम्मा भयो",
"in_bill": "बिलमा",
"settled": "सेटल भयो",
"pending_reconcile": "मिलान बाँकी",
"reversed": "रिभर्स भयो",
"manually_processed": "केस बन्द भयो"

View File

@@ -427,7 +427,7 @@
"flowsTitle": "资金流水",
"creditFlowsTitle": "信用流水",
"playerChannel": {
"credit": "信用盘:展示额度占用、释额与账期收付(非钱包派彩)",
"credit": "信用盘:展示下注冻结、开奖结算与账期收付(非钱包派彩)",
"wallet": "主站钱包玩家(划转与钱包余额流水)"
},
"creditAvailableAfter": "变更后可用信用",
@@ -457,7 +457,9 @@
},
"creditFlow": {
"all": "全部",
"bet": "占用额度",
"bet": "下注冻结",
"game_settlement": "开奖结算",
"rebate": "账期回水",
"credit_release": "释额",
"bill_settlement": "账期收付",
"win_credit": "中奖释额",
@@ -466,6 +468,9 @@
},
"txnStatus": {
"posted": "成功",
"accrued": "已计提",
"in_bill": "已入账单",
"settled": "已结清",
"pending_reconcile": "待对账",
"reversed": "已冲正",
"manually_processed": "已结案"