platform/plugins/recruit-assets/lang/en.json
Alexander Platov e8173c963a
Add Applications and update layout (#427)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2021-11-29 18:19:33 +01:00

21 lines
694 B
JSON

{
"string": {
"RecruitApplication": "Recruiting",
"Vacancies": "Vacancies",
"CandidatePools": "Candidates",
"VacancyName": "Vacancy Title *",
"VacancyDescription": "Vacancy Description",
"CreateVacancy": "Create Vacancy",
"CreateCandidate": "Create Candidate",
"MakePrivate": "Make Private",
"Vacancy": "Vacancy",
"CreateCandidates": "Create pool",
"CandidatesName": "Pool name *",
"MakePrivateDescription": "Only members can see it",
"CreateAnApplication": "Create an application",
"NoApplicationsForCandidate": "There are no applications for this candidate."
},
"status": {
"CandidateRequired": "Please select candidate"
}
}