17 lines
799 B
TypeScript
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',
|
|
}
|