@@ -209,6 +209,12 @@ abstract class AppLocalizations {
209209 /// **'Full'**
210210 String get articleFull;
211211
212+ /// No description provided for @articleNotifications.
213+ ///
214+ /// In en, this message translates to:
215+ /// **'New articles notifications'**
216+ String get articleNotifications;
217+
212218 /// No description provided for @articleTitleAndImage.
213219 ///
214220 /// In en, this message translates to:
@@ -449,6 +455,12 @@ abstract class AppLocalizations {
449455 /// **'Change order by long-pressing an item.'**
450456 String get editOrderDescription;
451457
458+ /// No description provided for @enableNotifications.
459+ ///
460+ /// In en, this message translates to:
461+ /// **'Enable notifications'**
462+ String get enableNotifications;
463+
452464 /// No description provided for @errorOccurred.
453465 ///
454466 /// In en, this message translates to:
@@ -587,6 +599,18 @@ abstract class AppLocalizations {
587599 /// **'Grand Prix Map'**
588600 String get grandPrixMap;
589601
602+ /// No description provided for @grandPrixNotifications.
603+ ///
604+ /// In en, this message translates to:
605+ /// **'Grand-Prix sessions notifications'**
606+ String get grandPrixNotifications;
607+
608+ /// No description provided for @grandPrixNotificationsSub.
609+ ///
610+ /// In en, this message translates to:
611+ /// **'You need to go to the schedule screen in order to initialize notifications of the next Grand-Prix.'**
612+ String get grandPrixNotificationsSub;
613+
590614 /// No description provided for @hallOfFame.
591615 ///
592616 /// In en, this message translates to:
@@ -809,6 +833,36 @@ abstract class AppLocalizations {
809833 /// **'Nothing to show\nhere.'**
810834 String get nothingHere;
811835
836+ /// No description provided for @notifications.
837+ ///
838+ /// In en, this message translates to:
839+ /// **'Notifications'**
840+ String get notifications;
841+
842+ /// No description provided for @notifications2hours.
843+ ///
844+ /// In en, this message translates to:
845+ /// **'2 hours'**
846+ String get notifications2hours;
847+
848+ /// No description provided for @notifications6hours.
849+ ///
850+ /// In en, this message translates to:
851+ /// **'6 hours'**
852+ String get notifications6hours;
853+
854+ /// No description provided for @notifications12hours.
855+ ///
856+ /// In en, this message translates to:
857+ /// **'12 hours'**
858+ String get notifications12hours;
859+
860+ /// No description provided for @notifications24hours.
861+ ///
862+ /// In en, this message translates to:
863+ /// **'24 hours'**
864+ String get notifications24hours;
865+
812866 /// No description provided for @numberOfLaps.
813867 ///
814868 /// In en, this message translates to:
@@ -1025,6 +1079,12 @@ abstract class AppLocalizations {
10251079 /// **'Refresh championship data before a new season.'**
10261080 String get refreshChampionshipDataSub;
10271081
1082+ /// No description provided for @refreshInterval.
1083+ ///
1084+ /// In en, this message translates to:
1085+ /// **'Refresh interval'**
1086+ String get refreshInterval;
1087+
10281088 /// No description provided for @requestError.
10291089 ///
10301090 /// In en, this message translates to:
0 commit comments