oak-pay-business/lib/oak-app-domain/Ship/locales/zh_CN.json

47 lines
1.3 KiB
JSON

{
"name": "物流公司系统连接",
"attr": {
"type": "物流类型",
"shipService": "物流服务",
"to": "收件地址",
"from": "寄件地址",
"iState": "状态",
"entity": "关联对象",
"entityId": "关联对象id",
"phantom1": "索引项一",
"phantom2": "索引项二",
"phantom3": "索引项三",
"phantom4": "索引项四",
"phantom5": "结构化项",
"extraShipId": "外部订单Id",
"extraPaths": "外部轨迹信息",
"receiveAt": "签收时间"
},
"v": {
"iState": {
"unshipped": "待发货",
"shipping": "运输中",
"received": "已收货",
"rejected": "已拒绝",
"cancelled": "已取消",
"unknown": "不明"
},
"type": {
"virtual": "虚拟",
"pickup": "自提",
"express": "快递"
}
},
"action": {
"ship": "发货",
"receive": "收货",
"cancel": "取消",
"reject": "拒收",
"unknow": "使未知",
"syncState": "更新状态",
"syncPaths": "更新路径",
"syncAll": "更新信息",
"print": "面单打印"
}
}