2026-03-01 16:26:03 +00:00
|
|
|
export const channelsEn = {
|
|
|
|
|
wizardSectionTitle: 'Channel Configuration',
|
|
|
|
|
wizardSectionDesc: 'Manage custom channels.',
|
|
|
|
|
globalDeliveryTitle: 'Global Delivery',
|
|
|
|
|
globalDeliveryDesc: '`sendProgress` / `sendToolHints` are global switches and apply to all channels.',
|
|
|
|
|
openManager: 'Manage Channels',
|
|
|
|
|
defaultChannel: 'Default Channel',
|
|
|
|
|
customChannel: 'Custom Channel',
|
|
|
|
|
dashboardLocked: 'Dashboard is required and cannot be removed.',
|
|
|
|
|
enabled: 'Enabled',
|
|
|
|
|
saveChannel: 'Save',
|
|
|
|
|
addChannel: 'Add',
|
2026-03-11 12:55:42 +00:00
|
|
|
selectChannelType: 'Select channel type',
|
2026-03-01 16:26:03 +00:00
|
|
|
close: 'Close',
|
|
|
|
|
remove: 'Remove',
|
|
|
|
|
sendProgress: 'sendProgress',
|
|
|
|
|
sendToolHints: 'sendToolHints',
|
|
|
|
|
fieldPrimary: 'Primary Field',
|
|
|
|
|
fieldSecret: 'Secret Field',
|
|
|
|
|
fieldPort: 'Internal Port',
|
|
|
|
|
appId: 'App ID',
|
|
|
|
|
appSecret: 'App Secret',
|
|
|
|
|
clientId: 'Client ID',
|
|
|
|
|
clientSecret: 'Client Secret',
|
|
|
|
|
botToken: 'Bot Token',
|
|
|
|
|
appToken: 'App Token',
|
|
|
|
|
telegramToken: 'Telegram Bot Token',
|
|
|
|
|
proxy: 'Proxy (optional)',
|
|
|
|
|
replyToMessage: 'Reply to original message',
|
|
|
|
|
encryptKey: 'Encrypt Key (optional)',
|
|
|
|
|
verificationToken: 'Verification Token (optional)',
|
|
|
|
|
autoRefresh: 'Auto',
|
|
|
|
|
refreshHint: 'Refresh directory',
|
|
|
|
|
} as const;
|