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": "Stop requested",
"homeNoValidSpeech": "No valid speech detected. Please move closer to the microphone and retry.",
"agentStageRouting": "Analyzing intent",
"agentStageRequesting": "Requesting server",
"agentStageExecution": "Executing task",
"agentStageMemory": "Loading memory",
"agentStageProcessing": "Processing task",
@@ -159,7 +160,14 @@
}
},
"uiSchemaActionFallback": "Action",
"uiSchemaStatusInfo": "Info",
"uiSchemaStatusSuccess": "Completed",
"uiSchemaStatusWarning": "Warning",
"uiSchemaStatusError": "Failed",
"uiSchemaStatusPending": "In progress",
"uiSchemaActionNotImplemented": "This action is not available yet",
"uiSchemaUrlInvalid": "Invalid URL",
"uiSchemaUrlOpenFailed": "Unable to open URL",
"uiSchemaNavigationInvalidParams": "Invalid navigation params",
"uiSchemaNavigationInvalidPath": "Invalid navigation path",
"notificationSnoozeMinutes": "{minutes} min",
@@ -771,5 +779,12 @@
"title": {}
}
},
"messagesCalendarCardDeletedWithoutTitle": "Calendar event deleted"
"messagesCalendarCardDeletedWithoutTitle": "Calendar event deleted",
"calendarDetailSubscribers": "Subscribers ({count})",
"@calendarDetailSubscribers": {
"placeholders": {
"count": {"type": "int"}
}
},
"calendarOwnerBadge": "Owner"
}