platform/plugins/recruit-assets/lang/en.json
Andrey Sobolev 5f5dc63d21
Configurable Back reference (#848)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-01-21 10:05:55 +01:00

40 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"string": {
"RecruitApplication": "Recruiting",
"Vacancies": "Vacancies",
"CandidatePools": "Candidates pool",
"Candidates": "Candidates",
"VacancyName": "Vacancy Title *",
"VacancyDescription": "Vacancy Description",
"CreateVacancy": "Create Vacancy",
"MakePrivate": "Make Private",
"Vacancy": "Vacancy",
"CandidatesName": "Pool name *",
"MakePrivateDescription": "Only members can see it",
"CreateAnApplication": "Create an application",
"NoApplicationsForCandidate": "There are no applications for this candidate.",
"CreateApplication": "Create Application",
"SelectVacancy": "Select vacancy",
"Candidate": "Candidate",
"CreateCandidate": "Create Candidate",
"AssignRecruiter": "Assigned recruiter",
"UnAssignRecruiter": "Unassigned recruiter",
"Recruiters": "Recruiters",
"Create": "Create",
"Applications": "Applications",
"ThisVacancyIsPrivate": "This vacancy is private",
"Description": "Description",
"Company": "Company",
"Save": "Save",
"Edit": "Edit",
"Delete": "Delete",
"WorkLocationPreferences": "Work location preferences",
"Onsite": "Onsite",
"Remote": "Remote",
"SearchApplication": "Search for application..."
},
"status": {
"CandidateRequired": "Please select candidate",
"VacancyRequired": "Please select vacancy"
}
}