#
zhou zhou
8 天以前 5fcfb6cf095d5641153688008ee5f88e3d2a737b
locale/en.json
@@ -1,59 +1,126 @@
{
  "app.name": "ZoneYung WMS",
  "locale.auto": "System",
  "locale.en": "English",
  "locale.zh-hans": "简体中文",
  "locale.zh-hant": "繁体中文",
  "locale.ja": "日语",
  "index.title": "Hello i18n",
  "page.login":"Login",
  "page.index":"Index",
  "login":{
     "login": "login",
     "loging": "loging",
     "user": "username",
     "pwd": "password",
     "inputUser": "Please enter your account",
     "inputPwd":"Please enter your password",
   "remPwd":"remember password"
  "app": {
    "name": "ZoneYung WMS"
  },
  "index":{
     "GR": "Goods Receipt",
     "palletizing": "Palletizing",
   "palletBuilding":"Pallet Building",
   "inspectionRequest":"Inspection Request",
   "qualityInspection":"Quality Inspection",
   "defectiveMarking":"Defective Marking",
   "manualPutaway":"Manual Putaway",
   "stationBinding":"Station Binding",
   "inboundInitiation":"Inbound Initiation",
   "stationUnbinding":"Station Unbinding",
   "bindAndInbound":"Binding And Inbound",
   "quickPicking":"Quick Picking",
   "wavePick":"Wave Picking",
   "outLogin":"Login Out",
   "language-change-confirm":"chenge",
   "hello":"Hello, welcome to log in to the WMS system!",
   "intro":"Make manufacturing and logistics more efficient",
   "checkOrder":"checkOrder"
  "locale": {
    "auto": "System",
    "en": "English",
    "zh-hans": "简体中文",
    "zh-hant": "繁体中文",
    "ja": "日语"
  },
  "other":{
  "index": {
    "title": "Hello i18n",
    "GR": "Goods Receipt",
    "palletizing": "Palletizing",
    "palletBuilding": "Pallet Building",
    "inspectionRequest": "Inspection Request",
    "qualityInspection": "Quality Inspection",
    "defectiveMarking": "Defective Marking",
    "manualPutaway": "Manual Putaway",
    "stationBinding": "Station Binding",
    "inboundInitiation": "Inbound Initiation",
    "stationUnbinding": "Station Unbinding",
    "bindAndInbound": "Binding And Inbound",
    "quickPicking": "Quick Picking",
    "wavePick": "Wave Picking",
    "outLogin": "Login Out",
    "language-change-confirm": "chenge",
    "hello": "Hello, welcome to log in to the WMS system!",
    "intro": "Make manufacturing and logistics more efficient",
    "checkOrder": "checkOrder",
    "workplace": "Zoneyung Workspace",
    "welcomeBack": "Welcome Back",
    "systemName": "Zoneyung AS/RS WMS System",
    "pakin": "Palletizing",
    "orderPakin": "Order Inbound",
    "agv_start": "AGV Container Inbound",
    "agv_back": "AGV Container Return",
    "stockQuery": "Stock Query",
    "logOut": "Logout",
    "copyright": "Copyright © 2022 Zhejiang Zoneyung AS/RS Co., Ltd. All rights reserved.",
    "noAuth": "No permissions or login expired"
  },
  "page": {
    "login": "Login",
    "index": "Index"
  },
  "login": {
    "login": "login",
    "loging": "loging",
    "user": "username",
    "pwd": "password",
    "inputUser": "Please enter your account",
    "inputPwd": "Please enter your password",
    "remPwd": "remember password"
  },
  "other": {},
  "settings": {
     "title": "Settings",
     "ip": "IP Address",
     "port": "Port",
     "project": "Project Name",
     "saved": "Settings Saved",
     "authTitle": "Authentication",
     "inputAuthPwd": "Enter Admin Password",
     "authError": "Incorrect Password"
    "title": "Settings",
    "ip": "IP Address",
    "port": "Port",
    "project": "Project Name",
    "saved": "Settings Saved",
    "authTitle": "Authentication",
    "inputAuthPwd": "Enter Admin Password",
    "authError": "Incorrect Password"
  },
  "common": {
     "confirm": "Confirm",
     "cancel": "Cancel"
    "confirm": "Confirm",
    "cancel": "Cancel"
  },
  "category": {
    "inbound": "Inbound Management",
    "agv": "AGV Management",
    "stock": "Stock Management",
    "other": "Other Operations"
  },
  "container": {
    "title": "Palletizing",
    "palletCode": "Pallet Code",
    "matCode": "Material Code",
    "scanPallet": "Scan / Enter Pallet Code",
    "scanMat": "Scan / Enter Material Code",
    "matList": "Material List",
    "matName": "Name",
    "matSpec": "Spec",
    "matBatch": "Batch",
    "matQty": "Quantity",
    "modify": "Modify",
    "remove": "Remove",
    "reset": "Reset",
    "confirmComb": "Confirm Combin.",
    "emptyList": "No materials, please scan material code to add",
    "modifyInfo": "Modify Info",
    "code": "Code",
    "confirmRemove": "Confirm Remove",
    "removeMsg": "Remove this material?",
    "confirmReset": "Confirm Reset",
    "resetMsg": "Clear all materials?",
    "combMsg": "Confirm to palletize and inbound?"
  },
  "toast": {
    "palletError": "Pallet code error, please try again",
    "queryFail": "Query failed",
    "modifySuccess": "Modification successful",
    "removeSuccess": "Removal successful",
    "scanPalletCode": "Please scan pallet code",
    "qtyNotZero": "Palletizing quantity cannot be 0",
    "qtyNotZeroMat": "{0} palletizing quantity cannot be 0",
    "combSuccess": "Palletizing successful",
    "combFail": "Palletizing failed",
    "resetComplete": "Reset complete",
    "inputQty": "Please enter quantity"
  },
  "matSelected": {
    "title": "Material Info",
    "matDetail": "Material Details",
    "matCode": "Material Code",
    "matName": "Material Name",
    "spec": "Spec",
    "batch": "Batch",
    "inputBatch": "Please enter batch",
    "qty": "Quantity",
    "confirmExtract": "Confirm Extract"
  }
}
}