en.js 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. import locale from 'element-ui/lib/locale/lang/en'
  2. const lang = {
  3. // 基础
  4. base: {
  5. title: "YunSu CMS",
  6. account: "Account",
  7. password: "Password",
  8. login: "Login",
  9. prompt: "Prompt",
  10. query: "Query",
  11. add: "Add",
  12. operate: "Operate",
  13. edit: "Edit",
  14. imput: "Batch Imput",
  15. use: "Start",
  16. run: "run",
  17. static: "static",
  18. warning: "warning",
  19. scrap: "scrap",
  20. choose: "Please choose",
  21. num: "Number",
  22. name: "Name",
  23. detail: "Detail",
  24. back: "Back",
  25. upload: "Upload",
  26. invite: "Invite",
  27. state: "State",
  28. motion: "Motion",
  29. },
  30. prompt: {
  31. success: "Modify Success",
  32. success1: "Success,please login again",
  33. success2: "Created Success",
  34. success3: "Delete Success",
  35. success4: "Upload Success",
  36. success5: "Maintenance Completed",
  37. success6: "Copy Success",
  38. fail: "Copy Failed",
  39. success7: "Approval Success",
  40. success8: "Application Success",
  41. success9: "Update Success",
  42. },
  43. msg: {
  44. changeLanguage: "Whether to change the language?",
  45. signOut: "Whether to log out?",
  46. loginAcc: "Please input Accounts",
  47. loginPass: "Please input Password",
  48. inputNewPwd: "Please enter a new password",
  49. keySearch: "Please enter a keyword to search",
  50. uploadType: "Uploaded images can only be in JPG or PNG format!",
  51. uploadSize: "Uploaded images should not exceed 5MB in size!",
  52. nameSearch: "Please enter your name or cell phone number for search",
  53. },
  54. // 主页
  55. home: {
  56. approval: "Approval",
  57. noApproval: "No approval message",
  58. warning: "Warning",
  59. noWarning: "No warning message",
  60. maintain: "Maintain",
  61. noMaintain: "No maintenance message",
  62. all: "View All",
  63. pwd: "Change Password",
  64. newPwd: "New Password",
  65. msg: "Modify Information",
  66. exit: "Sign Out",
  67. noPage: "No Page!!!",
  68. back: "Back To Home",
  69. },
  70. // 路由
  71. navigation: {
  72. map: "Map",
  73. test: "Running Test",
  74. msg: "Message Center",
  75. pro: "Project Manage",
  76. proList: "Project List",
  77. staff: "Personnel Manage",
  78. power: "Competence Manage",
  79. mold: "Mold Manage",
  80. moldList: "Mold List",
  81. moldDown: "Document Download",
  82. base: "Basic Manage",
  83. asset: "Asset Manage",
  84. producer: "Producer Manage",
  85. device: "YM Mold Manage",
  86. },
  87. // 运行监测
  88. runTest: {
  89. state: "current state",
  90. stage: "Equipment warning",
  91. stage0: "Normal",
  92. stage1: "High temperature",
  93. stage2: "Low battery",
  94. stage3: "High temperature、Low battery",
  95. stage4: "Unknown",
  96. isMaintain: "Mold Maintenance",
  97. isMaintain0: "Need",
  98. isMaintain1: "Normal",
  99. process: "Process",
  100. processMold: "Process Mold",
  101. nowState: "Current maintenance status",
  102. immediate: "Immediate Treatment",
  103. record: "Processing records",
  104. maintainUser: "Maintenance Person",
  105. maintainType: "Maintenance Plan",
  106. fileName: "Maintenance Photo",
  107. closeTime: "Close Time",
  108. maintenance: "Treatment",
  109. type: "Maintenance Type",
  110. inputType: "Please select the type of maintenance",
  111. vulnerable: "Wearing Part",
  112. inputVulnerable: "Please select wearing part",
  113. action: "Action",
  114. inputAction: "Please select action",
  115. spray: "spray paint",
  116. check: "inspect",
  117. dealWarning: "Deal With Warning",
  118. warningType: "Warning Type",
  119. inputWarningType: "Please enter warning type",
  120. moldSet: "Equipment Set",
  121. inputMoldSet: "Please select the equipment",
  122. completed: "The alarm has been dealt with.",
  123. mustUpload: "Must upload photos",
  124. lastOpenTime: "Final mold opening time",
  125. openCycle: "Open Cycle",
  126. openNumChart: "Open Frequency Chart",
  127. openCycleChart: "Open Cycle Chart",
  128. sec: "Second",
  129. frequency: "Frequency",
  130. openNum: "Open Frequency",
  131. maxOpenCycle: "Maximum Open Cycle",
  132. minOpenCycle: "Minimum Open Cycle",
  133. avgOpenCycle: "Average Open Cycle",
  134. moldState: "Mold State",
  135. remove: "Installation is removed",
  136. temperature: "Temperature",
  137. initialModulus: "Accumulative Open Frequency",
  138. theoryCycle: "Theoretical Cycle",
  139. changeIp: "Change IP",
  140. IPWrong: "IP address format is incorrect",
  141. exportExcel: 'Export Excel',
  142. },
  143. // 项目管理
  144. project: {
  145. // 项目列表
  146. proName: "Project Name",
  147. inputProName: "Please enter the project name",
  148. assName: "Asset Company",
  149. cusName: "Producer Company",
  150. moldName: "Project Mold",
  151. inputMoldName: "Please select the project mold",
  152. manager: "Project Manager",
  153. inputManager: "Please select project manager",
  154. indate: "Creat Time",
  155. addPro: "Add Project",
  156. invalid: "Invalid",
  157. expired: "Expired",
  158. // 项目详情
  159. detail: "Basic Project Information",
  160. projectNo: "Project No",
  161. ownerApprover: "Asset Approver",
  162. inputOwnerApprover: "Please select the approver of the asset side",
  163. customerApprover: "Producer Approver",
  164. inputCustomerApprover: "Please select the approver of the producer side",
  165. users: "General User",
  166. inputUsers: "Please select the general user of the project",
  167. proFile: "Project Documentation",
  168. fileName: "Name",
  169. fileSize: "Size",
  170. uploader: "Uploader",
  171. uploadTime: "Upload Time",
  172. operation: "Operation Record",
  173. operFileName: "Operation Name",
  174. operator: "Operator",
  175. operTime: "Operation Time",
  176. editPro: "Edit Project",
  177. addUser: "Add Person",
  178. uploadAndAdd: "Submit and Add",
  179. delFile: "Are you sure to delete this document?",
  180. num:"Num",
  181. // 人员管理
  182. initial: "Initial Password",
  183. name: "Name",
  184. inputName: "Please input Name",
  185. mobile: "Mobile",
  186. inputMobile: "Please input Mobile",
  187. inputTrueMobile: "Please enter a valid phone number",
  188. role: "Role",
  189. inputRole: "Please input Role",
  190. company: "Company",
  191. inputCompany: "Please select Company",
  192. partake: "Participate Project",
  193. inputPartake: "Please choose to participate in the project.",
  194. remark: "Remark",
  195. inputRemark:"Please enter remark",
  196. type: "Type",
  197. addPeo: "Add Person",
  198. editPeo: "Edit Person",
  199. copy: "Copy Link",
  200. copyInv: "Please copy the invitation link",
  201. delPeo: "Are you sure to delete this person?",
  202. // 权限管理
  203. choosePro: "Please select the project",
  204. inputNameSearch: "Please enter your name for search",
  205. upload: "Upload",
  206. download: "Download",
  207. view: "View",
  208. approve: "Approve",
  209. editPower: "Edit Power",
  210. config: "Config Power",
  211. },
  212. // 模具管理
  213. mold: {
  214. // 模具列表
  215. moldNo: "Mold Num",
  216. modelName: "Mold Name",
  217. projectName: "Project Name",
  218. factoryName: "Producer",
  219. factoryName1: "Asset",
  220. area: "Area",
  221. runTimes: "Number of runs",
  222. ocCycle: "Cycle",
  223. hillNumber: "Electricity",
  224. delMold: "Are you sure to delete the die?",
  225. initial: "Initial Mold Times",
  226. initialR: "Cumulative Mold",
  227. life: "Mold Lifetime",
  228. hole: "Hole Number",
  229. rfid: "RFID Code",
  230. addMold: "Add Mold",
  231. inputmoldNo: "Please enter the mould number.",
  232. inputmodelName: "Please enter the name of the mould.",
  233. inputequipment: "Please select equipment number",
  234. inputinitial: "Please enter the initial module number.",
  235. inputlife: "Please enter module life",
  236. inputhole: "Please enter the number of points.",
  237. inputrfid: "Please enter RIFD code",
  238. inputfactoryName: "Please select the manufacturer to which you belong.",
  239. maintainCount: "Maintenance times",
  240. inputmaintainCount: "Please choose the number of maintenance times.",
  241. num0: "Please fill in numbers greater than 0",
  242. num1: "Please fill in a number less than or equal to 100 million",
  243. abnormal: "Abnormal",
  244. dropped: "Dropped",
  245. material: "Material Grade",
  246. color: "Color Specification",
  247. size: "Mold Size",
  248. tonnage: "Machine Tonnage(T)",
  249. product: "Finished Product Weight(g)",
  250. mathead: "Head Weight(g)",
  251. minshot: "Min Shot Amount",
  252. maxshot: "Max Shot Amount",
  253. stand: "StandardMolding Cycle(s)",
  254. dynamic: "MaleMold Temperature(℃)",
  255. fiexd: "MasterMold Temperature(℃)",
  256. inputmaterial: "Please enter Material Grade",
  257. inputcolor: "Please enter Color Specification",
  258. inputsize: "Please enter Mold Size",
  259. inputtonnage: "Please enter Machine Tonnage",
  260. inputproduct: "Please enter Finished Product Weight",
  261. inputmathead: "Please enter Head Weight",
  262. inputminshot: "Please enter Min Shot Amount",
  263. inputmaxshot: "Please enter Max Shot Amount",
  264. inputstand: "Please enter Standard Molding Cycle",
  265. inputdynamic: "Please enter MaleMold(Dynamic Mold) Temperature",
  266. inputfiexd: "Please enter MasterMold(Fixed Mold) Temperature",
  267. proinfo: "Process information",
  268. proinfodetail: "Mold Injection Molding Process Information",
  269. // 模具详情
  270. beScrapped: "To be scrapped",
  271. scraped: "Scrap",
  272. view: "Click to see the running status",
  273. moldDetail: "Mold Basic Information",
  274. file: "Documentation",
  275. file2D: "2D drawing file",
  276. file3D: "3D drawing file",
  277. addComponents: "Add Components",
  278. singleAdd: "Single Add",
  279. downloadMould: "Download Template",
  280. batchImport: "Batch Import",
  281. apply: "Apply",
  282. moldFile: "Mold Document",
  283. state0: "Producer Audit failed",
  284. state1: "Asset Audit failed",
  285. state2: "Pending Audit",
  286. state3: "Producer Audit",
  287. state4: "Asset Audit",
  288. state5: "Audit Pass",
  289. componentsFile: "Part Document",
  290. partNo: "Part Number",
  291. partName: "Part Name",
  292. partLife: "Lifetime",
  293. yes: "Yes",
  294. no: "No",
  295. test: "Test Mode and Acceptance",
  296. plan: "Maintenance Plan",
  297. update: "Mold Update",
  298. applicant: "Applicant",
  299. applicationTime: "Application Time",
  300. updateM: "Update Mold",
  301. pass: "Pass",
  302. fail: "Fail",
  303. scrapMold: "Mold Scrapping",
  304. applicationName: "Application Name",
  305. applicationSize: "Application Size",
  306. scrapName: "Scrap Name",
  307. scrapSize: "Scrap Size",
  308. updateRecord: "Update Record",
  309. approver: "Approver",
  310. time: "Time",
  311. application: "Application",
  312. scrap: "Scrap",
  313. scrapUpload: "Mold Scrap Upload",
  314. partUpload: "Part Document Upload",
  315. rule: "File naming rules: part number + 2D / 3D, such as LJ001 + 2D.dwg",
  316. export: "Batch Export Operation Record",
  317. to: "To",
  318. addPart: "Add Part",
  319. editPart: "Edit Part",
  320. inputpartNo: "Please enter the part number",
  321. inputpartName: "Please enter the part name",
  322. inputpartLife: "Please enter the part life",
  323. approvalTitle1: "Confirmed approval?",
  324. approvalTitle2: "Are you sure you have not approved?",
  325. must: "Must upload one file each",
  326. toApply: "Want to apply for an updated mold?",
  327. noTime: "No time entered",
  328. // 文档下载
  329. searchByName: "Please enter the mold name to search",
  330. allDown: "Download all",
  331. down3DMold: "Mold 3D Image file",
  332. down2DMold: "Mold 2D Image file",
  333. down3DPart: "Part 3D Image file",
  334. down2DPart: "Part 2D Image file",
  335. fileState0: "Not Uploaded",
  336. fileState1: "Passed",
  337. fileState2: "Not Pass",
  338. chooseFile: "Please select the document to download",
  339. },
  340. // 基础管理
  341. basic: {
  342. next: "Next",
  343. prev: "Prev",
  344. system: "System Admin",
  345. asset: "Asset",
  346. addAsset: "Add Asset",
  347. editAsset: "Edit Asset",
  348. addSystem: "Add Asset Manager",
  349. producer: "Producer",
  350. addProducer: "Add Producer",
  351. editProducer: "Edit Producer",
  352. addProSystem: "Add Producer Manager",
  353. // 资产方管理
  354. inputAss: "Please enter the asset name to search",
  355. assName: "Asset Name",
  356. inputAssName: "Please enter the asset name",
  357. assManager: "Asset Manager",
  358. assProducer: "Associated Producer",
  359. inputAssProducer: "Please select the producer",
  360. assAddress: "Asset Address",
  361. inputAssAddress: "Please enter the asset address",
  362. delAss: "Are you sure to delete the asset?",
  363. // 生产方管理
  364. inputPro: "Please enter the producer name to search",
  365. proName: "Producer Name",
  366. inputProName: "Please enter the producer name",
  367. proManager: "Producer Manager",
  368. proAsset: "Associated Asset",
  369. inputProAsset: "Please select the asset",
  370. proAddress: "Producer Address",
  371. inputProAddress: "Please enter the producer address",
  372. delPro: "Are you sure to delete the producer?",
  373. // 云模盒管理
  374. addYM: "Add Equipment",
  375. editYM: "Edit Equipment",
  376. chooseComp: "Please select a company",
  377. equipmentNo: "Equipment Num",
  378. inputequipmentNo: "Please enter the equipment number",
  379. useLife: "Years of use",
  380. inputUseLife: "Please enter the years of use",
  381. inputUseLifeNum: "Service Life must be a number",
  382. agent: "Agent",
  383. inputAgent: "Please enter the agent",
  384. inputBlongComp: "You can activate the mold after entering your company.",
  385. inUse: "Equipment is enabled",
  386. offUse: "Equipment is disable",
  387. equipmentState: "Equipment State",
  388. diffTime: "Count Down",
  389. year: "year",
  390. compName: "Corporate Name",
  391. state0: "Not Enabled",
  392. state1: "Enabled",
  393. state2: "Starting",
  394. state3: "Discontinued",
  395. use: "Enable",
  396. disuse: "Disable",
  397. issued: "Issued",
  398. alarmBattery: "Alarm Battery Power",
  399. inputAlarmBattery: "Please input the power of alarm battery",
  400. inputAlarmBatteryNum: "Alarm Battery Power must be a number",
  401. alarmDegree: "Thermal Alarm Degree",
  402. inputAlarmDegree: "Please enter the heat alarm degree.",
  403. inputAlarmDegreeNum: "Thermal Alarm Degree must be a number",
  404. chooseEquipment: "Please select the equipment you want to send.",
  405. issuedSuccess: "Issued Success",
  406. sim: "SIM Card Num",
  407. proNum: "Product Num",
  408. inputProNum: "Please input product num",
  409. toWait: "Operation Success,Please wait for the data transmission",
  410. workInterval: "workInterval",
  411. freeInterval: "freeInterval",
  412. threshold: "Sensor Threshold",
  413. inputworkInterval: "Please enter workInterval",
  414. inputfreeInterval: "Please enter freeInterval",
  415. inputthreshold: "Please enter Sensor Threshold",
  416. inputthresholdNum: "Sensor Threshold is a number",
  417. inputthresholdBhind: "Sensor Threshold is 20 ~ 200",
  418. },
  419. // 后台翻译
  420. port: {
  421. "用户不存在或者未登录": "User does not exist or is not logged in",
  422. "数据不可为空": "Data cannot be empty",
  423. "公司已存在,请勿重复添加": "The company already exists, please do not add it repeatedly",
  424. "当前公司所关联的生产方公司中已被用用到项目,不可执行修改操作。": "The current production company associated with the company has been used in the project, and the modification operation cannot be performed.",
  425. "当前公司所关联的资产方公司已被用用到项目,不可执行修改操作。": "The current asset company associated with the company has been used in the project and no modification operations can be performed.",
  426. "该公司已被应用到用户中,暂不提供删除操作": "The company has been applied to users, and no deletion is provided at this time.",
  427. "当前设备编号已存在,请重新输入其他模具编号": "The current device number already exists. Please re-enter other mold numbers",
  428. "该设备没有所属公司,请添加所属公司后再启用": "This device does not have a company, please add your company and then enable it.",
  429. "对不起,您不是超级管理员,不具备启用设备的权限": "Sorry, you are not a super administrator and do not have permission to enable the device.",
  430. "对不起,您不含有查看该列表的权利": "Sorry, you do not have the right to view this list.",
  431. "云模盒编号已被占用,请修改后重新上传": "The cloud model box number is already occupied. Please re-upload after modification.",
  432. "只有生产方和资产方审批人才能审核": "Only producer and asset approvers can review",
  433. "您没有该权限!": "You do not have this permission!!",
  434. "暂无文件": "No file",
  435. "该模具已被应用到项目,不提供删除操作": "The mold has been applied to the project and no delete operation is provided",
  436. "模具id不存在": "Mold id does not exist",
  437. "零件编号已被占用,请修改后重新上传": "The part number is already occupied. Please re-upload after modification.",
  438. "零件寿命数字过长,请修改后重试": "The part life number is too long, please modify and try again",
  439. "添加项目参与人失败,人员id不存在": "Adding project participants failed, staff id does not exist",
  440. "密码错误": "Wrong password",
  441. "账号不存在": "Account does not exist",
  442. "该用户已被应用到项目,暂不提供删除操作": "The user has been applied to the project and no delete operation is currently available.",
  443. "该公司下的管理员已存在": "The administrator under the company already exists",
  444. "账号已存在": "Account already exists",
  445. "有新的模具文档上传,待您审批。": "New mould documents are uploaded for your approval.",
  446. "有新的模具更新申请记录,待您审批。": "There are new application records for mould updating pending your approval.",
  447. "有新的模具报废文档上传,待您审批。": "There are new scrap die documents uploaded for your approval.",
  448. "有新的试模验收文档上传,待您审批。": "There are new acceptance documents for the test mould are uploaded, which are waiting for your approval.",
  449. "有新的零件文档上传,待您审批。": "New parts documents are uploaded for your approval.",
  450. "有新的保养方案文档上传,待您审批。": "There are new maintenance plan documents uploaded for your approval.",
  451. "文件未找到,请联系管理员": "The file was not found, please contact the administrator",
  452. "此文件暂不支持在线预览操作": "This file does not support online preview operations at this time.",
  453. },
  454. ...locale
  455. }
  456. export default lang