opt.: Loggers

This commit is contained in:
lollipopkit
2023-09-13 13:41:09 +08:00
parent 269c2a0a10
commit 6c84d2f52b
22 changed files with 64 additions and 103 deletions

View File

@@ -1184,16 +1184,10 @@ abstract class S {
/// **'Preparing to connect...'**
String get sftpDlPrepare;
/// No description provided for @sftpRmrfDir.
///
/// In en, this message translates to:
/// **'SFTP `rm -rf`'**
String get sftpRmrfDir;
/// No description provided for @sftpRmrfDirSummary.
///
/// In en, this message translates to:
/// **'Use `rm -rf` to delete a folder.'**
/// **'Use `rm -rf` to delete a folder in SFTP.'**
String get sftpRmrfDirSummary;
/// No description provided for @sftpSSHConnected.