@@ -187,6 +187,30 @@ abstract class ZulipLocalizations {
187
187
/// **'To upload files, please grant Zulip additional permissions in Settings.'**
188
188
String get permissionsDeniedReadExternalStorage;
189
189
190
+ /// Label for muting a topic on action sheet.
191
+ ///
192
+ /// In en, this message translates to:
193
+ /// **'Mute topic'**
194
+ String get actionSheetOptionMuteTopic;
195
+
196
+ /// Label for unmuting a topic on action sheet.
197
+ ///
198
+ /// In en, this message translates to:
199
+ /// **'Unmute topic'**
200
+ String get actionSheetOptionUnmuteTopic;
201
+
202
+ /// Label for following a topic on action sheet.
203
+ ///
204
+ /// In en, this message translates to:
205
+ /// **'Follow topic'**
206
+ String get actionSheetOptionFollowTopic;
207
+
208
+ /// Label for unfollowing a topic on action sheet.
209
+ ///
210
+ /// In en, this message translates to:
211
+ /// **'Unfollow topic'**
212
+ String get actionSheetOptionUnfollowTopic;
213
+
190
214
/// Label for copy message text button on action sheet.
191
215
///
192
216
/// In en, this message translates to:
@@ -355,6 +379,30 @@ abstract class ZulipLocalizations {
355
379
/// **'Error handling a Zulip event from {serverUrl}; will retry.\n\nError: {error}\n\nEvent: {event}'**
356
380
String errorHandlingEventDetails (String serverUrl, String error, String event);
357
381
382
+ /// Error message when muting a topic failed.
383
+ ///
384
+ /// In en, this message translates to:
385
+ /// **'Failed to mute topic'**
386
+ String get errorMuteTopicFailed;
387
+
388
+ /// Error message when unmuting a topic failed.
389
+ ///
390
+ /// In en, this message translates to:
391
+ /// **'Failed to unmute topic'**
392
+ String get errorUnmuteTopicFailed;
393
+
394
+ /// Error message when following a topic failed.
395
+ ///
396
+ /// In en, this message translates to:
397
+ /// **'Failed to follow topic'**
398
+ String get errorFollowTopicFailed;
399
+
400
+ /// Error message when unfollowing a topic failed.
401
+ ///
402
+ /// In en, this message translates to:
403
+ /// **'Failed to unfollow topic'**
404
+ String get errorUnfollowTopicFailed;
405
+
358
406
/// Error message when sharing a message failed.
359
407
///
360
408
/// In en, this message translates to:
0 commit comments