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', channelEmpty: 'No external channels configured.', channelConfigured: 'Configured', channelPending: 'Pending setup', channelDraftMeta: 'New channel draft', channelType: 'Channel Type', channelAddHint: 'Click Add, choose a channel type, then fill the credentials.', disabled: 'Disabled', dashboardLocked: 'Dashboard is required and cannot be removed.', enabled: 'Enabled', saveChannel: 'Save', addChannel: 'Add', selectChannelType: 'Select channel type', 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', emailConsentGranted: 'Mailbox consent granted', emailFromAddress: 'From Address', emailAllowFrom: 'Allowed Senders', emailAllowFromPlaceholder: 'One email address per line. Empty means allow all.', emailImapHost: 'IMAP Host', emailImapPort: 'IMAP Port', emailImapUsername: 'IMAP Username', emailImapPassword: 'IMAP Password', emailImapMailbox: 'IMAP Mailbox', emailImapUseSsl: 'Use IMAP SSL', emailSmtpHost: 'SMTP Host', emailSmtpPort: 'SMTP Port', emailSmtpUsername: 'SMTP Username', emailSmtpPassword: 'SMTP Password', emailSmtpUseTls: 'Use SMTP TLS', emailSmtpUseSsl: 'Use SMTP SSL', emailAutoReplyEnabled: 'Auto reply to inbound emails', emailPollIntervalSeconds: 'Poll Interval (seconds)', emailMaxBodyChars: 'Max Body Characters', emailSubjectPrefix: 'Reply Subject Prefix', emailMarkSeen: 'Mark as seen after reading', proxy: 'Proxy (optional)', replyToMessage: 'Reply to original message', encryptKey: 'Encrypt Key (optional)', verificationToken: 'Verification Token (optional)', autoRefresh: 'Auto', refreshHint: 'Refresh directory', } as const;