add a tip

This commit is contained in:
lollipopkit
2022-12-20 15:18:40 +08:00
parent 599bd2cfd3
commit b2e2d4c603
8 changed files with 17 additions and 17 deletions

View File

@@ -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"),

View File

@@ -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("上下交换"),

View File

@@ -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: [],