chore: 更新国际化翻译及 UI 组件优化
This commit is contained in:
@@ -198,6 +198,9 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
@override
|
||||
String get agentStageRouting => '意图识别中';
|
||||
|
||||
@override
|
||||
String get agentStageRequesting => '网络请求中';
|
||||
|
||||
@override
|
||||
String get agentStageExecution => '任务执行中';
|
||||
|
||||
@@ -397,9 +400,30 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
@override
|
||||
String get uiSchemaActionFallback => '操作';
|
||||
|
||||
@override
|
||||
String get uiSchemaStatusInfo => '提示';
|
||||
|
||||
@override
|
||||
String get uiSchemaStatusSuccess => '已完成';
|
||||
|
||||
@override
|
||||
String get uiSchemaStatusWarning => '提醒';
|
||||
|
||||
@override
|
||||
String get uiSchemaStatusError => '失败';
|
||||
|
||||
@override
|
||||
String get uiSchemaStatusPending => '进行中';
|
||||
|
||||
@override
|
||||
String get uiSchemaActionNotImplemented => '该操作暂未接入';
|
||||
|
||||
@override
|
||||
String get uiSchemaUrlInvalid => '链接无效';
|
||||
|
||||
@override
|
||||
String get uiSchemaUrlOpenFailed => '无法打开链接';
|
||||
|
||||
@override
|
||||
String get uiSchemaNavigationInvalidParams => '导航参数无效';
|
||||
|
||||
@@ -1790,4 +1814,12 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get messagesCalendarCardDeletedWithoutTitle => '日历事件已删除';
|
||||
|
||||
@override
|
||||
String calendarDetailSubscribers(int count) {
|
||||
return '已订阅 ($count人)';
|
||||
}
|
||||
|
||||
@override
|
||||
String get calendarOwnerBadge => '所有者';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user