mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* chore: add bot platform abstract * chore: refactor platform abstract * feat: support QQ platform * docs : add qq channel * fix: crypto algorithm * fix: discord metion thread * fix: discord threadId bypass * fix: edit messsage throw error * chore: update memory tool icon * chore: use lobe channel icon * chore: update platfom icon color * fix: lint error
55 lines
3.3 KiB
JSON
55 lines
3.3 KiB
JSON
{
|
|
"channel.appSecret": "App Secret",
|
|
"channel.appSecretPlaceholder": "Paste your app secret here",
|
|
"channel.applicationId": "Application ID / Bot Username",
|
|
"channel.applicationIdHint": "Unique identifier for your bot application.",
|
|
"channel.applicationIdPlaceholder": "e.g. 1234567890",
|
|
"channel.botToken": "Bot Token / API Key",
|
|
"channel.botTokenEncryptedHint": "Token will be encrypted and stored securely.",
|
|
"channel.botTokenHowToGet": "How to get?",
|
|
"channel.botTokenPlaceholderExisting": "Token is hidden for security",
|
|
"channel.botTokenPlaceholderNew": "Paste your bot token here",
|
|
"channel.connectionConfig": "Connection Configuration",
|
|
"channel.copied": "Copied to clipboard",
|
|
"channel.copy": "Copy",
|
|
"channel.deleteConfirm": "Are you sure you want to remove this channel?",
|
|
"channel.devWebhookProxyUrl": "HTTPS Tunnel URL",
|
|
"channel.devWebhookProxyUrlHint": "Optional. HTTPS tunnel URL for forwarding webhook requests to local dev server.",
|
|
"channel.disabled": "Disabled",
|
|
"channel.discord.description": "Connect this assistant to Discord server for channel chat and direct messages.",
|
|
"channel.documentation": "Documentation",
|
|
"channel.enabled": "Enabled",
|
|
"channel.encryptKey": "Encrypt Key",
|
|
"channel.encryptKeyHint": "Optional. Used to decrypt encrypted event payloads.",
|
|
"channel.encryptKeyPlaceholder": "Optional encryption key",
|
|
"channel.endpointUrl": "Webhook URL",
|
|
"channel.endpointUrlHint": "Please copy this URL and paste it into the <bold>{{fieldName}}</bold> field in the {{name}} Developer Portal.",
|
|
"channel.feishu.description": "Connect this assistant to Feishu for private and group chats.",
|
|
"channel.lark.description": "Connect this assistant to Lark for private and group chats.",
|
|
"channel.platforms": "Platforms",
|
|
"channel.publicKey": "Public Key",
|
|
"channel.publicKeyHint": "Optional. Used to verify interaction requests from Discord.",
|
|
"channel.publicKeyPlaceholder": "Required for interaction verification",
|
|
"channel.qq.appIdHint": "Your QQ Bot App ID from QQ Open Platform",
|
|
"channel.qq.description": "Connect this assistant to QQ for group chats and direct messages.",
|
|
"channel.removeChannel": "Remove Channel",
|
|
"channel.removeFailed": "Failed to remove channel",
|
|
"channel.removed": "Channel removed",
|
|
"channel.save": "Save Configuration",
|
|
"channel.saveFailed": "Failed to save configuration",
|
|
"channel.saveFirstWarning": "Please save configuration first",
|
|
"channel.saved": "Configuration saved successfully",
|
|
"channel.secretToken": "Webhook Secret Token",
|
|
"channel.secretTokenHint": "Optional. Used to verify webhook requests from Telegram.",
|
|
"channel.secretTokenPlaceholder": "Optional secret for webhook verification",
|
|
"channel.telegram.description": "Connect this assistant to Telegram for private and group chats.",
|
|
"channel.testConnection": "Test Connection",
|
|
"channel.testFailed": "Connection test failed",
|
|
"channel.testSuccess": "Connection test passed",
|
|
"channel.updateFailed": "Failed to update status",
|
|
"channel.validationError": "Please fill in Application ID and Token",
|
|
"channel.verificationToken": "Verification Token",
|
|
"channel.verificationTokenHint": "Optional. Used to verify webhook event source.",
|
|
"channel.verificationTokenPlaceholder": "Paste your verification token here"
|
|
}
|