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

42 lines
1.5 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',
2026-03-13 06:40:54 +00:00
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',
2026-03-01 16:26:03 +00:00
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;