en.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. export default {
  2. title: 'Avue is a framework',
  3. tip: 'tip',
  4. logoutTip: 'Exit the system, do you want to continue?',
  5. submitText: 'submit',
  6. cancelText: 'cancel',
  7. search: 'Please input search content',
  8. menuTip: 'none menu list',
  9. wel: {
  10. info: 'Good morning, Smallwei, Avuex is a framework',
  11. dept: 'a certain technology department',
  12. team: 'Team ranking',
  13. project: 'Project access',
  14. count: 'Item number',
  15. data: {
  16. subtitle: 'real time',
  17. column1: 'Classified statistics',
  18. column2: 'Annex statistics',
  19. column3: 'Article statistics',
  20. key1: 'C',
  21. key2: 'A',
  22. key3: 'A',
  23. text1: 'Total Record Number of Classifications',
  24. text2: 'Number of attachments Uploaded',
  25. text3: 'Comment frequency'
  26. },
  27. data2: {
  28. column1: 'Registration today',
  29. column2: 'Login today',
  30. column3: 'Subscription today',
  31. column4: 'Todays review'
  32. },
  33. data3: {
  34. column1: 'Conversion rate(Day 28%)',
  35. column2: 'Attendance rate(Day 11%)',
  36. column3: 'Attendance rate(Day 33%)'
  37. },
  38. data4: {
  39. column1: 'Error log',
  40. column2: 'Data display',
  41. column3: 'Privilege management',
  42. column4: 'user management'
  43. },
  44. table: {
  45. rw: 'Work Tasks',
  46. nr: 'Work content',
  47. sj: 'Working hours',
  48. }
  49. },
  50. route: {
  51. info: 'info',
  52. website: 'website',
  53. avuexwebsite: 'avuex',
  54. dashboard: 'dashboard',
  55. more: 'more',
  56. tags: 'tags',
  57. store: 'store',
  58. permission: 'permission',
  59. api: 'api',
  60. logs: 'logs',
  61. table: 'table',
  62. form: 'form',
  63. top: 'backtop',
  64. data: 'data',
  65. error: 'error',
  66. test: 'test',
  67. saleOrderL: 'saleOrder(L)',
  68. entrust: 'entrust',
  69. dispatch: 'dispatch',
  70. dispatchVehicle: 'dispatchVehicle',
  71. track: 'track',
  72. bulkCargo: 'bulkCargo',
  73. antiepidemic:'antiepidemic',
  74. bulkCargoLedger: 'bulkCargoLedger',
  75. landTransportLedger: 'landTransportLedger',
  76. },
  77. login: {
  78. title: 'Login ',
  79. info: 'Enterprise Development Platform',
  80. tenantId: 'Please input tenantId',
  81. username: 'Please input username',
  82. password: 'Please input a password',
  83. wechat: 'Wechat',
  84. qq: 'QQ',
  85. github: 'github',
  86. gitee: 'gitee',
  87. phone: 'Please input a phone',
  88. code: 'Please input a code',
  89. submit: 'Login',
  90. userLogin: 'userLogin',
  91. phoneLogin: 'phoneLogin',
  92. thirdLogin: 'thirdLogin',
  93. msgText: 'send code',
  94. msgSuccess: 'reissued code',
  95. },
  96. navbar: {
  97. info: 'info',
  98. logOut: 'logout',
  99. userinfo: 'userinfo',
  100. dashboard: 'dashboard',
  101. lock: 'lock',
  102. bug: 'none bug',
  103. bugs: 'bug',
  104. screenfullF: 'exit screenfull',
  105. screenfull: 'screenfull',
  106. language: 'language',
  107. notice: 'notice',
  108. theme: 'theme',
  109. color: 'color'
  110. },
  111. tagsView: {
  112. search: 'Search',
  113. menu: 'menu',
  114. clearCache: 'Clear Cache',
  115. closeOthers: 'Close Others',
  116. closeAll: 'Close All'
  117. },
  118. land118n: {
  119. corpName: 'corpName',
  120. branchName: 'branchName',
  121. mblno: 'mblno',
  122. shippingCost: 'shippingCost',
  123. freightReceivable: 'freightReceivable',
  124. extraAmountD: 'extraAmountD',
  125. extraAmountC: 'extraAmountC',
  126. hblno: 'hblno',
  127. billType: 'billType',
  128. localStatus: 'localStatus',
  129. logisticsTransportation: 'logisticsTransportation',
  130. transportationScheduling: 'transportationScheduling',
  131. caseNumber: 'caseNumber',
  132. sealNumber: 'sealNumber',
  133. freightLocation: 'freightLocation',
  134. pickupDate: 'pickupDate',
  135. contact: 'contact',
  136. transferOrderStatus: 'transferOrderStatus',
  137. billNo: 'billNo',
  138. salesperson: 'salesperson',
  139. billDate: 'billDate',
  140. documentNumber: 'documentNumber',
  141. contactNumber: 'contactNumber',
  142. vessel: 'vessel',
  143. voy: 'voy',
  144. address: 'address',
  145. status: 'status',
  146. operation: 'operation',
  147. op: 'op',
  148. etd: 'etd',
  149. eta: 'eta',
  150. carrier: 'carrier',
  151. pol: 'pol',
  152. pod: 'pod',
  153. acceptDate: 'acceptDate',
  154. arrivalTime: 'arrivalTime',
  155. motorcade: 'motorcade',
  156. vehicleNumber: 'vehicleNumber',
  157. driver: 'driver',
  158. goods: 'goods',
  159. loadingAndUnloading: 'loadingAndUnloading',
  160. bicycleFreight: 'bicycleFreight',
  161. placeDelivery: 'placeDelivery',
  162. lane: 'lane',
  163. CY: 'CY',
  164. businessSource: 'businessSource',
  165. businessName: 'businessName',
  166. scndesc: 'scndesc',
  167. feeStatus: 'feeStatus',
  168. cost: 'cost',
  169. sourceBillNo: 'sourceBillNo',
  170. debitStatus: 'debitStatus',
  171. creditStatus: 'creditStatus',
  172. createBy: 'createBy',
  173. orderBy: 'orderBy',
  174. processing: 'processing',
  175. waitApply: 'waitApply',
  176. completed: 'completed',
  177. all: 'all',
  178. enteringStatus: 'enteringStatus',
  179. entering: 'entering',
  180. generateNo: 'generateNo',
  181. onBoard: 'onBoard',
  182. onArrival: 'onArrival',
  183. masteNo: 'masteNo',
  184. hblCount: 'hblCount',
  185. customerService: 'customerService',
  186. ctnrTypeQty: 'ctnrTypeQty',
  187. boxType: 'boxType',
  188. payableLandFreight: 'payableLandFreight',
  189. completionDate: 'completionDate',
  190. singleContainerFreight: 'singleContainerFreight',
  191. cargoType: 'cargoType',
  192. bookingAgent: 'bookingAgent',
  193. freightDate: 'freightDate',
  194. marks: 'marks',
  195. descOfGoods: 'descOfGoods',
  196. QTY: 'QTY',
  197. package: 'package',
  198. GW: 'GW',
  199. NETGW: 'NETGW',
  200. CBM: 'CBM',
  201. TEU: 'TEU',
  202. hblTeu: 'hblTeu',
  203. ttlDebit: 'ttlDebit',
  204. auditStatus: 'auditStatus',
  205. applyStatus: 'applyStatus',
  206. checkStatus: 'checkStatus',
  207. debitStlStatus: 'debitStlStatus',
  208. creditStlStatus: 'creditStlStatus',
  209. invoiceStatus: 'invoiceStatus',
  210. createTime: 'createTime',
  211. billStatus: 'billStatus',
  212. bookStatus: 'bookStatus',
  213. financeStatus: 'financeStatus',
  214. remarks: 'remarks',
  215. orderInfo: 'orderInfo',
  216. otherInformation: 'otherInformation',
  217. boxInformation: 'boxInformation',
  218. addressInformation: 'addressInformation',
  219. vehicleInformation: 'vehicleInformation',
  220. incidentalExpenses: 'incidentalExpenses',
  221. receivableCharges: 'receivableCharges',
  222. accruedExpenses: 'accruedExpenses',
  223. uploadAttachment: 'uploadAttachment',
  224. info: 'info',
  225. billInfo: 'billInfo',
  226. feeInfo: 'feeInfo',
  227. docCenter: 'docCenter',
  228. ctnrList: 'ctnrList',
  229. masterBill: 'masterBill',
  230. reportManage: 'reportManage',
  231. fileCerter: 'fileCerter',
  232. fileName: 'fileName',
  233. filePath: 'filePath',
  234. fileProperties: 'fileProperties',
  235. hblnolist: 'hblnolist',
  236. shipper: 'shipper',
  237. cnee: 'cnee',
  238. notify: 'notify',
  239. agent: 'agent',
  240. issueDate: 'issueDate',
  241. issueType: 'issueType',
  242. issuePlace: 'issuePlace',
  243. bookRemarks: 'bookRemarks',
  244. siRemarks: 'siRemarks',
  245. SOCORCOC: 'SOCORCOC',
  246. ctnrType: 'ctnrType',
  247. ctnrQty: 'ctnrQty',
  248. bookingDate: 'bookingDate',
  249. polFreeTime: 'polFreeTime',
  250. podTreeTime: 'podTreeTime',
  251. noOfCopy: 'noOfCopy',
  252. businessType: 'businessType',
  253. transportationMode: 'transportationMode',
  254. limitWeight: 'limitWeight',
  255. limitSpace: 'limitSpace',
  256. shippingTerms: 'shippingTerms',
  257. payment: 'payment',
  258. docCutofftime: 'docCutofftime',
  259. portCutofftime: 'portCutofftime',
  260. shippingAgent: 'shippingAgent',
  261. spaceType: 'spaceType',
  262. spaceQty: 'spaceQty',
  263. bookCanceldate: 'bookCanceldate',
  264. loadingType: 'loadingType',
  265. noOfForiginal: 'noOfForiginal',
  266. hblPaymentPlace: 'hblPaymentPlace',
  267. mblPaymentPlace: 'mblPaymentPlace',
  268. modifier: 'modifier',
  269. modifiedDate: 'modifiedDate',
  270. debit: 'debit',
  271. credit: 'credit',
  272. amount: 'amount',
  273. settlementAmount: 'settlementAmount ',
  274. settlementTime: 'settlementTime',
  275. entrustmentRemarks: 'entrustmentRemarks',
  276. fleetRemarks: 'fleetRemarks',
  277. sRemarks: 'sRemarks',
  278. taxRate: 'taxRate',
  279. corpType: 'corpType',
  280. chargeCorp: 'chargeCorp',
  281. payCorp: 'payCorp',
  282. unitNo: 'unitNo',
  283. currency: 'currency',
  284. exrate: 'exrate',
  285. price: 'price',
  286. quantity: 'quantity',
  287. localCurrency: 'localCurrency',
  288. foreignCurrency: 'foreignCurrency',
  289. reportNo: 'reportNo',
  290. ctnDetail: 'ctnDetail',
  291. dispatchCtnDetail: 'dispatchCtnDetail',
  292. sendCtnDetail: 'sendCtnDetail',
  293. corpShortName: 'corpShortName',
  294. orderNo: 'orderNo',
  295. factory: 'factory',
  296. size: 'size',
  297. landWeight: 'landWeight',
  298. tel: 'tel',
  299. datetime: 'datetime',
  300. plateNo: 'plateNo',
  301. ctnOne: 'ctnOne',
  302. ctnTwo: 'ctnTwo',
  303. fleetVolum: 'fleetVolum',
  304. addressDetail: 'addressDetail',
  305. unloadingPlace: 'unloadingPlace',
  306. dispatchNumber: 'dispatchNumber',
  307. freightPay: 'freightPay',
  308. freightCollect: 'freightCollect',
  309. salesmanDept: 'salesmanDept',
  310. expectCtnQty: 'expectCtnQty',
  311. etc: 'etc',
  312. siCutoffDate: 'siCutoffDate',
  313. content: 'content',
  314. changeUserName: 'changeUserName',
  315. changeTime: 'changeTime',
  316. reconciliationAmount: 'reconciliationAmount',
  317. reconciliationDate: 'reconciliationDate',
  318. contractNo: 'contractNo',
  319. extraAmountItemD: 'extraAmountItemD',
  320. extraAmountItemC: 'extraAmountItemC',
  321. pickUpGoodsUserName: 'pickUpGoodsUserName',
  322. rise: 'R',
  323. stop: 'S',
  324. way: 'W',
  325. index: 'index',
  326. volume: 'volume',
  327. packingType: 'packingType',
  328. enterDetails: 'enterDetails',
  329. total: 'total',
  330. },
  331. landbtn118n: {
  332. newDD: 'newDD',
  333. newMM: 'newMM',
  334. newMH: 'newMH',
  335. copy: 'copy',
  336. new: 'new',
  337. importTemplate: 'importTemplate',
  338. preview: 'preview',
  339. save: 'save',
  340. mdBillType: 'mdBillType',
  341. mhAddmm: 'mhAddmm',
  342. offLoad: 'offLoad',
  343. cancelOffLoad: 'cancelOffLoad',
  344. deleted: 'deleted',
  345. edit: 'edit',
  346. toDebit: 'toDebit',
  347. toCredit: 'toCredit',
  348. exportData: 'exportData',
  349. debitTemplate: 'debitTemplate',
  350. creditTemplate: 'creditTemplate',
  351. costTemplate: 'costTemplate',
  352. submitDebit: 'submitDebit',
  353. submitCredit: 'submitCredit',
  354. printBill: 'printBill',
  355. toList: 'toList',
  356. previous: 'previous',
  357. next: 'next',
  358. localApply: 'localApply',
  359. unlocalApply: 'unlocalApply',
  360. transferApply: 'transferApply',
  361. unltransferApply: 'unltransferApply',
  362. setInfoMMToMH: 'setInfoMMToMH',
  363. getInfoMMToMH: 'getInfoMMToMH',
  364. apply: 'apply',
  365. unapply: 'unapply',
  366. checked: 'checked',
  367. applyFee: 'applyFee',
  368. unApplyFee: 'unApplyFee',
  369. applyModify: 'applyModify',
  370. applyDelete: 'applyDelete',
  371. unAplly: 'unAplly',
  372. applyInvoice: 'applyInvoice',
  373. applyPay: 'applyPay',
  374. SIInfoImport: 'SIInfoImport',
  375. allShort: 'A',
  376. all: 'all',
  377. submitShort: 'S',
  378. notSubmitted: 'notSubmitted',
  379. scheduledShort: 'S',
  380. noScheduled: 'noScheduled',
  381. noDispatched: 'noDispatched',
  382. dispatchedShort: 'D',
  383. noAcceptanced: 'noAcceptanced',
  384. acceptanceShort: 'A',
  385. noCompleted: 'noCompleted',
  386. completedShort: 'C',
  387. closed: 'closed',
  388. closedShort: 'C',
  389. completed: 'completed',
  390. quickLaunch: 'quickLaunch',
  391. entrust: 'entrust',
  392. dispatch: 'dispatch',
  393. dispatchVehicle: 'dispatchVehicle',
  394. noDispatchVehicle: 'noDispatchVehicle',
  395. track: 'track',
  396. bulkCargo: 'bulkCargo',
  397. ledger: 'ledger',
  398. expirationReminder: 'expirationReminder',
  399. smartScreen: 'smartScreen',
  400. TotalBusinessVolumeToday: 'TotalBusinessVolumeToday',
  401. container: 'container',
  402. specialTransport: 'specialTransport',
  403. detailsTodayBusiness: 'detailsTodayBusiness',
  404. annex: 'annex',
  405. change: 'change',
  406. changeLog: 'changeLog',
  407. dispatchNotice: 'dispatchNotice',
  408. acceptance: 'acceptance',
  409. noAcceptance: 'noAcceptance',
  410. confirmFactory: 'confirmFactory',
  411. confirmCompletion: 'confirmCompletion',
  412. suitcase: 'suitcase',
  413. enterDetails: 'enterDetails',
  414. upload: 'upload',
  415. cancel: 'cancel',
  416. submit: 'submit',
  417. revoke: 'revoke',
  418. view: 'view',
  419. businessType: 'businessType',
  420. orderInfo: 'orderInfo',
  421. otherInformation: 'otherInformation',
  422. boxInformation: 'boxInformation',
  423. addressInformation: 'addressInformation',
  424. vehicleInformation: 'vehicleInformation',
  425. incidentalExpenses: 'incidentalExpenses',
  426. receivableCharges: 'receivableCharges',
  427. accruedExpenses: 'accruedExpenses',
  428. uploadAttachment: 'uploadAttachment',
  429. backHome: 'backHome',
  430. backLedger: 'backLedger',
  431. generateBill: 'generateBill',
  432. changeSave: 'changeSave',
  433. changeBill: 'changeBill',
  434. changeCar: 'changeCar',
  435. updateBill: 'updateBill',
  436. cancelScheduling: 'cancelScheduling',
  437. cancelDispatch: 'cancelDispatch',
  438. bulkCargoLedger: 'bulkCargoLedger',
  439. landTransportLedger: 'landTransportLedger',
  440. antiepidemic:'antiepidemic'
  441. }
  442. }