@@ -1245,6 +1245,78 @@ abstract class ZulipLocalizations {
12451245 /// **'No status text'**
12461246 String get noStatusText;
12471247
1248+ /// Title for the 'Set status' page.
1249+ ///
1250+ /// In en, this message translates to:
1251+ /// **'Set status'**
1252+ String get setStatusPageTitle;
1253+
1254+ /// Label for the button that clears the user status, in 'Set status' page.
1255+ ///
1256+ /// In en, this message translates to:
1257+ /// **'Clear'**
1258+ String get statusClearButtonLabel;
1259+
1260+ /// Label for the button that saves the user status, in 'Set status' page.
1261+ ///
1262+ /// In en, this message translates to:
1263+ /// **'Save'**
1264+ String get statusSaveButtonLabel;
1265+
1266+ /// Hint text for the status text input field in 'Set status' page.
1267+ ///
1268+ /// In en, this message translates to:
1269+ /// **'Your status'**
1270+ String get statusTextHint;
1271+
1272+ /// A suggested user status text, 'Busy'.
1273+ ///
1274+ /// In en, this message translates to:
1275+ /// **'Busy'**
1276+ String get userStatusBusy;
1277+
1278+ /// A suggested user status text, 'In a meeting'.
1279+ ///
1280+ /// In en, this message translates to:
1281+ /// **'In a meeting'**
1282+ String get userStatusInAMeeting;
1283+
1284+ /// A suggested user status text, 'Commuting'.
1285+ ///
1286+ /// In en, this message translates to:
1287+ /// **'Commuting'**
1288+ String get userStatusCommuting;
1289+
1290+ /// A suggested user status text, 'Out sick'.
1291+ ///
1292+ /// In en, this message translates to:
1293+ /// **'Out sick'**
1294+ String get userStatusOutSick;
1295+
1296+ /// A suggested user status text, 'Vacationing'.
1297+ ///
1298+ /// In en, this message translates to:
1299+ /// **'Vacationing'**
1300+ String get userStatusVacationing;
1301+
1302+ /// A suggested user status text, 'Working remotely'.
1303+ ///
1304+ /// In en, this message translates to:
1305+ /// **'Working remotely'**
1306+ String get userStatusWorkingRemotely;
1307+
1308+ /// A suggested user status text, 'At the office'.
1309+ ///
1310+ /// In en, this message translates to:
1311+ /// **'At the office'**
1312+ String get userStatusAtTheOffice;
1313+
1314+ /// Error title when updating user status failed.
1315+ ///
1316+ /// In en, this message translates to:
1317+ /// **'Error updating user status. Please try again.'**
1318+ String get updateStatusErrorTitle;
1319+
12481320 /// Page title for the 'Search' message view.
12491321 ///
12501322 /// In en, this message translates to:
0 commit comments