chore: backend api
This commit is contained in:
@@ -10,6 +10,7 @@ export default {
|
||||
'backend.framework': '框架',
|
||||
'backend.builtin': '内置',
|
||||
'backend.custom': '自定义',
|
||||
'backend.community': '社区',
|
||||
'backend.isDefault': '默认',
|
||||
'backend.availableFrameworks': '支持框架',
|
||||
'backend.addVersion': '添加版本',
|
||||
|
||||
@@ -261,5 +261,9 @@ export default {
|
||||
'common.button.dontshowagain': '不再提示',
|
||||
'common.sorter.tips.ascend': '点击升序',
|
||||
'common.sorter.tips.descend': '点击降序',
|
||||
'common.sorter.tips.cancel': '取消排序'
|
||||
'common.sorter.tips.cancel': '取消排序',
|
||||
'common.button.enable': '启用',
|
||||
'common.button.disable': '禁用',
|
||||
'common.status.enabled': '已启用',
|
||||
'common.status.disabled': '未启用'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user