FPSMS-frontend
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

50 righe
2.5 KiB

  1. {
  2. "title": "M18 Sync",
  3. "pageTitle": "M18 Sync (by code)",
  4. "pageSubtitle": "ADMIN only. Sync Purchase Order, Delivery Order, or product/material from M18 using document or item code.",
  5. "tabPo": "1. Purchase Order",
  6. "tabDo": "2. Delivery Order",
  7. "tabDoExtra": "3. Delivery Order (Extra)",
  8. "tabProduct": "4. Product",
  9. "sectionPo": "M18 Purchase Order — sync by code",
  10. "sectionDo": "M18 Delivery Order — sync by code",
  11. "sectionDoExtra": "M18 Delivery Order — Extra (isExtra)",
  12. "sectionProduct": "M18 Product / Material — sync by code",
  13. "labelPoCode": "PO Code",
  14. "labelDoCode": "DO / Shop PO Code",
  15. "labelDoExtraCode": "DO / Shop PO Code (Extra)",
  16. "labelProductCode": "Item / Product Code",
  17. "labelSyncResult": "Sync Result",
  18. "btnSyncPo": "Sync PO from M18",
  19. "btnSyncDo": "Sync DO from M18",
  20. "btnSyncDoExtra": "Sync DO (Extra) from M18",
  21. "btnSyncProduct": "Sync product from M18",
  22. "syncing": "Syncing...",
  23. "placeholderPoCode": "e.g. PFP002PO26030341",
  24. "placeholderDoCode": "e.g. same document code as M18 shop PO",
  25. "placeholderDoExtraCode": "Enter multiple codes separated by comma or newline",
  26. "placeholderProductCode": "e.g. PP1175 (M18 item code)",
  27. "waiting": "Waiting for implementation...",
  28. "noResponse": "No response received",
  29. "alreadyExists": "{{docName}} already exists in system",
  30. "notFoundInM18": "{{docName}} not found in M18",
  31. "syncSuccess": "Synced successfully: {{total}} {{docName}}(s)",
  32. "syncFail": "Failed: unable to sync {{docName}}",
  33. "syncMixed": "Complete: success {{success}} / fail {{fail}} ({{docName}})",
  34. "syncedOk": "Synced successfully",
  35. "summarySuccess": "{{count}} delivery order(s) synced successfully",
  36. "summaryNotFound": "{{count}} order(s) not found in M18 ({{codes}})",
  37. "summaryExists": "{{count}} order(s) already exist in system ({{codes}})",
  38. "summaryFail": "{{count}} order(s) sync failed ({{codes}})",
  39. "alertEnterPoCode": "Please enter PO code.",
  40. "alertEnterDoCode": "Please enter DO / shop PO code.",
  41. "alertEnterDoExtraCode": "Please enter DO / shop PO code(s) (Extra).",
  42. "alertEnterAtLeastOne": "Please enter at least one code.",
  43. "alertEnterProductCode": "Please enter M18 item / product code.",
  44. "alertSyncFailed": "Sync failed: {{status}}",
  45. "errorPoSync": "M18 PO sync failed. Check console/network.",
  46. "errorDoSync": "M18 DO sync failed. Check console/network.",
  47. "errorDoExtraSync": "M18 DO (Extra) sync failed. Check console/network.",
  48. "errorProductSync": "M18 product sync failed. Check console/network."
  49. }