项目初始化
This commit is contained in:
11
web/src/lang/backend/en/security/dataRecycle.ts
Normal file
11
web/src/lang/backend/en/security/dataRecycle.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
'Rule name': 'Rule name',
|
||||
controller: 'Controller',
|
||||
'data sheet': 'Data table',
|
||||
'Data table primary key': 'Data table primary key',
|
||||
'Deleting monitoring': 'Delete monitoring',
|
||||
'The rule name helps to identify deleted data later': 'Rule names help to identify deleted data subsequently later.',
|
||||
'The data collection mechanism will monitor delete operations under this controller':
|
||||
'The data recycle mechanism will monitor the delete operations under this controller.',
|
||||
'Corresponding data sheet': 'Corresponding data sheet',
|
||||
}
|
||||
17
web/src/lang/backend/en/security/dataRecycleLog.ts
Normal file
17
web/src/lang/backend/en/security/dataRecycleLog.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
restore: 'Restore',
|
||||
'Are you sure to restore the selected records?': 'Are you sure to restore the selected records?',
|
||||
'Restore the selected record to the original data table': 'Restore the selected record to the original data table.',
|
||||
'Operation administrator': 'Operation administrator',
|
||||
'Recycling rule name': 'Recycling rule name',
|
||||
'Rule name': 'Rule name',
|
||||
controller: 'Controller',
|
||||
'data sheet': 'Data table',
|
||||
DeletedData: 'Deleted data',
|
||||
'Arbitrary fragment fuzzy query': 'Arbitrary fragment fuzzy query',
|
||||
'Click to expand': 'Click to expand',
|
||||
'Data table primary key': 'Data table primary key',
|
||||
'Operator IP': 'Operator IP',
|
||||
'Deleted data': 'Deleted data',
|
||||
'Delete time': 'Delete time',
|
||||
}
|
||||
13
web/src/lang/backend/en/security/sensitiveData.ts
Normal file
13
web/src/lang/backend/en/security/sensitiveData.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
'Rule name': 'Rule name',
|
||||
controller: 'Controller',
|
||||
'data sheet': 'Data table',
|
||||
'Data table primary key': 'Data table primary key',
|
||||
'Sensitive fields': 'Sensitive fields',
|
||||
'Modifying monitoring': 'Modify monitoring',
|
||||
'The rule name helps to identify the modified data later': 'Rule names help to identify modified data subsequently later.',
|
||||
'The data listening mechanism will monitor the modification operations under this controller':
|
||||
'The data monitor mechanism will monitor the modified operation under this controller.',
|
||||
'Corresponding data sheet': 'Corresponding data table',
|
||||
'Filling in field notes helps you quickly identify fields later': 'Fill in field comments help to identify fields quickly later.',
|
||||
}
|
||||
18
web/src/lang/backend/en/security/sensitiveDataLog.ts
Normal file
18
web/src/lang/backend/en/security/sensitiveDataLog.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'Operation administrator': 'Operation administrator',
|
||||
'Rule name': 'Rule name',
|
||||
controller: 'Controller',
|
||||
'data sheet': 'Data table',
|
||||
'Modify line': 'Modify row',
|
||||
Modification: 'Modify item',
|
||||
'Before modification': 'Before modification',
|
||||
'After modification': 'After modification',
|
||||
'Modification time': 'Modify time',
|
||||
'Are you sure you want to rollback the record?': 'Are you sure to rollback the record?',
|
||||
'Rollback the selected record to the original data table': 'Rollback the selected record to the original data table.',
|
||||
'Operator IP': 'Operator IP',
|
||||
'Data table primary key': 'Data table primary key',
|
||||
'Modified item': 'Modified item',
|
||||
'Modification comparison': 'Modify the comparison',
|
||||
RollBACK: 'Rollback',
|
||||
}
|
||||
Reference in New Issue
Block a user