mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-10 23:12:05 +08:00
feat(hermes): add channel display settings form
This commit is contained in:
@@ -1110,6 +1110,20 @@ export default {
|
||||
hermesChannelAllowFromPlaceholder: _('每行或逗号分隔一个用户 ID,开放策略可留空。', 'One user ID per line or comma-separated. Leave empty for open policy.', '每行或逗號分隔一個使用者 ID,開放策略可留空。'),
|
||||
hermesChannelGroupAllowFromPlaceholder: _('每行或逗号分隔一个群组 / 频道 ID。', 'One group or channel ID per line or comma-separated.', '每行或逗號分隔一個群組 / 頻道 ID。'),
|
||||
hermesChannelRequireMention: _('群组消息需要 @Bot 才响应', 'Require @mention in groups', '群組訊息需要 @Bot 才回應'),
|
||||
hermesChannelDisplayBehavior: _('显示与进度', 'Display & Progress', '顯示與進度'),
|
||||
hermesChannelDisplayHint: _('这些设置只影响当前渠道的推理展示、工具进度和流式输出覆盖;“跟随全局”不会写入平台级流式开关。', 'These settings only affect reasoning display, tool progress, and streaming override for the current platform. “Inherit global” does not write a platform streaming override.', '這些設定只影響目前頻道的推理顯示、工具進度和串流輸出覆蓋;「跟隨全域」不會寫入平台級串流開關。'),
|
||||
hermesChannelDisplayToolProgress: _('工具进度', 'Tool Progress', '工具進度'),
|
||||
hermesChannelDisplayToolProgressOff: _('关闭', 'Off', '關閉'),
|
||||
hermesChannelDisplayToolProgressNew: _('仅新工具', 'New tools only', '僅新工具'),
|
||||
hermesChannelDisplayToolProgressAll: _('全部工具', 'All tools', '全部工具'),
|
||||
hermesChannelDisplayToolProgressVerbose: _('详细', 'Verbose', '詳細'),
|
||||
hermesChannelDisplayStreaming: _('流式输出', 'Streaming', '串流輸出'),
|
||||
hermesChannelDisplayStreamingInherit: _('跟随全局', 'Inherit global', '跟隨全域'),
|
||||
hermesChannelDisplayStreamingOn: _('开启', 'On', '開啟'),
|
||||
hermesChannelDisplayStreamingOff: _('关闭', 'Off', '關閉'),
|
||||
hermesChannelDisplayToolPreviewLength: _('工具预览长度', 'Tool Preview Length', '工具預覽長度'),
|
||||
hermesChannelDisplayShowReasoning: _('显示推理过程', 'Show reasoning', '顯示推理過程'),
|
||||
hermesChannelDisplayCleanupProgress: _('完成后清理进度', 'Clean up progress after completion', '完成後清理進度'),
|
||||
hermesChannelRestartHint: _('保存会将访问策略等偏好写入 config.yaml,并将 Bot Token、App Secret、Client Secret 及 Hermes 运行时兼容环境变量同步到 .env。Hermes Gateway 读取启动时配置,修改后请重启 Gateway。', 'Saving writes access preferences to config.yaml and syncs Bot Token, App Secret, Client Secret, and Hermes runtime compatibility variables to .env. Hermes Gateway reads them on startup, so restart the gateway after changes.', '儲存會將存取策略等偏好寫入 config.yaml,並將 Bot Token、App Secret、Client Secret 及 Hermes 執行時相容環境變數同步到 .env。Hermes Gateway 於啟動時讀取設定,修改後請重啟 Gateway。'),
|
||||
extensionsEyebrow: _('HERMES AGENT · 扩展', 'HERMES AGENT · EXTENSIONS', 'HERMES AGENT · 擴展'),
|
||||
extensionsTitle: _('文档 / 插件 / 主题', 'Docs / Plugins / Themes', '文件 / 插件 / 主題'),
|
||||
|
||||
Reference in New Issue
Block a user