@@ -1271,6 +1271,78 @@ abstract class ZulipLocalizations {
12711271  /// **'No status text'** 
12721272String  get  noStatusText;
12731273
1274+   /// Title for the 'Set status' page. 
1275+   /// 
1276+   /// In en, this message translates to: 
1277+   /// **'Set status'** 
1278+ String  get  setStatusPageTitle;
1279+ 
1280+   /// Label for the button that clears the user status, in 'Set status' page. 
1281+   /// 
1282+   /// In en, this message translates to: 
1283+   /// **'Clear'** 
1284+ String  get  statusClearButtonLabel;
1285+ 
1286+   /// Label for the button that saves the user status, in 'Set status' page. 
1287+   /// 
1288+   /// In en, this message translates to: 
1289+   /// **'Save'** 
1290+ String  get  statusSaveButtonLabel;
1291+ 
1292+   /// Hint text for the status text input field in 'Set status' page. 
1293+   /// 
1294+   /// In en, this message translates to: 
1295+   /// **'Your status'** 
1296+ String  get  statusTextHint;
1297+ 
1298+   /// A suggested user status text, 'Busy'. 
1299+   /// 
1300+   /// In en, this message translates to: 
1301+   /// **'Busy'** 
1302+ String  get  userStatusBusy;
1303+ 
1304+   /// A suggested user status text, 'In a meeting'. 
1305+   /// 
1306+   /// In en, this message translates to: 
1307+   /// **'In a meeting'** 
1308+ String  get  userStatusInAMeeting;
1309+ 
1310+   /// A suggested user status text, 'Commuting'. 
1311+   /// 
1312+   /// In en, this message translates to: 
1313+   /// **'Commuting'** 
1314+ String  get  userStatusCommuting;
1315+ 
1316+   /// A suggested user status text, 'Out sick'. 
1317+   /// 
1318+   /// In en, this message translates to: 
1319+   /// **'Out sick'** 
1320+ String  get  userStatusOutSick;
1321+ 
1322+   /// A suggested user status text, 'Vacationing'. 
1323+   /// 
1324+   /// In en, this message translates to: 
1325+   /// **'Vacationing'** 
1326+ String  get  userStatusVacationing;
1327+ 
1328+   /// A suggested user status text, 'Working remotely'. 
1329+   /// 
1330+   /// In en, this message translates to: 
1331+   /// **'Working remotely'** 
1332+ String  get  userStatusWorkingRemotely;
1333+ 
1334+   /// A suggested user status text, 'At the office'. 
1335+   /// 
1336+   /// In en, this message translates to: 
1337+   /// **'At the office'** 
1338+ String  get  userStatusAtTheOffice;
1339+ 
1340+   /// Error title when updating user status failed. 
1341+   /// 
1342+   /// In en, this message translates to: 
1343+   /// **'Error updating user status. Please try again.'** 
1344+ String  get  updateStatusErrorTitle;
1345+ 
12741346  /// Page title for the 'Search' message view. 
12751347  /// 
12761348  /// In en, this message translates to: 
0 commit comments