48 lines
2.2 KiB
TypeScript
48 lines
2.2 KiB
TypeScript
export default {
|
|
title: 'Deposit Tiers',
|
|
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 key',
|
|
auto_id: '(generated on save)',
|
|
sort: 'Sort',
|
|
status: 'Enabled',
|
|
title_col: 'Title (ZH)',
|
|
title_ph: 'e.g. First recharge, VIP top-up bundle',
|
|
title_en_col: 'Title (EN)',
|
|
title_en_ph: 'e.g. Starter Pack, VIP Recharge',
|
|
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 description for Chinese locale, up to 255 characters',
|
|
desc_en_col: 'Description (EN)',
|
|
desc_en_ph: 'Optional English description, up to 255 chars',
|
|
operate: 'Action',
|
|
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',
|
|
}
|