mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
#94 new: option of moving out server func btns
This commit is contained in:
@@ -776,6 +776,18 @@ abstract class S {
|
||||
/// **'Mission'**
|
||||
String get mission;
|
||||
|
||||
/// No description provided for @moveOutServerFuncBtns.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Server function button location'**
|
||||
String get moveOutServerFuncBtns;
|
||||
|
||||
/// No description provided for @moveOutServerFuncBtnsHelp.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'On: can be displayed below each card on the Server Tab page.\nOff: can be displayed at the top of the Server Details page.'**
|
||||
String get moveOutServerFuncBtnsHelp;
|
||||
|
||||
/// No description provided for @ms.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -365,6 +365,12 @@ class SDe extends S {
|
||||
@override
|
||||
String get mission => 'Mission';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtns => 'Position der Server-Funktionsschaltfläche';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtnsHelp => 'Ein: kann unter jeder Karte auf der Registerkarte \"Server\" angezeigt werden.\nAus: kann oben auf der Seite \"Serverdetails\" angezeigt werden.';
|
||||
|
||||
@override
|
||||
String get ms => 'ms';
|
||||
|
||||
|
||||
@@ -365,6 +365,12 @@ class SEn extends S {
|
||||
@override
|
||||
String get mission => 'Mission';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtns => 'Server function button location';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtnsHelp => 'On: can be displayed below each card on the Server Tab page.\nOff: can be displayed at the top of the Server Details page.';
|
||||
|
||||
@override
|
||||
String get ms => 'ms';
|
||||
|
||||
|
||||
@@ -365,6 +365,12 @@ class SId extends S {
|
||||
@override
|
||||
String get mission => 'Misi';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtns => 'Lokasi tombol fungsi server';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtnsHelp => 'Aktif: dapat ditampilkan di bawah setiap kartu pada halaman Tab Server.\nNonaktif: dapat ditampilkan di bagian atas halaman Rincian Server.';
|
||||
|
||||
@override
|
||||
String get ms => 'MS';
|
||||
|
||||
|
||||
@@ -365,6 +365,12 @@ class SZh extends S {
|
||||
@override
|
||||
String get mission => '任务';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtns => '服务器功能按钮位置';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtnsHelp => '开启:可以在服务器 Tab 页的每个卡片下方显示。\n关闭:在服务器详情页顶部显示。';
|
||||
|
||||
@override
|
||||
String get ms => '毫秒';
|
||||
|
||||
@@ -1067,6 +1073,12 @@ class SZhTw extends SZh {
|
||||
@override
|
||||
String get mission => '任務';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtns => '服務器功能按鈕位置';
|
||||
|
||||
@override
|
||||
String get moveOutServerFuncBtnsHelp => '開啟:可以在服務器 Tab 頁的每個卡片下方顯示。\n關閉:在服務器詳情頁頂部顯示。';
|
||||
|
||||
@override
|
||||
String get ms => '毫秒';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user