@@ -1175,6 +1175,12 @@ abstract class ZulipLocalizations {
11751175 /// **'Inbox'**
11761176 String get inboxPageTitle;
11771177
1178+ /// Centered text on the 'Inbox' page saying that there is no content to show.
1179+ ///
1180+ /// In en, this message translates to:
1181+ /// **'There are no unread messages in your inbox.'**
1182+ String get inboxEmptyPlaceholder;
1183+
11781184 /// Title for the page with a list of DM conversations.
11791185 ///
11801186 /// In en, this message translates to:
@@ -1187,6 +1193,12 @@ abstract class ZulipLocalizations {
11871193 /// **'Direct messages'**
11881194 String get recentDmConversationsSectionHeader;
11891195
1196+ /// Centered text on the 'Direct messages' page saying that there is no content to show.
1197+ ///
1198+ /// In en, this message translates to:
1199+ /// **'You have no direct messages yet! Why not start the conversation?'**
1200+ String get recentDmConversationsEmptyPlaceholder;
1201+
11901202 /// Page title for the 'Combined feed' message view.
11911203 ///
11921204 /// In en, this message translates to:
@@ -1211,6 +1223,12 @@ abstract class ZulipLocalizations {
12111223 /// **'Channels'**
12121224 String get channelsPageTitle;
12131225
1226+ /// Centered text on the 'Channels' page saying that there is no content to show.
1227+ ///
1228+ /// In en, this message translates to:
1229+ /// **'You are not subscribed to any channels yet.'**
1230+ String get channelsEmptyPlaceholder;
1231+
12141232 /// Label for main-menu button leading to the user's own profile.
12151233 ///
12161234 /// In en, this message translates to:
@@ -1247,12 +1265,6 @@ abstract class ZulipLocalizations {
12471265 /// **'Unpinned'**
12481266 String get unpinnedSubscriptionsLabel;
12491267
1250- /// Text to display on subscribed-channels page when there are no subscribed channels.
1251- ///
1252- /// In en, this message translates to:
1253- /// **'No channels found'**
1254- String get subscriptionListNoChannels;
1255-
12561268 /// Display name for the user themself, to show after replying in an Android notification
12571269 ///
12581270 /// In en, this message translates to:
0 commit comments