Skip to content

Commit e1177e8

Browse files
committed
Merge remote-tracking branch 'pr/1103'
2 parents a7e2d26 + a5457c8 commit e1177e8

13 files changed

+785
-117
lines changed

assets/icons/ZulipIcons.ttf

-4 Bytes
Binary file not shown.

assets/icons/chevron_right.svg

Lines changed: 2 additions & 2 deletions
Loading

assets/l10n/app_en.arb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
"@dialogContinue": {
344344
"description": "Button label in dialogs to proceed."
345345
},
346+
"dialogClose": "Close",
347+
"@dialogClose": {
348+
"description": "Button label in dialogs to close."
349+
},
346350
"errorDialogContinue": "OK",
347351
"@errorDialogContinue": {
348352
"description": "Button label in error dialogs to acknowledge the error and close the dialog."
@@ -628,5 +632,21 @@
628632
"errorNotificationOpenAccountMissing": "The account associated with this notification no longer exists.",
629633
"@errorNotificationOpenAccountMissing": {
630634
"description": "Error message when the account associated with the notification is not found"
635+
},
636+
"errorReactionAddingFailedTitle": "Adding reaction failed",
637+
"@errorReactionAddingFailedTitle": {
638+
"description": "Error title when adding a message reaction fails"
639+
},
640+
"errorReactionRemovingFailedTitle": "Removing reaction failed",
641+
"@errorReactionRemovingFailedTitle": {
642+
"description": "Error title when removing a message reaction fails"
643+
},
644+
"emojiReactionsMore": "more",
645+
"@emojiReactionsMore": {
646+
"description": "Label for a button opening the emoji picker."
647+
},
648+
"emojiPickerSearchEmoji": "Search emoji",
649+
"@emojiPickerSearchEmoji": {
650+
"description": "Hint text for the emoji picker search text field."
631651
}
632652
}

lib/generated/l10n/zulip_localizations.dart

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,12 @@ abstract class ZulipLocalizations {
547547
/// **'Continue'**
548548
String get dialogContinue;
549549

550+
/// Button label in dialogs to close.
551+
///
552+
/// In en, this message translates to:
553+
/// **'Close'**
554+
String get dialogClose;
555+
550556
/// Button label in error dialogs to acknowledge the error and close the dialog.
551557
///
552558
/// In en, this message translates to:
@@ -930,6 +936,30 @@ abstract class ZulipLocalizations {
930936
/// In en, this message translates to:
931937
/// **'The account associated with this notification no longer exists.'**
932938
String get errorNotificationOpenAccountMissing;
939+
940+
/// Error title when adding a message reaction fails
941+
///
942+
/// In en, this message translates to:
943+
/// **'Adding reaction failed'**
944+
String get errorReactionAddingFailedTitle;
945+
946+
/// Error title when removing a message reaction fails
947+
///
948+
/// In en, this message translates to:
949+
/// **'Removing reaction failed'**
950+
String get errorReactionRemovingFailedTitle;
951+
952+
/// Label for a button opening the emoji picker.
953+
///
954+
/// In en, this message translates to:
955+
/// **'more'**
956+
String get emojiReactionsMore;
957+
958+
/// Hint text for the emoji picker search text field.
959+
///
960+
/// In en, this message translates to:
961+
/// **'Search emoji'**
962+
String get emojiPickerSearchEmoji;
933963
}
934964

935965
class _ZulipLocalizationsDelegate extends LocalizationsDelegate<ZulipLocalizations> {

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
271271
@override
272272
String get dialogContinue => 'Continue';
273273

274+
@override
275+
String get dialogClose => 'Close';
276+
274277
@override
275278
String get errorDialogContinue => 'OK';
276279

@@ -498,4 +501,16 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
498501

499502
@override
500503
String get errorNotificationOpenAccountMissing => 'The account associated with this notification no longer exists.';
504+
505+
@override
506+
String get errorReactionAddingFailedTitle => 'Adding reaction failed';
507+
508+
@override
509+
String get errorReactionRemovingFailedTitle => 'Removing reaction failed';
510+
511+
@override
512+
String get emojiReactionsMore => 'more';
513+
514+
@override
515+
String get emojiPickerSearchEmoji => 'Search emoji';
501516
}

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
271271
@override
272272
String get dialogContinue => 'Continue';
273273

274+
@override
275+
String get dialogClose => 'Close';
276+
274277
@override
275278
String get errorDialogContinue => 'OK';
276279

@@ -498,4 +501,16 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
498501

499502
@override
500503
String get errorNotificationOpenAccountMissing => 'The account associated with this notification no longer exists.';
504+
505+
@override
506+
String get errorReactionAddingFailedTitle => 'Adding reaction failed';
507+
508+
@override
509+
String get errorReactionRemovingFailedTitle => 'Removing reaction failed';
510+
511+
@override
512+
String get emojiReactionsMore => 'more';
513+
514+
@override
515+
String get emojiPickerSearchEmoji => 'Search emoji';
501516
}

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
271271
@override
272272
String get dialogContinue => 'Continue';
273273

274+
@override
275+
String get dialogClose => 'Close';
276+
274277
@override
275278
String get errorDialogContinue => 'OK';
276279

@@ -498,4 +501,16 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
498501

499502
@override
500503
String get errorNotificationOpenAccountMissing => 'The account associated with this notification no longer exists.';
504+
505+
@override
506+
String get errorReactionAddingFailedTitle => 'Adding reaction failed';
507+
508+
@override
509+
String get errorReactionRemovingFailedTitle => 'Removing reaction failed';
510+
511+
@override
512+
String get emojiReactionsMore => 'more';
513+
514+
@override
515+
String get emojiPickerSearchEmoji => 'Search emoji';
501516
}

0 commit comments

Comments
 (0)