|
@@ -1,77 +1,77 @@
|
|
|
export default {
|
|
|
- "404": "错误页面",
|
|
|
- "TOKEN_INVALID": "token已失效",
|
|
|
- "NO_ACCESS": "无权访问",
|
|
|
- "SUCCESS": "请求成功",
|
|
|
- "name": "四维工地管家",
|
|
|
- "ERROR": "服务错误,请稍后再试",
|
|
|
- "undata": "未搜索到结果,",
|
|
|
- "data": "数据",
|
|
|
- "undataDesc": "您还没有{name},请先创建{name}~",
|
|
|
- "uploadBtn": "上传",
|
|
|
- "uploadDesc": [
|
|
|
- "支持{ extxTip }文件格式;",
|
|
|
- "最大支持上传{ maxSizeTip };"
|
|
|
- ],
|
|
|
- "noUploadDesc": [
|
|
|
- "仅支持{extxTip}文件格式",
|
|
|
- "最大支持上传{maxSizeTip}"
|
|
|
- ],
|
|
|
- "more": "等",
|
|
|
- "logout": "退出登录",
|
|
|
+ "404": "Error Page",
|
|
|
+ "TOKEN_INVALID": "The token has expired.",
|
|
|
+ "NO_ACCESS": "No right to access",
|
|
|
+ "SUCCESS": "Request succeeded",
|
|
|
+ "name": "4D Construction Management",
|
|
|
+ "ERROR": "Service error. Please try again later.",
|
|
|
+ "undata": "No results found",
|
|
|
+ "data": "Data",
|
|
|
+ "undataDesc": "You don't have {name} yet, please create {name} first.",
|
|
|
+ "uploadBtn": "Upload",
|
|
|
+ "uploadDesc": {
|
|
|
+ "0": "The { extxTip } file format is supported;",
|
|
|
+ "1": "Maximum supported size of uploaded files: { maxSizeTip };"
|
|
|
+ },
|
|
|
+ "noUploadDesc": {
|
|
|
+ "0": "Only {extxTip} file format is supported",
|
|
|
+ "1": "Maximum supported size of uploaded files: { maxSizeTip }"
|
|
|
+ },
|
|
|
+ "more": "etc",
|
|
|
+ "logout": "Log out",
|
|
|
"router": {
|
|
|
- "login": "登录",
|
|
|
- "personal": "个人信息",
|
|
|
- "projects": "项目管理",
|
|
|
- "projectScenes": "场景管理",
|
|
|
- "projectMaterial": "项目资料",
|
|
|
- "projectMembers": "成员管理",
|
|
|
- "projectTaggings": "项目标注",
|
|
|
- "projectRoles": "项目角色",
|
|
|
- "project": "项目"
|
|
|
+ "login": "log in",
|
|
|
+ "personal": "Personal Information",
|
|
|
+ "projects": "Project Management",
|
|
|
+ "projectScenes": "Scene Management",
|
|
|
+ "projectMaterial": "Project Information",
|
|
|
+ "projectMembers": "Member Management",
|
|
|
+ "projectTaggings": "Project Labeling",
|
|
|
+ "projectRoles": "Project Role",
|
|
|
+ "project": "Project"
|
|
|
+ },
|
|
|
+ "copyAuth": "Please allow clipboard access",
|
|
|
+ "unLoginName": "Visitor",
|
|
|
+ "add": "New",
|
|
|
+ "update": "Modify",
|
|
|
+ "cancel": "Cancel",
|
|
|
+ "save": "Save",
|
|
|
+ "query": "Check",
|
|
|
+ "oper": "Operate",
|
|
|
+ "del": "Delete",
|
|
|
+ "tipTitle": "System Prompt",
|
|
|
+ "good": "Good",
|
|
|
+ "time": {
|
|
|
+ "0": "morning",
|
|
|
+ "1": "afternoon",
|
|
|
+ "2": "afternoon",
|
|
|
+ "3": "evening"
|
|
|
},
|
|
|
- "copyAuth": "请授予写入粘贴板权限!",
|
|
|
- "unLoginName": "游客",
|
|
|
- "add": "新增",
|
|
|
- "update": "修改",
|
|
|
- "cancel": "取消",
|
|
|
- "save": "保存",
|
|
|
- "query": "查看",
|
|
|
- "oper": "操作",
|
|
|
- "del": "删除",
|
|
|
- "tipTitle": "系统提示",
|
|
|
- "good": "好",
|
|
|
- "time": [
|
|
|
- "早上",
|
|
|
- "中午",
|
|
|
- "下午",
|
|
|
- "晚上"
|
|
|
- ],
|
|
|
- "projectCount": "项目数",
|
|
|
- "projectFileCount": "项目文件数",
|
|
|
- "projectSceneCount": "项目场景数",
|
|
|
- "projectOverCount": "已完成项目数",
|
|
|
- "operLog": "操作记录",
|
|
|
- "updateInfo": "操作记录",
|
|
|
- "updatePwd": "修改密码",
|
|
|
- "delTip": "删除后无法恢复,是否确认?",
|
|
|
- "selectTime": "选择日期",
|
|
|
- "search": "搜索",
|
|
|
- "reset": "重置",
|
|
|
- "all": "全部",
|
|
|
- "edit": "编辑",
|
|
|
- "sync": "同步",
|
|
|
- "select": "选择",
|
|
|
- "create": "创建",
|
|
|
- "loginh1": "欢迎登录",
|
|
|
- "loginh2": "账号登录",
|
|
|
- "phoneRule": "请输入账号",
|
|
|
- "passwordRule": "请输入账号",
|
|
|
- "phoneRul1": "请输入正确账号",
|
|
|
- "passwordRule1": "手机号或密码有误",
|
|
|
- "rememberLabel": "记住密码",
|
|
|
- "login": "登录",
|
|
|
- "forget": "忘记密码",
|
|
|
- "register": "注册",
|
|
|
- "un": "未知"
|
|
|
+ "projectCount": "Number of projects",
|
|
|
+ "projectFileCount": "Number of project documents",
|
|
|
+ "projectSceneCount": "Number of project scenes",
|
|
|
+ "projectOverCount": "Number of projects completed",
|
|
|
+ "operLog": "Operation Record",
|
|
|
+ "updateInfo": "Operation Record",
|
|
|
+ "updatePwd": "Change Password",
|
|
|
+ "delTip": "Can't recover from deletion, are you sure?",
|
|
|
+ "selectTime": "Select Date",
|
|
|
+ "search": "Search",
|
|
|
+ "reset": "Reset",
|
|
|
+ "all": "All",
|
|
|
+ "edit": "Edit",
|
|
|
+ "sync": "Sync",
|
|
|
+ "select": "Select",
|
|
|
+ "create": "Create",
|
|
|
+ "loginh1": "Welcome to 4D Construction Management",
|
|
|
+ "loginh2": "Account Login",
|
|
|
+ "phoneRule": "Please enter the account number",
|
|
|
+ "passwordRule": "Please enter the password",
|
|
|
+ "phoneRul1": "Please enter the correct account number",
|
|
|
+ "passwordRule1": "Incorrect account number or password",
|
|
|
+ "rememberLabel": "Remember password",
|
|
|
+ "login": "Log in",
|
|
|
+ "forget": "Forgot your password?",
|
|
|
+ "register": "Register",
|
|
|
+ "un": "Unkown"
|
|
|
}
|