@@ -267,6 +267,12 @@ abstract class ZulipLocalizations {
267
267
/// **'Mark as unresolved'**
268
268
String get actionSheetOptionUnresolveTopic;
269
269
270
+ /// Label for a button in the channel action sheet that opens the list of topics in the channel
271
+ ///
272
+ /// In en, this message translates to:
273
+ /// **'Topic list'**
274
+ String get actionSheetOptionTopicList;
275
+
270
276
/// Error title when marking a topic as resolved failed.
271
277
///
272
278
/// In en, this message translates to:
@@ -1035,6 +1041,12 @@ abstract class ZulipLocalizations {
1035
1041
/// **'Channel feed'**
1036
1042
String get channelFeedButtonTooltip;
1037
1043
1044
+ /// Tooltip for button to navigate to topic list page.
1045
+ ///
1046
+ /// In en, this message translates to:
1047
+ /// **'Topic list'**
1048
+ String get topicListButtonTooltip;
1049
+
1038
1050
/// Label for a group DM conversation notification.
1039
1051
///
1040
1052
/// In en, this message translates to:
@@ -1251,6 +1263,18 @@ abstract class ZulipLocalizations {
1251
1263
/// **'Search emoji'**
1252
1264
String get emojiPickerSearchEmoji;
1253
1265
1266
+ /// Error title when fetching the topics failed.
1267
+ ///
1268
+ /// In en, this message translates to:
1269
+ /// **'Error fetching topics'**
1270
+ String get errorFetchingTopics;
1271
+
1272
+ /// Text to show when a channel has no topics.
1273
+ ///
1274
+ /// In en, this message translates to:
1275
+ /// **'No topics in the channel'**
1276
+ String get noTopicsInChannel;
1277
+
1254
1278
/// Text to show at the start of a message list if there are no earlier messages.
1255
1279
///
1256
1280
/// In en, this message translates to:
0 commit comments