|
83 | 83 | 'write' => 'Wrote new content to :file', |
84 | 84 | 'upload' => 'Began a file upload', |
85 | 85 | ], |
| 86 | + 'sftp' => [ |
| 87 | + 'denied' => 'Blocked SFTP access due to permissions', |
| 88 | + 'create_one' => 'Created :files.0', |
| 89 | + 'create_other' => 'Created :count new files', |
| 90 | + 'write_one' => 'Modified the contents of :files.0', |
| 91 | + 'write_other' => 'Modified the contents of :count files', |
| 92 | + 'delete_one' => 'Deleted :files.0', |
| 93 | + 'delete_other' => 'Deleted :count files', |
| 94 | + 'create-directory_one' => 'Created the :files.0 directory', |
| 95 | + 'create-directory_other' => 'Created :count directories', |
| 96 | + 'rename_one' => 'Renamed :files.0.from to :files.0.to', |
| 97 | + 'rename_other' => 'Renamed or moved :count files', |
| 98 | + ], |
86 | 99 | 'allocation' => [ |
87 | 100 | 'create' => 'Added :allocation to the server', |
88 | 101 | 'notes' => 'Updated the notes for :allocation from ":old" to ":new"', |
|
100 | 113 | 'update' => 'Updated the ":action" task for the :name schedule', |
101 | 114 | 'delete' => 'Deleted a task for the :name schedule', |
102 | 115 | ], |
103 | | - 'sftp' => [ |
104 | | - 'denied' => 'Blocked SFTP access due to permissions', |
105 | | - ], |
106 | 116 | 'settings' => [ |
107 | 117 | 'rename' => 'Renamed the server from :old to :new', |
108 | 118 | ], |
|
0 commit comments