42 lines
1.5 KiB
TypeScript
42 lines
1.5 KiB
TypeScript
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',
|
|
proxy: 'Proxy (optional)',
|
|
replyToMessage: 'Reply to original message',
|
|
encryptKey: 'Encrypt Key (optional)',
|
|
verificationToken: 'Verification Token (optional)',
|
|
autoRefresh: 'Auto',
|
|
refreshHint: 'Refresh directory',
|
|
} as const;
|