Skip to content

Commit 2428b99

Browse files
committed
Merge remote-tracking branch 'pr/1322'
2 parents 4e57ce0 + 13a4acd commit 2428b99

19 files changed

+1110
-46
lines changed

assets/icons/ZulipIcons.ttf

136 Bytes
Binary file not shown.

assets/icons/chevron_left.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/l10n/app_en.arb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,34 @@
405405
"@composeBoxGenericContentHint": {
406406
"description": "Hint text for content input when sending a message."
407407
},
408+
"newDmSheetBackButtonLabel": "Back",
409+
"@newDmSheetBackButtonLabel": {
410+
"description": "Label for the back button in the new DM sheet, allowing the user to return to the previous screen."
411+
},
412+
"newDmSheetNextButtonLabel": "Next",
413+
"@newDmSheetNextButtonLabel": {
414+
"description": "Label for the front button in the new DM sheet, if applicable, for navigation or action."
415+
},
416+
"newDmSheetScreenTitle": "New DM",
417+
"@newDmSheetScreenTitle": {
418+
"description": "Title displayed at the top of the new DM screen."
419+
},
420+
"newDmFabButtonLabel": "New DM",
421+
"@newDmFabButtonLabel": {
422+
"description": "Label for the floating action button (FAB) that opens the new DM sheet."
423+
},
424+
"newDmSheetSearchHintEmpty": "Add one or more users",
425+
"@newDmSheetSearchHintEmpty": {
426+
"description": "Hint text for the search bar when no users are selected"
427+
},
428+
"newDmSheetSearchHintSomeSelected": "Add another user…",
429+
"@newDmSheetSearchHintSomeSelected": {
430+
"description": "Hint text for the search bar when at least one user is selected"
431+
},
432+
"newDmSheetNoUsersFound": "No users found",
433+
"@newDmSheetNoUsersFound": {
434+
"description": "Message shown in the new DM sheet when no users match the search."
435+
},
408436
"composeBoxDmContentHint": "Message @{user}",
409437
"@composeBoxDmContentHint": {
410438
"description": "Hint text for content input when sending a message to one other person.",

lib/generated/l10n/zulip_localizations.dart

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,48 @@ abstract class ZulipLocalizations {
673673
/// **'Type a message'**
674674
String get composeBoxGenericContentHint;
675675

676+
/// Label for the back button in the new DM sheet, allowing the user to return to the previous screen.
677+
///
678+
/// In en, this message translates to:
679+
/// **'Back'**
680+
String get newDmSheetBackButtonLabel;
681+
682+
/// Label for the front button in the new DM sheet, if applicable, for navigation or action.
683+
///
684+
/// In en, this message translates to:
685+
/// **'Next'**
686+
String get newDmSheetNextButtonLabel;
687+
688+
/// Title displayed at the top of the new DM screen.
689+
///
690+
/// In en, this message translates to:
691+
/// **'New DM'**
692+
String get newDmSheetScreenTitle;
693+
694+
/// Label for the floating action button (FAB) that opens the new DM sheet.
695+
///
696+
/// In en, this message translates to:
697+
/// **'New DM'**
698+
String get newDmFabButtonLabel;
699+
700+
/// Hint text for the search bar when no users are selected
701+
///
702+
/// In en, this message translates to:
703+
/// **'Add one or more users'**
704+
String get newDmSheetSearchHintEmpty;
705+
706+
/// Hint text for the search bar when at least one user is selected
707+
///
708+
/// In en, this message translates to:
709+
/// **'Add another user…'**
710+
String get newDmSheetSearchHintSomeSelected;
711+
712+
/// Message shown in the new DM sheet when no users match the search.
713+
///
714+
/// In en, this message translates to:
715+
/// **'No users found'**
716+
String get newDmSheetNoUsersFound;
717+
676718
/// Hint text for content input when sending a message to one other person.
677719
///
678720
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,27 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
340340
@override
341341
String get composeBoxGenericContentHint => 'Type a message';
342342

343+
@override
344+
String get newDmSheetBackButtonLabel => 'Back';
345+
346+
@override
347+
String get newDmSheetNextButtonLabel => 'Next';
348+
349+
@override
350+
String get newDmSheetScreenTitle => 'New DM';
351+
352+
@override
353+
String get newDmFabButtonLabel => 'New DM';
354+
355+
@override
356+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
357+
358+
@override
359+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
360+
361+
@override
362+
String get newDmSheetNoUsersFound => 'No users found';
363+
343364
@override
344365
String composeBoxDmContentHint(String user) {
345366
return 'Message @$user';

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,27 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
340340
@override
341341
String get composeBoxGenericContentHint => 'Type a message';
342342

343+
@override
344+
String get newDmSheetBackButtonLabel => 'Back';
345+
346+
@override
347+
String get newDmSheetNextButtonLabel => 'Next';
348+
349+
@override
350+
String get newDmSheetScreenTitle => 'New DM';
351+
352+
@override
353+
String get newDmFabButtonLabel => 'New DM';
354+
355+
@override
356+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
357+
358+
@override
359+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
360+
361+
@override
362+
String get newDmSheetNoUsersFound => 'No users found';
363+
343364
@override
344365
String composeBoxDmContentHint(String user) {
345366
return 'Message @$user';

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,27 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
340340
@override
341341
String get composeBoxGenericContentHint => 'Type a message';
342342

343+
@override
344+
String get newDmSheetBackButtonLabel => 'Back';
345+
346+
@override
347+
String get newDmSheetNextButtonLabel => 'Next';
348+
349+
@override
350+
String get newDmSheetScreenTitle => 'New DM';
351+
352+
@override
353+
String get newDmFabButtonLabel => 'New DM';
354+
355+
@override
356+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
357+
358+
@override
359+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
360+
361+
@override
362+
String get newDmSheetNoUsersFound => 'No users found';
363+
343364
@override
344365
String composeBoxDmContentHint(String user) {
345366
return 'Message @$user';

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,27 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
340340
@override
341341
String get composeBoxGenericContentHint => 'Type a message';
342342

343+
@override
344+
String get newDmSheetBackButtonLabel => 'Back';
345+
346+
@override
347+
String get newDmSheetNextButtonLabel => 'Next';
348+
349+
@override
350+
String get newDmSheetScreenTitle => 'New DM';
351+
352+
@override
353+
String get newDmFabButtonLabel => 'New DM';
354+
355+
@override
356+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
357+
358+
@override
359+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
360+
361+
@override
362+
String get newDmSheetNoUsersFound => 'No users found';
363+
343364
@override
344365
String composeBoxDmContentHint(String user) {
345366
return 'Message @$user';

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,27 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
340340
@override
341341
String get composeBoxGenericContentHint => 'Type a message';
342342

343+
@override
344+
String get newDmSheetBackButtonLabel => 'Back';
345+
346+
@override
347+
String get newDmSheetNextButtonLabel => 'Next';
348+
349+
@override
350+
String get newDmSheetScreenTitle => 'New DM';
351+
352+
@override
353+
String get newDmFabButtonLabel => 'New DM';
354+
355+
@override
356+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
357+
358+
@override
359+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
360+
361+
@override
362+
String get newDmSheetNoUsersFound => 'No users found';
363+
343364
@override
344365
String composeBoxDmContentHint(String user) {
345366
return 'Message @$user';

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,27 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
347347
@override
348348
String get composeBoxGenericContentHint => 'Wpisz wiadomość';
349349

350+
@override
351+
String get newDmSheetBackButtonLabel => 'Back';
352+
353+
@override
354+
String get newDmSheetNextButtonLabel => 'Next';
355+
356+
@override
357+
String get newDmSheetScreenTitle => 'New DM';
358+
359+
@override
360+
String get newDmFabButtonLabel => 'New DM';
361+
362+
@override
363+
String get newDmSheetSearchHintEmpty => 'Add one or more users';
364+
365+
@override
366+
String get newDmSheetSearchHintSomeSelected => 'Add another user…';
367+
368+
@override
369+
String get newDmSheetNoUsersFound => 'No users found';
370+
350371
@override
351372
String composeBoxDmContentHint(String user) {
352373
return 'Napisz do @$user';

0 commit comments

Comments
 (0)