@@ -5469,6 +5469,126 @@ abstract class AppLocalizations {
54695469 /// In en, this message translates to:
54705470 /// **'Unknown'**
54715471 String get commonUnknown;
5472+
5473+ /// No description provided for @groupSearchTitle.
5474+ ///
5475+ /// In en, this message translates to:
5476+ /// **'Search Groups'**
5477+ String get groupSearchTitle;
5478+
5479+ /// No description provided for @groupSearchHint.
5480+ ///
5481+ /// In en, this message translates to:
5482+ /// **'Search Group'**
5483+ String get groupSearchHint;
5484+
5485+ /// No description provided for @groupSearchTooltip.
5486+ ///
5487+ /// In en, this message translates to:
5488+ /// **'Search Groups'**
5489+ String get groupSearchTooltip;
5490+
5491+ /// No description provided for @groupSearchStartHint.
5492+ ///
5493+ /// In en, this message translates to:
5494+ /// **'Start searching for groups'**
5495+ String get groupSearchStartHint;
5496+
5497+ /// No description provided for @groupSearchNotFound.
5498+ ///
5499+ /// In en, this message translates to:
5500+ /// **'No groups found'**
5501+ String get groupSearchNotFound;
5502+
5503+ /// No description provided for @groupProfileTitle.
5504+ ///
5505+ /// In en, this message translates to:
5506+ /// **'Group Profile'**
5507+ String get groupProfileTitle;
5508+
5509+ /// No description provided for @groupProfileIntroduction.
5510+ ///
5511+ /// In en, this message translates to:
5512+ /// **'Group Introduction'**
5513+ String get groupProfileIntroduction;
5514+
5515+ /// No description provided for @groupProfileEnterHint.
5516+ ///
5517+ /// In en, this message translates to:
5518+ /// **'Join Hint'**
5519+ String get groupProfileEnterHint;
5520+
5521+ /// No description provided for @groupProfileGroupId.
5522+ ///
5523+ /// In en, this message translates to:
5524+ /// **'Group ID'**
5525+ String get groupProfileGroupId;
5526+
5527+ /// No description provided for @groupProfileGroupIdCopied.
5528+ ///
5529+ /// In en, this message translates to:
5530+ /// **'Group ID copied'**
5531+ String get groupProfileGroupIdCopied;
5532+
5533+ /// No description provided for @groupProfileMembers.
5534+ ///
5535+ /// In en, this message translates to:
5536+ /// **'Members: {count}'**
5537+ String groupProfileMembers (int count);
5538+
5539+ /// No description provided for @groupProfileRequireReview.
5540+ ///
5541+ /// In en, this message translates to:
5542+ /// **'Admin approval required'**
5543+ String get groupProfileRequireReview;
5544+
5545+ /// No description provided for @groupProfileRequireReviewNo.
5546+ ///
5547+ /// In en, this message translates to:
5548+ /// **'No admin approval required'**
5549+ String get groupProfileRequireReviewNo;
5550+
5551+ /// No description provided for @groupProfileJoin.
5552+ ///
5553+ /// In en, this message translates to:
5554+ /// **'Join Group'**
5555+ String get groupProfileJoin;
5556+
5557+ /// No description provided for @groupProfileJoinSuccess.
5558+ ///
5559+ /// In en, this message translates to:
5560+ /// **'Joined the group'**
5561+ String get groupProfileJoinSuccess;
5562+
5563+ /// No description provided for @groupProfileJoinPending.
5564+ ///
5565+ /// In en, this message translates to:
5566+ /// **'Application submitted, pending admin approval'**
5567+ String get groupProfileJoinPending;
5568+
5569+ /// No description provided for @groupProfileJoinFailed.
5570+ ///
5571+ /// In en, this message translates to:
5572+ /// **'Failed to join the group'**
5573+ String get groupProfileJoinFailed;
5574+
5575+ /// No description provided for @groupProfileAlreadyMember.
5576+ ///
5577+ /// In en, this message translates to:
5578+ /// **'Already a member'**
5579+ String get groupProfileAlreadyMember;
5580+
5581+ /// No description provided for @groupProfileNotFound.
5582+ ///
5583+ /// In en, this message translates to:
5584+ /// **'Group not found'**
5585+ String get groupProfileNotFound;
5586+
5587+ /// No description provided for @groupProfileCreator.
5588+ ///
5589+ /// In en, this message translates to:
5590+ /// **'Group Creator'**
5591+ String get groupProfileCreator;
54725592}
54735593
54745594class _AppLocalizationsDelegate
0 commit comments