mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
add a tip
This commit is contained in:
@@ -237,7 +237,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"update": MessageLookupByLibrary.simpleMessage("Update"),
|
||||
"updateAll": MessageLookupByLibrary.simpleMessage("Update all"),
|
||||
"updateIntervalEqual0": MessageLookupByLibrary.simpleMessage(
|
||||
"You set to 0, will not update automatically."),
|
||||
"You set to 0, will not update automatically.\nCan\'t calculate CPU status."),
|
||||
"updateServerStatusInterval": MessageLookupByLibrary.simpleMessage(
|
||||
"Server status update interval"),
|
||||
"upsideDown": MessageLookupByLibrary.simpleMessage("Upside Down"),
|
||||
|
||||
@@ -205,8 +205,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"unkownConvertMode": MessageLookupByLibrary.simpleMessage("未知转换模式"),
|
||||
"update": MessageLookupByLibrary.simpleMessage("更新"),
|
||||
"updateAll": MessageLookupByLibrary.simpleMessage("更新全部"),
|
||||
"updateIntervalEqual0":
|
||||
MessageLookupByLibrary.simpleMessage("你设置为0,服务器状态不会自动刷新。"),
|
||||
"updateIntervalEqual0": MessageLookupByLibrary.simpleMessage(
|
||||
"你设置为0,服务器状态不会自动刷新。\n且不能计算CPU使用情况。"),
|
||||
"updateServerStatusInterval":
|
||||
MessageLookupByLibrary.simpleMessage("服务器状态刷新间隔"),
|
||||
"upsideDown": MessageLookupByLibrary.simpleMessage("上下交换"),
|
||||
|
||||
@@ -470,10 +470,10 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `You set to 0, will not update automatically.`
|
||||
/// `You set to 0, will not update automatically.\nCan't calculate CPU status.`
|
||||
String get updateIntervalEqual0 {
|
||||
return Intl.message(
|
||||
'You set to 0, will not update automatically.',
|
||||
'You set to 0, will not update automatically.\nCan\'t calculate CPU status.',
|
||||
name: 'updateIntervalEqual0',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
||||
Reference in New Issue
Block a user