@@ -664,6 +664,48 @@ abstract class ZulipLocalizations {
664664 /// **'Type a message'**
665665 String get composeBoxGenericContentHint;
666666
667+ /// Label for the back button in the new DM sheet, allowing the user to return to the previous screen.
668+ ///
669+ /// In en, this message translates to:
670+ /// **'Back'**
671+ String get newDmSheetBackButtonLabel;
672+
673+ /// Label for the front button in the new DM sheet, if applicable, for navigation or action.
674+ ///
675+ /// In en, this message translates to:
676+ /// **'Next'**
677+ String get newDmSheetNextButtonLabel;
678+
679+ /// Title displayed at the top of the new DM screen.
680+ ///
681+ /// In en, this message translates to:
682+ /// **'New DM'**
683+ String get newDmSheetScreenTitle;
684+
685+ /// Label for the floating action button (FAB) that opens the new DM sheet.
686+ ///
687+ /// In en, this message translates to:
688+ /// **'New DM'**
689+ String get newDmFabButtonLabel;
690+
691+ /// Hint text for the search bar when no users are selected
692+ ///
693+ /// In en, this message translates to:
694+ /// **'Add one or more users'**
695+ String get newDmSheetSearchHintEmpty;
696+
697+ /// Hint text for the search bar when at least one user is selected
698+ ///
699+ /// In en, this message translates to:
700+ /// **'Add another user…'**
701+ String get newDmSheetSearchHintSomeSelected;
702+
703+ /// Message shown in the new DM sheet when no users match the search.
704+ ///
705+ /// In en, this message translates to:
706+ /// **'No users found'**
707+ String get newDmSheetNoUsersFound;
708+
667709 /// Hint text for content input when sending a message to one other person.
668710 ///
669711 /// In en, this message translates to:
0 commit comments