chore: 更新国际化翻译及 UI 组件优化

This commit is contained in:
zl-q
2026-03-30 09:07:30 +08:00
parent 0f3175e303
commit 60318b7aaa
28 changed files with 1360 additions and 66 deletions
+16 -1
View File
@@ -68,6 +68,7 @@
"homeStopRequested": "已请求停止",
"homeNoValidSpeech": "未识别到有效语音,请靠近麦克风并连续说话后重试",
"agentStageRouting": "意图识别中",
"agentStageRequesting": "网络请求中",
"agentStageExecution": "任务执行中",
"agentStageMemory": "记忆提取中",
"agentStageProcessing": "任务处理中",
@@ -159,7 +160,14 @@
}
},
"uiSchemaActionFallback": "操作",
"uiSchemaStatusInfo": "提示",
"uiSchemaStatusSuccess": "已完成",
"uiSchemaStatusWarning": "提醒",
"uiSchemaStatusError": "失败",
"uiSchemaStatusPending": "进行中",
"uiSchemaActionNotImplemented": "该操作暂未接入",
"uiSchemaUrlInvalid": "链接无效",
"uiSchemaUrlOpenFailed": "无法打开链接",
"uiSchemaNavigationInvalidParams": "导航参数无效",
"uiSchemaNavigationInvalidPath": "导航路径无效",
"notificationSnoozeMinutes": "{minutes} 分钟",
@@ -771,5 +779,12 @@
"title": {}
}
},
"messagesCalendarCardDeletedWithoutTitle": "日历事件已删除"
"messagesCalendarCardDeletedWithoutTitle": "日历事件已删除",
"calendarDetailSubscribers": "已订阅 ({count}人)",
"@calendarDetailSubscribers": {
"placeholders": {
"count": {"type": "int"}
}
},
"calendarOwnerBadge": "所有者"
}