Files
webman-buildadmin/web/src/lang/backend/en/config/depositChannel.ts
zhenhui 0f28c0fd2a 1.新增充值档位配置
2.新增充值/提现配置
2026-04-21 18:31:43 +08:00

17 lines
799 B
TypeScript

export default {
desc: 'Pay channels are registered in code and environment variables (display name, code). Here you only toggle availability, sort order, and which deposit tiers each channel accepts. Leave tiers empty to allow all enabled tiers. Changes apply immediately.',
btn_save: 'Save',
sort: 'Sort',
status: 'Enabled',
code: 'Channel code',
display_name: 'Display name (read-only)',
tier_ids: 'Allowed tier ids',
tier_ids_ph: 'Empty = all tiers',
'quick Search Fields': 'channel code / display name',
form_tip: 'Display names come from the code/env registry and cannot be edited here; adjust sort, status, and allowed tiers.',
status_on: 'Enabled',
status_off: 'Disabled',
tier_all: 'All tiers',
rule_sort: 'Sort value is required',
}