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