chore: 更新国际化翻译及 UI 组件优化
This commit is contained in:
@@ -464,6 +464,12 @@ abstract class AppLocalizations {
|
||||
/// **'意图识别中'**
|
||||
String get agentStageRouting;
|
||||
|
||||
/// No description provided for @agentStageRequesting.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'网络请求中'**
|
||||
String get agentStageRequesting;
|
||||
|
||||
/// No description provided for @agentStageExecution.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
@@ -836,12 +842,54 @@ abstract class AppLocalizations {
|
||||
/// **'操作'**
|
||||
String get uiSchemaActionFallback;
|
||||
|
||||
/// No description provided for @uiSchemaStatusInfo.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'提示'**
|
||||
String get uiSchemaStatusInfo;
|
||||
|
||||
/// No description provided for @uiSchemaStatusSuccess.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'已完成'**
|
||||
String get uiSchemaStatusSuccess;
|
||||
|
||||
/// No description provided for @uiSchemaStatusWarning.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'提醒'**
|
||||
String get uiSchemaStatusWarning;
|
||||
|
||||
/// No description provided for @uiSchemaStatusError.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'失败'**
|
||||
String get uiSchemaStatusError;
|
||||
|
||||
/// No description provided for @uiSchemaStatusPending.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'进行中'**
|
||||
String get uiSchemaStatusPending;
|
||||
|
||||
/// No description provided for @uiSchemaActionNotImplemented.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'该操作暂未接入'**
|
||||
String get uiSchemaActionNotImplemented;
|
||||
|
||||
/// No description provided for @uiSchemaUrlInvalid.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'链接无效'**
|
||||
String get uiSchemaUrlInvalid;
|
||||
|
||||
/// No description provided for @uiSchemaUrlOpenFailed.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'无法打开链接'**
|
||||
String get uiSchemaUrlOpenFailed;
|
||||
|
||||
/// No description provided for @uiSchemaNavigationInvalidParams.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
@@ -3408,6 +3456,18 @@ abstract class AppLocalizations {
|
||||
/// In zh, this message translates to:
|
||||
/// **'日历事件已删除'**
|
||||
String get messagesCalendarCardDeletedWithoutTitle;
|
||||
|
||||
/// No description provided for @calendarDetailSubscribers.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'已订阅 ({count}人)'**
|
||||
String calendarDetailSubscribers(int count);
|
||||
|
||||
/// No description provided for @calendarOwnerBadge.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'所有者'**
|
||||
String get calendarOwnerBadge;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user