opt.: container status

This commit is contained in:
lollipopkit
2024-01-21 19:03:31 +08:00
parent 1434556e0b
commit 83dccfda1a
13 changed files with 68 additions and 5 deletions

View File

@@ -1228,6 +1228,12 @@ abstract class S {
/// **'Run'**
String get run;
/// No description provided for @running.
///
/// In en, this message translates to:
/// **'Running'**
String get running;
/// No description provided for @save.
///
/// In en, this message translates to:
@@ -1402,6 +1408,12 @@ abstract class S {
/// **'Stop'**
String get stop;
/// No description provided for @stopped.
///
/// In en, this message translates to:
/// **'Stopped'**
String get stopped;
/// No description provided for @success.
///
/// In en, this message translates to: