@@ -567,6 +567,48 @@ abstract class ZulipLocalizations {
567567 /// **'Type a message'**
568568 String 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+
606+ /// Message shown in the new DM sheet when no users match the search.
607+ ///
608+ /// In en, this message translates to:
609+ /// **'No users found'**
610+ String get newDmSheetNoUsersFound;
611+
570612 /// Hint text for content input when sending a message to one other person.
571613 ///
572614 /// In en, this message translates to:
0 commit comments