@@ -444,6 +444,60 @@ abstract class BBCodeEditorLocalizations {
444444 /// **'Invalid points value'**
445445 String get hidePointsInvalid;
446446
447+ /// No description provided for @hideV2.
448+ ///
449+ /// In en, this message translates to:
450+ /// **'Hide area'**
451+ String get hideV2;
452+
453+ /// No description provided for @hideV2HeaderTip.
454+ ///
455+ /// In en, this message translates to:
456+ /// **'Hide are starts here'**
457+ String get hideV2HeaderTip;
458+
459+ /// No description provided for @hideV2HeaderPointsRequired.
460+ ///
461+ /// In en, this message translates to:
462+ /// **'Points required:'**
463+ String get hideV2HeaderPointsRequired;
464+
465+ /// No description provided for @hideV2HeaderReplyRequired.
466+ ///
467+ /// In en, this message translates to:
468+ /// **'Reply is required to see the content'**
469+ String get hideV2HeaderReplyRequired;
470+
471+ /// No description provided for @hideV2TailTip.
472+ ///
473+ /// In en, this message translates to:
474+ /// **'Hide area ends here'**
475+ String get hideV2TailTip;
476+
477+ /// No description provided for @hideV2EditPoints.
478+ ///
479+ /// In en, this message translates to:
480+ /// **'Edit points requirements'**
481+ String get hideV2EditPoints;
482+
483+ /// No description provided for @hideV2EditPointsTip.
484+ ///
485+ /// In en, this message translates to:
486+ /// **'Points shall be more than 0, otherwise reply is required instead'**
487+ String get hideV2EditPointsTip;
488+
489+ /// No description provided for @hideV2EditPointsInvalid.
490+ ///
491+ /// In en, this message translates to:
492+ /// **'Invalid points'**
493+ String get hideV2EditPointsInvalid;
494+
495+ /// No description provided for @hideV2EditPointsNotEmpty.
496+ ///
497+ /// In en, this message translates to:
498+ /// **'Points can not be empty'**
499+ String get hideV2EditPointsNotEmpty;
500+
447501 /// No description provided for @divider.
448502 ///
449503 /// In en, this message translates to:
0 commit comments