Files
citrus/lang/en/career.php
T

35 lines
2.0 KiB
PHP

<?php
return [
'navigation_label' => 'Career Applications',
'model_label' => 'Application',
'plural_model_label' => 'Career Applications',
'title' => 'Career Form',
'description' => 'To join our team, please fill out the form below and upload your CV.',
'job_application_title' => 'Job Application',
'job_application_description' => 'To join our team, please fill out the form below and upload your CV.',
'internship_title' => 'Internship Application',
'internship_description' => 'Learn about our remote internship program and submit your application.',
'name' => 'Full Name',
'email' => 'Email',
'phone' => 'Phone',
'cv' => 'Curriculum Vitae (CV)',
'message' => 'Message',
'status' => 'Status',
'submit' => 'Submit Application',
'success_message' => 'Your application has been received successfully. Thank you.',
'download_cv' => 'Download CV',
'created_at' => 'Application Date',
'remote_work_title' => 'Fully Remote Work',
'remote_work_details' => 'Team coordination is maintained through daily standup meetings. Working hours are more flexible in some projects. Interns are evaluated in one or more real projects suitable for their CV and skills.',
'application_conditions_title' => 'Application Conditions',
'condition_not_only_for_internship' => 'Applications from individuals who only wish to do an internship are not accepted. Candidates who are open to development and aim to contribute are our priority.',
'condition_intent_letter' => 'In the message section, you must provide a letter of intent stating how you will contribute to our projects.',
'daily_standup' => 'Daily Standup',
'daily_standup_desc' => 'Daily short meetings ensure in-team communication and progress tracking.',
'flexible_projects' => 'Flexible and Project Oriented',
'flexible_projects_desc' => 'Flexibility is essential in our projects. You will take part in real projects suitable for your talents.',
'focus_on_development' => 'Focus on Development',
'intent_letter' => 'Letter of Intent',
];