platform/plugins/hr-assets/lang/en.json
Denis Bykhov 41ebded8c9
Nested filter fixes (#2123)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-06-22 12:58:28 +07:00

20 lines
734 B
JSON

{
"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"
}
}