mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 08:22:17 +03:00
e70c368c20
Fix few recruiting strings Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
19 lines
559 B
JSON
19 lines
559 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"
|
|
},
|
|
"status": {
|
|
"CandidateRequired": "Please select candidate"
|
|
}
|
|
} |