初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"title": "DataCenter",
"id": "Id",
"deptId": "DeptId",
"tenantId": "TenantId",
"tableName": "TableName",
"tableDesc": "TableDesc",
"actualTable": "ActualTable",
"status": "Status",
"created": "Created",
"createdBy": "CreatedBy",
"modified": "Modified",
"modifiedBy": "ModifiedBy",
"options": "Options",
"fields": "Fields",
"fieldName": "FiledName",
"fieldDesc": "Description",
"fieldType": "Type",
"required": "Required",
"noFieldError": "At least one field is required",
"fieldInfoError": "Field info is not completed",
"nameRegx": "It can only contain lowercase letters, numbers, and underscores, and must start with a lowercase letter",
"structure": "TableStructure",
"data": "Data",
"uploadTitle": "Click to upload",
"uploadDesc": "Choose an excel file to upload, file size limit 10MB.",
"downloadTemplate": "Download template",
"importComplete": "Import is completed",
"totalNum": "Total Count",
"successNum": "Success Count",
"failNum": "Fail Count",
"failList": "Fail List"
}