@@ -1245,6 +1245,78 @@ abstract class ZulipLocalizations {
1245
1245
/// **'No status text'**
1246
1246
String get noStatusText;
1247
1247
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
+ /// Hint text for the status text input field in setting user status page.
1267
+ ///
1268
+ /// In en, this message translates to:
1269
+ /// **'Your status'**
1270
+ String get yourStatus;
1271
+
1272
+ /// Label for one of the suggested user statuses with status text 'Busy', in setting user status page.
1273
+ ///
1274
+ /// In en, this message translates to:
1275
+ /// **'Busy'**
1276
+ String get userStatusBusy;
1277
+
1278
+ /// Label for one of the suggested user statuses with status text 'In a meeting', in setting user status page.
1279
+ ///
1280
+ /// In en, this message translates to:
1281
+ /// **'In a meeting'**
1282
+ String get userStatusInAMeeting;
1283
+
1284
+ /// Label for one of the suggested user statuses with status text 'Commuting', in setting user status page.
1285
+ ///
1286
+ /// In en, this message translates to:
1287
+ /// **'Commuting'**
1288
+ String get userStatusCommuting;
1289
+
1290
+ /// Label for one of the suggested user statuses with status text 'Out sick', in setting user status page.
1291
+ ///
1292
+ /// In en, this message translates to:
1293
+ /// **'Out sick'**
1294
+ String get userStatusOutSick;
1295
+
1296
+ /// Label for one of the suggested user statuses with status text 'Vacationing', in setting user status page.
1297
+ ///
1298
+ /// In en, this message translates to:
1299
+ /// **'Vacationing'**
1300
+ String get userStatusVacationing;
1301
+
1302
+ /// Label for one of the suggested user statuses with status text 'Working remotely', in setting user status page.
1303
+ ///
1304
+ /// In en, this message translates to:
1305
+ /// **'Working remotely'**
1306
+ String get userStatusWorkingRemotely;
1307
+
1308
+ /// Label for one of the suggested user statuses with status text 'At the office', in setting user status page.
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
+
1248
1320
/// Page title for the 'Search' message view.
1249
1321
///
1250
1322
/// In en, this message translates to:
0 commit comments