platform/plugins/hr-assets/lang/en.json

20 lines
734 B
JSON
Raw Normal View History

{
"string": {
"Department": "Department",
"ParentDepartmentLabel": "Parent department",
"Structure":"Structure",
"CreateDepartment": "Create department",
"CreateDepartmentLabel": "Department",
"DepartmentPlaceholder": "Department",
"TeamLead": "Team lead",
"UnAssignLead": "Unassign team lead",
"MemberCount": "{count, plural, =0 {no employees} =1 {1 employee} other {# employees}}",
"AssignLead": "Assign team lead",
"TeamLeadTooltip": "{value}",
"HRApplication": "Human resources",
"MoveStaff": "Employee transfer",
"MoveStaffDescr": "Do you want to transfer employee from {current} to {department}",
"Departments": "Departments",
"AddEmployee": "Add employee"
}
}