![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/corals-api/Corals/core/Settings/resources/lang/en/ |
<?php return [ 'settings' => [ 'invalid_custom_attribute' => 'Invalid custom attribute value', 'invalid_command' => 'Invalid Command.', ], 'module' => [ 'invalid_module' => 'Invalid module code [:name]', 'module_not_exist' => 'Module not exists', 'module_install' => 'Module :name already installed.', 'module_provider_not_available' => 'Module Provider not available', 'provider_not_available' => 'Install Provider not available', 'install_module_failed' => 'installing module failed: :message_exception', 'module_required' => 'Module: :required_module is required for installed module: :module uninstall it first', 'update_provider_not_available' => 'Update Provider not available', 'download_module_failed' => 'downloading module failed :message_exception', 'could_not_save' => 'Could not save new update (check tmp/ write permission). Update aborted.', 'could_not_download' => 'could not download from the server, please try again later', 'uninstall_provider_not_available' => 'Uninstall Provider not available', 'key' => 'Please enter module key', 'already_install' => 'Module already installed!', 'code_not_install' => 'Module :name not installed.', 'module_invalid' => ' Invalid module type' ], ];