78 lines
4.3 KiB
TypeScript
78 lines
4.3 KiB
TypeScript
export default {
|
|
desc: 'Mobile pay & receipt settings: platform coin labels, currencies and rates, deposit pay channels (on/off and sort; supported currencies per channel), withdraw banks, limits and copy. DDPay-required fields follow the gateway doc and API contracts—not toggles on this page.',
|
|
btn_save: 'Save',
|
|
btn_add_row: 'Add row',
|
|
sec_platform: 'Platform coin labels',
|
|
tab_cashier: 'Deposit/Withdraw config',
|
|
tab_tiers: 'Deposit tiers',
|
|
tab_deposit_banks: 'Deposit banks',
|
|
tab_withdraw_banks: 'Withdraw banks',
|
|
platform_label_zh: 'Label (Chinese)',
|
|
platform_label_en: 'Label (English)',
|
|
sec_currencies: 'Currencies (deposit/withdraw selectors)',
|
|
sec_deposit_channels: 'Deposit pay channels',
|
|
deposit_channels_hint: 'Only the DDPay channel is built-in. Set enabled state, sort and supported fiat currencies per row.',
|
|
currency_rates_hint: 'Deposit rate: platform coins credited per 1 fiat paid. Withdraw rate: platform coins needed per 1 fiat redeemed (e.g. 100 ⇒ 100 coins = 1 fiat unit).',
|
|
err_dup_code: 'Duplicate currency codes are not allowed.',
|
|
sec_deposit_banks: 'Deposit banks by currency',
|
|
deposit_banks_hint: 'Used for DDPay deposit bank options and client display, maintained by currency_code.',
|
|
sec_withdraw_banks: 'Withdraw banks by currency',
|
|
withdraw_banks_hint: 'Used for withdrawCreate bank_code mapping and client display, maintained by currency_code.',
|
|
sec_deposit_tiers: 'Deposit tiers (embedded)',
|
|
sec_tabbed_config: 'Banks & deposit tiers (tabs)',
|
|
deposit_tiers_hint: 'Moved into this page. When deleting currencies, related tiers will be previewed and removed together after confirmation.',
|
|
btn_save_tiers: 'Save tiers',
|
|
sec_limits: 'Minimum withdraw (fiat amount; match your copy currency)',
|
|
min_ewallet: 'E-wallet minimum',
|
|
min_bank: 'Bank minimum',
|
|
sec_copy: 'Withdraw page copy',
|
|
rate_mode: 'Rate display',
|
|
rate_mode_fixed: 'Fixed rate',
|
|
rate_mode_live: 'Live rate (display)',
|
|
rate_hint_zh: 'Rate hint (ZH)',
|
|
rate_hint_en: 'Rate hint (EN)',
|
|
processing_zh: 'Processing note (ZH)',
|
|
processing_en: 'Processing note (EN)',
|
|
fee_note_zh: 'Fee note (ZH)',
|
|
fee_note_en: 'Fee note (EN)',
|
|
sec_ddpay_spec: 'DDPay integration (read-only)',
|
|
ddpay_spec_intro:
|
|
'Withdrawals use DDPay Payout (mobile: withdrawCreate). Deposits with channel ddpay use depositCreate. Below is a short field summary; see the DDPay doc and the mobile API draft in the repo for details.',
|
|
ddpay_spec_li_withdraw:
|
|
'Withdraw (required): channel_code=ddpay, withdraw_coin, receive_type=bank, receive_account, receiver_name (as registered with the bank), receiver_email, receiver_mobile, bank_code (must match a code from “Withdraw banks by currency” on this page), idempotency_key; bank_branch optional (server sends N/A if omitted).',
|
|
ddpay_spec_li_bank_table:
|
|
'English bank name maps to DDPay bank[name] and must match the official full bank names, or payout may be rejected.',
|
|
ddpay_spec_li_deposit:
|
|
'Deposit (ddpay): payment_type (01=FPX, 02=duitnow, 03=ewallet), payer_name, payer_bank_name (full name per official deposit bank list).',
|
|
ddpay_spec_li_doc:
|
|
'Gateway doc: docs/DDPay Payment Gateway_v1.1.3_zh.md (and PDF); HTTPS and callback rules follow the vendor spec.',
|
|
col_code: 'Code',
|
|
col_label_zh: 'Name (ZH)',
|
|
col_label_en: 'Name (EN)',
|
|
col_sort: 'Sort',
|
|
col_deposit_rate: 'Deposit rate',
|
|
col_withdraw_rate: 'Withdraw rate',
|
|
col_bank_code: 'Bank code',
|
|
col_currency_code: 'Currency',
|
|
col_tier_id: 'Tier ID',
|
|
col_title_zh: 'Title (ZH)',
|
|
col_title_en: 'Title (EN)',
|
|
col_pay_amount: 'Pay amount',
|
|
col_amount: 'Platform amount',
|
|
col_bonus_amount: 'Bonus',
|
|
col_tier_sort: 'Sort',
|
|
col_tier_status: 'Enabled',
|
|
msg_delete_currency_prune_tiers: 'Deleting currency {currency} will also remove {count} related deposit tier(s). Continue?',
|
|
msg_affected_tier_ids: 'Affected tiers',
|
|
col_name_zh: 'Bank (ZH)',
|
|
col_name_en: 'Bank (EN)',
|
|
ph_ratio: 'e.g. 100',
|
|
ph_currency_code: 'e.g. MYR',
|
|
ph_bank_code: 'e.g. agrobank',
|
|
ch_code: 'Channel code',
|
|
ch_display_name: 'Display name',
|
|
ch_sort: 'Sort',
|
|
ch_status: 'Enabled',
|
|
ch_currency_codes: 'Supported currencies',
|
|
}
|