feat: 添加账号删除功能
This commit is contained in:
@@ -506,6 +506,12 @@ abstract class AppLocalizations {
|
||||
/// **'通知设置'**
|
||||
String get settingsSectionNotification;
|
||||
|
||||
/// No description provided for @settingsAccountAndDataTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'账号数据'**
|
||||
String get settingsAccountAndDataTitle;
|
||||
|
||||
/// No description provided for @settingsInterfaceLanguage.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
@@ -728,6 +734,78 @@ abstract class AppLocalizations {
|
||||
/// **'退出后需要重新登录才能继续使用当前账户。'**
|
||||
String get settingsLogoutDialogBody;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'删除账号'**
|
||||
String get settingsDeleteAccountTitle;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountSubtitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'永久删除账号及相关个人数据'**
|
||||
String get settingsDeleteAccountSubtitle;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountWarningTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'删除前请确认'**
|
||||
String get settingsDeleteAccountWarningTitle;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountWarningBody.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'删除账号后,个人资料、历史记录、点数信息等相关数据将被永久删除,且不可恢复。'**
|
||||
String get settingsDeleteAccountWarningBody;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountScopeProfile.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'个人资料和账号信息会被删除'**
|
||||
String get settingsDeleteAccountScopeProfile;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountScopeHistory.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'历史解卦记录会被删除'**
|
||||
String get settingsDeleteAccountScopeHistory;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountScopePoints.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'点数账户与流水记录会被删除'**
|
||||
String get settingsDeleteAccountScopePoints;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountDialogTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'确认永久删除账号?'**
|
||||
String get settingsDeleteAccountDialogTitle;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountDialogBody.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'此操作无法撤销。确认后将立即发起删除。'**
|
||||
String get settingsDeleteAccountDialogBody;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountAction.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'确认删除账号'**
|
||||
String get settingsDeleteAccountAction;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountProcessing.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'正在删除...'**
|
||||
String get settingsDeleteAccountProcessing;
|
||||
|
||||
/// No description provided for @settingsDeleteAccountWaitAction.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'请等待 {seconds} 秒后确认删除'**
|
||||
String settingsDeleteAccountWaitAction(int seconds);
|
||||
|
||||
/// No description provided for @settingsCancel.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
@@ -1010,6 +1088,12 @@ abstract class AppLocalizations {
|
||||
/// **'请求失败,请稍后重试'**
|
||||
String get errorRequestGeneric;
|
||||
|
||||
/// No description provided for @errorProfileDeleteFailed.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'删除账号失败,请稍后重试'**
|
||||
String get errorProfileDeleteFailed;
|
||||
|
||||
/// No description provided for @errorRunLimitExceeded.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user