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