@@ -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:
@@ -1047,6 +1053,12 @@ abstract class ZulipLocalizations {
1047
1053
/// **'Channel feed'**
1048
1054
String get channelFeedButtonTooltip;
1049
1055
1056
+ /// Tooltip for button to navigate to topic list page.
1057
+ ///
1058
+ /// In en, this message translates to:
1059
+ /// **'Topic list'**
1060
+ String get topicListButtonTooltip;
1061
+
1050
1062
/// Label for a group DM conversation notification.
1051
1063
///
1052
1064
/// In en, this message translates to:
@@ -1263,6 +1275,18 @@ abstract class ZulipLocalizations {
1263
1275
/// **'Search emoji'**
1264
1276
String get emojiPickerSearchEmoji;
1265
1277
1278
+ /// Error title when fetching the topics failed.
1279
+ ///
1280
+ /// In en, this message translates to:
1281
+ /// **'Error fetching topics'**
1282
+ String get errorFetchingTopics;
1283
+
1284
+ /// Text to show when a channel has no topics.
1285
+ ///
1286
+ /// In en, this message translates to:
1287
+ /// **'No topics in the channel'**
1288
+ String get noTopicsInChannel;
1289
+
1266
1290
/// Text to show at the start of a message list if there are no earlier messages.
1267
1291
///
1268
1292
/// In en, this message translates to:
0 commit comments