31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"root": "Root",
|
|
"id": "Id",
|
|
"tenantId": "TenantId",
|
|
"parentId": "Parent",
|
|
"ancestors": "Ancestors",
|
|
"deptName": "DeptName",
|
|
"deptCode": "DeptCode",
|
|
"sortNo": "SortNo",
|
|
"status": "Status",
|
|
"created": "Created",
|
|
"createdBy": "CreatedBy",
|
|
"modified": "Modified",
|
|
"modifiedBy": "ModifiedBy",
|
|
"remark": "Remark",
|
|
"isDeleted": "IsDeleted",
|
|
"enable": "Enable",
|
|
"disable": "Disable",
|
|
"batchEnable": "Enable Selected",
|
|
"batchDisable": "Disable Selected",
|
|
"batchDelete": "Delete Selected",
|
|
"selectedCount": "{count} selected",
|
|
"selectRequired": "Select at least one department",
|
|
"statusConfirm": "{action} department “{name}”?",
|
|
"batchStatusConfirm": "{action} the {count} selected departments?",
|
|
"deleteConfirm": "Delete department “{name}”? This action cannot be undone.",
|
|
"batchDeleteConfirm": "Delete the {count} selected departments? This action cannot be undone.",
|
|
"operationSuccess": "Operation completed",
|
|
"operationFailed": "Operation failed. Please try again."
|
|
}
|