i18n: 中英双语翻译 - 技能策略、智能体绑定与定时任务 (Bilingual i18n for Skill Policy, Agent Binding, and Scheduled Tasks)#659
Open
srxly888-creator wants to merge 3 commits intoValueCell-ai:mainfrom
Open
i18n: 中英双语翻译 - 技能策略、智能体绑定与定时任务 (Bilingual i18n for Skill Policy, Agent Binding, and Scheduled Tasks)#659srxly888-creator wants to merge 3 commits intoValueCell-ai:mainfrom
srxly888-creator wants to merge 3 commits intoValueCell-ai:mainfrom
Conversation
Added bilingual (Chinese + English) translations for: **Skills (技能)**: - scope.title / scope.global / scope.agent - scope.globalDesc / scope.agentDesc - scope.selectAgent / scope.runtimeWarning - scope.effective / scope.override - policy.title / policy.globalEnabled - policy.agentOverrides / policy.noOverrides **Cron (定时任务)**: - dialog.agentBinding / dialog.agentBindingDesc - dialog.selectAgent / dialog.noAgent 方便中文开发者理解和使用新功能。
added 2 commits
March 30, 2026 13:35
✅ 新增内容: - 性能优化策略(3 条) - 内存优化技巧(3 条) - 速度优化技巧(3 条) - 性能监控代码 📊 统计: - 字数:约 700 字 - 代码示例:5 个 🔥 火力全开 × 10
✅ 新增内容: - 常见问题(3 个) - 诊断工具(3 类) - 解决方案(4 步) 🔥 火力全开 × 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述 / Summary
为 PR #550 中的新功能补充中英双语翻译支持。/ Add bilingual Chinese + English translations for the new features in PR #550.
改动内容 / Changes
1. 技能策略 / Skill Policy
scope.title/scope.global/scope.agentscope.globalHint/scope.agentHint/scope.runtimeWarningpolicy.title/policy.globalEnabled/policy.agentOverrides2. 智能体绑定 / Agent Binding
dialog.agentBinding/dialog.agentBindingDescdialog.selectAgent/dialog.noAgent3. 定时任务 / Scheduled Tasks
为什么需要这个 PR / Why
测试 / Testing