dashboard-nanobot/frontend/src/i18n/channels.en.ts

34 lines
1.1 KiB
TypeScript
Raw Normal View History

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',
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;