first commit

This commit is contained in:
liu
2026-07-13 15:23:29 +08:00
commit 50885a98c8
473 changed files with 33772 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
export default {
// Page title
'system.dict.page.title': 'Dictionary Management',
'system.dict.page.description': 'Manage system dictionary types, configure data dictionary items',
// Dictionary Type Table
'system.dict.id': 'ID',
'system.dict.name': 'Dict Name',
'dict.name.required': 'Dict name is required',
'system.dict.code': 'Dict Code',
'dict.code.required': 'Dict code is required',
'system.dict.renderType': 'Render Type',
'system.dict.renderType.required': 'Render type is required',
'system.dict.renderType.text': 'Text',
'system.dict.renderType.tag': 'Tag',
'system.dict.renderType.badge': 'Badge',
'system.dict.renderType.switch': 'Switch',
'system.dict.status': 'Status',
'system.dict.status.required': 'Status is required',
'system.dict.status.normal': 'Normal',
'system.dict.status.disabled': 'Disabled',
'system.dict.sort': 'Sort',
'system.dict.describe': 'Description',
'system.dict.createdAt': 'Created At',
'system.dict.updatedAt': 'Updated At',
// Dictionary Data Table
'system.dict.item.id': 'ID',
'system.dict.item.label': 'Label',
'system.dict.item.label.required': 'Label is required',
'system.dict.item.value': 'Value',
'system.dict.item.value.required': 'Value is required',
'system.dict.item.color': 'Color',
'system.dict.item.isDefault': 'Default',
'system.dict.item.isDefault.required': 'Default is required',
'system.dict.item.isDefault.yes': 'Yes',
'system.dict.item.isDefault.no': 'No',
'system.dict.item.status': 'Status',
'system.dict.item.status.required': 'Status is required',
'system.dict.item.status.normal': 'Normal',
'system.dict.item.status.disabled': 'Disabled',
'system.dict.item.sort': 'Sort',
'system.dict.item.createTime': 'Created At',
'system.dict.item.updateTime': 'Updated At',
// Operations
'system.dict.refreshCache': 'Refresh Cache',
'system.dict.refreshSuccess': 'Dictionary cache refreshed successfully',
'system.dict.manageItems': 'Dict Data',
'system.dict.itemManagement': 'Dictionary Data Management',
'system.dict.item.createSuccess': 'Dictionary data created successfully',
'system.dict.item.updateSuccess': 'Dictionary data updated successfully',
'system.dict.backToList': 'Back to List',
'system.dict.selectDictFirst': 'Please select a dictionary from the list to manage',
};