chore: 更新国际化翻译及 UI 组件优化
This commit is contained in:
@@ -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": "所有者"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user