1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Use a normal HTML tag for this

This commit is contained in:
DaneEveritt 2022-06-11 11:05:03 -04:00
parent e17c2ec262
commit 8e02966935
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -16,16 +16,16 @@ return [
], ],
'user' => [ 'user' => [
'account' => [ 'account' => [
'email-changed' => 'Updated account email from <b>:old</b> to <b>:new</b>', 'email-changed' => 'Updated account email from <strong>:old</strong> to <strong>:new</strong>',
'password-changed' => 'Updated account password', 'password-changed' => 'Updated account password',
], ],
'api-key' => [ 'api-key' => [
'create' => 'Created new API key <b>:identifier</b>', 'create' => 'Created new API key <strong>:identifier</strong>',
'delete' => 'Deleted API key <b>:identifier</b>', 'delete' => 'Deleted API key <strong>:identifier</strong>',
], ],
'ssh-key' => [ 'ssh-key' => [
'create' => 'Added SSH key (<b>:fingerprint</b>) to account', 'create' => 'Added SSH key (<strong>:fingerprint</strong>) to account',
'delete' => 'Removed SSH key (<b>:fingerprint</b>) from account', 'delete' => 'Removed SSH key (<strong>:fingerprint</strong>) from account',
], ],
'two-factor' => [ 'two-factor' => [
'create' => 'Enabled two-factor authentication for account', 'create' => 'Enabled two-factor authentication for account',
@ -34,64 +34,64 @@ return [
], ],
'server' => [ 'server' => [
'backup' => [ 'backup' => [
'download' => 'Downloaded the <b>:name</b> backup', 'download' => 'Downloaded the <strong>:name</strong> backup',
'delete' => 'Deleted the <b>:name</b> backup', 'delete' => 'Deleted the <strong>:name</strong> backup',
'restore' => 'Restored the <b>:name</b> backup (deleted files: :truncate)', 'restore' => 'Restored the <strong>:name</strong> backup (deleted files: :truncate)',
'restore-complete' => 'Completed restoration of the <b>:name</b> backup', 'restore-complete' => 'Completed restoration of the <strong>:name</strong> backup',
'restore-failed' => 'Failed to complete restoration of the <b>:name</b> backup', 'restore-failed' => 'Failed to complete restoration of the <strong>:name</strong> backup',
'start' => 'Started a new backup <b>:name</b>', 'start' => 'Started a new backup <strong>:name</strong>',
'complete' => 'Marked the <b>:name</b> backup as complete', 'complete' => 'Marked the <strong>:name</strong> backup as complete',
'fail' => 'Marked the <b>:name</b> backup as failed', 'fail' => 'Marked the <strong>:name</strong> backup as failed',
'lock' => 'Locked the <b>:name</b> backup', 'lock' => 'Locked the <strong>:name</strong> backup',
'unlock' => 'Unlocked the <b>:name</b> backup', 'unlock' => 'Unlocked the <strong>:name</strong> backup',
], ],
'database' => [ 'database' => [
'create' => 'Created new database <b>:name</b>', 'create' => 'Created new database <strong>:name</strong>',
'rotate-password' => 'Password rotated for database <b>:name</b>', 'rotate-password' => 'Password rotated for database <strong>:name</strong>',
'delete' => 'Deleted database <b>:name</b>', 'delete' => 'Deleted database <strong>:name</strong>',
], ],
'file' => [ 'file' => [
'compress' => 'Created new file archive of files in <b>:directory</b>', 'compress' => 'Created new file archive of files in <strong>:directory</strong>',
'read' => 'Viewed the contents of <b>:file</b>', 'read' => 'Viewed the contents of <strong>:file</strong>',
'copy' => 'Created a copy of <b>:file</b>', 'copy' => 'Created a copy of <strong>:file</strong>',
'create-directory' => 'Created a new directory <b>:name</b> in <b>:directory</b>', 'create-directory' => 'Created a new directory <strong>:name</strong> in <strong>:directory</strong>',
'decompress' => 'Decompressed a file archive in <b>:directory</b>', 'decompress' => 'Decompressed a file archive in <strong>:directory</strong>',
'delete' => 'Deleted files in <b>:directory</b>', 'delete' => 'Deleted files in <strong>:directory</strong>',
'download' => 'Downloaded <b>:file</b>', 'download' => 'Downloaded <strong>:file</strong>',
'pull' => 'Downloaded a remote file from :url to <b>:directory</b>', 'pull' => 'Downloaded a remote file from :url to <strong>:directory</strong>',
'rename' => 'Renamed files in <b>:directory</b>', 'rename' => 'Renamed files in <strong>:directory</strong>',
'write' => 'Wrote new content to <b>:file</b>', 'write' => 'Wrote new content to <strong>:file</strong>',
'upload' => 'Began a file upload', 'upload' => 'Began a file upload',
], ],
'allocation' => [ 'allocation' => [
'create' => 'Added <b>:allocation</b> to the server', 'create' => 'Added <strong>:allocation</strong> to the server',
'notes' => 'Updated the notes for <b>:allocation</b> from ":old" to ":new"', 'notes' => 'Updated the notes for <strong>:allocation</strong> from ":old" to ":new"',
'primary' => 'Set <b>:allocation</b> as the primary server allocation', 'primary' => 'Set <strong>:allocation</strong> as the primary server allocation',
'delete' => 'Deleted the <b>:allocation</b> allocation', 'delete' => 'Deleted the <strong>:allocation</strong> allocation',
], ],
'schedule' => [ 'schedule' => [
'store' => 'Created the <b>:name</b> schedule', 'store' => 'Created the <strong>:name</strong> schedule',
'update' => 'Updated the <b>:name</b> schedule', 'update' => 'Updated the <strong>:name</strong> schedule',
'execute' => 'Manually executed the <b>:name</b> schedule', 'execute' => 'Manually executed the <strong>:name</strong> schedule',
'delete' => 'Deleted the <b>:name</b> schedule', 'delete' => 'Deleted the <strong>:name</strong> schedule',
], ],
'task' => [ 'task' => [
'create' => 'Created a new ":action" task for the <b>:name</b> schedule', 'create' => 'Created a new ":action" task for the <strong>:name</strong> schedule',
'update' => 'Updated the ":action" task for the <b>:name</b> schedule', 'update' => 'Updated the ":action" task for the <strong>:name</strong> schedule',
'delete' => 'Deleted a task for the <b>:name</b> schedule', 'delete' => 'Deleted a task for the <strong>:name</strong> schedule',
], ],
'settings' => [ 'settings' => [
'rename' => 'Renamed the server from <b>:old</b> to <b>:new</b>', 'rename' => 'Renamed the server from <strong>:old</strong> to <strong>:new</strong>',
'reinstall' => 'Triggered a server reinstall', 'reinstall' => 'Triggered a server reinstall',
], ],
'startup' => [ 'startup' => [
'edit' => 'Edited the <b>:variable</b> startup variable for the server from ":old" to ":new"', 'edit' => 'Edited the <strong>:variable</strong> startup variable for the server from ":old" to ":new"',
'image' => 'Updated the Docker Image for the server from <b>:old</b> to <b>:new</b>', 'image' => 'Updated the Docker Image for the server from <strong>:old</strong> to <strong>:new</strong>',
], ],
'subuser' => [ 'subuser' => [
'create' => 'Added <b>:email</b> as a subuser', 'create' => 'Added <strong>:email</strong> as a subuser',
'update' => 'Updated the subuser permissions for <b>:email</b>', 'update' => 'Updated the subuser permissions for <strong>:email</strong>',
'delete' => 'Removed <b>:email</b> as a subuser', 'delete' => 'Removed <strong>:email</strong> as a subuser',
], ],
], ],
]; ];