![]() 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/job-board.corals.io/Corals/modules/Jobs/resources/lang/en/ |
<?php return [ 'labels' => [ 'import' => '<i class="fa fa-th fa-th"></i> Import', 'download_sample' => '<i class="fa fa-download fa-th"></i> Download Import Sample', 'column' => 'Column', 'description' => 'Description', 'column_description' => 'Import columns description', 'file' => 'Import File (csv)', 'upload_file' => '<i class="fa fa-upload fa-th"></i> Upload', ], 'messages' => [ 'file_uploaded' => 'File has been uploaded successfully and a job dispatched to handle the import process.' ], 'exceptions' => [ 'invalid_headers' => 'Invalid import file columns. Please check the sample import file.', 'path_not_exist' => 'path not exist.', ], 'job-headers' => [ 'title' => 'Title', 'description' => ' Description', 'status' => 'Status', 'owner_id' => 'Owner Id', 'job_type'=>'Job Type', 'experience_level'=>'Experience Level', 'salary'=>'Salary', 'location_id'=>'Location Id', 'short_description'=>'Short description', 'categories' => 'Categories', 'tags' => 'tags', 'schedule' => 'Schedule', 'starts_at' => 'Starts at', 'ends_at' => 'Ends At' ], ];