platform/plugins/recruit-assets/lang/en.json
Alexander Platov 3cbc321f5f
Add attachment strings (#429)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2021-11-30 12:06:01 +01:00

23 lines
831 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.",
"UploadDropFilesHere": "Upload or drop files here",
"NoAttachmentsForCandidate": "There are no attachments for this candidate."
},
"status": {
"CandidateRequired": "Please select candidate"
}
}