@@ -1241,6 +1241,96 @@ abstract class ZulipLocalizations {
12411241 /// **'Unknown'**
12421242 String get userRoleUnknown;
12431243
1244+ /// The status button label in self-user profile page when status is set.
1245+ ///
1246+ /// In en, this message translates to:
1247+ /// **'Status'**
1248+ String get statusButtonLabelStatusSet;
1249+
1250+ /// The status button label in self-user profile page when status is not set.
1251+ ///
1252+ /// In en, this message translates to:
1253+ /// **'Set status'**
1254+ String get statusButtonLabelStatusUnset;
1255+
1256+ /// The text part of the status button sub-label in self-user profile page when status text is not set.
1257+ ///
1258+ /// In en, this message translates to:
1259+ /// **'No status text'**
1260+ String get noStatusText;
1261+
1262+ /// Title for the 'Set status' page.
1263+ ///
1264+ /// In en, this message translates to:
1265+ /// **'Set status'**
1266+ String get setStatusPageTitle;
1267+
1268+ /// Label for the button that clears the user status, in 'Set status' page.
1269+ ///
1270+ /// In en, this message translates to:
1271+ /// **'Clear'**
1272+ String get statusClearButtonLabel;
1273+
1274+ /// Label for the button that saves the user status, in 'Set status' page.
1275+ ///
1276+ /// In en, this message translates to:
1277+ /// **'Save'**
1278+ String get statusSaveButtonLabel;
1279+
1280+ /// Hint text for the status text input field in 'Set status' page.
1281+ ///
1282+ /// In en, this message translates to:
1283+ /// **'Your status'**
1284+ String get statusTextHint;
1285+
1286+ /// A suggested user status text, 'Busy'.
1287+ ///
1288+ /// In en, this message translates to:
1289+ /// **'Busy'**
1290+ String get userStatusBusy;
1291+
1292+ /// A suggested user status text, 'In a meeting'.
1293+ ///
1294+ /// In en, this message translates to:
1295+ /// **'In a meeting'**
1296+ String get userStatusInAMeeting;
1297+
1298+ /// A suggested user status text, 'Commuting'.
1299+ ///
1300+ /// In en, this message translates to:
1301+ /// **'Commuting'**
1302+ String get userStatusCommuting;
1303+
1304+ /// A suggested user status text, 'Out sick'.
1305+ ///
1306+ /// In en, this message translates to:
1307+ /// **'Out sick'**
1308+ String get userStatusOutSick;
1309+
1310+ /// A suggested user status text, 'Vacationing'.
1311+ ///
1312+ /// In en, this message translates to:
1313+ /// **'Vacationing'**
1314+ String get userStatusVacationing;
1315+
1316+ /// A suggested user status text, 'Working remotely'.
1317+ ///
1318+ /// In en, this message translates to:
1319+ /// **'Working remotely'**
1320+ String get userStatusWorkingRemotely;
1321+
1322+ /// A suggested user status text, 'At the office'.
1323+ ///
1324+ /// In en, this message translates to:
1325+ /// **'At the office'**
1326+ String get userStatusAtTheOffice;
1327+
1328+ /// Error title when updating user status failed.
1329+ ///
1330+ /// In en, this message translates to:
1331+ /// **'Error updating user status. Please try again.'**
1332+ String get updateStatusErrorTitle;
1333+
12441334 /// Page title for the 'Search' message view.
12451335 ///
12461336 /// In en, this message translates to:
0 commit comments