@@ -1130,6 +1130,36 @@ abstract class AppLocalizations {
11301130 /// **'Failed to approve forum.'**
11311131 String get adminApproveForumFailed;
11321132
1133+ /// No description provided for @adminRejectForumAction.
1134+ ///
1135+ /// In en, this message translates to:
1136+ /// **'Reject Forum'**
1137+ String get adminRejectForumAction;
1138+
1139+ /// No description provided for @adminRejectForumConfirmTitle.
1140+ ///
1141+ /// In en, this message translates to:
1142+ /// **'Reject forum'**
1143+ String get adminRejectForumConfirmTitle;
1144+
1145+ /// No description provided for @adminRejectForumConfirmMessage.
1146+ ///
1147+ /// In en, this message translates to:
1148+ /// **'Reject \"{forumName}\" and remove it from the review queue?'**
1149+ String adminRejectForumConfirmMessage (String forumName);
1150+
1151+ /// No description provided for @adminRejectForumSuccess.
1152+ ///
1153+ /// In en, this message translates to:
1154+ /// **'Rejected \"{forumName}\".'**
1155+ String adminRejectForumSuccess (String forumName);
1156+
1157+ /// No description provided for @adminRejectForumFailed.
1158+ ///
1159+ /// In en, this message translates to:
1160+ /// **'Failed to reject forum.'**
1161+ String get adminRejectForumFailed;
1162+
11331163 /// No description provided for @account.
11341164 ///
11351165 /// In en, this message translates to:
0 commit comments