UNPKG

cnetong-core-frontend

Version:

- CURD组件的编辑对话框增加按钮slot

77 lines (76 loc) 1.98 kB
export default { "zh-CN": { title: "中文", serverError: { "000100": "用户会话超时!", "000200": "安全服务错误!", "000300": "校验服务错误!", "000400": "系统后台错误!", "000500": "网络服务错误!" }, httpError: { title: "请求服务器失败", "404": "服务器无法找到资源!", "406": "请求格式无效!", "400": "服务器拒绝了您的请求!", "500": "服务器有一个错误!", "504": "服务器请求超时!" }, ui: { sysCode: { noCode: "" } }, common: { serverReceiving: "服务器受理中...", tableLoading: "数据加载中..." }, router: { Home: "主页", Setting: "设置", Query: "查询", UserMgr: "用户管理", RoleMgr: "角色管理", OrgMgr: "组织管理", PermMgr: "功能权限", CodeMgr: "字典管理", ParaMgr: "参数管理", QueryMgr: "查询设计", Business: "业务管理", Maintenance: "维护", LogsOper: "交互日志", LogsServ: "服务日志", LogsSign: "登录日志" } }, en: { title: "English", httpError: { title: "request server failed", "404": "server cannot find resource ", "406": "the request format is invalid.", "400": "the server has rejected your request ! ", "500": "the server has an error !", "504": "the server request time out !" }, common: { serverReceiving: "server processing...", tableLoading: "data loading..." }, router: { Home: "Home", Setting: "Setting", Query: "Query", UserMgr: "User Mgr", RoleMgr: "Role Mgr", OrgMgr: "Org Mgr", PermMgr: "Perm Mgr", CodeMgr: "Code Mgr", ParaMgr: "Para Mgr", QueryMgr: "Query Mgr", LogsOper: "Logs Oper", LogsServ: "Logs Serv", LogsSign: "Logs Sign" } } };