@@ -668,6 +668,54 @@ abstract class AppLocalizations {
668668 /// **'Customize'**
669669 String get mobileCustomizeButton;
670670
671+ /// No description provided for @mobileStopShowingThreat.
672+ ///
673+ /// In en, this message translates to:
674+ /// **'Stop showing threat'**
675+ String get mobileStopShowingThreat;
676+
677+ /// No description provided for @mobileTournamentCompleted.
678+ ///
679+ /// In en, this message translates to:
680+ /// **'Completed'**
681+ String get mobileTournamentCompleted;
682+
683+ /// No description provided for @mobileTournamentJumpToMyPage.
684+ ///
685+ /// In en, this message translates to:
686+ /// **'Jump to my page'**
687+ String get mobileTournamentJumpToMyPage;
688+
689+ /// No description provided for @mobileDisplayModeCompact.
690+ ///
691+ /// In en, this message translates to:
692+ /// **'Compact'**
693+ String get mobileDisplayModeCompact;
694+
695+ /// No description provided for @mobileDisplayModeDetailed.
696+ ///
697+ /// In en, this message translates to:
698+ /// **'Detailed'**
699+ String get mobileDisplayModeDetailed;
700+
701+ /// No description provided for @mobileOpeningExplorerNotAvailableOffline.
702+ ///
703+ /// In en, this message translates to:
704+ /// **'Opening Explorer is not available offline.'**
705+ String get mobileOpeningExplorerNotAvailableOffline;
706+
707+ /// No description provided for @mobileChallengeCreated.
708+ ///
709+ /// In en, this message translates to:
710+ /// **'Challenge created: You will be notified when the game starts.\\nYou can access it from the home tab.'**
711+ String get mobileChallengeCreated;
712+
713+ /// No description provided for @mobilePreviousPage.
714+ ///
715+ /// In en, this message translates to:
716+ /// **'Previous'**
717+ String get mobilePreviousPage;
718+
671719 /// No description provided for @activityActivity.
672720 ///
673721 /// In en, this message translates to:
0 commit comments