@@ -1181,6 +1181,12 @@ abstract class ZulipLocalizations {
1181
1181
/// **'Inbox'**
1182
1182
String get inboxPageTitle;
1183
1183
1184
+ /// Centered text on the 'Inbox' page saying that there is no content to show.
1185
+ ///
1186
+ /// In en, this message translates to:
1187
+ /// **'There are no unread messages in your inbox.'**
1188
+ String get inboxEmptyPlaceholder;
1189
+
1184
1190
/// Title for the page with a list of DM conversations.
1185
1191
///
1186
1192
/// In en, this message translates to:
@@ -1193,6 +1199,12 @@ abstract class ZulipLocalizations {
1193
1199
/// **'Direct messages'**
1194
1200
String get recentDmConversationsSectionHeader;
1195
1201
1202
+ /// Centered text on the 'Direct messages' page saying that there is no content to show.
1203
+ ///
1204
+ /// In en, this message translates to:
1205
+ /// **'You have no direct messages yet! Why not start the conversation?'**
1206
+ String get recentDmConversationsEmptyPlaceholder;
1207
+
1196
1208
/// Page title for the 'Combined feed' message view.
1197
1209
///
1198
1210
/// In en, this message translates to:
@@ -1217,6 +1229,12 @@ abstract class ZulipLocalizations {
1217
1229
/// **'Channels'**
1218
1230
String get channelsPageTitle;
1219
1231
1232
+ /// Centered text on the 'Channels' page saying that there is no content to show.
1233
+ ///
1234
+ /// In en, this message translates to:
1235
+ /// **'You are not subscribed to any channels yet.'**
1236
+ String get channelsEmptyPlaceholder;
1237
+
1220
1238
/// Label for main-menu button leading to the user's own profile.
1221
1239
///
1222
1240
/// In en, this message translates to:
@@ -1253,12 +1271,6 @@ abstract class ZulipLocalizations {
1253
1271
/// **'Unpinned'**
1254
1272
String get unpinnedSubscriptionsLabel;
1255
1273
1256
- /// Text to display on subscribed-channels page when there are no subscribed channels.
1257
- ///
1258
- /// In en, this message translates to:
1259
- /// **'No channels found'**
1260
- String get subscriptionListNoChannels;
1261
-
1262
1274
/// Display name for the user themself, to show after replying in an Android notification
1263
1275
///
1264
1276
/// In en, this message translates to:
0 commit comments