maycur-business
Version:
maycur business react components of web
34 lines (33 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
"departmentList": {
"warningText": "Exceeded the limit, you can only select {{n}} items at most.",
"subordinate": "Subordinate"
},
"departmentSelection": {
"selectDepartment": "Select Department",
"departmentSpan": "The selected parent department includes its child departments.",
"departmentPopover": "After the switch is turned on, the selected parent department will include all its child departments and sun departments ... after the switch is turned off, the selected parent department will not include its child departments, and all the selected departments are only the department itself.",
"selectStaff": "Select Staff",
"selectAll": "Select All",
"userGroup": "User Group"
},
"departmentTransfer": {
"addressBook": "Address Book",
"root": "Root",
"placeholder": "Enter a keyword and press Enter to search.",
"staffPlaceholder": "Enter the employee's name and press Enter to search.",
"byUserGroup": "By user group",
"barLabel": "Selected",
"department": "Department",
"staff": "Staff",
"userGroup": "User Group",
"clear": "Clear",
"maxLength": "You can only select <1>{{maxSelectLength}}</1> items at most."
}
};
exports["default"] = _default;