chore: backend api
This commit is contained in:
@@ -10,6 +10,7 @@ export default {
|
||||
'backend.framework': 'Framework',
|
||||
'backend.builtin': 'Built-in',
|
||||
'backend.custom': 'Custom',
|
||||
'backend.community': 'Community',
|
||||
'backend.isDefault': 'Default',
|
||||
'backend.availableFrameworks': 'Supported Frameworks',
|
||||
'backend.addVersion': 'Add Version',
|
||||
|
||||
@@ -269,5 +269,9 @@ export default {
|
||||
'common.button.dontshowagain': "Don't show again",
|
||||
'common.sorter.tips.ascend': 'Click to sort ascending',
|
||||
'common.sorter.tips.descend': 'Click to sort descending',
|
||||
'common.sorter.tips.cancel': 'Click to cancel sorting'
|
||||
'common.sorter.tips.cancel': 'Click to cancel sorting',
|
||||
'common.button.enable': 'Enable',
|
||||
'common.button.disable': 'Disable',
|
||||
'common.status.enabled': 'Enabled',
|
||||
'common.status.disabled': 'Disabled'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user