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