refactor: 重构提醒通知系统
This commit is contained in:
@@ -911,7 +911,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @notificationSnoozeMinutes.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'{minutes} 分钟'**
|
||||
/// **'提醒已推迟 {minutes} 分钟'**
|
||||
String notificationSnoozeMinutes(int minutes);
|
||||
|
||||
/// No description provided for @notificationSnoozeLater.
|
||||
@@ -3265,6 +3265,12 @@ abstract class AppLocalizations {
|
||||
/// **'选择提醒时间'**
|
||||
String get calendarCreatePickReminderTime;
|
||||
|
||||
/// No description provided for @calendarCreateInvalidTimeRange.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'结束时间必须晚于开始时间'**
|
||||
String get calendarCreateInvalidTimeRange;
|
||||
|
||||
/// No description provided for @calendarCreateReminderPermissionFailed.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user