You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
507 B

2 years ago
export default {
index: '序号',
action: '操作',
2 years ago
okText: '确认',
closeText: '关闭',
cancelText: '取消',
loadingText: '加载中...',
saveText: '保存',
delText: '删除',
delSuccessText: '删除成功',
exportSuccessText: '导出成功',
2 years ago
resetText: '重置',
searchText: '搜索',
queryText: '查询',
allOptionText: '全部',
2 years ago
inputText: '请输入',
chooseText: '请选择',
redo: '刷新',
back: '返回',
light: '亮色主题',
dark: '黑暗主题'
}