2025-08-01 07:26:14 -04:00

15 lines
447 B
PHP

<?php
return [
'title' => 'Startup',
'command' => 'Startup Command',
'preview' => 'Preview',
'docker_image' => 'Docker Image',
'notification_docker' => 'Docker Image Updated',
'notification_docker_body' => 'Restart the server to use the new image.',
'variables' => 'Server Variables',
'update' => 'Updated: :variable',
'fail' => 'Failed: :variable',
'validation_fail' => 'Validation Failed: :variable',
];