| | |
| | | import: { |
| | | title: 'Import', |
| | | stop: 'Stop import', |
| | | msg: 'Here is a sample CSV file you can use as a template', |
| | | msg: 'Here is a sample file you can use as a template', |
| | | tips: 'The import is running, please do not close this tab.', |
| | | err: 'Failed to import this file, please make sure your provided a valid CSV file.', |
| | | err: 'Failed to import this file, please make sure your provided a valid file.', |
| | | download: 'Download Import Template', |
| | | result: 'Contacts import complete. Imported %{success} success, with %{error} errors', |
| | | }, |
| | |
| | | mission: 'Mission', |
| | | staReserve: 'Sta Reserve', |
| | | lane: 'Lane', |
| | | integrationRecord: 'Integration', |
| | | }, |
| | | table: { |
| | | field: { |
| | |
| | | staType: "station type", |
| | | code: "code", |
| | | offset: "offset", |
| | | height: "height", |
| | | depth: "depth", |
| | | height: "height(mm)", |
| | | depth: "depth(mm)", |
| | | angle: 'angle', |
| | | inboundWait: 'inbound wait(ms)', |
| | | outboundWait: 'outbound wait(ms)', |
| | | actDir: 'actuator direction', |
| | | inboundWait: 'in wait(ms)', |
| | | outboundWait: 'out wait(ms)', |
| | | autoing: "autoing", |
| | | loading: "loading", |
| | | inEnable: "in enable", |
| | |
| | | locNo: "loc No.", |
| | | name: "name", |
| | | code: "code", |
| | | compDirect: "code direct", |
| | | compDirect: "actuator direction", |
| | | locSts: "loc sts", |
| | | offset: "offset", |
| | | offset: "height", |
| | | row: "row", |
| | | bay: "bay", |
| | | lev: "lev", |
| | |
| | | destLoc: "dest loc", |
| | | destCode: "dest code", |
| | | emptyMk: "empty mk", |
| | | uplinkSts: "uplink status", |
| | | zpallet: "zpallet", |
| | | phase: "ideal path", |
| | | errDesc: "error", |
| | |
| | | entryAngle: "entry angle", |
| | | maximum: "maximum", |
| | | }, |
| | | integrationRecord: { |
| | | uuid: "uuid", |
| | | namespace: "namespace", |
| | | url: "url", |
| | | appkey: "appkey", |
| | | caller: "caller", |
| | | direction: "direction", |
| | | timestamp: "timestamp", |
| | | clientIp: "clientIp", |
| | | request: "request", |
| | | response: "response", |
| | | err: "error", |
| | | result: "result", |
| | | costMs: "costMs", |
| | | }, |
| | | |
| | | } |
| | | }, |
| | | page: { |
| | |
| | | }, |
| | | levOffset: 'lev offset', |
| | | bottomOffset: 'bottom offset', |
| | | enums: { |
| | | compDirect: { |
| | | left: 'Left', |
| | | right: 'Right', |
| | | forward: 'Forward', |
| | | }, |
| | | }, |
| | | }, |
| | | sta: { |
| | | depthHint: 'Set depth to 0 to keep the default value.', |
| | |
| | | reposition: 'clear path reposition', |
| | | } |
| | | }, |
| | | task: { |
| | | enums: { |
| | | uplinkSts: { |
| | | NONE: 'Unknown', |
| | | PENDING: 'Pending', |
| | | SENDING: 'Uploading', |
| | | SUCCESS: 'Success', |
| | | FAILED: 'Failed', |
| | | SKIPPED: 'Skipped', |
| | | }, |
| | | }, |
| | | }, |
| | | segment: { |
| | | enums: { |
| | | state: { |