Файл: resources/lang/en/install.php
Строк: 264
<?php
return [
'install' => 'Install',
'update' => 'Update',
'step1' => 'Step 1 - verification of requirements',
'step2_install' => 'Step 2 - performing migrations (installation)',
'step3_install' => 'Step 3 - filling in the database (installation)',
'step4_install' => 'Step 4 - creating an administrator (installation)',
'step2_update' => 'Step 2 - performing migrations (update)',
'install_completed' => 'Installation completed',
'update_completed' => 'Update completed',
'debug' => 'If during the installation of the engine any error occurs, to find out the cause of the error, enable error output, change the value of APP_DEBUG to true',
'env' => 'To install the engine, you need to register data from the database into the .env file',
'app_key' => 'Do not forget to change the APP_KEY value, this data is required for hashing cookies and passwords in sessions',
'requirements' => 'The minimum version of PHP necessary for the PHP :php and MySQL :mysql, MariaDB :maria or Postgres :pgsql engine to work',
'check_requirements' => 'Verification of requirements',
'ffmpeg' => 'For processing video, it is advisable to install the FFmpeg library',
'modules_required' => 'required for module installation',
'mysqlnd_notice' => 'PDO uses old libmysqlclient instead of mysqlnd — numbers from the DB may come back as strings. Switch the driver to mysqlnd (often in the hosting panel) or set DB_NATIVE_TYPES=true in .env',
'db_connection_failed' => 'No database connection, check the settings in .env',
'chmod_views' => 'Additionally, you can set permissions on directories and files with templates inside resources / views - this is necessary for editing website templates',
'chmod_rights' => 'Chmod right',
'chmod' => 'If any item is highlighted in red, you need to go over FTP and set the CHMOD permission record',
'errors' => 'Some settings are recommended for full compatibility, but the script is able to work even if the recommended settings do not match the current ones.',
'continue' => 'You can continue to install the engine!',
'requirements_pass' => 'All modules and libraries are present, the settings are correct, the necessary files and folders are writable',
'requirements_not_pass' => 'These warnings are not critical, but nevertheless, for the full, stable and safe operation of the engine, it is desirable to eliminate them',
'continue_restrict' => 'You can continue to install the script, but there is no guarantee that the engine will work stably',
'check_status' => 'Check database status',
'requirements_warning' => 'You have warnings!',
'requirements_failed' => 'There are critical errors!',
'requirements_url' => 'The site address in the env file ":env_url" is different from the actual ":current_url"!',
'resolve_errors' => 'You won’t be able to proceed with the installation until you resolve the critical errors',
'migrations' => 'Perform migrations',
'seeds' => 'Fill in the database',
'create_admin' => 'Create Admin',
'create_admin_info' => 'Before you go to administer your site, you must create an administrator account.',
'create_admin_errors' => 'Before clicking the Create button, make sure that there are no error notifications on the previous page, otherwise the process cannot be completed successfully',
'delete_install' => 'After the installation is complete, you must delete the app/Http/Controllers/InstallController.php file, you can change the password and other data in your profile',
'text_message' => 'Hello :login! 🎉 Congratulations — the Rotor engine has been installed successfully and is ready to go.<br><br>
Rotor is built on a modular architecture: forum, news, blogs, guestbook, classifieds board, photo gallery, downloads and much more are connected as separate modules — install only what your site really needs.<br><br>
Fresh versions, updates, new modules and themes can be found on our website <a href="https://visavi.net">visavi.net</a>. Enjoy!',
'success_install' => 'Congratulations, Rotor has been successfully installed!',
'success_update' => 'Congratulations, Rotor has been successfully updated!',
'main_page' => 'Go to the main page of the site',
'update_mode_notice' => 'Warning! You are in update mode. All pending migrations will be applied.',
'migrations_pending' => 'Pending migrations: :count',
'migrations_run' => 'Run migrations (:count)',
'migrations_running' => 'Running...',
'migrations_done_btn' => 'Done',
'migrations_all_done' => 'All migrations completed',
'migrations_nothing_pending' => 'All migrations already applied',
'migrations_error' => 'Request error',
];