@@ -1181,6 +1181,12 @@ abstract class ZulipLocalizations {
11811181 /// **'Inbox'**
11821182 String get inboxPageTitle;
11831183
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. Use the buttons below to view the combined feed or list of channels.'**
1188+ String get inboxEmptyPlaceholder;
1189+
11841190 /// Title for the page with a list of DM conversations.
11851191 ///
11861192 /// In en, this message translates to:
@@ -1193,6 +1199,12 @@ abstract class ZulipLocalizations {
11931199 /// **'Direct messages'**
11941200 String get recentDmConversationsSectionHeader;
11951201
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+
11961208 /// Page title for the 'Combined feed' message view.
11971209 ///
11981210 /// In en, this message translates to:
@@ -1217,6 +1229,12 @@ abstract class ZulipLocalizations {
12171229 /// **'Channels'**
12181230 String get channelsPageTitle;
12191231
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+
12201238 /// Label for main-menu button leading to the user's own profile.
12211239 ///
12221240 /// In en, this message translates to:
@@ -1253,12 +1271,6 @@ abstract class ZulipLocalizations {
12531271 /// **'Unpinned'**
12541272 String get unpinnedSubscriptionsLabel;
12551273
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-
12621274 /// Display name for the user themself, to show after replying in an Android notification
12631275 ///
12641276 /// In en, this message translates to:
0 commit comments