@@ -1233,7 +1233,7 @@ abstract class ZulipLocalizations {
12331233 /// **'Status'**
12341234 String get status;
12351235
1236- /// The status button label in self-user profile page when status is not set.
1236+ /// The status button label in self-user profile page when status is not set. Also, title for the page where user status is set.
12371237 ///
12381238 /// In en, this message translates to:
12391239 /// **'Set status'**
@@ -1245,6 +1245,72 @@ abstract class ZulipLocalizations {
12451245 /// **'No status text'**
12461246 String get noStatusText;
12471247
1248+ /// Label for the button that clears the user status.
1249+ ///
1250+ /// In en, this message translates to:
1251+ /// **'Clear'**
1252+ String get statusClear;
1253+
1254+ /// Label for the button that saves the user status.
1255+ ///
1256+ /// In en, this message translates to:
1257+ /// **'Save'**
1258+ String get statusSave;
1259+
1260+ /// Hint text for the status text input field in setting user status page.
1261+ ///
1262+ /// In en, this message translates to:
1263+ /// **'Your status'**
1264+ String get yourStatus;
1265+
1266+ /// Label for one of the suggested user statuses with status text 'Busy', in setting user status page.
1267+ ///
1268+ /// In en, this message translates to:
1269+ /// **'Busy'**
1270+ String get userStatusBusy;
1271+
1272+ /// Label for one of the suggested user statuses with status text 'In a meeting', in setting user status page.
1273+ ///
1274+ /// In en, this message translates to:
1275+ /// **'In a meeting'**
1276+ String get userStatusInAMeeting;
1277+
1278+ /// Label for one of the suggested user statuses with status text 'Commuting', in setting user status page.
1279+ ///
1280+ /// In en, this message translates to:
1281+ /// **'Commuting'**
1282+ String get userStatusCommuting;
1283+
1284+ /// Label for one of the suggested user statuses with status text 'Out sick', in setting user status page.
1285+ ///
1286+ /// In en, this message translates to:
1287+ /// **'Out sick'**
1288+ String get userStatusOutSick;
1289+
1290+ /// Label for one of the suggested user statuses with status text 'Vacationing', in setting user status page.
1291+ ///
1292+ /// In en, this message translates to:
1293+ /// **'Vacationing'**
1294+ String get userStatusVacationing;
1295+
1296+ /// Label for one of the suggested user statuses with status text 'Working remotely', in setting user status page.
1297+ ///
1298+ /// In en, this message translates to:
1299+ /// **'Working remotely'**
1300+ String get userStatusWorkingRemotely;
1301+
1302+ /// Label for one of the suggested user statuses with status text 'At the office', in setting user status page.
1303+ ///
1304+ /// In en, this message translates to:
1305+ /// **'At the office'**
1306+ String get userStatusAtTheOffice;
1307+
1308+ /// Error title when updating user status failed.
1309+ ///
1310+ /// In en, this message translates to:
1311+ /// **'Error updating user status. Please try again.'**
1312+ String get updateStatusErrorTitle;
1313+
12481314 /// Page title for the 'Search' message view.
12491315 ///
12501316 /// In en, this message translates to:
0 commit comments