en.ts 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. export default {
  2. stat: {
  3. deviceCount: 'DeviceCount',
  4. maintenanceOrder: 'MaintenanceOrder',
  5. operationNotFilled: 'OperationNotFilled',
  6. operationFilled: 'OperationFilled',
  7. notMaintained: 'NotMaintained',
  8. maintained: 'Maintained',
  9. notInspected: 'NotInspected',
  10. inspected: 'Inspected',
  11. mttr: 'MTTR',
  12. materialsUnderInventory: 'MaterialsUnderInventory',
  13. deviceStatus: 'DeviceStatus',
  14. deviceClassifyTop5: 'DeviceClassifyTop5',
  15. lastWeekActivity: 'Activity Of Last Week',
  16. orderCount: 'OrderCount',
  17. repairOrder: 'RepairOrder',
  18. maintenanceWorkOrder: 'MaintenanceWorkOrder',
  19. inspectOrder: 'Inspect Order',
  20. operationRecord: 'Operation Record',
  21. sparePartsReplacement: 'Spare Parts Replacement',
  22. spareCount: 'spareCount',
  23. spareAmount: 'spareAmount',
  24. maintenanceStatus: 'MaintenanceStatus',
  25. inspectStatus: 'InspectStatus',
  26. totalOrder: 'totalOrder',
  27. finishedOrder: 'finishedOrder',
  28. pendingOrder: 'pendingOrder',
  29. operationCost: 'O&M costs',
  30. materialConsumption: 'MaterialConsumption Top5',
  31. deviceRate: 'utilizationRate',
  32. teamDetail: 'Team Utilization Rate',
  33. gasWater: 'Cumulative Gas Injection Volume',
  34. dailyGasWater: 'Daily Gas Injection Volume',
  35. projectDevice: 'Project Department Device',
  36. safeProduction: 'SafeProduction Days',
  37. daysToDate: 'consecutive safe production days to date',
  38. drillingCompletion: 'Drilling completion status',
  39. drillingWork: 'Drilling workload status',
  40. wellWorkoverWorkload: 'Well workover workload status'
  41. },
  42. common: {
  43. sort: 'sort',
  44. inputText: 'Please input',
  45. selectText: 'Please select',
  46. startTimeText: 'Start time',
  47. endTimeText: 'End time',
  48. login: 'Login',
  49. required: 'This is required',
  50. loginOut: 'Login out',
  51. document: 'Document',
  52. profile: 'User Center',
  53. reminder: 'Reminder',
  54. loginOutMessage: 'Exit the system?',
  55. back: 'Back',
  56. ok: 'OK',
  57. save: 'Save',
  58. cancel: 'Cancel',
  59. close: 'Close',
  60. reload: 'Reload current',
  61. success: 'Success',
  62. closeTab: 'Close current',
  63. closeTheLeftTab: 'Close left',
  64. closeTheRightTab: 'Close right',
  65. closeOther: 'Close other',
  66. closeAll: 'Close all',
  67. prevLabel: 'Prev',
  68. nextLabel: 'Next',
  69. skipLabel: 'Jump',
  70. doneLabel: 'End',
  71. menu: 'Menu',
  72. menuDes: 'Menu bar rendered in routed structure',
  73. collapse: 'Collapse',
  74. collapseDes: 'Expand and zoom the menu bar',
  75. tagsView: 'Tags view',
  76. tagsViewDes: 'Used to record routing history',
  77. tool: 'Tool',
  78. toolDes: 'Used to set up custom systems',
  79. query: 'Query',
  80. reset: 'Reset',
  81. shrink: 'Put away',
  82. expand: 'Expand',
  83. confirmTitle: 'System Hint',
  84. exportMessage: 'Whether to confirm export data item?',
  85. importMessage: 'Whether to confirm import data item?',
  86. createSuccess: 'Create Success',
  87. updateSuccess: 'Update Success',
  88. delMessage: 'Delete the selected data?',
  89. delDataMessage: 'Delete the data?',
  90. delNoData: 'Please select the data to delete',
  91. delSuccess: 'Deleted successfully',
  92. index: 'Index',
  93. status: 'Status',
  94. createTime: 'Create Time',
  95. updateTime: 'Update Time',
  96. copy: 'Copy',
  97. copySuccess: 'Copy Success',
  98. copyError: 'Copy Error',
  99. leftNode: 'Please select the left node',
  100. deptChoose: 'Please select device or catalog'
  101. },
  102. lock: {
  103. lockScreen: 'Lock screen',
  104. lock: 'Lock',
  105. lockPassword: 'Lock screen password',
  106. unlock: 'Click to unlock',
  107. backToLogin: 'Back to login',
  108. entrySystem: 'Entry the system',
  109. placeholder: 'Please enter the lock screen password',
  110. message: 'Lock screen password error'
  111. },
  112. error: {
  113. noPermission: `Sorry, you don't have permission to access this page.`,
  114. pageError: 'Sorry, the page you visited does not exist.',
  115. networkError: 'Sorry, the server reported an error.',
  116. returnToHome: 'Return to home'
  117. },
  118. permission: {
  119. hasPermission: `Please set the operation permission label value`,
  120. hasRole: `Please set the role permission tag value`
  121. },
  122. setting: {
  123. projectSetting: 'Project setting',
  124. theme: 'Theme',
  125. layout: 'Layout',
  126. systemTheme: 'System theme',
  127. menuTheme: 'Menu theme',
  128. interfaceDisplay: 'Interface display',
  129. breadcrumb: 'Breadcrumb',
  130. breadcrumbIcon: 'Breadcrumb icon',
  131. collapseMenu: 'Collapse menu',
  132. hamburgerIcon: 'Hamburger icon',
  133. screenfullIcon: 'Screenfull icon',
  134. sizeIcon: 'Size icon',
  135. localeIcon: 'Locale icon',
  136. messageIcon: 'Message icon',
  137. tagsView: 'Tags view',
  138. logo: 'Logo',
  139. greyMode: 'Grey mode',
  140. fixedHeader: 'Fixed header',
  141. headerTheme: 'Header theme',
  142. cutMenu: 'Cut Menu',
  143. copy: 'Copy',
  144. clearAndReset: 'Clear cache and reset',
  145. copySuccess: 'Copy success',
  146. copyFailed: 'Copy failed',
  147. footer: 'Footer',
  148. uniqueOpened: 'Unique opened',
  149. tagsViewIcon: 'Tags view icon',
  150. reExperienced: 'Please exit the login experience again',
  151. fixedMenu: 'Fixed menu'
  152. },
  153. size: {
  154. default: 'Default',
  155. large: 'Large',
  156. small: 'Small'
  157. },
  158. login: {
  159. welcome: 'Welcome to the system',
  160. message: 'Backstage management system',
  161. tenantname: 'TenantName',
  162. username: 'Username',
  163. password: 'Password',
  164. code: 'verification code',
  165. login: 'Sign in',
  166. relogin: 'Sign in again',
  167. otherLogin: 'Sign in with',
  168. register: 'Register',
  169. checkPassword: 'Confirm password',
  170. remember: 'Remember me',
  171. hasUser: 'Existing account? Go to login',
  172. forgetPassword: 'Forget password?',
  173. tenantNamePlaceholder: 'Please Enter Tenant Name',
  174. usernamePlaceholder: 'Please Enter Username',
  175. passwordPlaceholder: 'Please Enter Password',
  176. codePlaceholder: 'Please Enter Verification Code',
  177. mobileTitle: 'Mobile sign in',
  178. mobileNumber: 'Mobile Number',
  179. mobileNumberPlaceholder: 'Plaease Enter Mobile Number',
  180. backLogin: 'back',
  181. getSmsCode: 'Get SMS Code',
  182. btnMobile: 'Mobile sign in',
  183. btnQRCode: 'QR code sign in',
  184. qrcode: 'Scan the QR code to log in',
  185. btnRegister: 'Sign up',
  186. SmsSendMsg: 'code has been sent',
  187. resetPassword: 'Reset Password',
  188. resetPasswordSuccess: 'Reset Password Success',
  189. invalidTenantName: 'Invalid Tenant Name'
  190. },
  191. captcha: {
  192. verification: 'Please complete security verification',
  193. slide: 'Swipe right to complete verification',
  194. point: 'Please click',
  195. success: 'Verification succeeded',
  196. fail: 'verification failed'
  197. },
  198. router: {
  199. login: 'Login',
  200. home: 'Home',
  201. analysis: 'Analysis',
  202. workplace: 'Workplace'
  203. },
  204. analysis: {
  205. newUser: 'New user',
  206. unreadInformation: 'Unread information',
  207. transactionAmount: 'Transaction amount',
  208. totalShopping: 'Total Shopping',
  209. monthlySales: 'Monthly sales',
  210. userAccessSource: 'User access source',
  211. january: 'January',
  212. february: 'February',
  213. march: 'March',
  214. april: 'April',
  215. may: 'May',
  216. june: 'June',
  217. july: 'July',
  218. august: 'August',
  219. september: 'September',
  220. october: 'October',
  221. november: 'November',
  222. december: 'December',
  223. estimate: 'Estimate',
  224. actual: 'Actual',
  225. directAccess: 'Airect access',
  226. mailMarketing: 'Mail marketing',
  227. allianceAdvertising: 'Alliance advertising',
  228. videoAdvertising: 'Video advertising',
  229. searchEngines: 'Search engines',
  230. weeklyUserActivity: 'Weekly user activity',
  231. activeQuantity: 'Active quantity',
  232. monday: 'Monday',
  233. tuesday: 'Tuesday',
  234. wednesday: 'Wednesday',
  235. thursday: 'Thursday',
  236. friday: 'Friday',
  237. saturday: 'Saturday',
  238. sunday: 'Sunday'
  239. },
  240. workplace: {
  241. welcome: 'Hello',
  242. happyDay: 'Wish you happy every day!',
  243. toady: `It's sunny today`,
  244. notice: 'Announcement',
  245. project: 'Project',
  246. access: 'Project access',
  247. toDo: 'To do',
  248. introduction: 'A serious introduction',
  249. shortcutOperation: 'Quick entry',
  250. operation: 'Operation',
  251. index: 'Index',
  252. personal: 'Personal',
  253. team: 'Team',
  254. quote: 'Quote',
  255. contribution: 'Contribution',
  256. hot: 'Hot',
  257. yield: 'Yield',
  258. dynamic: 'Dynamic',
  259. push: 'push',
  260. follow: 'Follow'
  261. },
  262. project: {
  263. payment: 'Payment',
  264. overseaFlag: 'Overseas Project',
  265. overseaArea: 'Overseas Area',
  266. workArea: 'Work Area',
  267. wellType: 'Well Type',
  268. wellCategory: 'Well Category',
  269. technology: 'Technology',
  270. status: 'status',
  271. taskAttrDetail: 'Attr Detail',
  272. nptReason: 'NPT Reason',
  273. currentOperation: 'Current Operation',
  274. nextPlan: 'Next Plan',
  275. transitTime: 'Transit Time',
  276. dailyReport: 'Daily Report',
  277. fillReport: 'Fill Report'
  278. },
  279. form: {
  280. input: 'Input',
  281. inputNumber: 'InputNumber',
  282. default: 'Default',
  283. icon: 'Icon',
  284. mixed: 'Mixed',
  285. textarea: 'Textarea',
  286. slot: 'Slot',
  287. position: 'Position',
  288. autocomplete: 'Autocomplete',
  289. select: 'Select',
  290. selectGroup: 'Select Group',
  291. selectV2: 'SelectV2',
  292. cascader: 'Cascader',
  293. switch: 'Switch',
  294. rate: 'Rate',
  295. colorPicker: 'Color Picker',
  296. transfer: 'Transfer',
  297. render: 'Render',
  298. radio: 'Radio',
  299. button: 'Button',
  300. checkbox: 'Checkbox',
  301. slider: 'Slider',
  302. datePicker: 'Date Picker',
  303. shortcuts: 'Shortcuts',
  304. today: 'Today',
  305. yesterday: 'Yesterday',
  306. aWeekAgo: 'A week ago',
  307. week: 'Week',
  308. year: 'Year',
  309. month: 'Month',
  310. dates: 'Dates',
  311. daterange: 'Date Range',
  312. monthrange: 'Month Range',
  313. dateTimePicker: 'DateTimePicker',
  314. dateTimerange: 'Datetime Range',
  315. timePicker: 'Time Picker',
  316. timeSelect: 'Time Select',
  317. inputPassword: 'input Password',
  318. passwordStrength: 'Password Strength',
  319. operate: 'operate',
  320. change: 'Change',
  321. restore: 'Restore',
  322. disabled: 'Disabled',
  323. disablement: 'Disablement',
  324. delete: 'Delete',
  325. add: 'Add',
  326. setValue: 'Set value',
  327. resetValue: 'Reset value',
  328. set: 'Set',
  329. subitem: 'Subitem',
  330. formValidation: 'Form validation',
  331. verifyReset: 'Verify reset',
  332. remark: 'Remark',
  333. repeatDevice: 'This category already exists, please select again',
  334. relatedModel: 'Template modification has been used, please do not delete',
  335. relatedProject: 'The project information already has a task, please do not delete'
  336. },
  337. watermark: {
  338. watermark: 'Watermark'
  339. },
  340. table: {
  341. table: 'Table',
  342. index: 'Index',
  343. title: 'Title',
  344. author: 'Author',
  345. createTime: 'Create time',
  346. action: 'Action',
  347. pagination: 'pagination',
  348. reserveIndex: 'Reserve index',
  349. restoreIndex: 'Restore index',
  350. showSelections: 'Show selections',
  351. hiddenSelections: 'Restore selections',
  352. showExpandedRows: 'Show expanded rows',
  353. hiddenExpandedRows: 'Hidden expanded rows',
  354. header: 'Header'
  355. },
  356. action: {
  357. search: 'Search',
  358. create: 'Create',
  359. add: 'Add',
  360. del: 'Delete',
  361. delete: 'Delete',
  362. edit: 'Edit',
  363. update: 'Update',
  364. preview: 'Preview',
  365. more: 'More',
  366. sync: 'Sync',
  367. save: 'Save',
  368. detail: 'Detail',
  369. export: 'Export',
  370. import: 'Import',
  371. generate: 'Generate',
  372. logout: 'Login Out',
  373. test: 'Test',
  374. typeCreate: 'Dict Type Create',
  375. typeUpdate: 'Dict Type Eidt',
  376. dataCreate: 'Dict Data Create',
  377. dataUpdate: 'Dict Data Eidt',
  378. fileUpload: 'File Upload'
  379. },
  380. dialog: {
  381. dialog: 'Dialog',
  382. open: 'Open',
  383. close: 'Close'
  384. },
  385. sys: {
  386. api: {
  387. operationFailed: 'Operation failed',
  388. errorTip: 'Error Tip',
  389. errorMessage: 'The operation failed, the system is abnormal!',
  390. timeoutMessage: 'Login timed out, please log in again!',
  391. apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
  392. apiRequestFailed: 'The interface request failed, please try again later!',
  393. networkException: 'network anomaly',
  394. networkExceptionMsg:
  395. 'Please check if your network connection is normal! The network is abnormal',
  396. errMsg401: 'The user does not have permission (token, user name, password error)!',
  397. errMsg403: 'The user is authorized, but access is forbidden!',
  398. errMsg404: 'Network request error, the resource was not found!',
  399. errMsg405: 'Network request error, request method not allowed!',
  400. errMsg408: 'Network request timed out!',
  401. errMsg500: 'Server error, please contact the administrator!',
  402. errMsg501: 'The network is not implemented!',
  403. errMsg502: 'Network Error!',
  404. errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!',
  405. errMsg504: 'Network timeout!',
  406. errMsg505: 'The http version does not support the request!',
  407. errMsg901: 'Demo mode, no write operations are possible!'
  408. },
  409. app: {
  410. logoutTip: 'Reminder',
  411. logoutMessage: 'Confirm to exit the system?',
  412. menuLoading: 'Menu loading...'
  413. },
  414. exception: {
  415. backLogin: 'Back Login',
  416. backHome: 'Back Home',
  417. subTitle403: "Sorry, you don't have access to this page.",
  418. subTitle404: 'Sorry, the page you visited does not exist.',
  419. subTitle500: 'Sorry, the server is reporting an error.',
  420. noDataTitle: 'No data on the current page.',
  421. networkErrorTitle: 'Network Error',
  422. networkErrorSubTitle:
  423. 'Sorry, Your network connection has been disconnected, please check your network!'
  424. },
  425. lock: {
  426. unlock: 'Click to unlock',
  427. alert: 'Lock screen password error',
  428. backToLogin: 'Back to login',
  429. entry: 'Enter the system',
  430. placeholder: 'Please enter the lock screen password or user password'
  431. },
  432. login: {
  433. backSignIn: 'Back sign in',
  434. mobileSignInFormTitle: 'Mobile sign in',
  435. qrSignInFormTitle: 'Qr code sign in',
  436. signInFormTitle: 'Sign in',
  437. signUpFormTitle: 'Sign up',
  438. forgetFormTitle: 'Reset password',
  439. signInTitle: 'Backstage management system',
  440. signInDesc: 'Enter your personal details and get started!',
  441. policy: 'I agree to the xxx Privacy Policy',
  442. scanSign: `scanning the code to complete the login`,
  443. loginButton: 'Sign in',
  444. registerButton: 'Sign up',
  445. rememberMe: 'Remember me',
  446. forgetPassword: 'Forget Password?',
  447. otherSignIn: 'Sign in with',
  448. // notify
  449. loginSuccessTitle: 'Login successful',
  450. loginSuccessDesc: 'Welcome back',
  451. // placeholder
  452. accountPlaceholder: 'Please input username',
  453. passwordPlaceholder: 'Please input password',
  454. smsPlaceholder: 'Please input sms code',
  455. mobilePlaceholder: 'Please input mobile',
  456. policyPlaceholder: 'Register after checking',
  457. diffPwd: 'The two passwords are inconsistent',
  458. userName: 'Username',
  459. password: 'Password',
  460. confirmPassword: 'Confirm Password',
  461. email: 'Email',
  462. smsCode: 'SMS code',
  463. mobile: 'Mobile'
  464. }
  465. },
  466. profile: {
  467. user: {
  468. title: 'Personal Information',
  469. username: 'User Name',
  470. nickname: 'Nick Name',
  471. mobile: 'Phone Number',
  472. email: 'User Mail',
  473. dept: 'Department',
  474. posts: 'Position',
  475. roles: 'Own Role',
  476. sex: 'Sex',
  477. man: 'Man',
  478. woman: 'Woman',
  479. createTime: 'Created Date'
  480. },
  481. info: {
  482. title: 'Basic Information',
  483. basicInfo: 'Basic Information',
  484. resetPwd: 'Reset Password',
  485. userSocial: 'Social Information'
  486. },
  487. rules: {
  488. nickname: 'Please Enter User Nickname',
  489. mail: 'Please Input The Email Address',
  490. truemail: 'Please Input The Correct Email Address',
  491. phone: 'Please Enter The Phone Number',
  492. truephone: 'Please Enter The Correct Phone Number'
  493. },
  494. password: {
  495. oldPassword: 'Old PassWord',
  496. newPassword: 'New Password',
  497. confirmPassword: 'Confirm Password',
  498. oldPwdMsg: 'Please Enter Old Password',
  499. newPwdMsg: 'Please Enter New Password',
  500. cfPwdMsg: 'Please Enter Confirm Password',
  501. diffPwd: 'The Passwords Entered Twice No Match'
  502. }
  503. },
  504. cropper: {
  505. selectImage: 'Select Image',
  506. uploadSuccess: 'Uploaded success!',
  507. modalTitle: 'Avatar upload',
  508. okText: 'Confirm and upload',
  509. btn_reset: 'Reset',
  510. btn_rotate_left: 'Counterclockwise rotation',
  511. btn_rotate_right: 'Clockwise rotation',
  512. btn_scale_x: 'Flip horizontal',
  513. btn_scale_y: 'Flip vertical',
  514. btn_zoom_in: 'Zoom in',
  515. btn_zoom_out: 'Zoom out',
  516. preview: 'Preivew'
  517. },
  518. dict: {
  519. no: 'dictNo',
  520. name: 'dictName',
  521. type: 'dictType',
  522. status: 'status',
  523. remark: 'remark',
  524. createTime: 'createTime',
  525. fillTime: 'fillTime',
  526. data: 'DictData',
  527. label: 'dictLabel',
  528. typePlace: 'please enter dictType',
  529. labelPlace: 'please enter dictLabel',
  530. statusPlace: 'please enter dictStatus',
  531. value: 'dictValue',
  532. color: 'colorType',
  533. dataPlace: 'please enter dataLabel',
  534. valuePlace: 'please enter value',
  535. dataLabel: 'dataLabel',
  536. dataValue: 'dataValue',
  537. dataPlaceholder: 'please enter dataLabel'
  538. },
  539. operationFill: {
  540. name: 'QueryCriteria',
  541. nameHolder: 'Please enter the query criteria',
  542. status: 'OrderStatus',
  543. createTime: 'CreateTime',
  544. start: 'StartTime',
  545. end: 'EndTime',
  546. search: 'Search',
  547. reset: 'Reset',
  548. add: 'Add',
  549. query: 'Query',
  550. operation: 'Operation',
  551. duty: 'RP',
  552. view: 'View',
  553. fill: 'Fill',
  554. ignore: 'Ignore',
  555. all: 'All',
  556. clear: 'Clear',
  557. orderDevice: 'OrderDevice',
  558. deviceCount: 'DeviceCount',
  559. fillCount: 'FillCount',
  560. unFillCount: 'UnFillCount',
  561. selectAll: 'SelectAll',
  562. deselectAll: 'DeselectAll'
  563. },
  564. operationFillForm: {
  565. team: 'Team',
  566. sumTime: 'CumulativeRunningTime(h)',
  567. sumKil: 'COKM(Km)',
  568. confirm: 'Confirm',
  569. cancel: 'Cancel',
  570. alert: 'The following values are from the PLC. Please correct any discrepancies.',
  571. fill: 'Please fill all of items',
  572. enterNumber: 'Please fill number',
  573. enterContent: 'Please fill content',
  574. exceedMax: 'The input value cannot exceed{max}',
  575. mainSumTime: 'Running Time(H)',
  576. mainSumKil: 'Running Kilometers(KM)'
  577. },
  578. modelTemplate: {
  579. name: 'TemplateName',
  580. nameHolder: 'Please enter a template name',
  581. status: 'Status',
  582. createTime: 'CreateTime',
  583. ec: 'EC',
  584. update: 'Update',
  585. delete: 'Delete'
  586. },
  587. iotDevice: {
  588. name: 'DeviceName',
  589. nameHolder: 'Please enter DeviceName',
  590. code: 'DeviceCode',
  591. codeHolder: 'Please enter DeviceCode',
  592. yfCode: 'Yf Code',
  593. yfCodeHolder: 'Please enter DeviceCode',
  594. yfClass: '编码分类',
  595. yfClassHolder: '请输入油服编码',
  596. brand: 'Brand',
  597. brandHolder: 'Please enter Brand',
  598. moreSearch: 'MoreSearch',
  599. closeSearch: 'CloseSearch',
  600. status: 'Status',
  601. statusHolder: 'Status',
  602. assets: 'Assets',
  603. assetsHolder: 'Assets',
  604. assetClass: 'assetClass',
  605. serial: 'Serial',
  606. dept: 'Department',
  607. company: 'Company',
  608. update: 'Update',
  609. delete: 'Delete',
  610. upload: 'Upload'
  611. },
  612. deviceForm: {
  613. basic: 'BasicInfo',
  614. make: 'MakeInfo',
  615. finance: 'FinanceInfo',
  616. other: 'OtherInfo',
  617. category: 'Category',
  618. categoryHolder: 'Please select device category',
  619. brand: 'Brand',
  620. model: 'Model',
  621. modelHolder: 'Please enter Model',
  622. picture: 'Picture',
  623. remark: 'Remark',
  624. remarkHolder: 'Please enter Remark',
  625. mfg: 'Manufacturer',
  626. mfgHolder: 'Please enter the manufacturer',
  627. pd: 'ProductionDate',
  628. pdHolder: 'Please select the production date',
  629. supplier: 'Supplier',
  630. suppHolder: 'Please enter supplier',
  631. enable: 'EnableDate',
  632. enableHolder: 'Please enter enable date',
  633. warranty: 'Warranty',
  634. warrHolder: 'Please select warranty expiration',
  635. ni: 'Nameplate',
  636. niHolder: 'Please enter nameplate information',
  637. pp: 'PurchasePrice',
  638. pdate: 'PurchaseDate',
  639. dp: 'DepreciationPeriod',
  640. ds: 'DepreciationStartDate',
  641. yd: 'NumberOfMonthsOfDepreciation',
  642. yy: 'AmountOfDepreciation',
  643. sy: 'RemainingAmount',
  644. // 每月折旧金额
  645. my: 'MonthlyDepreciation',
  646. // 总折旧月份
  647. mmy: 'TotalDepreciationMonths',
  648. // 币种
  649. currency: 'Currency',
  650. choose: 'Please select',
  651. expand: 'Expand',
  652. close: 'Close',
  653. save: 'Save',
  654. return: 'Return',
  655. useProject: 'useProject',
  656. assetOwner: 'assetOwnership',
  657. deptHolder: 'please select depart'
  658. },
  659. file: {
  660. name: 'FileName',
  661. nameHolder: 'Please enter File Name',
  662. search: 'Search',
  663. reset: 'Reset',
  664. upload: 'Upload',
  665. fileType: 'FileType',
  666. fileTypeHolder: 'Please select File Type',
  667. fileSize: 'FileSize',
  668. preview: 'Preview',
  669. operation: 'Operation',
  670. dow: 'Download',
  671. delete: 'Delete',
  672. check: 'Check',
  673. device: 'Associated Device',
  674. dept: 'Associated Department'
  675. },
  676. fileInfo: {
  677. fileDirectory: 'FileDirectory',
  678. appendix: 'Appendix',
  679. fileType: 'FileType',
  680. remark: 'Remark',
  681. rHolder: 'Please enter remark'
  682. },
  683. monitor: {
  684. deviceName: 'DeviceName',
  685. nameHolder: 'Please enter DeviceName',
  686. deviceCode: 'DeviceCode',
  687. codeHolder: 'Please enter DeviceCode',
  688. search: 'Search',
  689. reset: 'Reset',
  690. serial: 'Serial',
  691. category: 'Category',
  692. status: 'Status',
  693. online: 'Online',
  694. latestDataTime: 'LatestDataTime',
  695. operation: 'Operation',
  696. check: 'Check',
  697. details: 'Details',
  698. ifInline: 'IfOnline',
  699. ifiInlineHolder: 'Please select OnlineStatus'
  700. },
  701. deviceAllot: {
  702. setUp: 'SetUp',
  703. adjustmentRecords: 'AllotRecords'
  704. },
  705. devicePerson: {
  706. deviceName: 'DeviceName',
  707. nameHolder: 'Please enter DeviceName',
  708. nicknameHolder: 'Username or Nickname',
  709. deviceCode: 'DeviceCode',
  710. codeHolder: 'Please enter DeviceCode',
  711. responsiblePerson: 'ResponsiblePerson',
  712. choose: 'Please select',
  713. status: 'Status',
  714. statusHolder: 'Status',
  715. assets: 'Assets',
  716. assetsHolder: 'Assets',
  717. brand: 'Brand',
  718. brandHolder: 'Please enter Brand',
  719. moreSearch: 'MoreSearch',
  720. closeSearch: 'CloseSearch',
  721. search: 'Search',
  722. reset: 'Reset',
  723. setUp: 'SetUp',
  724. serial: 'Serial',
  725. dept: 'Department',
  726. rp: 'ResponsiblePerson',
  727. operation: 'Operation',
  728. adjustmentRecords: 'AdjustmentRecords',
  729. filterDevicePlaceholder: 'Filter DeviceCode or DeviceName',
  730. filterUserPlaceholder: 'Filter Username'
  731. },
  732. configPerson: {
  733. deviceList: 'DeviceList',
  734. deviceListHolder: 'Please select the Department',
  735. rp: 'ResponsiblePerson',
  736. rpHolder: 'Please select the Department',
  737. reasonForAdjustment: 'ReasonForAdjustment',
  738. rfaHolder: 'Please enter reason',
  739. adjustmentRecords: 'AdjustmentRecords',
  740. selectPersons: 'Please select Person'
  741. },
  742. deviceStatus: {
  743. deviceName: 'DeviceName',
  744. nameHolder: 'Please enter DeviceName',
  745. deviceCode: 'DeviceCode',
  746. codeHolder: 'Please enter DeviceCode',
  747. statusAdjust: 'StatusAdjust',
  748. transfer: 'WhetherToTransfer',
  749. search: 'Search',
  750. reset: 'Reset',
  751. setUp: 'SetUp',
  752. choose: 'Please select',
  753. moreSearch: 'MoreSearch',
  754. closeSearch: 'CloseSearch',
  755. status: 'Status',
  756. statusHolder: 'Status',
  757. assets: 'Assets',
  758. assetsHolder: 'Assets',
  759. brand: 'Brand',
  760. brandHolder: 'Please enter Brand',
  761. serial: 'Serial',
  762. dept: 'Department',
  763. operation: 'Operation',
  764. adjustmentRecords: 'AdjustmentRecords',
  765. beforePerson: 'BeforeAdjustment',
  766. afterPerson: 'AfterAdjustment',
  767. beforeStatus: 'BeforeAdjustment',
  768. afterStatus: 'AfterAdjustment',
  769. beforeDept: 'BeforeAdjustment',
  770. afterDept: 'AfterAdjustment',
  771. adjuster: 'Adjuster',
  772. adjustTime: 'AdjustTime'
  773. },
  774. configDevice: {
  775. deviceList: 'DeviceList',
  776. deptList: 'DepartmentList',
  777. deviceListHolder: 'Please select the Department',
  778. rp: 'DeviceStatus',
  779. rpHolder: 'Please select the Department',
  780. reasonForAdjustment: 'ReasonForAdjustment',
  781. rfaHolder: 'Please enter reason',
  782. adjustmentRecords: 'AdjustmentRecords'
  783. },
  784. fault: {
  785. faultTitle: 'FaultTitle',
  786. titleHolder: 'Please enter fault title',
  787. status: 'Status',
  788. shutDown: 'ShutDown',
  789. failureTime: 'FailureTime',
  790. dealTime: 'DealTime',
  791. start: 'StartTime',
  792. end: 'EndTime',
  793. solve: 'Solve',
  794. assist: 'Assist',
  795. search: 'Search',
  796. reset: 'Reset',
  797. moreSearch: 'MoreSearch',
  798. closeSearch: 'CloseSearch',
  799. added: 'Added',
  800. serial: 'Serial',
  801. deviceName: 'DeviceName',
  802. approvalStatus: 'ApprovalStatus',
  803. solveTime: 'SolveTime',
  804. operation: 'Operation',
  805. view: 'View',
  806. edit: 'Edit',
  807. del: 'Delete'
  808. },
  809. faultForm: {
  810. failureType: 'FailureType',
  811. device: 'Device',
  812. solve: 'Solve',
  813. assist: 'Assist',
  814. faultySystem: 'FaultySystem',
  815. faultySystemHolder: 'Please enter the fault system',
  816. failureTime: 'FailureTime',
  817. dealTime: 'DealTime',
  818. failureTimeHolder: 'Please select failure time',
  819. shutDown: 'ShutDown',
  820. picture: 'Picture',
  821. faultImpact: 'FaultImpact',
  822. faultImpactHolder: 'Please enter the fault impact',
  823. faultDescription: 'FaultDescription',
  824. remark: 'Remark',
  825. rHolder: 'Please enter a remark',
  826. choose: 'Please select',
  827. ok: 'Confirm',
  828. cancel: 'cancel',
  829. deptId: 'DeptID',
  830. approvalId: 'approver',
  831. approvalHolder: 'Please select approver'
  832. },
  833. deviceList: {
  834. selectDevice: 'SelectDevice',
  835. deviceName: 'DeviceName',
  836. nameHolder: 'Please enter device name',
  837. deviceCode: 'DeviceCode',
  838. codeHolder: 'Please enter device code',
  839. search: 'Search',
  840. reset: 'Reset',
  841. select: 'Select',
  842. createTime: 'CreateTime'
  843. },
  844. maintain: {
  845. faultCode: 'FaultCode',
  846. codeHolder: 'Please enter fault code',
  847. faultName: 'FaultName',
  848. nameHolder: 'Please enter fault name',
  849. status: 'Status',
  850. search: 'Search',
  851. reset: 'Reset',
  852. moreSearch: 'MoreSearch',
  853. closeSearch: 'CloseSearch',
  854. added: 'Added',
  855. shutDown: 'ShutDown',
  856. failureTime: 'FailureTime',
  857. solve: 'Solve',
  858. assist: 'Assist',
  859. serial: 'Serial',
  860. deviceName: 'DeviceName',
  861. source: 'Source',
  862. audit: 'Audit',
  863. operation: 'Operation',
  864. view: 'View',
  865. fill: 'Fill',
  866. dept: 'Dept',
  867. maintainWay: 'MaintenanceMethod',
  868. methodDescription: 'MethodDescription',
  869. record: 'Record',
  870. phRepair: 'assit repair personnel',
  871. phRepairHolder: 'please select assist repair personnel '
  872. },
  873. iotMaintain: {
  874. showAllMaterials: 'Show all',
  875. deviceHolder: 'Please select device',
  876. shutDownHolder: 'ShutDown',
  877. ifNeed: 'Are materials required',
  878. startTimeHolder: 'StartTime',
  879. endTimeHolder: 'EndTime',
  880. failureTimeHolder: 'FailureTime',
  881. failureImpactHolder: 'Please enter failure impact',
  882. faultySystemHolder: 'Please enter faulty system',
  883. remarkHolder: 'Please enter remark',
  884. PersonInCharge: 'PersonInCharge',
  885. supplier: 'Supplier',
  886. suppHolder: 'Please enter supplier',
  887. attachment: 'Attachment',
  888. addMaterials: 'Add Materials',
  889. device: 'Device',
  890. repairType: 'RepairType',
  891. shutDown: 'ShutDown',
  892. startTime: 'StartTime',
  893. endTime: 'EndTime',
  894. failureTime: 'FailureTime',
  895. failureImpact: 'FailureImpact',
  896. faultySystem: 'FaultySystem',
  897. picture: 'Picture',
  898. repairCosts: 'RepairCosts',
  899. costHolder: 'Please enter repair costs',
  900. faultDescription: 'FaultDescription',
  901. repairDescription: 'RepairDescription',
  902. solution: 'Solution',
  903. soHolder: 'Please enter solution',
  904. remark: 'Remark',
  905. selectMaintenanceItem: 'SelectMaintenanceItem',
  906. addMaintenanceItems: 'AddMaintenanceItems',
  907. deviceName: 'DeviceName',
  908. deviceCode: 'DeviceCode',
  909. repairItems: 'RepairItems',
  910. repairItemsHolder: 'Please enter repair items',
  911. numberOfMaterials: 'NumberOfMaterials',
  912. operation: 'Operation',
  913. remove: 'Remove',
  914. selectMaterials: 'SelectMaterials',
  915. viewMaterials: 'ViewMaterials',
  916. save: 'Save',
  917. cancel: 'Cancel',
  918. BOMNodeID: 'BOMNodeID',
  919. ok: 'Confirm',
  920. address: 'RepairAddress',
  921. maintainClassify: 'RepairClassify',
  922. maintainClassifyHolder: 'Please select repairClassify',
  923. applyPerson: 'applyPerson',
  924. applyDept: 'applyDept',
  925. applyPersonHolder: 'Please select applyDept',
  926. projectManager: 'ProjectManager',
  927. projectManagerHolder: 'Please select projectManager',
  928. maintainItem: 'Please enter maintainItem',
  929. kmHour: 'operating km/hour',
  930. kmHourHolder: 'please enter operating km/hour',
  931. oaFlowNo: 'oaFlowNo',
  932. quantityHolder: 'Please enter quantity'
  933. },
  934. workOrderMaterial: {
  935. materialCode: 'MaterialCode',
  936. codeHolder: 'Please enter material code',
  937. materialName: 'MaterialName',
  938. nameHolder: 'Please enter material name',
  939. search: 'Search',
  940. reset: 'Reset',
  941. confirm: 'Confirm',
  942. added: 'Added',
  943. select: 'Select',
  944. factory: 'Factory',
  945. costCenter: 'CostCenter',
  946. storageLocation: 'StorageLocation',
  947. unit: 'Unit',
  948. unitHolder: 'Please enter unit',
  949. unitPrice: 'UnitPrice',
  950. unitPriceHolder: 'Please enter unitPrice',
  951. total: 'Total',
  952. source: 'Source',
  953. ConsumptionQuantity: 'ConsumptionQuantity',
  954. materialGroup: 'MaterialGroup',
  955. groupHolder: 'Please select material group',
  956. delayReason: 'Delay Reason',
  957. inputDelayReason: 'Please input reason',
  958. back: 'back'
  959. },
  960. chooseMaintain: {
  961. selectRepairItem: 'SelectRepairItem',
  962. materialCode: 'MaterialCode',
  963. codeHolder: 'Please enter material code',
  964. materialName: 'MaterialName',
  965. nameHolder: 'Please enter material name',
  966. search: 'Search',
  967. reset: 'Reset',
  968. confirm: 'Confirm',
  969. selectAll: 'SelectAll',
  970. cancelAllSelection: 'CancelAllSelection',
  971. deviceName: 'DeviceName',
  972. deviceCode: 'DeviceCode',
  973. repairItems: 'RepairItems',
  974. createTime: 'CreateTime'
  975. },
  976. info: {
  977. deviceClass: 'DeviceClass',
  978. classHolder: 'Please select device class',
  979. faultySystem: 'FaultySystem',
  980. faultySystemHolder: 'Please enter faulty system',
  981. createTime: 'CreateTime',
  982. start: 'StartDate',
  983. end: 'EndDate',
  984. search: 'Search',
  985. reset: 'Reset',
  986. add: 'Add',
  987. description: 'Description',
  988. delete: 'Delete',
  989. edit: 'Edit',
  990. classHolder1: 'Device class cannot be empty',
  991. faultyImpact: 'Faulty impact cannot be empty',
  992. solution: 'Solution cannot be empty'
  993. },
  994. calender: {
  995. loading: 'loading',
  996. today: 'Today',
  997. month: 'MonthView',
  998. week: 'WeekView',
  999. maintenance: 'MaintenanceOrder',
  1000. repair: 'RepairOrder'
  1001. },
  1002. deviceInfo: {
  1003. basicInformation: 'BasicInformation',
  1004. mfg: 'Manufacturer:',
  1005. pd: 'ProductionDate:',
  1006. supplier: 'Supplier:',
  1007. ni: 'Nameplate:',
  1008. warranty: 'Warranty:',
  1009. pp: 'PurchasePrice:',
  1010. pdate: 'PurchaseDate:',
  1011. dp: 'DepreciationPeriod:',
  1012. ds: 'DepreciationStartDate:',
  1013. yd: 'NumberOfMonthsOfDepreciation:',
  1014. yy: 'AmountOfDepreciation:',
  1015. sy: 'RemainingAmount:',
  1016. fileLibrary: 'FileLibrary',
  1017. deviceBOM: 'DeviceBOM',
  1018. operationRecords: 'OperationRecords',
  1019. faultRecords: 'FaultRecords',
  1020. repairRecords: 'RepairRecords',
  1021. maintenanceRecords: 'MaintenanceRecords',
  1022. inspectionRecords: 'InspectionRecords',
  1023. transferRecords: 'TransferRecords',
  1024. statusChangeRecords: 'StatusChangeRecords',
  1025. RPAdjustmentRecords: 'RPAdjustmentRecords',
  1026. associationDevices: 'AssociationDevices'
  1027. },
  1028. bomList: {
  1029. bomNodeName: 'BOMNodeName',
  1030. nameHolder: 'Please enter BOM Node Name',
  1031. bomNode: 'BOMNode',
  1032. nodeHolder: 'Please select node',
  1033. search: 'Search',
  1034. reset: 'Reset',
  1035. add: 'Add',
  1036. unfold: 'Unfold/Fold',
  1037. superiorBOM: 'SuperiorBOM',
  1038. bomHolder: 'Please select superior BOM',
  1039. BOMNodeAttributes: 'BOM node attributes',
  1040. sort: 'Sort',
  1041. status: 'Status',
  1042. materialDetail: 'MaterialDetail',
  1043. name: 'Name',
  1044. nHolder: 'Please enter name',
  1045. serviceDue: 'ServiceDue',
  1046. code: 'Code',
  1047. codeHolder: 'Please enter code',
  1048. type: 'Type'
  1049. },
  1050. main: {
  1051. planCode: 'PlanCode',
  1052. codeHolder: 'Please enter plan code',
  1053. planName: 'PlanName',
  1054. nameHolder: 'Please enter plan name',
  1055. mileage: 'Mileage',
  1056. runTime: 'RunTime',
  1057. date: 'Date',
  1058. currentDate: 'Current Date',
  1059. maintenanceMileage: 'Maintenance Mileage',
  1060. maintenanceRuntime: 'Maintenance Runtime',
  1061. maintenanceDate: 'Maintenance Date'
  1062. },
  1063. mainPlan: {
  1064. basicMaintenanceRecords: 'BasicMaintenanceRecords',
  1065. lastMaintenanceMileage: 'LastMaintenanceMileage(KM)',
  1066. lastMaintenanceOperationTime: 'LastMOTime(H)',
  1067. lastMaintenanceNaturalDate: 'LastMaintenanceNaturalDate',
  1068. lastMaintenanceDate: 'LastMaintenanceTime',
  1069. operatingMileageRuleConfiguration: 'OperatingMileageRuleConfig',
  1070. operatingMileageCycle: 'OperatingMileageCycle(KM)',
  1071. OperatingMileageCycle_lead: 'OMC_Lead(KM)',
  1072. RunTimeRuleConfiguration: 'RunTimeRuleConfig',
  1073. RunTimeCycle: 'RunTimeCycle(H)',
  1074. RunTimeCycle_Lead: 'RunTimeCycle_Lead(H)',
  1075. NaturalDayRuleConfig: 'NaturalDayRuleConfig',
  1076. NaturalDailyCycle: 'NaturalDailyCycle(D)',
  1077. NaturalDailyCycle_Lead: 'NaturalDailyCycle_Lead(D)',
  1078. duty: 'DutyList',
  1079. deviceId: 'DeviceID',
  1080. MaintenanceMethod: 'MaintMethod',
  1081. MaintenanceResult: 'MaintResult',
  1082. MaintenanceCost: 'MaintCost(元)',
  1083. otherCost: 'OtherCost(元)',
  1084. DelayKil: 'DelayKil(KM)',
  1085. DelayDuration: 'DelayDuration',
  1086. DelayDate: 'DelayDate(D)',
  1087. MaintItemsGroup: 'MaintItemsGroup',
  1088. MaintItems: 'MaintItems',
  1089. haveMaintItems: 'have Items',
  1090. noMaintItems: 'no Items',
  1091. deviceBomMaterials: 'DeviceBomMaterials',
  1092. nextMaintTime: 'NextMaintTime(H)',
  1093. nextMaintKil: 'NextMaintKil(KM)',
  1094. nextMaintDate: 'NextMaintDate',
  1095. nextMaintenanceKm: 'NextMaintKil(KM)',
  1096. nextMaintenanceH: 'NextMaintTime(H)',
  1097. remainKm: 'Remaining Mileage(KM)',
  1098. remainH: 'Remaining Duration(H)',
  1099. remainDay: 'Remaining Day',
  1100. completed: 'Completed',
  1101. delayed: 'Delayed',
  1102. maintaining: 'Maintaining',
  1103. accumulatedParams: 'COP',
  1104. accumulatedRunTime: 'COT',
  1105. accumulatedMileage: 'COK',
  1106. runningTimeCycleError: 'MCT must be greater than 0',
  1107. maintenanceQuery: 'Maintenance Query',
  1108. notGenerated: 'Not Generated',
  1109. generatedNotExecuted: 'Not Executed',
  1110. consumeMaterials: 'Consumables',
  1111. mainStatus: 'Upkeep Status',
  1112. mainRuntimeError: 'Main Runtime Error',
  1113. mainMileageError: 'Main Mileage Error'
  1114. },
  1115. inspect: {
  1116. InspectionItems: 'InspectionItems',
  1117. itemHolder: 'Please enter inspection items',
  1118. sortHolder: 'Please enter sort holder',
  1119. InspectionStandards: 'IS',
  1120. stanHolder: 'Please enter inspections standards',
  1121. isException: 'InspectResult',
  1122. exceptionDes: 'ExceptionDes',
  1123. inspectTime: 'InspectionTime',
  1124. createName: 'creator',
  1125. itemNormal: 'NormalItem',
  1126. itemException: 'ExceptionItem',
  1127. itemNeed: 'FillInItem',
  1128. deviceCount: 'DeviceCount',
  1129. exceptionCount: 'ExceptionDevice',
  1130. needDevice: 'FillInDevice',
  1131. routeDesc: 'routeDescription',
  1132. routeDescHolder: 'please enter route description',
  1133. generateTime: 'GenerateTime',
  1134. executeTime: 'ExecuteTime',
  1135. ignore: 'ignore',
  1136. reason: 'ignoreReason'
  1137. },
  1138. route: {
  1139. RouteName: 'RouteName',
  1140. nHolder: 'Please enter route name',
  1141. selectInspectionItems: 'SelectInspectionItems',
  1142. unitHolder: 'Please select unit',
  1143. cycle: 'Cycle',
  1144. beginCreateTime: 'firstExecuteTime',
  1145. SelectInspectionDevice: 'SelectInspectionDevice',
  1146. SelectOperationDevice: 'SelectOperationDevice',
  1147. InspectionRoute: 'InspectionRoute',
  1148. OperationDevice: 'OperationDevice',
  1149. planTitle: 'PlanTitle',
  1150. planNumber: 'PlanNumber',
  1151. orderType: 'OrderType',
  1152. IsItConfigured: 'IsItConfigured',
  1153. quantity: 'Quantity',
  1154. safetyStock: 'SafetyStock',
  1155. lastCreateTime: 'lastCreateTime'
  1156. },
  1157. stock: {
  1158. selectStock: 'SelectStock',
  1159. storageTime: 'StorageTime',
  1160. selectMaterial: 'SelectMaterial',
  1161. quantity: 'quantity',
  1162. requQuantity: 'requisitionQuantity',
  1163. DelayMaintenance: 'DelayMaintenance',
  1164. DelayReason: 'DelayReason',
  1165. MaterialMaster: 'MaterialMaster',
  1166. totalQuantity: 'TotalQuantity',
  1167. totalAmount: 'TotalAmount(Yuan/CNY)'
  1168. },
  1169. process: {
  1170. processName: 'ProcessName',
  1171. holder: 'Please enter process name',
  1172. classify: 'Please select process classify',
  1173. status: 'Please select process status',
  1174. advancedFilter: 'AdvancedFilter',
  1175. belongProcess: 'BelongProcess',
  1176. selProcess: 'Please select process ',
  1177. InitiationTime: 'InitiationTime'
  1178. },
  1179. map: {
  1180. amplify: 'Amplify',
  1181. reduce: 'Reduce',
  1182. SwitchMapType: 'SwitchMapType'
  1183. },
  1184. rem: {
  1185. AttrTemplates: 'Attr Templates',
  1186. DeviceAttrTemplateModel: 'DeviceAttrTemplateModel',
  1187. AttributeInformationDetails: 'AttributeInformationDetails',
  1188. AddProjectInformation: 'AddProjectInformation',
  1189. TaskAllocation: 'TaskAllocation',
  1190. FillInInformation: 'FillInInformation',
  1191. detail: 'Detail',
  1192. AddEquipment: 'AddEquipment',
  1193. EquipmentEditing: 'EquipmentEditing',
  1194. EquipmentDetails: 'EquipmentDetails',
  1195. MonitoringDetails: 'MonitoringDetails',
  1196. UploadFile: 'UploadFile',
  1197. EquipmentBOM: 'EquipmentBOM',
  1198. EquipmentResponsiblePerson: 'EquipmentResponsiblePerson',
  1199. EquipmentStatusAdjustment: 'EquipmentStatusAdjustment',
  1200. EquipmentAllocation: 'EquipmentAllocation',
  1201. LocalStock: 'LocalStock',
  1202. ManualWarehousing: 'ManualWarehousing',
  1203. EditingWarehousing: 'EditingWarehousing',
  1204. SAPStock: 'SAPStock',
  1205. ConfigureSafetyStock: 'ConfigureSafetyStock',
  1206. MaintenancePlan: 'MaintenancePlan',
  1207. AddMaintenancePlan: 'AddMaintenancePlan',
  1208. EditMaintenancePlan: 'EditMaintenancePlan',
  1209. MaintenancePlanDetail: 'MaintenancePlanDetail',
  1210. MaintenanceOrder: 'MaintenanceOrder',
  1211. FillMaintenanceOrder: 'FillMaintenanceOrder',
  1212. AddMaintenanceOrder: 'AddMaintenanceOrder',
  1213. MaintenanceOrderDetail: 'MaintenanceOrderDetail',
  1214. MaterialRequisition: 'MaterialRequisition',
  1215. MaterialRequisitionAdd: 'MaterialRequisitionAdd',
  1216. CollectionFormDetails: 'CollectionFormDetails',
  1217. MaintainCalendar: 'MaintainCalendar',
  1218. RepairOrderAdd: 'RepairOrderAdd',
  1219. MaintainRecord: 'RepairRecord',
  1220. RepairOrderEdit: 'RepairOrderEdit',
  1221. RepairOrderDetail: 'RepairOrderDetail',
  1222. InspectionRouteAdd: 'InspectionRouteAdd',
  1223. InspectionRouteEdit: 'InspectionRouteEdit',
  1224. InspectOrderAdd: 'InspectOrderAdd',
  1225. InspectOrder: 'InspectOrder',
  1226. InspectPlanAdd: 'InspectPlanAdd',
  1227. OperationPlanAdd: 'OperationPlanAdd',
  1228. OperationPlanEdit: 'OperationPlanEdit',
  1229. InspectPlanEdit: 'InspectPlanEdit',
  1230. InspectOrderDetail: 'InspectOrderDetail',
  1231. FailureDetail: 'FailureDetail',
  1232. MaterialManagement: 'MaterialManagement',
  1233. modifyOrder: 'ModifyOrder'
  1234. }
  1235. }