@@ -580,6 +580,48 @@ abstract class ZulipLocalizations {
580580 /// **'Type a message'**
581581 String get composeBoxGenericContentHint;
582582
583+ /// Label for the back button in the new DM sheet, allowing the user to return to the previous screen.
584+ ///
585+ /// In en, this message translates to:
586+ /// **'Back'**
587+ String get newDmSheetBackButtonLabel;
588+
589+ /// Label for the front button in the new DM sheet, if applicable, for navigation or action.
590+ ///
591+ /// In en, this message translates to:
592+ /// **'Next'**
593+ String get newDmSheetNextButtonLabel;
594+
595+ /// Title displayed at the top of the new DM screen.
596+ ///
597+ /// In en, this message translates to:
598+ /// **'New DM'**
599+ String get newDmSheetScreenTitle;
600+
601+ /// Label for the floating action button (FAB) that opens the new DM sheet.
602+ ///
603+ /// In en, this message translates to:
604+ /// **'New DM'**
605+ String get newDmFabButtonLabel;
606+
607+ /// Hint text for the search bar when no users are selected
608+ ///
609+ /// In en, this message translates to:
610+ /// **'Add one or more users'**
611+ String get newDmSheetSearchHintEmpty;
612+
613+ /// Hint text for the search bar when at least one user is selected
614+ ///
615+ /// In en, this message translates to:
616+ /// **'Add another user…'**
617+ String get newDmSheetSearchHintSomeSelected;
618+
619+ /// Message shown in the new DM sheet when no users match the search.
620+ ///
621+ /// In en, this message translates to:
622+ /// **'No users found'**
623+ String get newDmSheetNoUsersFound;
624+
583625 /// Hint text for content input when sending a message to one other person.
584626 ///
585627 /// In en, this message translates to:
0 commit comments