|
| 1 | +<?php |
| 2 | + |
| 3 | +/** |
| 4 | + * Contains all of the translation strings for different activity log |
| 5 | + * events. These should be keyed by the value in front of the colon (:) |
| 6 | + * in the event name. If there is no colon present, they should live at |
| 7 | + * the top level. |
| 8 | + */ |
| 9 | +return [ |
| 10 | + 'auth' => [ |
| 11 | + 'password-reset' => 'Reset account password', |
| 12 | + 'reset-password' => 'Sending password reset email', |
| 13 | + 'checkpoint' => 'Prompting for second factor authentication', |
| 14 | + 'recovery-token' => 'Used recovery token as second factory for login', |
| 15 | + 'token' => 'Provided valid second factor authentication token for login', |
| 16 | + ], |
| 17 | + 'user' => [ |
| 18 | + 'account' => [ |
| 19 | + 'email-changed' => 'Updated account email from <b>:old</b> to <b>:new</b>', |
| 20 | + 'password-changed' => 'Updated account password', |
| 21 | + ], |
| 22 | + 'api-key' => [ |
| 23 | + 'create' => 'Created new API key <b>:identifier</b>', |
| 24 | + 'delete' => 'Deleted API key <b>:identifier</b>', |
| 25 | + ], |
| 26 | + 'ssh-key' => [ |
| 27 | + 'create' => 'Added SSH key (<b>:fingerprint</b>) to account', |
| 28 | + 'delete' => 'Removed SSH key (<b>:fingerprint</b>) from account', |
| 29 | + ], |
| 30 | + 'two-factor' => [ |
| 31 | + 'create' => 'Enabled two-factor authentication for account', |
| 32 | + 'delete' => 'Disabled two-factor authentication for account', |
| 33 | + ], |
| 34 | + ], |
| 35 | + 'server' => [ |
| 36 | + 'backup' => [ |
| 37 | + 'download' => 'Downloaded the <b>:name</b> backup', |
| 38 | + 'delete' => 'Deleted the <b>:name</b> backup', |
| 39 | + 'restore' => 'Restored the <b>:name</b> backup (deleted files: :truncate)', |
| 40 | + 'restore-complete' => 'Completed restoration of the <b>:name</b> backup', |
| 41 | + 'restore-failed' => 'Failed to complete restoration of the <b>:name</b> backup', |
| 42 | + 'start' => 'Started a new backup <b>:name</b>', |
| 43 | + 'complete' => 'Marked the <b>:name</b> backup as complete', |
| 44 | + 'fail' => 'Marked the <b>:name</b> backup as failed', |
| 45 | + 'lock' => 'Locked the <b>:name</b> backup', |
| 46 | + 'unlock' => 'Unlocked the <b>:name</b> backup', |
| 47 | + ], |
| 48 | + 'database' => [ |
| 49 | + 'create' => 'Created new database <b>:name</b>', |
| 50 | + 'rotate-password' => 'Password rotated for database <b>:name</b>', |
| 51 | + 'delete' => 'Deleted database <b>:name</b>', |
| 52 | + ], |
| 53 | + 'file' => [ |
| 54 | + 'compress' => 'Created new file archive of files in <b>:directory</b>', |
| 55 | + 'read' => 'Viewed the contents of <b>:file</b>', |
| 56 | + 'copy' => 'Created a copy of <b>:file</b>', |
| 57 | + 'create-directory' => 'Created a new directory <b>:name</b> in <b>:directory</b>', |
| 58 | + 'decompress' => 'Decompressed a file archive in <b>:directory</b>', |
| 59 | + 'delete' => 'Deleted files in <b>:directory</b>', |
| 60 | + 'download' => 'Downloaded <b>:file</b>', |
| 61 | + 'pull' => 'Downloaded a remote file from :url to <b>:directory</b>', |
| 62 | + 'rename' => 'Renamed files in <b>:directory</b>', |
| 63 | + 'write' => 'Wrote new content to <b>:file</b>', |
| 64 | + 'upload' => 'Began a file upload', |
| 65 | + ], |
| 66 | + 'allocation' => [ |
| 67 | + 'create' => 'Added <b>:allocation</b> to the server', |
| 68 | + 'notes' => 'Updated the notes for <b>:allocation</b> from ":old" to ":new"', |
| 69 | + 'primary' => 'Set <b>:allocation</b> as the primary server allocation', |
| 70 | + 'delete' => 'Deleted the <b>:allocation</b> allocation', |
| 71 | + ], |
| 72 | + 'schedule' => [ |
| 73 | + 'store' => 'Created the <b>:name</b> schedule', |
| 74 | + 'update' => 'Updated the <b>:name</b> schedule', |
| 75 | + 'execute' => 'Manually executed the <b>:name</b> schedule', |
| 76 | + 'delete' => 'Deleted the <b>:name</b> schedule', |
| 77 | + ], |
| 78 | + 'task' => [ |
| 79 | + 'create' => 'Created a new ":action" task for the <b>:name</b> schedule', |
| 80 | + 'update' => 'Updated the ":action" task for the <b>:name</b> schedule', |
| 81 | + 'delete' => 'Deleted a task for the <b>:name</b> schedule', |
| 82 | + ], |
| 83 | + 'settings' => [ |
| 84 | + 'rename' => 'Renamed the server from <b>:old</b> to <b>:new</b>', |
| 85 | + 'reinstall' => 'Triggered a server reinstall', |
| 86 | + ], |
| 87 | + 'startup' => [ |
| 88 | + 'edit' => 'Edited the <b>:variable</b> startup variable for the server from ":old" to ":new"', |
| 89 | + 'image' => 'Updated the Docker Image for the server from <b>:old</b> to <b>:new</b>', |
| 90 | + ], |
| 91 | + 'subuser' => [ |
| 92 | + 'create' => 'Added <b>:email</b> as a subuser', |
| 93 | + 'update' => 'Updated the subuser permissions for <b>:email</b>', |
| 94 | + 'delete' => 'Removed <b>:email</b> as a subuser', |
| 95 | + ], |
| 96 | + ], |
| 97 | +]; |
0 commit comments