Skip to content

Commit c93e683

Browse files
committed
action_sheet: Add 'View read receipts' button
1 parent 221d6f6 commit c93e683

15 files changed

+62
-0
lines changed

assets/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
"@seeWhoReactedSheetNoReactions": {
145145
"description": "Explanation on the 'See who reacted' sheet when the message has no reactions (because they were removed after the sheet was opened)."
146146
},
147+
"actionSheetOptionViewReadReceipts": "View read receipts",
148+
"@actionSheetOptionViewReadReceipts": {
149+
"description": "Label for the 'View read receipts' button in the message action sheet."
150+
},
147151
"actionSheetOptionCopyMessageText": "Copy message text",
148152
"@actionSheetOptionCopyMessageText": {
149153
"description": "Label for copy message text button on action sheet."

lib/generated/l10n/zulip_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,12 @@ abstract class ZulipLocalizations {
345345
/// **'This message has no reactions.'**
346346
String get seeWhoReactedSheetNoReactions;
347347

348+
/// Label for the 'View read receipts' button in the message action sheet.
349+
///
350+
/// In en, this message translates to:
351+
/// **'View read receipts'**
352+
String get actionSheetOptionViewReadReceipts;
353+
348354
/// Label for copy message text button on action sheet.
349355
///
350356
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
124124
@override
125125
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
126126

127+
@override
128+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
129+
127130
@override
128131
String get actionSheetOptionCopyMessageText => 'Copy message text';
129132

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
127127
@override
128128
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
129129

130+
@override
131+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
132+
130133
@override
131134
String get actionSheetOptionCopyMessageText => 'Nachrichtentext kopieren';
132135

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
124124
@override
125125
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
126126

127+
@override
128+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
129+
127130
@override
128131
String get actionSheetOptionCopyMessageText => 'Copy message text';
129132

lib/generated/l10n/zulip_localizations_it.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
126126
@override
127127
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
128128

129+
@override
130+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
131+
129132
@override
130133
String get actionSheetOptionCopyMessageText => 'Copia il testo del messaggio';
131134

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
124124
@override
125125
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
126126

127+
@override
128+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
129+
127130
@override
128131
String get actionSheetOptionCopyMessageText => 'Copy message text';
129132

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
124124
@override
125125
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
126126

127+
@override
128+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
129+
127130
@override
128131
String get actionSheetOptionCopyMessageText => 'Copy message text';
129132

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
127127
@override
128128
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
129129

130+
@override
131+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
132+
130133
@override
131134
String get actionSheetOptionCopyMessageText => 'Skopiuj tekst wiadomości';
132135

lib/generated/l10n/zulip_localizations_ru.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
127127
@override
128128
String get seeWhoReactedSheetNoReactions => 'This message has no reactions.';
129129

130+
@override
131+
String get actionSheetOptionViewReadReceipts => 'View read receipts';
132+
130133
@override
131134
String get actionSheetOptionCopyMessageText => 'Скопировать текст сообщения';
132135

0 commit comments

Comments
 (0)