@@ -1245,6 +1245,84 @@ abstract class ZulipLocalizations {
12451245 /// **'Not status text'**
12461246 String get noStatusText;
12471247
1248+ /// Title for the page where user status is set.
1249+ ///
1250+ /// In en, this message translates to:
1251+ /// **'My status'**
1252+ String get myStatus;
1253+
1254+ /// Label for the button that clears the user status.
1255+ ///
1256+ /// In en, this message translates to:
1257+ /// **'Clear'**
1258+ String get statusClear;
1259+
1260+ /// Label for the button that saves the user status.
1261+ ///
1262+ /// In en, this message translates to:
1263+ /// **'Save'**
1264+ String get statusSave;
1265+
1266+ /// Label for the button that saves the user status when saving is in progress.
1267+ ///
1268+ /// In en, this message translates to:
1269+ /// **'Saving'**
1270+ String get statusSaving;
1271+
1272+ /// Label for the button that opens up emoji picker in setting user status page.
1273+ ///
1274+ /// In en, this message translates to:
1275+ /// **'Emoji'**
1276+ String get emoji;
1277+
1278+ /// Hint text for the status text input field in setting user status page.
1279+ ///
1280+ /// In en, this message translates to:
1281+ /// **'Your status'**
1282+ String get yourStatus;
1283+
1284+ /// Label for one of the suggested user statuses with status text 'Busy', in setting user status page.
1285+ ///
1286+ /// In en, this message translates to:
1287+ /// **'Busy'**
1288+ String get userStatusBusy;
1289+
1290+ /// Label for one of the suggested user statuses with status text 'In a meeting', in setting user status page.
1291+ ///
1292+ /// In en, this message translates to:
1293+ /// **'In a meeting'**
1294+ String get userStatusInAMeeting;
1295+
1296+ /// Label for one of the suggested user statuses with status text 'Commuting', in setting user status page.
1297+ ///
1298+ /// In en, this message translates to:
1299+ /// **'Commuting'**
1300+ String get userStatusCommuting;
1301+
1302+ /// Label for one of the suggested user statuses with status text 'Out sick', in setting user status page.
1303+ ///
1304+ /// In en, this message translates to:
1305+ /// **'Out sick'**
1306+ String get userStatusOutSick;
1307+
1308+ /// Label for one of the suggested user statuses with status text 'Vacationing', in setting user status page.
1309+ ///
1310+ /// In en, this message translates to:
1311+ /// **'Vacationing'**
1312+ String get userStatusVacationing;
1313+
1314+ /// Label for one of the suggested user statuses with status text 'Working remotely', in setting user status page.
1315+ ///
1316+ /// In en, this message translates to:
1317+ /// **'Working remotely'**
1318+ String get userStatusWorkingRemotely;
1319+
1320+ /// Label for one of the suggested user statuses with status text 'At the office', in setting user status page.
1321+ ///
1322+ /// In en, this message translates to:
1323+ /// **'At the office'**
1324+ String get userStatusAtTheOffice;
1325+
12481326 /// Page title for the 'Search' message view.
12491327 ///
12501328 /// In en, this message translates to:
0 commit comments