platform/plugins/recruit-assets/lang/en.json
Andrey Sobolev 666b4446b8
Support for markup type (#936)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-07 10:21:32 +01:00

43 lines
1.5 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 Name *",
"VacancyDescription": "Vacancy Description",
"CreateVacancy": "Create Vacancy",
"MakePrivate": "Make Private",
"Vacancy": "Vacancy",
"VacancyPlaceholder": "Please type vacancy name",
"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...",
"Application": "Application",
"AssignedRecruiter": "Assigned recruiter"
},
"status": {
"CandidateRequired": "Please select candidate",
"VacancyRequired": "Please select vacancy"
}
}