You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Label for the 'View read receipts' button in the message action sheet."
208
+
},
209
+
"actionSheetReadReceipts": "Read receipts",
210
+
"@actionSheetReadReceipts": {
211
+
"description": "Title for the \"Read receipts\" bottom sheet."
212
+
},
213
+
"actionSheetReadReceiptsReadCount": "{count, plural, =1{This message has been <z-link>read</z-link> by {count} person:} other{This message has been <z-link>read</z-link> by {count} people:}}",
214
+
"@actionSheetReadReceiptsReadCount": {
215
+
"description": "Label in the \"Read receipts\" bottom sheet when one or more people have read the message.",
216
+
"placeholders": {
217
+
"count": {"type": "int", "example": "1"}
218
+
}
219
+
},
220
+
"actionSheetReadReceiptsZeroReadCount": "No one has read this message yet.",
221
+
"@actionSheetReadReceiptsZeroReadCount": {
222
+
"description": "Label in the \"Read receipts\" bottom sheet when no one has read the message."
223
+
},
224
+
"actionSheetReadReceiptsErrorReadCount": "Failed to load read receipts.",
225
+
"@actionSheetReadReceiptsErrorReadCount": {
226
+
"description": "Label in the \"Read receipts\" bottom sheet when loading read receipts failed."
/// Label for the 'View read receipts' button in the message action sheet.
417
+
///
418
+
/// In en, this message translates to:
419
+
/// **'View read receipts'**
420
+
Stringget actionSheetOptionViewReadReceipts;
421
+
422
+
/// Title for the "Read receipts" bottom sheet.
423
+
///
424
+
/// In en, this message translates to:
425
+
/// **'Read receipts'**
426
+
Stringget actionSheetReadReceipts;
427
+
428
+
/// Label in the "Read receipts" bottom sheet when one or more people have read the message.
429
+
///
430
+
/// In en, this message translates to:
431
+
/// **'{count, plural, =1{This message has been <z-link>read</z-link> by {count} person:} other{This message has been <z-link>read</z-link> by {count} people:}}'**
0 commit comments