mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: pick from file to add key #9
This commit is contained in:
@@ -571,6 +571,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `{file} not exist`
|
||||
String fileNotExist(Object file) {
|
||||
return Intl.message(
|
||||
'$file not exist',
|
||||
name: 'fileNotExist',
|
||||
desc: '',
|
||||
args: [file],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Files`
|
||||
String get files {
|
||||
return Intl.message(
|
||||
@@ -991,6 +1001,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Pick file`
|
||||
String get pickFile {
|
||||
return Intl.message(
|
||||
'Pick file',
|
||||
name: 'pickFile',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Ping`
|
||||
String get ping {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user