mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix & opt.
This commit is contained in:
@@ -133,8 +133,6 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"files": MessageLookupByLibrary.simpleMessage("Files"),
|
||||
"foundNUpdate": m5,
|
||||
"go": MessageLookupByLibrary.simpleMessage("Go"),
|
||||
"goSftpDlPage":
|
||||
MessageLookupByLibrary.simpleMessage("Go to SFTP download page?"),
|
||||
"goto": MessageLookupByLibrary.simpleMessage("Go to"),
|
||||
"host": MessageLookupByLibrary.simpleMessage("Host"),
|
||||
"httpFailedWithCode": m6,
|
||||
|
||||
@@ -121,7 +121,6 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"files": MessageLookupByLibrary.simpleMessage("文件"),
|
||||
"foundNUpdate": m5,
|
||||
"go": MessageLookupByLibrary.simpleMessage("开始"),
|
||||
"goSftpDlPage": MessageLookupByLibrary.simpleMessage("前往下载页?"),
|
||||
"goto": MessageLookupByLibrary.simpleMessage("前往"),
|
||||
"host": MessageLookupByLibrary.simpleMessage("主机"),
|
||||
"httpFailedWithCode": m6,
|
||||
|
||||
@@ -1051,16 +1051,6 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Go to SFTP download page?`
|
||||
String get goSftpDlPage {
|
||||
return Intl.message(
|
||||
'Go to SFTP download page?',
|
||||
name: 'goSftpDlPage',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Create folder`
|
||||
String get createFolder {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user