|
|
@@ -24,8 +24,10 @@ export const zh = {
|
|
|
'activity.inactive': '当前未运行',
|
|
|
'branch.collapse': '收起 {label} 的下级子代理',
|
|
|
'branch.expand': '展开 {label} 的下级子代理',
|
|
|
- 'count.total': '{count} 个子代理',
|
|
|
- 'count.running': '{count} 个子代理,正在运行',
|
|
|
+ 'count.total.one': '{count} 个子代理',
|
|
|
+ 'count.total.other': '{count} 个子代理',
|
|
|
+ 'count.running.one': '{count} 个子代理,正在运行',
|
|
|
+ 'count.running.other': '{count} 个子代理,正在运行',
|
|
|
'tree.aria': '子代理会话',
|
|
|
'readonly.oneShot.title': '一次性子代理记录',
|
|
|
'readonly.title': '此子代理暂时只读',
|
|
|
@@ -54,8 +56,10 @@ export const en: Record<SubagentKey, string> = {
|
|
|
'activity.inactive': 'not running',
|
|
|
'branch.collapse': 'Collapse {label} descendants',
|
|
|
'branch.expand': 'Expand {label} descendants',
|
|
|
- 'count.total': '{count} subagents',
|
|
|
- 'count.running': '{count} subagents running',
|
|
|
+ 'count.total.one': '{count} subagent',
|
|
|
+ 'count.total.other': '{count} subagents',
|
|
|
+ 'count.running.one': '{count} subagent running',
|
|
|
+ 'count.running.other': '{count} subagents running',
|
|
|
'tree.aria': 'Subagent sessions',
|
|
|
'readonly.oneShot.title': 'One-shot subagent record',
|
|
|
'readonly.title': 'This subagent is read-only for now',
|