File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -3103,6 +3103,24 @@ abstract class AppLocalizations {
31033103 /// In en, this message translates to:
31043104 /// **'User Limits'**
31053105 String get userLimitsTitle;
3106+
3107+ /// Description for the breaking news notification subscription limit.
3108+ ///
3109+ /// In en, this message translates to:
3110+ /// **'Limit for subscriptions that send immediate alerts for matching headlines.'**
3111+ String get notificationSubscriptionBreakingOnlyDescription;
3112+
3113+ /// Description for the daily digest notification subscription limit.
3114+ ///
3115+ /// In en, this message translates to:
3116+ /// **'Limit for subscriptions that send a daily summary of matching headlines.'**
3117+ String get notificationSubscriptionDailyDigestDescription;
3118+
3119+ /// Description for the weekly roundup notification subscription limit.
3120+ ///
3121+ /// In en, this message translates to:
3122+ /// **'Limit for subscriptions that send a weekly summary of matching headlines.'**
3123+ String get notificationSubscriptionWeeklyRoundupDescription;
31063124}
31073125
31083126class _AppLocalizationsDelegate
Original file line number Diff line number Diff line change @@ -1665,4 +1665,16 @@ class AppLocalizationsAr extends AppLocalizations {
16651665
16661666 @override
16671667 String get userLimitsTitle => 'حدود المستخدم' ;
1668+
1669+ @override
1670+ String get notificationSubscriptionBreakingOnlyDescription =>
1671+ 'حد الاشتراكات التي ترسل تنبيهات فورية للأخبار العاجلة للعناوين المطابقة.' ;
1672+
1673+ @override
1674+ String get notificationSubscriptionDailyDigestDescription =>
1675+ 'حد الاشتراكات التي ترسل ملخصًا يوميًا للعناوين المطابقة.' ;
1676+
1677+ @override
1678+ String get notificationSubscriptionWeeklyRoundupDescription =>
1679+ 'حد الاشتراكات التي ترسل ملخصًا أسبوعيًا للعناوين المطابقة.' ;
16681680}
Original file line number Diff line number Diff line change @@ -1668,4 +1668,16 @@ class AppLocalizationsEn extends AppLocalizations {
16681668
16691669 @override
16701670 String get userLimitsTitle => 'User Limits' ;
1671+
1672+ @override
1673+ String get notificationSubscriptionBreakingOnlyDescription =>
1674+ 'Limit for subscriptions that send immediate alerts for matching headlines.' ;
1675+
1676+ @override
1677+ String get notificationSubscriptionDailyDigestDescription =>
1678+ 'Limit for subscriptions that send a daily summary of matching headlines.' ;
1679+
1680+ @override
1681+ String get notificationSubscriptionWeeklyRoundupDescription =>
1682+ 'Limit for subscriptions that send a weekly summary of matching headlines.' ;
16711683}
You can’t perform that action at this time.
0 commit comments