1.新增充值档位配置
2.新增充值/提现配置
This commit is contained in:
@@ -1,29 +1,47 @@
|
||||
export default {
|
||||
title: 'Deposit Tiers',
|
||||
desc: 'Configure the deposit tiers players can pick when creating a deposit order. In the third-party payment mode, only tier specs (name, amount, bonus, description) are maintained; receiving accounts are no longer stored here. Maintain both Chinese and English text for the title and description: the mobile API returns the language matching the request `lang` header, falling back to Chinese if English is blank. Changes take effect immediately.',
|
||||
desc: 'Configure mobile deposit tiers: titles (ZH/EN), pay currency & pay amount, credited platform coins (base + bonus), and stable tier id (tier_key) for orders and channel binding. Disabled tiers are hidden from players. Changes apply immediately.',
|
||||
'quick Search Fields': 'tier id / title (ZH) / title (EN)',
|
||||
form_tip: 'The table is read-only; use toolbar Add / Edit in the dialog. Changes apply immediately.',
|
||||
tier_id_optional: 'Tier id (optional)',
|
||||
tier_id_optional_ph: 'Leave empty to auto-generate',
|
||||
status_on: 'Enabled',
|
||||
status_off: 'Disabled',
|
||||
total_platform: 'Total credit (base + bonus)',
|
||||
rule_title: 'Title (ZH) is required',
|
||||
rule_currency: 'Pay currency is required',
|
||||
rule_pay_amount: 'Pay amount must be a number greater than 0',
|
||||
rule_platform_base: 'Base platform coin must be a number greater than 0',
|
||||
rule_bonus: 'Bonus must be a number no less than 0',
|
||||
btn_add: 'Add Tier',
|
||||
btn_save: 'Save',
|
||||
btn_remove: 'Delete',
|
||||
confirm_remove: 'Delete this deposit tier?',
|
||||
tier_id: 'Tier ID',
|
||||
tier_id: 'Tier key',
|
||||
auto_id: '(generated on save)',
|
||||
sort: 'Sort',
|
||||
status: 'Enabled',
|
||||
title_col: 'Title (ZH)',
|
||||
title_ph: 'e.g. 新手首充、VIP 高额充值',
|
||||
title_ph: 'e.g. First recharge, VIP top-up bundle',
|
||||
title_en_col: 'Title (EN)',
|
||||
title_en_ph: 'e.g. Starter Pack, VIP Recharge',
|
||||
amount: 'Amount',
|
||||
amount_ph: 'e.g. 100.00',
|
||||
bonus_amount: 'Bonus',
|
||||
pay_currency: 'Pay currency',
|
||||
pay_currency_ph: 'Select or type',
|
||||
pay_amount: 'Pay amount (fiat)',
|
||||
pay_amount_ph: 'e.g. 3.00',
|
||||
platform_base: 'Base platform coin',
|
||||
platform_base_ph: 'e.g. 210.00',
|
||||
bonus_amount: 'Bonus platform coin',
|
||||
bonus_ph: 'e.g. 20.00, use 0 if none',
|
||||
platform_coin_suffix: 'coin',
|
||||
desc_col: 'Description (ZH)',
|
||||
desc_ph: 'Optional Chinese description, up to 255 chars',
|
||||
desc_ph: 'Optional description for Chinese locale, up to 255 characters',
|
||||
desc_en_col: 'Description (EN)',
|
||||
desc_en_ph: 'Optional English description, up to 255 chars',
|
||||
currency: '',
|
||||
operate: 'Action',
|
||||
err_title: 'Row {no}: Chinese title is required',
|
||||
err_amount: 'Row {no}: amount must be a number greater than 0',
|
||||
err_title: 'Row {no}: Title (ZH) is required',
|
||||
err_currency: 'Row {no}: pay currency is required',
|
||||
err_pay_amount: 'Row {no}: pay amount must be a number greater than 0',
|
||||
err_platform_base: 'Row {no}: base platform coin must be a number greater than 0',
|
||||
err_bonus: 'Row {no}: bonus must be a number no less than 0',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user