mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
fix: cloud sync (#769)
This commit is contained in:
@@ -142,7 +142,9 @@ class AppLocalizationsJa extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String dockerStatusRunningAndStoppedFmt(
|
||||
Object runningCount, Object stoppedCount) {
|
||||
Object runningCount,
|
||||
Object stoppedCount,
|
||||
) {
|
||||
return '$runningCount個が実行中、$stoppedCount個が停止中';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user