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