Skip to content

Commit b6257a9

Browse files
committed
fix(i18n): add dynamic reviewer locale copy
1 parent c75d03e commit b6257a9

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/web-ui/src/locales/en-US/scenes/agents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,16 @@
297297
},
298298
"reviewTeams": {
299299
"members": {
300+
"worker": {
301+
"funName": "Review Worker",
302+
"role": "Dynamic Review Worker",
303+
"description": "A read-only worker whose concrete lens, question, and scope are selected for the current change instead of being fixed in the agent identity.",
304+
"responsibilities": [
305+
"Apply only the lens and question supplied by the owning Review agent.",
306+
"Stay within the prepared target and return evidence-backed findings and exact coverage.",
307+
"Do not widen permissions, modify files, or repeat the primary review."
308+
]
309+
},
300310
"businessLogic": {
301311
"funName": "Logic Reviewer",
302312
"role": "Business Logic Reviewer",

src/web-ui/src/locales/zh-CN/scenes/agents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,16 @@
297297
},
298298
"reviewTeams": {
299299
"members": {
300+
"worker": {
301+
"funName": "动态审核员",
302+
"role": "动态审核工作单元",
303+
"description": "一个只读审核工作单元;其具体审核维度、问题和范围会根据当前变更动态确定,而不是固定在 Agent 身份中。",
304+
"responsibilities": [
305+
"仅执行所属 Review Agent 指定的审核维度和问题。",
306+
"严格限定在已准备的审核目标内,并返回有证据支持的发现和明确覆盖范围。",
307+
"不得扩大权限、修改文件或重复主审核。"
308+
]
309+
},
300310
"businessLogic": {
301311
"funName": "逻辑审核员",
302312
"role": "业务逻辑审核员",

src/web-ui/src/locales/zh-TW/scenes/agents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,16 @@
297297
},
298298
"reviewTeams": {
299299
"members": {
300+
"worker": {
301+
"funName": "動態審核員",
302+
"role": "動態審核工作單元",
303+
"description": "一個唯讀審核工作單元;其具體審核維度、問題與範圍會依目前變更動態決定,而不是固定在 Agent 身分中。",
304+
"responsibilities": [
305+
"僅執行所屬 Review Agent 指定的審核維度與問題。",
306+
"嚴格限定在已準備的審核目標內,並回傳有證據支持的發現與明確涵蓋範圍。",
307+
"不得擴大權限、修改檔案或重複主要審核。"
308+
]
309+
},
300310
"businessLogic": {
301311
"funName": "邏輯審核員",
302312
"role": "業務邏輯審核員",

0 commit comments

Comments
 (0)