-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Tags: bug, ui, i18n
Quality Rating: ⭐ 7/10
Reporter: admin
Description
On the Agent Settings (数字员工设置) page, when the platform language is set to Chinese (中文), the "Max Tool Call Rounds" section still displays in English. Other sections on the same page (e.g., 模型配置, 对话上下文, Token 用量限制) are correctly translated to Chinese.
Steps to Reproduce
- Set the platform language to 中文 (Chinese).
- Navigate to any agent's 设置 (Settings) page.
- Scroll down to the "Max Tool Call Rounds" section.
Expected Behavior
The section should display fully in Chinese, consistent with the rest of the page. For example:
- "Max Tool Call Rounds" → "最大工具调用轮次" (or similar)
- "Maximum rounds per message" → "每条消息的最大轮次"
- "How many tool-calling rounds the agent can perform per message (search, write, etc). Default: 50" → corresponding Chinese translation
Actual Behavior
The following texts remain in English while the rest of the page is in Chinese:
- Section title: "Max Tool Call Rounds"
- Subtitle: "Maximum rounds per message"
- Help text: "How many tool-calling rounds the agent can perform per message (search, write, etc). Default: 50"
Additional Context
This appears to be a missing i18n key/translation entry for this specific section. The surrounding sections (模型配置, 对话上下文, Token 用量限制) are all properly localized.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels