feat: add career application wizard and HR process documentation strings and dynamic views

This commit is contained in:
Ümit Tunç
2026-06-01 23:36:16 +03:00
parent e23ac8c346
commit 3235a700c9
7 changed files with 401 additions and 43 deletions
+45
View File
@@ -85,4 +85,49 @@ return [
'rejected' => 'Rejected',
'accepted' => 'Accepted',
'waiting_document' => 'Waiting for Document',
// Wizard and Mermaid
'step_1_title' => '1. Terms & Conditions',
'step_2_title' => '2. Download Forms',
'step_3_title' => '3. Complete Application',
'kvkk_title' => 'Purpose of Document Collection (KVKK Information)',
'kvkk_nda_title' => '1. Non-Disclosure Agreement (NDA)',
'kvkk_nda_desc' => 'Requested to ensure the security of our project\'s source codes, database schemas, and trade secrets.',
'kvkk_contract_title' => '2. Independent Contractor Agreement',
'kvkk_contract_desc' => 'Required to legally secure the conditions and your rights of the issue/task-based flexible working model.',
'kvkk_id_title' => '3. Identity Photocopy',
'kvkk_id_desc' => 'Requested for legal identity verification, determination of authorized signatory, and prevention of fraudulent applications.',
'hr_flow_diagram' => 'HR Progress Diagram',
'terms_accept_label' => 'I have read and accept the working model, application conditions, and the HR process flowchart.',
'accept_terms_btn' => 'Accept Terms and Proceed',
'download_required_documents' => 'Download Required Documents',
'download_required_documents_desc' => 'To complete your application, you must download the following legal agreements, read them carefully, sign them, and upload them in the next step.',
'nda_card_desc' => 'It is the Non-Disclosure Agreement that is mandatory to sign in order to protect the confidentiality of source codes, data, and processes belonging to Trunçgil Technology projects.',
'review_download_document' => 'Review & Download Agreement',
'contract_card_desc' => 'It is the Independent Contractor Services Agreement that defines the conditions of job/issue-based remote work, payment terms, and rights of the parties.',
'go_back' => 'Go Back',
'downloaded_next_btn' => 'I Have Downloaded the Agreements, Proceed to the Last Step',
'name_placeholder' => 'e.g.: John Doe',
'email_placeholder' => 'e.g.: john@example.com',
'phone_placeholder' => 'e.g.: +90 5XX XXX XX XX',
'id_photocopy' => 'Identity Photocopy',
'id_photocopy_description' => 'Front and back photocopy of national ID, new identity card, or driver\'s license (PDF, JPG, PNG - Max. 5MB)',
// Mermaid Nodes
'mermaid_start' => 'Application and Non-Disclosure Agreement',
'mermaid_dec1' => 'Is Candidate Approved?',
'mermaid_red1' => 'Rejection - Process Ends',
'mermaid_git' => 'GitHub Repo Access Provided',
'mermaid_sample' => 'Candidate Sets Up Project and Works on Sample Task',
'mermaid_dec2' => 'Sample Task Successfully Completed?',
'mermaid_red2' => 'Rejection - Process Ends',
'mermaid_issues' => 'Continue to Other Issues',
'mermaid_dec3' => 'Did Candidate Select an Issue?',
'mermaid_wait' => 'Candidate Waiting or Selects Another Task',
'mermaid_assign' => 'Issue Assignment is Done',
'mermaid_work' => 'Work Starts',
'mermaid_review' => 'Submission and Review',
'mermaid_dec4' => 'Is Task Approved?',
'mermaid_feedback' => 'Revision Request and Feedback',
'mermaid_payment' => 'Fee Payment is Made',
];