{{ t('publishing') }}
{{ t('title') }}
{{ t('subtitle') }}
1
2
3
✨
{{ t('step1TipTitle') }}
{{ t('step1TipDesc') }}
{{ t('note') }} {{ t('noteText') }}
{{ t('scoringTitle') }}
{{ t('scoringDesc') }}
{{ job.passingScore }}%
0%50%100%
{{ t('strictTitle') }}
{{ job.autoDiscard ? t('enabled') : t('disabled') }} — {{ isArabic ? `الحد الحالي: ${job.passingScore}%` : `Current threshold: ${job.passingScore}%` }}{{ isArabic ? `إذا فُعّل: المتقدمون الذين نتيجتهم أقل من ${job.passingScore}% لن يتم حفظهم في قاعدة البيانات.` : `If enabled: Candidates scoring below ${job.passingScore}% will NOT be saved to the database.` }}
{{ t('strictHint') }}
{{ t('noQuestions') }}
●
{{ t('pts') }}
{{ t('summary') }}
- {{ t('sumTitle') }} {{ job.title || '—' }}
- {{ t('sumQuestions') }} {{ job.questions.length }}
- {{ t('sumEmployment') }} {{ employmentLabel(job.employmentType) }}
- {{ t('sumInterview') }} {{ interviewLabel(job.interviewMode) }}
- {{ t('sumSchedule') }} {{ scheduleLabel(job.workSchedule) }}
- {{ t('sumContract') }} {{ job.contractDuration }}
- {{ t('sumScore') }} {{ job.passingScore }}% — {{ job.autoDiscard ? t('strict') : t('standard') }}
{{ t('summaryHint') }}