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