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