en.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. import place from "./en/placeholder.js";
  2. import view from "./en/view.js";
  3. import label from "./en/label.js";
  4. import title from "./en/title.js";
  5. export default {
  6. title: title,
  7. label: label,
  8. place: place,
  9. view: view,
  10. optSuccess: "Operation Success",
  11. matchStatus: "Match Status",
  12. signInStatus: "Sign In Status",
  13. ordersStatus: "Document Status",
  14. returngoodsType: "Goods Receipt Type",
  15. returnorderNo: "Refund Order Number",
  16. onlineSaleNo: "Online Store Order Number",
  17. shopifyNo: "Order Name",
  18. returnShipNo: "Return Shipping Number",
  19. returnTo: "Return to Warehouse",
  20. orderReceiverRemark: "Return Notes",
  21. orderReceiverPhone: "Return Person Phone",
  22. orderReceiverEmail: "Return Person Email",
  23. noheadFlag: "No Head Flag",
  24. check: "Verified",
  25. undelivery: "Not Shipped",
  26. orderRefund: "After-sales",
  27. inboundStatus: "Inbound Status",
  28. refundImg: "Refund Image",
  29. QunLockOrder: "Are you sure you want to unlock this order?",
  30. cancelDelivery: "Cancel Delivery",
  31. editAddress: "Edit Address",
  32. postalCode: "Postal Code",
  33. QauditOrder: "Are you sure you want to approve this order?",
  34. audit: "Audit",
  35. unLock: "Unlock",
  36. nullify: "Nullify",
  37. addNote: "Add Note",
  38. orderNote: "Order Note",
  39. save: "Save",
  40. tips: "Tips",
  41. cancelDeliveryMessage:
  42. "After canceling the delivery, the order will be changed to an unverified status. You can choose to proceed with the delivery or void the order based on the actual situation. Are you sure you want to cancel the delivery?",
  43. Cancellation: "Cancellation",
  44. determine: "Determine",
  45. giftFlag: "Gift Exists",
  46. baseMessage: "Base Message",
  47. takeOrderTime: "Take Order Time",
  48. payways: "Payment Ways",
  49. goodsAmount: "Goods Amount",
  50. shipMoney: "Shipping Money",
  51. shouldPay: "Should Pay",
  52. offerAmount: "Offer Amount",
  53. buyerRemark: "Buyer Remark",
  54. sellerRemark: "Seller Remark",
  55. inRemark: "Internal Remark",
  56. receInfor: "Receipt Information",
  57. state: "State",
  58. buyerNickName: "Buyer Nickname",
  59. recipient: "Recipient",
  60. telephone: "Telephone",
  61. moPhone: "Mobile Phone",
  62. orderDetails: "Order Details",
  63. goodsCode: "Goods Code",
  64. onlyCode: "Only Code",
  65. shippingNo: "Shipping No",
  66. goodsName: "Goods Name",
  67. nums: "Quantity",
  68. goodsPrice: "Goods Price",
  69. // offerAmount: "Offer Amount",
  70. setInOrderCode: "Enter Order Number",
  71. setInNetShopOC: "Enter Net Shop Order Number",
  72. enterName: "Enter Name",
  73. enterContNo: "Enter Contact Number",
  74. enterMobileNo: "Enter Mobile Number",
  75. enterCutUser: "Enter Customer Name",
  76. orderStatus: "Order Status",
  77. exchangeFlag: "Exchange Flag",
  78. deliverOut: "Deliver Out",
  79. chooseCountry: "Choose Country",
  80. parkOrder: "Park Order",
  81. payFrom: "Pay From",
  82. payEnd: "Pay End",
  83. to: "To",
  84. buildStartTime: "Build Start Time",
  85. buildEndTime: "Build End Time",
  86. shipEndTime: "Ship End Time",
  87. shipStartTime: "Ship Start Time",
  88. exportRep: "Export Report",
  89. ordername: "Order Name",
  90. storeName: "Store Name",
  91. note: "Note",
  92. trackStatus: "Track Status",
  93. payTime: "Payment Time",
  94. shipmentTime: "Shipment Time",
  95. hangUp: "Hang Up",
  96. hangUpReason: "Hang Up Reason",
  97. orderDetail: "Order Detail",
  98. // setInOrderCode: "Enter Order number(No.)",
  99. changePass: "Change password",
  100. // sysTitle: "GOELIA澳洲订单处理平台",
  101. sysTitle: "Gloria Overseas Order Center",
  102. chooseWarehouse: "choose an outlet",
  103. // chooseCountry: "choose receiver areaCode",
  104. orderCode: "order Number (order No.)",
  105. netShopOC: "Online Order number (Online Order No.)",
  106. // orderStatus: "Status",
  107. payDate: "Date",
  108. shipping: "Delivery",
  109. payAmount: "Amount paid",
  110. currency: "currency",
  111. // ordername: "Order",
  112. // note: "note",
  113. // trackStatus: "Tracking status",
  114. tracked: "Tracked",
  115. untracked: "Untracked",
  116. // deliverOut: "Delivery outlet",
  117. unchecked: "Unchecked",
  118. // undelivery: "unshipped",
  119. delivery: "shipped",
  120. off: "finished",
  121. cancel: "Voided",
  122. partdelivery: "shipped partial",
  123. // check: "reviewed",
  124. // setInNetShopOC: "Enter Online order number (No.)",
  125. // enterName: "Enter name",
  126. // enterContNo: "Enter contact number",
  127. // enterMobileNo: "Enter mobile number",
  128. // parkOrder: "Park order",
  129. // buildEndTime: "Create end",
  130. // buildStartTime: "Create from",
  131. // payFrom: "pay from",
  132. // payEnd: "pay end",
  133. // exportRep: "Export Report",
  134. exportTemplate: "Download Template",
  135. outlet: "Outlet",
  136. // ordersStatus: "order status",
  137. // returngoodsType: "Goods type",
  138. // inboundStatus: "Inbound Status",
  139. actions: "Actions",
  140. // returnorderNo: "Refund Order number",
  141. // onlineSaleNo: "online sales number",
  142. // returnShipNo: "return shippment number",
  143. goodsType: "Goods type",
  144. // returnTo: "Return to",
  145. returnShoppNo: "Return shippment number",
  146. opt: "more",
  147. details: "Details",
  148. receiveType: {
  149. 1: "intact",
  150. 2: "Faulty"
  151. },
  152. receiveStock: "receive stock",
  153. matchingOrder: "matching Order",
  154. antiMatchingOrder: "anti Matching Orders",
  155. sender: "sender",
  156. country: "country/region",
  157. // state: "state/province",
  158. city: "city",
  159. suburb: "suburb",
  160. street: "street",
  161. logDetails: "send recording",
  162. address: "address",
  163. dooeNo: "door no.",
  164. guideTime: "Guide Time",
  165. shareGuideCode: "Share Guide Code",
  166. shareGuideTime: "Share Guide Time",
  167. guideCode: "Guide Code",
  168. deliveryCode: "Delivery Code",
  169. pickUpShopCode: "Pick-up Shop Code",
  170. pickUpStatus: "Pick-up Status",
  171. senders: "sender",
  172. returnItem: "return item",
  173. sku: "sku",
  174. update: "update time",
  175. appAmount: "applied amount",
  176. recAmount: "received amount",
  177. orderPayType: "Payment Methods",
  178. enterAmount: "enter amount", receives: "Receive",
  179. // recipient: "Receiver",
  180. contNumberp: "contact number",
  181. courCompanines: "Express company",
  182. courCode: "Shippment number",
  183. discountInfo: "Multiple pieces and multiple discount information",
  184. // onlyCode: "barcode",
  185. // orderDetails: "derails",
  186. // goodsCode: "skcs",
  187. // nums: "amount",
  188. // orderDetail: "Details",
  189. // baseMessage: "general information",
  190. fixed: "general",
  191. // takeOrderTime: "order time",
  192. // payTime: "payment time",
  193. // payways: "payment method",
  194. // goodsAmount: "price",
  195. // shipMoney: "shippment cost",
  196. // shouldPay: "actual payment",
  197. // offerAmount: "discount",
  198. // buyerRemark: "note from buyer",
  199. // sellerRemark: "note from seller",
  200. // inRemark: "note",
  201. // receInfor: "contact information",
  202. // buyerNickName: "buyer",
  203. // telephone: "phone number",
  204. // moPhone: "mobile number",
  205. post: "Email",
  206. // goodsName: "item",
  207. // goodsPrice: "price",
  208. gifts: "giveaway",
  209. route: {
  210. slFreightRules: "SL Freight Rules",
  211. configuration: "Configuration",
  212. channelManagement: "Channel Management",
  213. storeManagement: "Store Management",
  214. logisticsCompany: "logistics Company",
  215. logisticsManagement: "Logistics Rules",
  216. countryManagement: "Country Management",
  217. regionManagement: "Region Management",
  218. sourcingRules: "Sourcing Rules",
  219. trial: "Trial",
  220. trialApplication: "Trial Application",
  221. evaluationReport: "Evaluation Report",
  222. inventory: "Inventory",
  223. inventoryList: "Inventory List",
  224. onlineStoreInventory: "Online Store Inventory",
  225. warehouseList: "Warehouse List",
  226. returnWarehouse: "Return Warehouse",
  227. warningResults: "Warning Results",
  228. warningConfiguration: "Warning Configuration",
  229. afterSales: "After-Sales",
  230. invoicing: "Invoicing",
  231. refundManagement: "Refund Management",
  232. financialAudit: "Financial Audit",
  233. returnManagement: "Return Management",
  234. refundReasons: "Refund Reasons",
  235. channelWarehouse: "Channel Warehouse",
  236. outboundListManagement: "Out Bound List Management",
  237. inboundListManagement: "In Bound List Management",
  238. balanceListManagement: "Balance List Management",
  239. inBoundListDetails: "In Bound List Details",
  240. inventoryCalculations: "Inventory Calculations",
  241. pushInventory: "Push Inventory",
  242. closingBillDetails: "Closing Bill Details",
  243. outBoundListDetails: "Out Bound List Details",
  244. inventoryListManagement: "Inventory List Management",
  245. outBoundDetail: "Out Bound Detail",
  246. boxNumber: "Box Number",
  247. predictionQuantity: "Predicted Quantity",
  248. actualQuantity: "Actual Quantity",
  249. shelfQuantity: "Actual Shelf Quantity",
  250. defectiveShelfQuantity: "Defective Shelf Quantity",
  251. receivingTime: "Receiving Time",
  252. shelfTime: "Shelf Time",
  253. goodProductsQuantity: "Good Products Quantity",
  254. blackProductsQuantity: "Black Products Quantity",
  255. defectiveProductsQuantity: "Defective Products Quantity",
  256. bidReceivingTime: "Bid Receiving Time",
  257. qualityInspectorTime: "Quality Inspector Time",
  258. warehouseRemarkPack: "Warehouse Remark Pack",
  259. inItem: "Inbound Order Details",
  260. inBoundDetail: "In Bound Detail",
  261. systemWeight: "System Weight",
  262. forecastWeight: "Forecasted Weight",
  263. forecastQuantity: "Forecasted Quantity",
  264. quantity: "Shipped Quantity",
  265. outboundWeight: "Outbound Weight",
  266. productSkuOriginalName: "SKU Original Name",
  267. packTime: "Packing Time",
  268. sortTime: "Sort Time",
  269. deliverTime: "Delivery Time",
  270. signTime: "Sign Time",
  271. zipCode: "Zip Code",
  272. dutyNumber: "Tax Number",
  273. idNumber: "Recipient ID Number",
  274. mail: "Recipient Email",
  275. phone: "Recipient Phone Number",
  276. companyName: "Recipient Company Name",
  277. // order: "Order",
  278. // orderList: "Order List",
  279. orderProcessing: "Order Processing",
  280. exceptionalOrders: "Exceptional Orders",
  281. orderShipment: "Order Shipment",
  282. promotionalGoods: "Promotional Goods",
  283. virtualGifts: "Virtual Gifts",
  284. promotionConfig: "Promotion Configuration",
  285. promotionGift: "Promotion Gift Configuration",
  286. system: "System",
  287. systemSchedule: "System Schedule",
  288. dataDictionary: "Data Dictionary",
  289. permissions: "Permissions",
  290. userList: "User List",
  291. roleManagement: "Role Management",
  292. resourceManagement: "Resource Management",
  293. returnList: "Return list",
  294. order: "Orders",
  295. orderList: "Order List",
  296. orderDelivery: "Delivery list",
  297. dashboard: "Dashboard",
  298. documentation: "Documentation",
  299. guide: "Guide",
  300. permission: "Permission",
  301. pagePermission: "Page Permission",
  302. rolePermission: "Role Permission",
  303. directivePermission: "Directive Permission",
  304. icons: "Icons",
  305. components: "Components",
  306. tinymce: "Tinymce",
  307. markdown: "Markdown",
  308. jsonEditor: "JSON Editor",
  309. dndList: "Dnd List",
  310. splitPane: "SplitPane",
  311. avatarUpload: "Avatar Upload",
  312. dropzone: "Dropzone",
  313. sticky: "Sticky",
  314. countTo: "Count To",
  315. componentMixin: "Mixin",
  316. backToTop: "Back To Top",
  317. dragDialog: "Drag Dialog",
  318. dragSelect: "Drag Select",
  319. dragKanban: "Drag Kanban",
  320. charts: "Charts",
  321. keyboardChart: "Keyboard Chart",
  322. lineChart: "Line Chart",
  323. mixChart: "Mix Chart",
  324. example: "Example",
  325. nested: "Nested Routes",
  326. menu1: "Menu 1",
  327. "menu1-1": "Menu 1-1",
  328. "menu1-2": "Menu 1-2",
  329. "menu1-2-1": "Menu 1-2-1",
  330. "menu1-2-2": "Menu 1-2-2",
  331. "menu1-3": "Menu 1-3",
  332. menu2: "Menu 2",
  333. Table: "Table",
  334. dynamicTable: "Dynamic Table",
  335. dragTable: "Drag Table",
  336. inlineEditTable: "Inline Edit",
  337. complexTable: "Complex Table",
  338. tab: "Tab",
  339. form: "Form",
  340. createArticle: "Create Article",
  341. editArticle: "Edit Article",
  342. articleList: "Article List",
  343. errorPages: "Error Pages",
  344. page401: "401",
  345. page404: "404",
  346. errorLog: "Error Log",
  347. excel: "Excel",
  348. exportExcel: "Export Excel",
  349. selectExcel: "Export Selected",
  350. mergeHeader: "Merge Header",
  351. uploadExcel: "Upload Excel",
  352. zip: "Zip",
  353. pdf: "PDF",
  354. exportZip: "Export Zip",
  355. theme: "Theme",
  356. clipboardDemo: "Clipboard",
  357. i18n: "I18n",
  358. externalLink: "External Link",
  359. profile: "Profile"
  360. },
  361. navbar: {
  362. dashboard: "Dashboard",
  363. github: "Github",
  364. logOut: "Log Out",
  365. profile: "Profile",
  366. theme: "Theme",
  367. size: "Global Size"
  368. },
  369. login: {
  370. title: "Login Form",
  371. logIn: "Login",
  372. username: "Username",
  373. password: "Password",
  374. any: "any",
  375. thirdparty: "Or connect with",
  376. thirdpartyTips:
  377. "Can not be simulated on local, so please combine you own business simulation! ! !"
  378. },
  379. documentation: {
  380. documentation: "Documentation",
  381. github: "Github Repository"
  382. },
  383. permission: {
  384. addRole: "New Role",
  385. editPermission: "Edit",
  386. roles: "Your roles",
  387. switchRoles: "Switch roles",
  388. tips:
  389. "In some cases, using v-permission will have no effect. For example: Element-UI el-tab or el-table-column and other scenes that dynamically render dom. You can only do this with v-if.",
  390. delete: "Delete",
  391. confirm: "Confirm",
  392. cancel: "Cancel"
  393. },
  394. guide: {
  395. description:
  396. "The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ",
  397. button: "Show Guide"
  398. },
  399. components: {
  400. documentation: "Documentation",
  401. tinymceTips:
  402. "Rich text is a core feature of the management backend, but at the same time it is a place with lots of pits. In the process of selecting rich texts, I also took a lot of detours. The common rich texts on the market have been basically used, and I finally chose Tinymce. See the more detailed rich text comparison and introduction.",
  403. dropzoneTips:
  404. "Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/Dropzone.",
  405. stickyTips:
  406. "when the page is scrolled to the preset position will be sticky on the top.",
  407. backToTopTips1:
  408. "When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner",
  409. backToTopTips2:
  410. "You can customize the style of the button, show / hide, height of appearance, height of the return. If you need a text prompt, you can use element-ui el-tooltip elements externally",
  411. imageUploadTips:
  412. "Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version."
  413. },
  414. table: {
  415. dynamicTips1: "Fixed header, sorted by header order",
  416. dynamicTips2: "Not fixed header, sorted by click order",
  417. dragTips1: "The default order",
  418. dragTips2: "The after dragging order",
  419. title: "Title",
  420. importance: "Imp",
  421. type: "Type",
  422. remark: "Remark",
  423. search: "Search",
  424. add: "Add",
  425. export: "Export",
  426. reviewer: "reviewer",
  427. id: "ID",
  428. date: "Date",
  429. author: "Author",
  430. readings: "Readings",
  431. status: "Status",
  432. actions: "Actions",
  433. edit: "Edit",
  434. publish: "Publish",
  435. draft: "Draft",
  436. delete: "Delete",
  437. cancel: "Cancel",
  438. confirm: "Confirm"
  439. },
  440. example: {
  441. warning:
  442. "Creating and editing pages cannot be cached by keep-alive because keep-alive include does not currently support caching based on routes, so it is currently cached based on component name. If you want to achieve a similar caching effect, you can use a browser caching scheme such as localStorage. Or do not use keep-alive include to cache all pages directly. See details"
  443. },
  444. errorLog: {
  445. tips: "Please click the bug icon in the upper right corner",
  446. description:
  447. "Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.",
  448. documentation: "Document introduction"
  449. },
  450. excel: {
  451. export: "Export",
  452. selectedExport: "Export Selected Items",
  453. placeholder: "Please enter the file name (default excel-list)"
  454. },
  455. zip: {
  456. export: "Export",
  457. placeholder: "Please enter the file name (default file)"
  458. },
  459. pdf: {
  460. tips:
  461. "Here we use window.print() to implement the feature of downloading PDF."
  462. },
  463. theme: {
  464. change: "Change Theme",
  465. documentation: "Theme documentation",
  466. tips:
  467. "Tips: It is different from the theme-pick on the navbar is two different skinning methods, each with different application scenarios. Refer to the documentation for details."
  468. },
  469. tagsView: {
  470. refresh: "Refresh",
  471. close: "Close",
  472. closeOthers: "Close Others",
  473. closeAll: "Close All"
  474. },
  475. settings: {
  476. title: "Page style setting",
  477. theme: "Theme Color",
  478. tagsView: "Open Tags-View",
  479. fixedHeader: "Fixed Header",
  480. sidebarLogo: "Sidebar Logo"
  481. },
  482. shopifyPromotion: {
  483. promotionMessage: "Promotional Information",
  484. targetType: "Promotional Application Type",
  485. useType: "Usage Type",
  486. priceSet: "Sales Price",//销售价格明细
  487. paySet: "Pay Price",//支付价格
  488. amountSet: "Discount Price",//折扣金额明细
  489. logType: "Log Type",
  490. executionInfo: "Execution Information",
  491. resultInfo: "Result Information",
  492. logStatus: "Status",
  493. executionTime: "Execution Time",
  494. operator: "Operator"
  495. },
  496. multipleDiscountInfo: {
  497. OriginalDiscount: "Original order meets discount",
  498. OriginalMoneny: "Original order payment amount",
  499. afterReturnDiscount: "Refund after satisfying discount",
  500. returnMoney: "Amount to be refunded",
  501. needPayMoney: "Additional amount paid by the customer",
  502. }
  503. };