优化
This commit is contained in:
@@ -992,6 +992,120 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Check in for 365 consecutive days'**
|
||||
String get achievement_year_warrior_desc;
|
||||
|
||||
/// Total label (e.g., total time)
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Total'**
|
||||
String get total;
|
||||
|
||||
/// Status label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Status'**
|
||||
String get status;
|
||||
|
||||
/// Points breakdown section title
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Points Breakdown'**
|
||||
String get pointsBreakdown;
|
||||
|
||||
/// Points from focus time label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Focus Time'**
|
||||
String get focusTimePoints;
|
||||
|
||||
/// Focus time points description
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'1 point per minute of focus'**
|
||||
String get focusTimePointsDesc;
|
||||
|
||||
/// Honesty bonus label in breakdown
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Honesty Bonus'**
|
||||
String get honestyBonusLabel;
|
||||
|
||||
/// Honesty bonus description
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Extra points for recording distractions'**
|
||||
String get honestyBonusDesc;
|
||||
|
||||
/// Daily check-in points label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Daily Check-In'**
|
||||
String get checkInPoints;
|
||||
|
||||
/// Daily check-in points description
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Base points for daily check-in'**
|
||||
String get checkInPointsDesc;
|
||||
|
||||
/// Streak bonus label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Streak Bonus'**
|
||||
String get streakBonus;
|
||||
|
||||
/// Streak bonus description
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{days} consecutive check-ins'**
|
||||
String streakBonusDesc(int days);
|
||||
|
||||
/// Achievement bonus points label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Achievement Bonus'**
|
||||
String get achievementBonusLabel;
|
||||
|
||||
/// Sunday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'S'**
|
||||
String get weekdayS;
|
||||
|
||||
/// Monday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'M'**
|
||||
String get weekdayM;
|
||||
|
||||
/// Tuesday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'T'**
|
||||
String get weekdayT;
|
||||
|
||||
/// Wednesday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'W'**
|
||||
String get weekdayW;
|
||||
|
||||
/// Thursday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'T'**
|
||||
String get weekdayTh;
|
||||
|
||||
/// Friday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'F'**
|
||||
String get weekdayF;
|
||||
|
||||
/// Saturday abbreviation
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'S'**
|
||||
String get weekdaySa;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user