@@ -549,6 +549,42 @@ abstract class ZulipLocalizations {
549549 /// **'Type a message'**
550550 String get composeBoxGenericContentHint;
551551
552+ /// Label for the back button in the new DM sheet, allowing the user to return to the previous screen.
553+ ///
554+ /// In en, this message translates to:
555+ /// **'Back'**
556+ String get newDmSheetBackButtonLabel;
557+
558+ /// Label for the front button in the new DM sheet, if applicable, for navigation or action.
559+ ///
560+ /// In en, this message translates to:
561+ /// **'Next'**
562+ String get newDmSheetNextButtonLabel;
563+
564+ /// Title displayed at the top of the new DM screen.
565+ ///
566+ /// In en, this message translates to:
567+ /// **'New DM'**
568+ String get newDmSheetScreenTitle;
569+
570+ /// Label for the floating action button (FAB) that opens the new DM sheet.
571+ ///
572+ /// In en, this message translates to:
573+ /// **'New DM'**
574+ String get newDmFabButtonLabel;
575+
576+ /// Hint text for the search bar when no users are selected
577+ ///
578+ /// In en, this message translates to:
579+ /// **'Add one or more users'**
580+ String get newDmSheetSearchHintEmpty;
581+
582+ /// Hint text for the search bar when at least one user is selected
583+ ///
584+ /// In en, this message translates to:
585+ /// **'Add another user…'**
586+ String get newDmSheetSearchHintSomeSelected;
587+
552588 /// Hint text for content input when sending a message to one other person.
553589 ///
554590 /// In en, this message translates to:
0 commit comments