|
15 | 15 | 'checkpoint' => 'Two-factor authentication requested', |
16 | 16 | 'recovery-token' => 'Used two-factor recovery token', |
17 | 17 | 'token' => 'Solved two-factor challenge', |
18 | | - 'ip-blocked' => 'Blocked request from unlisted IP address for <strong>:identifier</strong>', |
| 18 | + 'ip-blocked' => 'Blocked request from unlisted IP address for :identifier', |
19 | 19 | ], |
20 | 20 | 'user' => [ |
21 | 21 | 'account' => [ |
22 | | - 'email-changed' => 'Changed email from <strong>:old</strong> to <strong>:new</strong>', |
| 22 | + 'email-changed' => 'Changed email from :old to :new', |
23 | 23 | 'password-changed' => 'Changed password', |
24 | 24 | ], |
25 | 25 | 'api-key' => [ |
26 | | - 'create' => 'Created new API key <strong>:identifier</strong>', |
27 | | - 'delete' => 'Deleted API key <strong>:identifier</strong>', |
| 26 | + 'create' => 'Created new API key :identifier', |
| 27 | + 'delete' => 'Deleted API key :identifier', |
28 | 28 | ], |
29 | 29 | 'ssh-key' => [ |
30 | | - 'create' => 'Added SSH key <strong>:fingerprint</strong> to account', |
31 | | - 'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account', |
| 30 | + 'create' => 'Added SSH key :fingerprint to account', |
| 31 | + 'delete' => 'Removed SSH key :fingerprint from account', |
32 | 32 | ], |
33 | 33 | 'two-factor' => [ |
34 | 34 | 'create' => 'Enabled two-factor auth', |
|
37 | 37 | ], |
38 | 38 | 'server' => [ |
39 | 39 | 'backup' => [ |
40 | | - 'download' => 'Downloaded the <strong>:name</strong> backup', |
41 | | - 'delete' => 'Deleted the <strong>:name</strong> backup', |
42 | | - 'restore' => 'Restored the <strong>:name</strong> backup (deleted files: :truncate)', |
43 | | - 'restore-complete' => 'Completed restoration of the <strong>:name</strong> backup', |
44 | | - 'restore-failed' => 'Failed to complete restoration of the <strong>:name</strong> backup', |
45 | | - 'start' => 'Started a new backup <strong>:name</strong>', |
46 | | - 'complete' => 'Marked the <strong>:name</strong> backup as complete', |
47 | | - 'fail' => 'Marked the <strong>:name</strong> backup as failed', |
48 | | - 'lock' => 'Locked the <strong>:name</strong> backup', |
49 | | - 'unlock' => 'Unlocked the <strong>:name</strong> backup', |
| 40 | + 'download' => 'Downloaded the :name backup', |
| 41 | + 'delete' => 'Deleted the :name backup', |
| 42 | + 'restore' => 'Restored the :name backup (deleted files: :truncate)', |
| 43 | + 'restore-complete' => 'Completed restoration of the :name backup', |
| 44 | + 'restore-failed' => 'Failed to complete restoration of the :name backup', |
| 45 | + 'start' => 'Started a new backup :name', |
| 46 | + 'complete' => 'Marked the :name backup as complete', |
| 47 | + 'fail' => 'Marked the :name backup as failed', |
| 48 | + 'lock' => 'Locked the :name backup', |
| 49 | + 'unlock' => 'Unlocked the :name backup', |
50 | 50 | ], |
51 | 51 | 'database' => [ |
52 | | - 'create' => 'Created new database <strong>:name</strong>', |
53 | | - 'rotate-password' => 'Password rotated for database <strong>:name</strong>', |
54 | | - 'delete' => 'Deleted database <strong>:name</strong>', |
| 52 | + 'create' => 'Created new database :name', |
| 53 | + 'rotate-password' => 'Password rotated for database :name', |
| 54 | + 'delete' => 'Deleted database :name', |
55 | 55 | ], |
56 | 56 | 'file' => [ |
57 | | - 'compress' => 'Created new file archive of files in <strong>:directory</strong>', |
58 | | - 'read' => 'Viewed the contents of <strong>:file</strong>', |
59 | | - 'copy' => 'Created a copy of <strong>:file</strong>', |
60 | | - 'create-directory' => 'Created a new directory <strong>:name</strong> in <strong>:directory</strong>', |
61 | | - 'decompress' => 'Decompressed a file archive in <strong>:directory</strong>', |
62 | | - 'delete' => 'Deleted files in <strong>:directory</strong>', |
63 | | - 'download' => 'Downloaded <strong>:file</strong>', |
64 | | - 'pull' => 'Downloaded a remote file from :url to <strong>:directory</strong>', |
65 | | - 'rename' => 'Renamed files in <strong>:directory</strong>', |
66 | | - 'write' => 'Wrote new content to <strong>:file</strong>', |
| 57 | + 'compress_one' => 'Compressed :directory/:file', |
| 58 | + 'compress_other' => 'Compressed :count files in :directory', |
| 59 | + 'read' => 'Viewed the contents of :file', |
| 60 | + 'copy' => 'Created a copy of :file', |
| 61 | + 'create-directory' => 'Created a new directory :name in :directory', |
| 62 | + 'decompress' => 'Decompressed :files in :directory', |
| 63 | + 'delete_one' => 'Deleted :directory/:files', |
| 64 | + 'delete_other' => 'Deleted :count files in :directory', |
| 65 | + 'download' => 'Downloaded :file', |
| 66 | + 'pull' => 'Downloaded a remote file from :url to :directory', |
| 67 | + 'rename' => 'Renamed files in :directory', |
| 68 | + 'write' => 'Wrote new content to :file', |
67 | 69 | 'upload' => 'Began a file upload', |
68 | 70 | ], |
69 | 71 | 'allocation' => [ |
70 | | - 'create' => 'Added <strong>:allocation</strong> to the server', |
71 | | - 'notes' => 'Updated the notes for <strong>:allocation</strong> from ":old" to ":new"', |
72 | | - 'primary' => 'Set <strong>:allocation</strong> as the primary server allocation', |
73 | | - 'delete' => 'Deleted the <strong>:allocation</strong> allocation', |
| 72 | + 'create' => 'Added :allocation to the server', |
| 73 | + 'notes' => 'Updated the notes for :allocation from ":old" to ":new"', |
| 74 | + 'primary' => 'Set :allocation as the primary server allocation', |
| 75 | + 'delete' => 'Deleted the :allocation allocation', |
74 | 76 | ], |
75 | 77 | 'schedule' => [ |
76 | | - 'store' => 'Created the <strong>:name</strong> schedule', |
77 | | - 'update' => 'Updated the <strong>:name</strong> schedule', |
78 | | - 'execute' => 'Manually executed the <strong>:name</strong> schedule', |
79 | | - 'delete' => 'Deleted the <strong>:name</strong> schedule', |
| 78 | + 'store' => 'Created the :name schedule', |
| 79 | + 'update' => 'Updated the :name schedule', |
| 80 | + 'execute' => 'Manually executed the :name schedule', |
| 81 | + 'delete' => 'Deleted the :name schedule', |
80 | 82 | ], |
81 | 83 | 'task' => [ |
82 | | - 'create' => 'Created a new ":action" task for the <strong>:name</strong> schedule', |
83 | | - 'update' => 'Updated the ":action" task for the <strong>:name</strong> schedule', |
84 | | - 'delete' => 'Deleted a task for the <strong>:name</strong> schedule', |
| 84 | + 'create' => 'Created a new ":action" task for the :name schedule', |
| 85 | + 'update' => 'Updated the ":action" task for the :name schedule', |
| 86 | + 'delete' => 'Deleted a task for the :name schedule', |
85 | 87 | ], |
86 | 88 | 'settings' => [ |
87 | | - 'rename' => 'Renamed the server from <strong>:old</strong> to <strong>:new</strong>', |
| 89 | + 'rename' => 'Renamed the server from :old to :new', |
88 | 90 | 'reinstall' => 'Triggered a server reinstall', |
89 | 91 | ], |
90 | 92 | 'startup' => [ |
91 | | - 'edit' => 'Edited the <strong>:variable</strong> startup variable for the server from ":old" to ":new"', |
92 | | - 'image' => 'Updated the Docker Image for the server from <strong>:old</strong> to <strong>:new</strong>', |
| 93 | + 'edit' => 'Changed the :variable variable from ":old" to ":new"', |
| 94 | + 'image' => 'Updated the Docker Image for the server from :old to :new', |
93 | 95 | ], |
94 | 96 | 'subuser' => [ |
95 | | - 'create' => 'Added <strong>:email</strong> as a subuser', |
96 | | - 'update' => 'Updated the subuser permissions for <strong>:email</strong>', |
97 | | - 'delete' => 'Removed <strong>:email</strong> as a subuser', |
| 97 | + 'create' => 'Added :email as a subuser', |
| 98 | + 'update' => 'Updated the subuser permissions for :email', |
| 99 | + 'delete' => 'Removed :email as a subuser', |
98 | 100 | ], |
99 | 101 | ], |
100 | 102 | ]; |
0 commit comments