@@ -567,6 +567,42 @@ abstract class ZulipLocalizations {
567567  /// **'Type a message'** 
568568String  get  composeBoxGenericContentHint;
569569
570+   /// Label for the back button in the new DM sheet, allowing the user to return to the previous screen. 
571+   /// 
572+   /// In en, this message translates to: 
573+   /// **'Back'** 
574+ String  get  newDmSheetBackButtonLabel;
575+ 
576+   /// Label for the front button in the new DM sheet, if applicable, for navigation or action. 
577+   /// 
578+   /// In en, this message translates to: 
579+   /// **'Next'** 
580+ String  get  newDmSheetNextButtonLabel;
581+ 
582+   /// Title displayed at the top of the new DM screen. 
583+   /// 
584+   /// In en, this message translates to: 
585+   /// **'New DM'** 
586+ String  get  newDmSheetScreenTitle;
587+ 
588+   /// Label for the floating action button (FAB) that opens the new DM sheet. 
589+   /// 
590+   /// In en, this message translates to: 
591+   /// **'New DM'** 
592+ String  get  newDmFabButtonLabel;
593+ 
594+   /// Hint text for the search bar when no users are selected 
595+   /// 
596+   /// In en, this message translates to: 
597+   /// **'Add one or more users'** 
598+ String  get  newDmSheetSearchHintEmpty;
599+ 
600+   /// Hint text for the search bar when at least one user is selected 
601+   /// 
602+   /// In en, this message translates to: 
603+   /// **'Add another user…'** 
604+ String  get  newDmSheetSearchHintSomeSelected;
605+ 
570606  /// Hint text for content input when sending a message to one other person. 
571607  /// 
572608  /// In en, this message translates to: 
0 commit comments