初始化
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"tenantId": "TenantId",
|
||||
"deptId": "Dept",
|
||||
"positionName": "PositionName",
|
||||
"positionCode": "PositionCode",
|
||||
"sortNo": "SortNo",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"remark": "Remark",
|
||||
"isDeleted": "IsDeleted",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"message": {
|
||||
"title": "Confirm to {actionText} \"{positionName}\"?"
|
||||
},
|
||||
"placeholder": {
|
||||
"positionName": "Please enter position name",
|
||||
"positionCode": "Please enter position code"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user