mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
new: setting of doubleColumn on Desktop
This commit is contained in:
@@ -416,6 +416,12 @@ abstract class S {
|
||||
/// **'{count} container running.'**
|
||||
String dockerStatusRunningFmt(Object count);
|
||||
|
||||
/// No description provided for @doubleColumnMode.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Double column mode'**
|
||||
String get doubleColumnMode;
|
||||
|
||||
/// No description provided for @download.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -171,6 +171,9 @@ class SDe extends S {
|
||||
return '$count Container aktiv';
|
||||
}
|
||||
|
||||
@override
|
||||
String get doubleColumnMode => 'Doppelspaltiger Modus';
|
||||
|
||||
@override
|
||||
String get download => 'Download';
|
||||
|
||||
|
||||
@@ -171,6 +171,9 @@ class SEn extends S {
|
||||
return '$count container running.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get doubleColumnMode => 'Double column mode';
|
||||
|
||||
@override
|
||||
String get download => 'Download';
|
||||
|
||||
|
||||
@@ -171,6 +171,9 @@ class SId extends S {
|
||||
return '$count wadah berjalan.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get doubleColumnMode => 'Mode kolom ganda';
|
||||
|
||||
@override
|
||||
String get download => 'Unduh';
|
||||
|
||||
|
||||
@@ -171,6 +171,9 @@ class SZh extends S {
|
||||
return '$count个容器正在运行';
|
||||
}
|
||||
|
||||
@override
|
||||
String get doubleColumnMode => '双列模式';
|
||||
|
||||
@override
|
||||
String get download => '下载';
|
||||
|
||||
@@ -897,6 +900,9 @@ class SZhTw extends SZh {
|
||||
return '$count個容器正在運行';
|
||||
}
|
||||
|
||||
@override
|
||||
String get doubleColumnMode => '雙列模式';
|
||||
|
||||
@override
|
||||
String get download => '下載';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user