master_template/resources/lang/en/messages.php
2024-06-10 18:06:58 +05:45

72 lines
1.3 KiB
PHP

<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Next Step',
'finish' => 'Install',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Welcome To The Installer',
'message' => 'Welcome to the setup wizard.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requirements',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissions',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Environment Settings',
'save' => 'Save .env',
'success' => 'Your .env file settings have been saved.',
'errors' => 'Unable to save the .env file, Please create it manually.',
],
'install' => 'Install',
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finished',
'finished' => 'Application has been successfully installed.',
'exit' => 'Click here to exit',
],
];