@things-factory/operato-wms 5.0.13 → 6.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/pages/bulk-operation/bulk-operation.js +96 -8
- package/client/pages/bulk-operation/validate-gan-popup.js +37 -27
- package/client/pages/bulk-operation/validate-ro-popup.js +40 -0
- package/client/pages/components/select-inventory-popup.js +633 -0
- package/client/pages/constants/order.js +2 -1
- package/client/pages/inbound/pallet-label-popup.js +2 -0
- package/client/pages/inbound/select-product-batch.js +7 -1
- package/client/pages/inbound/undo-unload-popup.js +37 -21
- package/client/pages/inbound/unload-product.js +147 -59
- package/client/pages/inbound/worksheet-putaway.js +1 -1
- package/client/pages/inbound/worksheet-unloading.js +11 -7
- package/client/pages/inventory/inventory-adjustment.js +261 -238
- package/client/pages/inventory/inventory-by-product-detail.js +99 -92
- package/client/pages/inventory/inventory-by-product.js +170 -68
- package/client/pages/inventory/onhand-inventory.js +10 -12
- package/client/pages/inventory/serial-number-list-popup.js +36 -5
- package/client/pages/inventory-check/inspecting-product.js +1 -1
- package/client/pages/manifest/create-loading-manifest.js +47 -22
- package/client/pages/manifest/dispatcher-verification-popup.js +24 -13
- package/client/pages/manifest/loading-manifest-detail.js +311 -46
- package/client/pages/manifest/loading-manifest-list.js +86 -13
- package/client/pages/order/arrival-notice/arrival-notice-detail.js +305 -52
- package/client/pages/order/arrival-notice/arrival-notice-list.js +20 -1
- package/client/pages/order/arrival-notice/create-arrival-notice.js +2 -2
- package/client/pages/order/goods-received-note/received-note-detail.js +187 -15
- package/client/pages/order/release-order/b2b/b2b-order-list.js +76 -80
- package/client/pages/order/release-order/b2c/b2c-order-requests.js +148 -123
- package/client/pages/order/release-order/batch-picking-popup.js +11 -0
- package/client/pages/order/release-order/create-release-order.js +762 -250
- package/client/pages/order/release-order/release-extra-product-popup.js +10 -3
- package/client/pages/order/release-order/release-order-detail.js +897 -215
- package/client/pages/order/transport-order/delivery-note-popup.js +1050 -107
- package/client/pages/order/transport-order/print-delivery-note.js +214 -33
- package/client/pages/order/transport-order/upload-delivery-note.js +6 -4
- package/client/pages/order/transport-order/view-delivery-note.js +0 -1
- package/client/pages/outbound/generate-worksheet-popup.js +374 -0
- package/client/pages/outbound/inventory-reassign-popup.js +1097 -0
- package/client/pages/outbound/loading-product.js +88 -78
- package/client/pages/outbound/merged-outbound-worksheet.js +1 -1
- package/client/pages/outbound/packing-product.js +193 -82
- package/client/pages/outbound/packing-worksheet-list.js +10 -9
- package/client/pages/outbound/picking-product.js +979 -905
- package/client/pages/outbound/route-label-popup.js +283 -191
- package/client/pages/outbound/serial-number-popup.js +1 -0
- package/client/pages/outbound/sorting-product.js +12 -12
- package/client/pages/outbound/worksheet-batch-picking.js +39 -5
- package/client/pages/outbound/worksheet-packing.js +17 -4
- package/client/pages/outbound/worksheet-picking.js +45 -6
- package/client/pages/report/inbound-serial-number-report.js +86 -9
- package/client/pages/report/inventory-report.js +10 -0
- package/client/pages/report/inventory-summary-report.js +28 -19
- package/client/pages/report/outbound-order-details-report.js +204 -43
- package/client/pages/report/outbound-serial-number-report.js +87 -9
- package/client/pages/report/release-inventory-report.js +503 -0
- package/client/route.js +5 -0
- package/client/util/index.js +2 -0
- package/client/util/page-settings.js +43 -0
- package/client/util/toast.js +10 -0
- package/dist-server/graphql/resolvers/board-setting/board-settings.js +3 -3
- package/dist-server/graphql/resolvers/board-setting/board-settings.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-collection-report.js +2 -2
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-collection-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-order-inventory-report.js +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-daily-order-inventory-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-pallet-detail-report.js +2 -2
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-pallet-detail-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-report.js +9 -10
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.js +2 -2
- package/dist-server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.js +6 -4
- package/dist-server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.js.map +1 -1
- package/dist-server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.js +6 -4
- package/dist-server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/arrival-notices-by-status.js +21 -10
- package/dist-server/graphql/resolvers/dashboard/arrival-notices-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/collection-orders-by-status.js +1 -2
- package/dist-server/graphql/resolvers/dashboard/collection-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/delivery-orders-by-status.js +1 -2
- package/dist-server/graphql/resolvers/dashboard/delivery-orders-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/index.js +2 -1
- package/dist-server/graphql/resolvers/dashboard/index.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.js +17 -1
- package/dist-server/graphql/resolvers/dashboard/inventory-expiry-monitor.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/outbound-order-by-status.js +113 -75
- package/dist-server/graphql/resolvers/dashboard/outbound-order-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/release-goods-by-status.js +21 -10
- package/dist-server/graphql/resolvers/dashboard/release-goods-by-status.js.map +1 -1
- package/dist-server/graphql/resolvers/dashboard/unit-inbounded-outbounded.js +56 -0
- package/dist-server/graphql/resolvers/dashboard/unit-inbounded-outbounded.js.map +1 -0
- package/dist-server/graphql/resolvers/index.js +5 -4
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/inventory-comparison/inventory-comparison-list.js.map +1 -1
- package/dist-server/graphql/resolvers/opa-menu/opa-menus.js +8 -7
- package/dist-server/graphql/resolvers/opa-menu/opa-menus.js.map +1 -1
- package/dist-server/graphql/resolvers/{extra → other}/add-release-good-products.js +59 -8
- package/dist-server/graphql/resolvers/other/add-release-good-products.js.map +1 -0
- package/dist-server/graphql/resolvers/{extra → other}/index.js +3 -1
- package/dist-server/graphql/resolvers/other/index.js.map +1 -0
- package/dist-server/graphql/resolvers/other/page-settings.js +87 -0
- package/dist-server/graphql/resolvers/other/page-settings.js.map +1 -0
- package/dist-server/graphql/resolvers/reports/costing-report.js +4 -4
- package/dist-server/graphql/resolvers/reports/costing-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-order-details-report.js +3 -3
- package/dist-server/graphql/resolvers/reports/inbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/inbound-serial-number-report.js +36 -7
- package/dist-server/graphql/resolvers/reports/inbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/index.js +2 -1
- package/dist-server/graphql/resolvers/reports/index.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js +69 -30
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-serial-number-report.js +36 -11
- package/dist-server/graphql/resolvers/reports/outbound-serial-number-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/product-label-report.js +3 -3
- package/dist-server/graphql/resolvers/reports/product-label-report.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/release-inventory-report.js +180 -0
- package/dist-server/graphql/resolvers/reports/release-inventory-report.js.map +1 -0
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js +2 -2
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js.map +1 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js +1 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js.map +1 -1
- package/dist-server/graphql/types/dashboard/index.js +1 -0
- package/dist-server/graphql/types/dashboard/index.js.map +1 -1
- package/dist-server/graphql/types/index.js +7 -2
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/other/index.js +19 -0
- package/dist-server/graphql/types/other/index.js.map +1 -0
- package/dist-server/graphql/types/other/page-setting.js +34 -0
- package/dist-server/graphql/types/other/page-setting.js.map +1 -0
- package/dist-server/graphql/types/reports/index.js +6 -1
- package/dist-server/graphql/types/reports/index.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-order-details-report.js +17 -1
- package/dist-server/graphql/types/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/types/reports/release-inventory-report-list.js +12 -0
- package/dist-server/graphql/types/reports/release-inventory-report-list.js.map +1 -0
- package/dist-server/graphql/types/reports/release-inventory-report.js +27 -0
- package/dist-server/graphql/types/reports/release-inventory-report.js.map +1 -0
- package/dist-server/migrations/1568858861188-SeedSetting.js +5 -6
- package/dist-server/migrations/1568858861188-SeedSetting.js.map +1 -1
- package/dist-server/migrations/1623308919899-SeedLocationRecommendSetting.js +1 -1
- package/dist-server/migrations/1623308919899-SeedLocationRecommendSetting.js.map +1 -1
- package/dist-server/migrations/1623381200659-SeedStoringRule.js +1 -1
- package/dist-server/migrations/1623381200659-SeedStoringRule.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/dist-server/utils/report-query-util.js +5 -2
- package/dist-server/utils/report-query-util.js.map +1 -1
- package/helps/release-note.ko.md +8 -20
- package/helps/release-note.md +8 -20
- package/helps/release-note.ms.md +8 -20
- package/helps/release-note.zh.md +8 -20
- package/package.json +42 -42
- package/server/graphql/resolvers/board-setting/board-settings.ts +4 -6
- package/server/graphql/resolvers/custom/elccl/elccl-daily-collection-report.ts +4 -5
- package/server/graphql/resolvers/custom/elccl/elccl-daily-order-inventory-report.ts +9 -10
- package/server/graphql/resolvers/custom/elccl/elccl-inventory-history-pallet-detail-report.ts +4 -5
- package/server/graphql/resolvers/custom/elccl/elccl-inventory-history-report.ts +17 -19
- package/server/graphql/resolvers/custom/elccl/elccl-inventory-history-summary-report.ts +10 -8
- package/server/graphql/resolvers/custom/elccl/elccl-onhand-inventory-counter.ts +9 -9
- package/server/graphql/resolvers/custom/kimeda/kimeda-onhand-inventory-counter.ts +9 -9
- package/server/graphql/resolvers/dashboard/arrival-notices-by-status.ts +23 -14
- package/server/graphql/resolvers/dashboard/collection-orders-by-status.ts +4 -5
- package/server/graphql/resolvers/dashboard/delivery-orders-by-status.ts +4 -5
- package/server/graphql/resolvers/dashboard/index.ts +3 -1
- package/server/graphql/resolvers/dashboard/inventory-expiry-monitor.ts +18 -6
- package/server/graphql/resolvers/dashboard/outbound-order-by-status.ts +114 -81
- package/server/graphql/resolvers/dashboard/release-goods-by-status.ts +23 -14
- package/server/graphql/resolvers/dashboard/unit-inbounded-outbounded.ts +61 -0
- package/server/graphql/resolvers/index.ts +5 -4
- package/server/graphql/resolvers/inventory-comparison/inventory-comparison-list.ts +11 -9
- package/server/graphql/resolvers/opa-menu/opa-menus.ts +7 -6
- package/server/graphql/resolvers/{extra → other}/add-release-good-products.ts +73 -12
- package/server/graphql/resolvers/other/index.ts +10 -0
- package/server/graphql/resolvers/other/page-settings.ts +105 -0
- package/server/graphql/resolvers/reports/costing-report.ts +8 -10
- package/server/graphql/resolvers/reports/inbound-order-details-report.ts +7 -9
- package/server/graphql/resolvers/reports/inbound-serial-number-report.ts +41 -13
- package/server/graphql/resolvers/reports/index.ts +3 -1
- package/server/graphql/resolvers/reports/outbound-order-details-report.ts +76 -38
- package/server/graphql/resolvers/reports/outbound-serial-number-report.ts +42 -18
- package/server/graphql/resolvers/reports/product-label-report.ts +4 -6
- package/server/graphql/resolvers/reports/release-inventory-report.ts +201 -0
- package/server/graphql/resolvers/shipping-provider/shipping-providers.ts +3 -5
- package/server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.ts +10 -10
- package/server/graphql/types/dashboard/index.ts +1 -0
- package/server/graphql/types/index.ts +8 -2
- package/server/graphql/types/other/index.ts +19 -0
- package/server/graphql/types/other/page-setting.ts +33 -0
- package/server/graphql/types/reports/index.ts +6 -1
- package/server/graphql/types/reports/outbound-order-details-report.ts +17 -1
- package/server/graphql/types/reports/release-inventory-report-list.ts +8 -0
- package/server/graphql/types/reports/release-inventory-report.ts +23 -0
- package/server/migrations/1568858861188-SeedSetting.ts +4 -4
- package/server/migrations/1623308919899-SeedLocationRecommendSetting.ts +3 -2
- package/server/migrations/1623381200659-SeedStoringRule.ts +3 -2
- package/server/utils/report-query-util.ts +5 -2
- package/things-factory.config.js +4 -0
- package/translations/en.json +148 -27
- package/translations/ko.json +185 -105
- package/translations/ms.json +183 -98
- package/translations/zh.json +197 -112
- package/dist-server/graphql/resolvers/extra/add-release-good-products.js.map +0 -1
- package/dist-server/graphql/resolvers/extra/index.js.map +0 -1
- package/dist-server/graphql/types/extra/index.js +0 -11
- package/dist-server/graphql/types/extra/index.js.map +0 -1
- package/server/graphql/resolvers/extra/index.ts +0 -5
- package/server/graphql/types/extra/index.ts +0 -7
package/translations/zh.json
CHANGED
|
@@ -1,16 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"field.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
2
|
+
"field.require_serial_number_scanning_inbound":"[zh]require serial number scanning inbound",
|
|
3
|
+
"field.require_serial_number_scanning_outbound":"[zh]require serial number scanning outbound",
|
|
4
|
+
"text.invalid_packing_type":"[zh]invalid packing type",
|
|
5
|
+
"text.invalid_packing_size":"[zh]invalid packing size",
|
|
6
|
+
"text.invalid_unit_cost":"[zh]invalid unit cost",
|
|
7
|
+
"text.invalid_manufacture_date":"[zh]invalid manufacture date",
|
|
8
|
+
"text.no_record_selected": "[zh]no record selected",
|
|
9
|
+
"field.return_uom": "[zh]return uom",
|
|
10
|
+
"field.execute_date": "[zh]execute date",
|
|
11
|
+
"title.release_inventory_report": "[zh]release inventory report",
|
|
12
|
+
"field.order_date": "[zh]order date",
|
|
13
|
+
"field.product_brand": "[zh]product brand",
|
|
14
|
+
"field.assigned_uom": "[zh]assigned uom",
|
|
15
|
+
"field.order_at": "[zh]order at",
|
|
16
|
+
"field.transport_option": "[zh]transport option",
|
|
17
|
+
"field.vehicle_no": "[zh]vehicle no",
|
|
18
|
+
"field.packing_start": "[zh]packing start",
|
|
19
|
+
"field.packing_end": "[zh]packing end",
|
|
20
|
+
"field.sorting_start": "[zh]sorting start",
|
|
21
|
+
"field.sorting_end": "[zh]sorting end",
|
|
22
|
+
"field.loading_start": "[zh]loading start",
|
|
23
|
+
"field.loading_end": "[zh]loading end",
|
|
24
|
+
"field.manifested_by": "[zh]manifested by",
|
|
25
|
+
"field.manifested_at": "[zh]manifested at",
|
|
26
|
+
"field.total_cost": "[zh]total cost",
|
|
9
27
|
"arrival_notice_created": "arrival notice created",
|
|
10
28
|
"button.activate": "activate",
|
|
11
29
|
"button.add_edit": "add & edit",
|
|
12
30
|
"button.add_new_product": "[zh]add new product",
|
|
13
|
-
"button.bulk_select_products": "[zh] bulk select products",
|
|
14
31
|
"button.add_x": "add {state.x}",
|
|
15
32
|
"button.adjust_inventory": "adjust inventory",
|
|
16
33
|
"button.adjust": "adjust",
|
|
@@ -18,12 +35,15 @@
|
|
|
18
35
|
"button.approve": "approve",
|
|
19
36
|
"button.arrived": "arrived",
|
|
20
37
|
"button.assign_warehouse": "assign warehouse",
|
|
38
|
+
"text.only_supports_search_of_single_field": "[zh]only supports search of single field",
|
|
21
39
|
"button.assign": "assign",
|
|
22
40
|
"button.auto_assign": "auto assign",
|
|
23
41
|
"button.auto_select": "auto select",
|
|
24
42
|
"button.back_to_list": "[zh]back to list",
|
|
25
43
|
"button.back": "back",
|
|
26
44
|
"button.batch_picking": "batch picking",
|
|
45
|
+
"button.bulk_select_products": "[zh] bulk select products",
|
|
46
|
+
"button.bulk_update_status": "[zh] bulk update status",
|
|
27
47
|
"button.cancel_order": "cancel order",
|
|
28
48
|
"button.cancel": "cancel",
|
|
29
49
|
"button.carton_label_print": "[zh] print carton label",
|
|
@@ -40,6 +60,7 @@
|
|
|
40
60
|
"button.create": "[zh]create",
|
|
41
61
|
"button.delete_all": "[zh]delete all",
|
|
42
62
|
"button.delete": "[zh]delete",
|
|
63
|
+
"button.disable": "[zh] disable",
|
|
43
64
|
"button.dispatch": "[zh]dispatch",
|
|
44
65
|
"button.done": "[zh]done",
|
|
45
66
|
"button.download": "[zh]download",
|
|
@@ -71,20 +92,24 @@
|
|
|
71
92
|
"button.plastic_pallet": "[zh] plastic pallet",
|
|
72
93
|
"button.preview": "preview",
|
|
73
94
|
"button.print_airway_bill": "print airway bill",
|
|
95
|
+
"button.print_internal_awb": "[zh]print internal awb",
|
|
74
96
|
"button.print_invoice": "[zh] print invoice",
|
|
75
97
|
"button.print_label": "print label",
|
|
76
98
|
"button.print_picking_list": "[zh] print packing list",
|
|
99
|
+
"button.print_route_label": "[zh] print route label",
|
|
77
100
|
"button.print": "print",
|
|
101
|
+
"button.proceed": "[zh] proceed",
|
|
78
102
|
"button.product_changes": "[zh]product changes",
|
|
79
103
|
"button.qty_checked": "[zh]qty checked",
|
|
80
104
|
"button.ready_to_ship": "[zh]ready to ship",
|
|
105
|
+
"button.reassign": "重新安排",
|
|
81
106
|
"button.receive": "[zh]receive",
|
|
82
107
|
"button.reject_cancellation": "reject cancellation",
|
|
83
108
|
"button.reject": "[zh]reject",
|
|
84
109
|
"button.release_orders": "[zh] release orders",
|
|
85
110
|
"button.relocate": "[zh]relocate",
|
|
86
|
-
"button.remove": "[zh]remove",
|
|
87
111
|
"button.remove_selected": "remove selected",
|
|
112
|
+
"button.remove": "[zh]remove",
|
|
88
113
|
"button.replace": "replace",
|
|
89
114
|
"button.restore": "[zh]restore",
|
|
90
115
|
"button.save": "save",
|
|
@@ -94,6 +119,7 @@
|
|
|
94
119
|
"button.submit_for_approval": "submit for approval",
|
|
95
120
|
"button.submit": "submit",
|
|
96
121
|
"button.sync_data": "[zh]sync data",
|
|
122
|
+
"button.tote": "[zh] tote",
|
|
97
123
|
"button.transfer": "transfer",
|
|
98
124
|
"button.turn_to_PDF": "turn to PDF",
|
|
99
125
|
"button.update_order_details": "[zh]update order details",
|
|
@@ -109,6 +135,7 @@
|
|
|
109
135
|
"delivery_order_form_invalid": "delivery order form invalid",
|
|
110
136
|
"field.accepted_at": "[zh]accepted at",
|
|
111
137
|
"field.accepted_by": "accepted by",
|
|
138
|
+
"field.actual_lot_qty": "[zh] actual lot qty",
|
|
112
139
|
"field.actual_pack_qty": "actual pack qty",
|
|
113
140
|
"field.actual_pallet_qty": "actual pallet qty",
|
|
114
141
|
"field.actual_qty": "[zh] actual qty",
|
|
@@ -122,11 +149,13 @@
|
|
|
122
149
|
"field.adjusted_pack_qty": "[zh]adjusted pack qty",
|
|
123
150
|
"field.adjusted_packing_type": "[zh]adjusted packing type",
|
|
124
151
|
"field.adjusted_pallet_qty": "[zh]adjusted pallet qty",
|
|
152
|
+
"field.adjusted_qty": "adjusted qty",
|
|
125
153
|
"field.adjusted_total_uom_value": "[zh]adjusted total uom value",
|
|
126
154
|
"field.adjusted_unit_price": "[zh]adjusted unit price",
|
|
127
155
|
"field.adjusted_uom_value": "[zh]adjusted uom value",
|
|
128
156
|
"field.adjusted_uom": "[zh]adjusted uom",
|
|
129
|
-
"field.
|
|
157
|
+
"field.adjusted_volume": "[zh] adjusted volume",
|
|
158
|
+
"field.adjusted": "[zh] adjusted",
|
|
130
159
|
"field.after": "after",
|
|
131
160
|
"field.amount": "amount",
|
|
132
161
|
"field.arrival_notice": "arrival notice",
|
|
@@ -140,6 +169,7 @@
|
|
|
140
169
|
"field.aux_value_2": "[zh]aux value 2",
|
|
141
170
|
"field.aux_value": "[zh]aux value",
|
|
142
171
|
"field.available_qty": "available qty",
|
|
172
|
+
"field.available_qty_only": "available qty only",
|
|
143
173
|
"field.available_stock_only": "[zh]available stock only",
|
|
144
174
|
"field.available_uom_value": "available uom value",
|
|
145
175
|
"field.average_unit_cost": "[zh]average unit cost",
|
|
@@ -154,10 +184,13 @@
|
|
|
154
184
|
"field.before": "before",
|
|
155
185
|
"field.billing_mode": "billing mode",
|
|
156
186
|
"field.bin_location": "[zh]bin location",
|
|
187
|
+
"field.bin_no": "[zh] bin no",
|
|
188
|
+
"field.bin": "[zh] bin",
|
|
157
189
|
"field.branch": "branch",
|
|
158
190
|
"field.brand_sku": "[zh]brand sku",
|
|
159
191
|
"field.brand": "[zh] brand",
|
|
160
192
|
"field.brn": "brn",
|
|
193
|
+
"field.buffer_location": "[zh]buffer location",
|
|
161
194
|
"field.buffer_qty": "[zh]buffer qty",
|
|
162
195
|
"field.by_pallet": "by pallet",
|
|
163
196
|
"field.carton_id": "[zh]carton ID",
|
|
@@ -181,6 +214,9 @@
|
|
|
181
214
|
"field.claim": "claim",
|
|
182
215
|
"field.claimType": "claim type",
|
|
183
216
|
"field.closing_balance": "closing balance",
|
|
217
|
+
"field.closing_qty": "[zh] closing qty",
|
|
218
|
+
"field.closing_volume": "[zh] closing volume",
|
|
219
|
+
"field.closing": "[zh] closing",
|
|
184
220
|
"field.cogs_account_code": "[zh]COGS account code",
|
|
185
221
|
"field.column_end": "[zh] column end",
|
|
186
222
|
"field.column_start": "[zh] column start",
|
|
@@ -204,8 +240,10 @@
|
|
|
204
240
|
"field.cross_docking": "cross docking",
|
|
205
241
|
"field.currency": "currency",
|
|
206
242
|
"field.current_location": "current location",
|
|
243
|
+
"field.date": "[zh]date",
|
|
207
244
|
"field.default_price": "default price",
|
|
208
245
|
"field.deleted": "[zh]deleted",
|
|
246
|
+
"field.deliver_to": "[zh]deliver to",
|
|
209
247
|
"field.delivery_address_1": "[zh]delivery address 1",
|
|
210
248
|
"field.delivery_address_2": "[zh]delivery address 2",
|
|
211
249
|
"field.delivery_address_3": "[zh]delivery address 3",
|
|
@@ -218,8 +256,9 @@
|
|
|
218
256
|
"field.density": "[zh]density",
|
|
219
257
|
"field.depth": "[zh]depth",
|
|
220
258
|
"field.description": "描述",
|
|
221
|
-
"field.dispatch_at": "[
|
|
259
|
+
"field.dispatch_at": "[zh] dispatch at",
|
|
222
260
|
"field.do_delivery_date": "[zh]DO delivery date",
|
|
261
|
+
"field.do_generated_date": "[zh]DO generated date",
|
|
223
262
|
"field.do_no": "DO编号",
|
|
224
263
|
"field.do_ref_no": "do ref no",
|
|
225
264
|
"field.do": "DO",
|
|
@@ -234,12 +273,15 @@
|
|
|
234
273
|
"field.error_message": "[zh]error message",
|
|
235
274
|
"field.eta_date": "[zh]ETA date",
|
|
236
275
|
"field.eta": "估计到达时间",
|
|
276
|
+
"field.etd": "[zh]ETD",
|
|
237
277
|
"field.execution_date": "[zh]execution date",
|
|
238
278
|
"field.exp_date": "[zh]exp. date",
|
|
239
279
|
"field.exp_from_date": "[zh] exp from date",
|
|
240
280
|
"field.exp_to_date": "[zh] exp to date",
|
|
241
281
|
"field.expiration_period": "[zh]Expiration Period",
|
|
242
282
|
"field.expiration": "[zh] expiration",
|
|
283
|
+
"field.expiry_date": "[zh]expiry date",
|
|
284
|
+
"field.expirying_in": "[zh]exp.",
|
|
243
285
|
"field.export_option": "[zh]export option",
|
|
244
286
|
"field.export": "出口",
|
|
245
287
|
"field.fax": "[zh]fax",
|
|
@@ -267,6 +309,7 @@
|
|
|
267
309
|
"field.in": "in",
|
|
268
310
|
"field.inbound_pallet_id": "[zh]inbound pallet id",
|
|
269
311
|
"field.inbound_qty": "[zh]inbound qty",
|
|
312
|
+
"field.inbound_volume": "[zh] inbound volume",
|
|
270
313
|
"field.inbound": "[zh]inbound",
|
|
271
314
|
"field.indicator": "[zh]indicator",
|
|
272
315
|
"field.initial_inbound_date": "[zh]initial inbound date",
|
|
@@ -298,21 +341,27 @@
|
|
|
298
341
|
"field.location_type": "[zh]location type",
|
|
299
342
|
"field.location": "位置",
|
|
300
343
|
"field.loose_item": "[zh]loose item",
|
|
301
|
-
"field.lot_id": "[zh]lot
|
|
344
|
+
"field.lot_id": "[zh]lot ID",
|
|
345
|
+
"field.lot_qty": "[zh] lot qty",
|
|
302
346
|
"field.low_on_stock": "[zh]low on stock",
|
|
303
347
|
"field.main_bizplace": "[zh]main customer",
|
|
304
348
|
"field.manifest_no": "[zh] manifest no",
|
|
349
|
+
"field.manufacture_date": "[zh] manufacture date",
|
|
305
350
|
"field.manufacture_year": "制造年份",
|
|
306
351
|
"field.marketplace_order_status": "[zh] marketplace order status",
|
|
307
352
|
"field.max_qty": "[zh]max qty",
|
|
308
353
|
"field.min_qty": "[zh]min qty",
|
|
354
|
+
"field.missing_volume": "[zh] missing volume",
|
|
355
|
+
"field.missing": "[zh] missing",
|
|
309
356
|
"field.month": "month",
|
|
310
357
|
"field.movement": "[zh]movement",
|
|
311
358
|
"field.name": "名称",
|
|
312
359
|
"field.need_fleet": "需要车队",
|
|
313
360
|
"field.need_transport": "[zh]need transport",
|
|
314
361
|
"field.nett_weight": "[zh]nett weight",
|
|
362
|
+
"field.no": "[zh]no",
|
|
315
363
|
"field.non_tally": "[zh]non tally",
|
|
364
|
+
"field.now_scanning": "[zh] now scanning",
|
|
316
365
|
"field.number_of_column": "[zh]number of column",
|
|
317
366
|
"field.number_of_depth": "[zh]number of depth",
|
|
318
367
|
"field.number_of_row": "[zh]number of row",
|
|
@@ -321,14 +370,16 @@
|
|
|
321
370
|
"field.opening_balance": "[zh]opening balance",
|
|
322
371
|
"field.opening_qty": "[zh]opening qty",
|
|
323
372
|
"field.opening_uom_value": "[zh]opening uom value",
|
|
373
|
+
"field.opening_volume": "[zh] opening volume",
|
|
374
|
+
"field.opening": "[zh] opening",
|
|
324
375
|
"field.operation_guide_type": "[zh]operation guide type",
|
|
325
376
|
"field.operation_guide": "[zh]operation guide",
|
|
326
377
|
"field.operationGuide": "[zh]operation guide",
|
|
327
378
|
"field.operationGuideType": "[zh]operation guide type",
|
|
328
379
|
"field.order_created_at": "[zh]order created at",
|
|
329
380
|
"field.order_no": "[zh]order no",
|
|
330
|
-
"field.order_remark": "[zh]order remark",
|
|
331
381
|
"field.order_ref_no": "[zh]order ref no",
|
|
382
|
+
"field.order_remark": "[zh]order remark",
|
|
332
383
|
"field.order_status": "[zh]order status",
|
|
333
384
|
"field.order_type": "[zh]order type",
|
|
334
385
|
"field.origin_product": "[zh]origin product",
|
|
@@ -337,6 +388,7 @@
|
|
|
337
388
|
"field.other_target": "[zh]other target",
|
|
338
389
|
"field.out": "out",
|
|
339
390
|
"field.outbound_qty": "[zh]outbound qty",
|
|
391
|
+
"field.outbound_volume": "[zh] outbound volume",
|
|
340
392
|
"field.outbound": "[zh]outbound",
|
|
341
393
|
"field.over_stock": "[zh]over stock",
|
|
342
394
|
"field.own_collection": "[zh]own collection",
|
|
@@ -360,14 +412,16 @@
|
|
|
360
412
|
"field.picked_at": "[zh]picked at",
|
|
361
413
|
"field.picked_by": "[zh]picked by",
|
|
362
414
|
"field.picked_qty": "picked qty",
|
|
363
|
-
"field.
|
|
415
|
+
"field.picking_end": "[zh]picking end",
|
|
364
416
|
"field.picking_start": "[zh]picking start",
|
|
365
417
|
"field.pickup_time_id": "pickup time id",
|
|
366
418
|
"field.po_no": "[zh]PO No.",
|
|
419
|
+
"field.po": "[zh]PO",
|
|
367
420
|
"field.postal_code": "postal code",
|
|
368
421
|
"field.price": "价格",
|
|
369
422
|
"field.primary_unit": "primary unit",
|
|
370
423
|
"field.print_qty": "print qty",
|
|
424
|
+
"field.priority": "[zh] priority",
|
|
371
425
|
"field.privileges": "privileges",
|
|
372
426
|
"field.product_code": "产品代码",
|
|
373
427
|
"field.product_description": "product description",
|
|
@@ -386,8 +440,11 @@
|
|
|
386
440
|
"field.putaway_start": "[zh]putaway start",
|
|
387
441
|
"field.qty": "量",
|
|
388
442
|
"field.quantity": "量",
|
|
443
|
+
"field.quarantine_qty": "[zh] quarantine qty",
|
|
444
|
+
"field.quarantine_stock_only": "[zh] quarantine stock only",
|
|
389
445
|
"field.rank": "列为",
|
|
390
446
|
"field.ready": "completed",
|
|
447
|
+
"field.recall": "recall",
|
|
391
448
|
"field.receipt_reference_no": "receipt reference no",
|
|
392
449
|
"field.receive_date": "收到日期",
|
|
393
450
|
"field.ref_code": "[zh]ref code",
|
|
@@ -406,9 +463,11 @@
|
|
|
406
463
|
"field.remain_qty": "remain qty",
|
|
407
464
|
"field.remain_uom_value": "remain uom value",
|
|
408
465
|
"field.remaining_qty": "[zh]remaining qty",
|
|
409
|
-
"field.
|
|
410
|
-
"field.remark_checked_by": "[zh] remark checked by",
|
|
466
|
+
"field.remaining_uom_value": "[zh]remaining uom value",
|
|
411
467
|
"field.remark_checked_at": "[zh] remark checked at",
|
|
468
|
+
"field.remark_checked_by": "[zh] remark checked by",
|
|
469
|
+
"field.remark_issues": "[zh]Remark/Issue",
|
|
470
|
+
"field.remark": "remark",
|
|
412
471
|
"field.repacked_pallet": "repacked pallet",
|
|
413
472
|
"field.repalletized_pallet": "repalletized pallet",
|
|
414
473
|
"field.replenishment_order_no": "replenishment order no",
|
|
@@ -416,6 +475,7 @@
|
|
|
416
475
|
"field.require_packing": "[zh]require packing",
|
|
417
476
|
"field.require_serial_number_scanning": "[zh]require serial number scanning",
|
|
418
477
|
"field.reserve_qty": "[zh]reserve qty",
|
|
478
|
+
"field.reserve_stock_only": "[zh] reserve stock only",
|
|
419
479
|
"field.reserve_uom_value": "[zh]reserve uom value",
|
|
420
480
|
"field.resource_name": "资源名称",
|
|
421
481
|
"field.resource_type": "资源类型",
|
|
@@ -429,12 +489,16 @@
|
|
|
429
489
|
"field.ro_type": "[zh]RO type",
|
|
430
490
|
"field.ro": "RO",
|
|
431
491
|
"field.rounded_uom_value": "rounded uom value",
|
|
492
|
+
"field.route_label": "[zh] route label",
|
|
493
|
+
"field.route": "[zh] route",
|
|
432
494
|
"field.routing_type": "路由类型",
|
|
433
495
|
"field.routing": "路由",
|
|
434
496
|
"field.row_end": "row end",
|
|
435
497
|
"field.row_start": "row start",
|
|
436
498
|
"field.row": "row",
|
|
437
499
|
"field.rto": "[zh] RTO",
|
|
500
|
+
"field.scanned": "[zh] scanned",
|
|
501
|
+
"field.seal_no": "[zh] seal no",
|
|
438
502
|
"field.second_delimiter": "[zh] D2",
|
|
439
503
|
"field.selected_qty": "selected qty",
|
|
440
504
|
"field.selected": "selected",
|
|
@@ -448,7 +512,7 @@
|
|
|
448
512
|
"field.shelf_end": "[zh] shelf end",
|
|
449
513
|
"field.shelf_start": "[zh] shelf start",
|
|
450
514
|
"field.shelf": "shelf",
|
|
451
|
-
"field.
|
|
515
|
+
"field.dispatched_at": "[zh]dispatched at",
|
|
452
516
|
"field.shipping_option": "shipping option",
|
|
453
517
|
"field.shipping_provider": "shipping provider",
|
|
454
518
|
"field.show_balance_only": "show balance only",
|
|
@@ -468,6 +532,7 @@
|
|
|
468
532
|
"field.submitted_by": "submitted by",
|
|
469
533
|
"field.summary_report_quantity": "[zh]summary report quantity",
|
|
470
534
|
"field.supplier_name": "供应商名称",
|
|
535
|
+
"field.supplier": "[zh]supplier",
|
|
471
536
|
"field.system_location": "system location",
|
|
472
537
|
"field.system_qty": "system qty",
|
|
473
538
|
"field.system_remark": "system remark",
|
|
@@ -494,11 +559,14 @@
|
|
|
494
559
|
"field.total_uom": "total uom",
|
|
495
560
|
"field.total_volume": "[zh]total volume",
|
|
496
561
|
"field.total": "total",
|
|
562
|
+
"field.tote_no": "[zh] tote no",
|
|
563
|
+
"field.tote": "[zh] tote",
|
|
497
564
|
"field.tracking_no": "[zh] tracking no",
|
|
498
565
|
"field.transaction_type": "transaction type",
|
|
499
566
|
"field.transaction": "transaction",
|
|
500
567
|
"field.transport_driver": "transport driver",
|
|
501
568
|
"field.transport_vehicle": "transport vehicle",
|
|
569
|
+
"field.transporter": "[zh] transporter",
|
|
502
570
|
"field.truck_no": "truck no.",
|
|
503
571
|
"field.type": "type",
|
|
504
572
|
"field.unit_price": "unit price",
|
|
@@ -513,6 +581,7 @@
|
|
|
513
581
|
"field.uom_value": "uom value",
|
|
514
582
|
"field.uom": "uom",
|
|
515
583
|
"field.updated_at": "updated at",
|
|
584
|
+
"field.updated_by": "updated by",
|
|
516
585
|
"field.updater": "updater",
|
|
517
586
|
"field.urgency": "urgency",
|
|
518
587
|
"field.user_type": "user type",
|
|
@@ -521,11 +590,13 @@
|
|
|
521
590
|
"field.vas_order_no": "vas order no",
|
|
522
591
|
"field.vas": "value added service",
|
|
523
592
|
"field.vat": "vat",
|
|
593
|
+
"field.volume_m3": "[zh] volume (M3)",
|
|
524
594
|
"field.volume_size": "[zh]volume size",
|
|
525
595
|
"field.volume": "[zh]volume",
|
|
526
596
|
"field.w/h": "W/H",
|
|
527
597
|
"field.warehouse_name": "warehouse name",
|
|
528
|
-
"field.
|
|
598
|
+
"field.warehouse_qty": "[zh] warehouse qty",
|
|
599
|
+
"field.warehouse_status": "[zh] warehouse status",
|
|
529
600
|
"field.warehouse_transport": "warehouse transport",
|
|
530
601
|
"field.warehouse": "warehouse",
|
|
531
602
|
"field.weight_ratio": "[zh]weight ratio",
|
|
@@ -606,6 +677,8 @@
|
|
|
606
677
|
"label.contact_type": "contact type",
|
|
607
678
|
"label.container_arrival_date": "container arrival date",
|
|
608
679
|
"label.container_leaving_date": "container leaving date",
|
|
680
|
+
"label.container_departure_date": "container departure date",
|
|
681
|
+
"label.container_closure_date": "container closure date",
|
|
609
682
|
"label.container_load_type": "container load type",
|
|
610
683
|
"label.container_no": "container no",
|
|
611
684
|
"label.container_return_date": "container return date",
|
|
@@ -669,12 +742,13 @@
|
|
|
669
742
|
"label.executing": "executing",
|
|
670
743
|
"label.expiry_date": "expiry date",
|
|
671
744
|
"label.export": "出口",
|
|
745
|
+
"label.export_remark": "export remark",
|
|
672
746
|
"label.fax": "传真",
|
|
673
747
|
"label.fefo": "[zh]FEFO",
|
|
674
|
-
"label.fmfo": "[zh]FMFO",
|
|
675
748
|
"label.fifo": "FIFO",
|
|
676
749
|
"label.fleet_no": "车队编号",
|
|
677
750
|
"label.fleet_spec": "fleet spec",
|
|
751
|
+
"label.fmfo": "[zh]FMFO",
|
|
678
752
|
"label.from_date": "from date",
|
|
679
753
|
"label.from_location": "from location",
|
|
680
754
|
"label.from_pallet": "from pallet",
|
|
@@ -704,7 +778,7 @@
|
|
|
704
778
|
"label.loose_item": "loose item",
|
|
705
779
|
"label.lorry_no": "lorry no.",
|
|
706
780
|
"label.lot_barcode": "lot barcode",
|
|
707
|
-
"label.lot_id": "lot
|
|
781
|
+
"label.lot_id": "lot ID",
|
|
708
782
|
"label.lot_no": "lot no",
|
|
709
783
|
"label.lot": "[zh]lot",
|
|
710
784
|
"label.name": "名字",
|
|
@@ -712,7 +786,7 @@
|
|
|
712
786
|
"label.new_batch_id": "new batch no",
|
|
713
787
|
"label.new_carton_id": "[zh]new carton id",
|
|
714
788
|
"label.new_label": "new label",
|
|
715
|
-
"label.new_lot_id": "new lot
|
|
789
|
+
"label.new_lot_id": "new lot ID",
|
|
716
790
|
"label.no_of_random_item": "no of random item",
|
|
717
791
|
"label.not_tally": "not tally",
|
|
718
792
|
"label.open": "[zh] open",
|
|
@@ -726,6 +800,7 @@
|
|
|
726
800
|
"label.order_status_cancelled": "cancelled",
|
|
727
801
|
"label.order_status_collecting": "collecting",
|
|
728
802
|
"label.order_status_delivering": "delivering",
|
|
803
|
+
"label.order_status_deactivated": "deactivated",
|
|
729
804
|
"label.order_status_dispatching": "dispatching",
|
|
730
805
|
"label.order_status_done": "done",
|
|
731
806
|
"label.order_status_editing": "editing",
|
|
@@ -754,6 +829,7 @@
|
|
|
754
829
|
"label.order_status_ready_to_unload": "ready to unload",
|
|
755
830
|
"label.order_status_received": "received",
|
|
756
831
|
"label.order_status_rejected": "rejected",
|
|
832
|
+
"label.order_status_sorting": "[zh]sorting",
|
|
757
833
|
"label.order_type": "order type",
|
|
758
834
|
"label.other_destination": "other destination",
|
|
759
835
|
"label.other": "other",
|
|
@@ -819,6 +895,7 @@
|
|
|
819
895
|
"label.release_qty": "release qty",
|
|
820
896
|
"label.release_to": "release to",
|
|
821
897
|
"label.release_uom_value": "release uom value",
|
|
898
|
+
"label.remind_container_departure": "remind container departure",
|
|
822
899
|
"label.remainder": "[zh] remainder",
|
|
823
900
|
"label.remark": "remark",
|
|
824
901
|
"label.repalletizing_vas": "repalletizing vas",
|
|
@@ -840,6 +917,7 @@
|
|
|
840
917
|
"label.return_status_putting_away": "[zh] PUTTING_AWAY",
|
|
841
918
|
"label.return_status_ready_to_unload": "[zh] READY_TO_UNLOAD",
|
|
842
919
|
"label.return": "return",
|
|
920
|
+
"label.reusable_pallet_id": "[zh] plastic pallet id",
|
|
843
921
|
"label.reusable_pallet": "plastic pallet",
|
|
844
922
|
"label.ro": "[zh]RO no.",
|
|
845
923
|
"label.role_description": "role description",
|
|
@@ -986,6 +1064,7 @@
|
|
|
986
1064
|
"text.batch_is_not_selected": "[zh]batch is not selected",
|
|
987
1065
|
"text.batch_no_is_required": "[zh]batch no. is required",
|
|
988
1066
|
"text.bizplace_not_found": "bizplace not found",
|
|
1067
|
+
"text.bulk_update_status": "[zh] bulk update status",
|
|
989
1068
|
"text.cancel": "[zh] cancel",
|
|
990
1069
|
"text.cancellation_request_has_been_rejected": "[zh] cancellation request has been rejected",
|
|
991
1070
|
"text.cannot_change_x": "can't change {state.x}",
|
|
@@ -993,6 +1072,7 @@
|
|
|
993
1072
|
"text.cannot_delete_picked_products": "cannot delete picked product",
|
|
994
1073
|
"text.cannot_delete_unsaved_location(s)": "cannot delete unsaved location(s)",
|
|
995
1074
|
"text.carton_id_is_empty": "[zh] carton id is empty",
|
|
1075
|
+
"text.carton_id_not_found": "[zh] carton id not found",
|
|
996
1076
|
"text.change_driver/vehicle": "change driver/truck",
|
|
997
1077
|
"text.change_to_editable": "change to editable",
|
|
998
1078
|
"text.check_to_arrived": "check to arrived",
|
|
@@ -1002,6 +1082,8 @@
|
|
|
1002
1082
|
"text.collection_order_form_invalid": "collection order form invalid",
|
|
1003
1083
|
"text.collection_order_received": "collection order received",
|
|
1004
1084
|
"text.collection_order_rejected": "collection order rejected",
|
|
1085
|
+
"text.company_field_is_empty": "[zh] company field is empty",
|
|
1086
|
+
"text.company_is_not_selected": "[zh] company is not selected",
|
|
1005
1087
|
"text.company_was_not_selected": "company was not selected",
|
|
1006
1088
|
"text.complete_inspection": "complete inspection",
|
|
1007
1089
|
"text.complete_loading": "complete loading",
|
|
@@ -1009,7 +1091,7 @@
|
|
|
1009
1091
|
"text.complete_transfer": "complete transfer",
|
|
1010
1092
|
"text.complete_unloading": "complete unloading",
|
|
1011
1093
|
"text.completed_collection_order": "completed collection order",
|
|
1012
|
-
"text.completed_delivery_order": "
|
|
1094
|
+
"text.completed_delivery_order": "completed delivery order",
|
|
1013
1095
|
"text.completed_x": "completed {state.x}",
|
|
1014
1096
|
"text.completing_inspection": "completing inspection",
|
|
1015
1097
|
"text.confirm_arrival_notice": "confirm arrival notice",
|
|
@@ -1064,6 +1146,8 @@
|
|
|
1064
1146
|
"text.destination_is_not_selected": "destination is not selected",
|
|
1065
1147
|
"text.dispatch_delivery_order": "dispatch delivery order",
|
|
1066
1148
|
"text.do_you_want_to_complete": "do you want to complete?",
|
|
1149
|
+
"text.do_you_wish_to_proceed_the_selected_products_will_be_removed": "do you wish to proceed? The selected product will be removed.",
|
|
1150
|
+
"text.export_form_is_invalid": "export form is invalid",
|
|
1067
1151
|
"text.do_you_want_to_print": "do you want to print",
|
|
1068
1152
|
"text.do_you_want_to_proceed": "[zh] do you want to proceed",
|
|
1069
1153
|
"text.document_has_been_generated": "[zh] document has been generated",
|
|
@@ -1104,6 +1188,7 @@
|
|
|
1104
1188
|
"text.goods_delivery_note_uploaded": "goods delivery note uploaded",
|
|
1105
1189
|
"text.goods_received_note_has_been_received": "GRN has been marked received",
|
|
1106
1190
|
"text.goods_received_note_has_been_sent_successfully": "GRN has been sent successfully",
|
|
1191
|
+
"text.holder_field_is_empty": "[zh] holder field is empty",
|
|
1107
1192
|
"text.inbound": "[zh]inbound",
|
|
1108
1193
|
"text.incomplete_container_information": "[zh]incomplete container information",
|
|
1109
1194
|
"text.info_delete_successfully": "info delete successfully",
|
|
@@ -1126,10 +1211,12 @@
|
|
|
1126
1211
|
"text.invalid_pallet_qty": "invalid pallet qty",
|
|
1127
1212
|
"text.invalid_print_qty": "[zh] invalid print qty",
|
|
1128
1213
|
"text.invalid_product_combination": "[zh] invalid product combination",
|
|
1129
|
-
"text.invalid_quantity_input": "invalid quantity input",
|
|
1130
1214
|
"text.invalid_qty": "[zh] invalid quantity",
|
|
1215
|
+
"text.invalid_quantity_input": "invalid quantity input",
|
|
1131
1216
|
"text.invalid_release_date": "invalid release date",
|
|
1132
1217
|
"text.invalid_release_qty": "invalid release qty",
|
|
1218
|
+
"text.invalid_return_location": "[zh] invalid return location",
|
|
1219
|
+
"text.invalid_uom_value_input": "[zh] invalid uom value input",
|
|
1133
1220
|
"text.invalid_value_in_list": "[zh] invalid value in list",
|
|
1134
1221
|
"text.invalid_vas_setting": "invalid VAS setting",
|
|
1135
1222
|
"text.invalid_x_input": "[zh]invalid {state.x} input",
|
|
@@ -1152,12 +1239,15 @@
|
|
|
1152
1239
|
"text.location_code_is_empty": "location code is empty",
|
|
1153
1240
|
"text.location_id_is_empty": "location id is empty",
|
|
1154
1241
|
"text.location_is_not_selected": "location is not selected",
|
|
1242
|
+
"text.location_scanned_is_not_a_quarantine_zone_or_reserved_zone": "Location scanned is not a quarantine zone or reserved zone!",
|
|
1155
1243
|
"text.logistics_has_been_initialised": "logistics has been initialised",
|
|
1156
|
-
"text.lot_id_is_duplicated": "lot
|
|
1157
|
-
"text.lot_id_is_empty": "lot
|
|
1244
|
+
"text.lot_id_is_duplicated": "lot ID is duplicated",
|
|
1245
|
+
"text.lot_id_is_empty": "lot ID is empty",
|
|
1246
|
+
"text.lot_id_not_found": "[zh] lot ID not found",
|
|
1158
1247
|
"text.manifest_has_been_dispatched_and_closed": "[zh] manifest has been dispatched and closed",
|
|
1159
1248
|
"text.manifest_has_been_generated": "[zh] manifest has been generated",
|
|
1160
1249
|
"text.manifest_items_is_empty": "[zh] manifest items is empty",
|
|
1250
|
+
"text.manufacture-date-cannot-be-later-than-today": "[zh] manufacture date cannot be later than today",
|
|
1161
1251
|
"text.missing_zone_name": "missing zone name",
|
|
1162
1252
|
"text.new_batch_id_is_empty": "new batch no is empty",
|
|
1163
1253
|
"text.no_available_worksheet_selected": "[zh]no available worksheet selected",
|
|
@@ -1166,19 +1256,27 @@
|
|
|
1166
1256
|
"text.no_document_available": "[zh] no document available",
|
|
1167
1257
|
"text.no_label_setting_found": "[zh] no label setting found",
|
|
1168
1258
|
"text.no_label_setting_was_found.": "[zh]no label setting was found",
|
|
1169
|
-
"text.
|
|
1259
|
+
"text.no_label_setting_was_found": "[zh] no label setting was found",
|
|
1260
|
+
"text.no_lot_id": "no lot ID",
|
|
1170
1261
|
"text.no_matching_product_found": "[zh] no matching product found",
|
|
1171
1262
|
"text.no_matching_unloaded_inventory_found": "[zh] no matching unloaded inventory found",
|
|
1172
1263
|
"text.no_product_barcode_detected": "[zh] no product barcode detected",
|
|
1173
1264
|
"text.no_products": "no products",
|
|
1174
1265
|
"text.no_serial_number_selected": "[zh]no serial number selected",
|
|
1266
|
+
"text.not_a_reusable_pallet": "[zh] not a reusable pallet",
|
|
1267
|
+
"text.now_using_normal_pallet": "[zh] now using normal pallet",
|
|
1268
|
+
"text.now_using_reusable_pallet": "[zh] now using reusable pallet",
|
|
1175
1269
|
"text.offline": "offline",
|
|
1176
1270
|
"text.online": "online",
|
|
1177
1271
|
"text.optional": "optional",
|
|
1178
1272
|
"text.order_has_been_set_to_ready_to_ship": "[zh] order has been set to ready to ship",
|
|
1273
|
+
"text.order_is_not_selected": "[zh] order is not selected",
|
|
1179
1274
|
"text.order_no_is_empty": "order no is empty",
|
|
1180
1275
|
"text.order_remark_has_been_checked": "[zh] order remark has been checked",
|
|
1181
1276
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "[zh] order status not qualified for bulk printing packing list",
|
|
1277
|
+
"text.orders_has_been_activated": "[zh] orders has been activated",
|
|
1278
|
+
"text.outbound": "[zh] outbound",
|
|
1279
|
+
"text.owner_field_is_empty": "[zh] owner field is empty",
|
|
1182
1280
|
"text.package_qty_should_be_positive": "[zh] package qty should be positive",
|
|
1183
1281
|
"text.packing_is_completed": "packing is completed",
|
|
1184
1282
|
"text.pallet_is_in_progressing": "pallet is in progressing",
|
|
@@ -1187,8 +1285,9 @@
|
|
|
1187
1285
|
"text.partial_format": "partial format",
|
|
1188
1286
|
"text.pending_airwaybill_from_ecommerce_platform": "[zh] pending airwaybill from ecommerce platform",
|
|
1189
1287
|
"text.picking_is_completed": "picking is completed",
|
|
1190
|
-
"text.picking_worksheet_will_be_activated": "picking worksheet will be activated",
|
|
1191
|
-
"text.picking_worksheet_will_be_generated": "picking worksheet will be generated",
|
|
1288
|
+
"text.picking_worksheet_will_be_activated": "[zh]picking worksheet will be activated",
|
|
1289
|
+
"text.picking_worksheet_will_be_generated": "[zh]picking worksheet will be generated",
|
|
1290
|
+
"text.picked_inventory_not_allowed_to_reassign": "[zh]picked inventory not allowed to reassign",
|
|
1192
1291
|
"text.pickup_info_is_not_completed": "pickup info is not completed",
|
|
1193
1292
|
"text.please_attach_the_file": "[zh]please attach the file",
|
|
1194
1293
|
"text.please_check_your_setting": "please check your setting",
|
|
@@ -1198,7 +1297,9 @@
|
|
|
1198
1297
|
"text.please_select_a_company": "[zh] please select a company",
|
|
1199
1298
|
"text.please_select_a_driver": "please select a driver",
|
|
1200
1299
|
"text.please_select_a_truck": "select a truck",
|
|
1300
|
+
"text.please_select_an_inventory": "[zh] please select an inventory",
|
|
1201
1301
|
"text.please_select_label_indicator": "please select label indicator",
|
|
1302
|
+
"text.please_select_one_or_more_order_to_generate_worksheet": "[zh] please select one or more order to generate worksheet",
|
|
1202
1303
|
"text.please_select_release_order": "[zh] please select release order",
|
|
1203
1304
|
"text.please_select_the_company": "[zh]please select the company",
|
|
1204
1305
|
"text.please_select_the_contact_type": "please select the contact type",
|
|
@@ -1213,6 +1314,7 @@
|
|
|
1213
1314
|
"text.print_1_label_for_item_with_non_specified_print_qty": "[zh]print 1 label for item with non-specified print qty",
|
|
1214
1315
|
"text.print_qty_is_empty": "print qty is empty",
|
|
1215
1316
|
"text.printing": "printing",
|
|
1317
|
+
"text.priority": "[zh] priority",
|
|
1216
1318
|
"text.product_barcode_is_empty": "[zh] product barcode is empty",
|
|
1217
1319
|
"text.product_changes_have_been_processed": "[zh] product changes have been processed",
|
|
1218
1320
|
"text.product_is_not_selected": "product is not selected",
|
|
@@ -1223,6 +1325,7 @@
|
|
|
1223
1325
|
"text.qty_exceed_limit": "qty exceed limit",
|
|
1224
1326
|
"text.qty_is_empty": "qty is empty",
|
|
1225
1327
|
"text.qty_should_be_positive": "qty should be positive value",
|
|
1328
|
+
"text.reassignment_done": "[zh]reassignment done",
|
|
1226
1329
|
"text.receive_arrival_notice": "receive arrival notice",
|
|
1227
1330
|
"text.receive_return_order": "receive return order",
|
|
1228
1331
|
"text.receive_vas_order": "receive value added service order",
|
|
@@ -1246,10 +1349,12 @@
|
|
|
1246
1349
|
"text.release_order_received": "release order received",
|
|
1247
1350
|
"text.release_order_rejected": "release order rejected",
|
|
1248
1351
|
"text.release_order_will_be_deleted": "release order will be deleted",
|
|
1249
|
-
"text.
|
|
1352
|
+
"text.release_qty_cannot_exceed_picked_qty": "[zh]release qty cannot exceed picked qty",
|
|
1353
|
+
"text.release_qty_cannot_exceed_stored_qty": "[zh]release qty cannot exceed stored qty",
|
|
1250
1354
|
"text.release_qty_invalid": "[zh] release quantity is invalid",
|
|
1251
|
-
"text.release_qty_is_empty": "release quantity is empty",
|
|
1252
|
-
"text.release_qty_is_more_than_expected": "release qty is more than expected",
|
|
1355
|
+
"text.release_qty_is_empty": "[zh] release quantity is empty",
|
|
1356
|
+
"text.release_qty_is_more_than_expected": "[zh] release qty is more than expected",
|
|
1357
|
+
"text.release_qty_not_matched": "[zh] release qty not matched",
|
|
1253
1358
|
"text.remark_is_empty": "remark is empty",
|
|
1254
1359
|
"text.remark_updated": "remark updated",
|
|
1255
1360
|
"text.replacement_pallet_not_match_criteria": "replacement pallet not match criteria",
|
|
@@ -1260,6 +1365,7 @@
|
|
|
1260
1365
|
"text.return_order_received": "return order received",
|
|
1261
1366
|
"text.return_order_rejected": "return order rejected",
|
|
1262
1367
|
"text.return": "return",
|
|
1368
|
+
"text.reusable_pallet_id_empty": "[zh] plastic pallet id is empty",
|
|
1263
1369
|
"text.reverse_kitting_completed": "[zh] reverse kitting completed",
|
|
1264
1370
|
"text.reverse_kitting_order_activated": "[zh] reverse kitting order activated",
|
|
1265
1371
|
"text.reverse_kitting_order_cancelled": "[zh] reverse kitting order cancelled",
|
|
@@ -1269,10 +1375,12 @@
|
|
|
1269
1375
|
"text.reverse_kitting_order": "[zh] reverse kitting order",
|
|
1270
1376
|
"text.same_pallet_is_founded_in_location": "same pallet is founded in {state.location}",
|
|
1271
1377
|
"text.scan_product_barcode": "[zh] scan product barcode",
|
|
1378
|
+
"text.seal_number": "[zh] seal number",
|
|
1272
1379
|
"text.select_a_delivery_type": "[zh]select a delivery type",
|
|
1273
1380
|
"text.select_a_logistics_type": "[zh]select a logistics type",
|
|
1274
1381
|
"text.select_a_release_order_to_proceed": "[zh] select a release order to proceed",
|
|
1275
1382
|
"text.select_a_shipping_provider": "[zh]select a shipping provider",
|
|
1383
|
+
"text.select_at_least_one_inventory_to_putaway": "[zh] select at least one inventory to putaway",
|
|
1276
1384
|
"text.select_at_least_one_inventory_to_undo": "[zh] select at least one inventory to undo",
|
|
1277
1385
|
"text.select_location_format": "please select location format",
|
|
1278
1386
|
"text.select_one_of_unloading_list_first": "[zh]select one of unloading list first",
|
|
@@ -1283,6 +1391,7 @@
|
|
|
1283
1391
|
"text.selected_qty_is_less_than_expected": "selected qty is less than expected",
|
|
1284
1392
|
"text.selected_qty_is_more_than_expected": "selected qty is more than expected",
|
|
1285
1393
|
"text.send_goods_received_note": "send GRN",
|
|
1394
|
+
"text.serial_number_has_been_scanned": "[zh] serial number has been scanned",
|
|
1286
1395
|
"text.serial_number_is_empty": "[zh]serial number is empty",
|
|
1287
1396
|
"text.serial_number_not_tally_with_qty": "[zh]serial number not tally with quantity",
|
|
1288
1397
|
"text.set_order_to_ready_to_ship": "[zh]set order to ready to ship",
|
|
@@ -1291,13 +1400,15 @@
|
|
|
1291
1400
|
"text.signed": "signed in",
|
|
1292
1401
|
"text.sku_is_required": "[zh]sku is required",
|
|
1293
1402
|
"text.sorting_is_completed": "[zh] sorting is completed",
|
|
1403
|
+
"text.status_field_is_empty": "[zh] status field is empty",
|
|
1404
|
+
"text.status_update_completed": "[zh] status update completed",
|
|
1294
1405
|
"text.std_amount_cannot_be_in_decimal_places": "[zh] single pack standard amount cannot be in decimal places",
|
|
1295
1406
|
"text.still_pending_putaway": "[zh]still pending putaway",
|
|
1296
1407
|
"text.submit_edited_batch_id_for_approval": "submit edited batch id for approval",
|
|
1297
1408
|
"text.successfully_retrieve_tracking_no": "successfully retrieve tracking no",
|
|
1298
1409
|
"text.supplier": "supplier",
|
|
1299
|
-
"text.text.target_does_not_selected": "target is not selected",
|
|
1300
1410
|
"text.target_is_not_selected": "target is not selected",
|
|
1411
|
+
"text.text.target_does_not_selected": "target is not selected",
|
|
1301
1412
|
"text.there_is_additional_operation": "[zh]there is additional operation",
|
|
1302
1413
|
"text.there_is_completed_item_already": "[zh]there is completed item already",
|
|
1303
1414
|
"text.there_is_duplicated_products": "[zh]there is duplicated products",
|
|
@@ -1319,12 +1430,20 @@
|
|
|
1319
1430
|
"text.there_is_non_assigned_vas": "[zh]there is non-assigned vas",
|
|
1320
1431
|
"text.there_is_not_ready_vas": "[zh]there is not ready vas",
|
|
1321
1432
|
"text.there_is_nothing_to_restore": "[zh]there is nothing to restore",
|
|
1433
|
+
"text.there_is_release_qty_no_amendment_is_allowed": "[zh] there is release qty, no amendment is allowed",
|
|
1322
1434
|
"text.there_is_uncompleted_task": "[zh]there is uncompleted task",
|
|
1323
1435
|
"text.there_no_selected": "[zh]there no selected",
|
|
1324
1436
|
"text.theres_no_pallet_selected": "[zh]there's no pallet selected",
|
|
1325
1437
|
"text.this_is_cross_docking": "this is cross docking",
|
|
1326
1438
|
"text.to_date_is_empty": "to date is empty",
|
|
1327
|
-
"text.to_lot_id_is_empty": "to lot
|
|
1439
|
+
"text.to_lot_id_is_empty": "to lot ID is empty",
|
|
1440
|
+
"text.tote_box_(x)_is_scanned": "[zh] tote box ({x}) is scanned",
|
|
1441
|
+
"text.tote_carton_(x)_is_scanned": "[zh] tote carton ({x}) is scanned",
|
|
1442
|
+
"text.tote_field_is_empty": "[zh] tote field is empty",
|
|
1443
|
+
"text.tote_is_damaged_please_scan_again": "[zh] tote is damaged, please scan again",
|
|
1444
|
+
"text.tote_is_dispatched_please_scan_again": "[zh] tote is dispatched, please scan again",
|
|
1445
|
+
"text.tote_is_not_scanned": "[zh] tote is not scanned",
|
|
1446
|
+
"text.tote_number": "[zh] tote number",
|
|
1328
1447
|
"text.tracking_no_already_exist_in_manifest_list": "[zh] tracking no already exist in manifest list",
|
|
1329
1448
|
"text.transfer_inventory_to_different_location": "[zh] transfer inventory to different location",
|
|
1330
1449
|
"text.transfer_location_completed": "[zh] transfer location completed",
|
|
@@ -1345,6 +1464,7 @@
|
|
|
1345
1464
|
"text.unpacking": "unpacking",
|
|
1346
1465
|
"text.update_arrival_notice_details": "[zh]update arrival notice details",
|
|
1347
1466
|
"text.update_release_order_details": "[zh] update release order details",
|
|
1467
|
+
"text.use_normal_pallet": "[zh] use normal pallet",
|
|
1348
1468
|
"text.vas_has_been_completed": "vas has been completed",
|
|
1349
1469
|
"text.vas_is_completed": "vas is completed",
|
|
1350
1470
|
"text.vas_order_confirmed": "vas order confirmed",
|
|
@@ -1357,16 +1477,19 @@
|
|
|
1357
1477
|
"text.warehouse_not_found": "warehouse not found!",
|
|
1358
1478
|
"text.worksheet_activated": "worksheet activated",
|
|
1359
1479
|
"text.worksheet_has_been_generated": "worksheet has been generated",
|
|
1360
|
-
"text.
|
|
1480
|
+
"text.worksheet(s)_has_been_generated": "[zh] worksheet(s) has been generated",
|
|
1481
|
+
"text.wrong_lot_id": "wrong lot ID",
|
|
1361
1482
|
"text.wrong_release_qty": "wrong release qty",
|
|
1362
1483
|
"text.wrong_sorting_qty": "wrong sorting qty",
|
|
1363
1484
|
"text.x_error": "{state.x} error",
|
|
1364
1485
|
"text.x_exceed_limit": "{state.x} exceed limit",
|
|
1365
1486
|
"text.x_is_empty": "{state.x} is empty",
|
|
1487
|
+
"text.x_is_expiring": "[zh] {x} is expiring",
|
|
1366
1488
|
"text.x_should_be_positive": "{state.x} should be positive value",
|
|
1367
1489
|
"text.yes": "yes",
|
|
1368
1490
|
"text.you_can_only_select_one_transport_type": "you can only select one transport type",
|
|
1369
1491
|
"text.you_can_only_upload_one_file_max": "[zh]you can only upload one file max",
|
|
1492
|
+
"text.you_can_still_restore_after_deleting": "[zh] you can still restore after deleting",
|
|
1370
1493
|
"text.you_wont_be_able_to_revert_this": "you won't be able to revert this",
|
|
1371
1494
|
"text.you.are.now.in": "you are now in {state.text}",
|
|
1372
1495
|
"text.your_work_has_completed": "your work has completed",
|
|
@@ -1391,6 +1514,7 @@
|
|
|
1391
1514
|
"title.bulk_operation": "[zh]bulk operation",
|
|
1392
1515
|
"title.bulk_print_packing_list": "[zh] bulk print packing list",
|
|
1393
1516
|
"title.bulk_release_orders": "[zh]bulk release orders",
|
|
1517
|
+
"title.bulk_update_status": "[zh] bulk update status",
|
|
1394
1518
|
"title.carton_label": "[zh] carton label",
|
|
1395
1519
|
"title.check_arrived_notice": "check arrived notice",
|
|
1396
1520
|
"title.check_return_order": "check return order",
|
|
@@ -1451,6 +1575,7 @@
|
|
|
1451
1575
|
"title.existing_release_product_list": "existing release product list",
|
|
1452
1576
|
"title.expiration_date": "[zh] expiration date",
|
|
1453
1577
|
"title.export_order": "export order",
|
|
1578
|
+
"title.export_information": "export information",
|
|
1454
1579
|
"title.extension_settings": "extension settings",
|
|
1455
1580
|
"title.external_return_worksheet": "external return worksheet",
|
|
1456
1581
|
"title.extra_pallets": "extra pallets",
|
|
@@ -1474,6 +1599,7 @@
|
|
|
1474
1599
|
"title.inbound_order_details_report": "[zh]inbound order details report",
|
|
1475
1600
|
"title.inbound_product_changes": "[zh]inbound product changes",
|
|
1476
1601
|
"title.inbound_reusable_pallet": "inbound plastic pallet",
|
|
1602
|
+
"title.inbound_serial_number_report": "[zh]inbound serial number report",
|
|
1477
1603
|
"title.inbound_worksheet": "inbound worksheet",
|
|
1478
1604
|
"title.information": "信息",
|
|
1479
1605
|
"title.initialise_logistics": "initialise logistics",
|
|
@@ -1504,8 +1630,8 @@
|
|
|
1504
1630
|
"title.is_operation_finished": "is operation completed",
|
|
1505
1631
|
"title.issue": "issue",
|
|
1506
1632
|
"title.item_list": "[zh]item list",
|
|
1507
|
-
"title.item_putting_away_is_expiring_soon": "[
|
|
1508
|
-
"title.item_unloading_is_expiring_soon": "[
|
|
1633
|
+
"title.item_putting_away_is_expiring_soon": "[zh] Item putting away is expiring soon!",
|
|
1634
|
+
"title.item_unloading_is_expiring_soon": "[zh] Item unloading is expiring soon!",
|
|
1509
1635
|
"title.job_sheet_info": "job sheet info",
|
|
1510
1636
|
"title.job_sheet_list": "job sheet list",
|
|
1511
1637
|
"title.job_sheet_report": "job sheet report",
|
|
@@ -1542,6 +1668,7 @@
|
|
|
1542
1668
|
"title.original_pallet": "original pallet",
|
|
1543
1669
|
"title.outbound_order_details_report": "[zh]outbound order details report",
|
|
1544
1670
|
"title.outbound_reusable_pallet": "outbound plastic pallet",
|
|
1671
|
+
"title.outbound_serial_number_report": "[zh]outbound serial number report",
|
|
1545
1672
|
"title.outbound_worksheet": "outbound worksheet",
|
|
1546
1673
|
"title.packing_list": "packing list",
|
|
1547
1674
|
"title.packing_worksheet_list": "packing worksheet list",
|
|
@@ -1551,6 +1678,7 @@
|
|
|
1551
1678
|
"title.palletizing_with_pallets": "palletizing with pallets",
|
|
1552
1679
|
"title.palletizing": "palletizing",
|
|
1553
1680
|
"title.pallets": "pallets",
|
|
1681
|
+
"title.partner": "[zh] partner",
|
|
1554
1682
|
"title.picking_bins": "picking bins",
|
|
1555
1683
|
"title.picking_by_product": "按产品选择",
|
|
1556
1684
|
"title.picking_by_unit_detail": "拣货资料",
|
|
@@ -1565,6 +1693,7 @@
|
|
|
1565
1693
|
"title.print_location_label": "print location label",
|
|
1566
1694
|
"title.print_preview": "print preview",
|
|
1567
1695
|
"title.print_product_label": "[zh]print product label",
|
|
1696
|
+
"title.print_route_label": "[zh] print route label",
|
|
1568
1697
|
"title.proceed_edited_added_product": "[zh]proceed edited/added products",
|
|
1569
1698
|
"title.product_bundle_detail": "[zh]product bundle detail",
|
|
1570
1699
|
"title.product_bundle_setting": "[zh]product bundle setting",
|
|
@@ -1573,12 +1702,14 @@
|
|
|
1573
1702
|
"title.product_label_report": "[zh]product label report",
|
|
1574
1703
|
"title.product_option": "product option",
|
|
1575
1704
|
"title.product_set": "product set",
|
|
1705
|
+
"title.product_sku_x": "[zh] product sku: {x}",
|
|
1576
1706
|
"title.product": "product",
|
|
1577
1707
|
"title.putaway_goods_detail": "货物上架资料",
|
|
1578
1708
|
"title.putaway_goods_master": "货物上架主单",
|
|
1579
1709
|
"title.putaway_goods_scan_area": "货物上架扫描区域",
|
|
1580
1710
|
"title.putaway": "putaway",
|
|
1581
1711
|
"title.ready_to_ship": "[zh]ready to ship",
|
|
1712
|
+
"title.reassign_inventory": "[zh]reassign inventory",
|
|
1582
1713
|
"title.receive_arrival_notice": "接受到货通知单",
|
|
1583
1714
|
"title.receive_goods_detail": "收货资料",
|
|
1584
1715
|
"title.receive_goods_master": "收货主单",
|
|
@@ -1653,10 +1784,13 @@
|
|
|
1653
1784
|
"title.task_list": "task list",
|
|
1654
1785
|
"title.task_no": "[zh]task no",
|
|
1655
1786
|
"title.tasks": "tasks",
|
|
1787
|
+
"title.tote_scanning": "[zh] tote scanning",
|
|
1788
|
+
"title.tote": "[zh] tote",
|
|
1656
1789
|
"title.transfer_inventory": "transfer inventory",
|
|
1657
1790
|
"title.transport_driver": "transport driver",
|
|
1658
1791
|
"title.transport_order": "运输单",
|
|
1659
1792
|
"title.transport_vehicle": "transport vehicle",
|
|
1793
|
+
"title.undo_putaway": "[zh] undo putaway",
|
|
1660
1794
|
"title.undo_unload": "[zh] undo unload",
|
|
1661
1795
|
"title.unloaded_inventories": "[zh] unloaded inventories",
|
|
1662
1796
|
"title.unloaded_pallets": "unloaded pallets",
|
|
@@ -1685,6 +1819,7 @@
|
|
|
1685
1819
|
"title.vas": "value added services",
|
|
1686
1820
|
"title.view_product_changes": "[zh]view product changes",
|
|
1687
1821
|
"title.view_setting": "视图设置",
|
|
1822
|
+
"title.volume_summary_report": "[zh] volume summary report",
|
|
1688
1823
|
"title.warehouse_name": "warehouse name",
|
|
1689
1824
|
"title.warehouse_return": "[zh] warehouse return",
|
|
1690
1825
|
"title.warehouse": "warehouse",
|
|
@@ -1704,80 +1839,30 @@
|
|
|
1704
1839
|
"title.worksheet_unloading": "worksheet unloading",
|
|
1705
1840
|
"title.worksheet_vas": "worksheet vas",
|
|
1706
1841
|
"title.worksheet": "worksheet",
|
|
1707
|
-
"vas_order_created": "vas order created",
|
|
1708
|
-
"
|
|
1709
|
-
"text.
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1717
|
-
"text.
|
|
1718
|
-
"title.
|
|
1719
|
-
"text.
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1727
|
-
"text.
|
|
1728
|
-
"
|
|
1729
|
-
"text.
|
|
1730
|
-
"
|
|
1731
|
-
"text.
|
|
1732
|
-
"
|
|
1733
|
-
"field.volume_m3": "[zh] volume (M3)",
|
|
1734
|
-
"text.selected_release_order(s)_has_existing_worksheet": "[zh] selected release order(s) has existing worksheet",
|
|
1735
|
-
"text.please_select_one_or_more_order_to_generate_worksheet": "[zh] please select one or more order to generate worksheet",
|
|
1736
|
-
"text.worksheet(s)_has_been_generated": "[zh] worksheet(s) has been generated",
|
|
1737
|
-
"title.product_sku_x": "[zh] product sku: {x}",
|
|
1738
|
-
"text.outbound": "[zh] outbound",
|
|
1739
|
-
"text.serial_number_has_been_scanned": "[zh] serial number has been scanned",
|
|
1740
|
-
"button.print_route_label": "[zh] print route label",
|
|
1741
|
-
"button.proceed": "[zh] proceed",
|
|
1742
|
-
"title.print_route_label": "[zh] print route label",
|
|
1743
|
-
"field.route_label": "[zh] route label",
|
|
1744
|
-
"field.route": "[zh] route",
|
|
1745
|
-
"text.priority": "[zh] priority",
|
|
1746
|
-
"text.no_label_setting_was_found": "[zh] no label setting was found",
|
|
1747
|
-
"field.tote_no": "[zh] tote no",
|
|
1748
|
-
"title.tote": "[zh] tote",
|
|
1749
|
-
"text.company_field_is_empty": "[zh] company field is empty",
|
|
1750
|
-
"text.you_can_still_restore_after_deleting": "[zh] you can still restore after deleting",
|
|
1751
|
-
"title.bulk_update_status": "[zh] bulk update status",
|
|
1752
|
-
"text.bulk_update_status": "[zh] bulk update status",
|
|
1753
|
-
"text.status_update_completed": "[zh] status update completed",
|
|
1754
|
-
"button.bulk_update_status": "[zh] bulk update status",
|
|
1755
|
-
"button.tote": "[zh] tote",
|
|
1756
|
-
"title.tote_scanning": "[zh] tote scanning",
|
|
1757
|
-
"text.tote_number": "[zh] tote number",
|
|
1758
|
-
"field.seal_no": "[zh] seal no",
|
|
1759
|
-
"text.seal_number": "[zh] seal number",
|
|
1760
|
-
"field.now_scanning": "[zh] now scanning",
|
|
1761
|
-
"text.tote_field_is_empty": "[zh] tote field is empty",
|
|
1762
|
-
"text.status_field_is_empty": "[zh] status field is empty",
|
|
1763
|
-
"field.tote": "[zh] tote",
|
|
1764
|
-
"field.scanned": "[zh] scanned",
|
|
1765
|
-
"text.tote_is_damaged_please_scan_again": "[zh] tote is damaged, please scan again",
|
|
1766
|
-
"text.tote_is_dispatched_please_scan_again": "[zh] tote is dispatched, please scan again",
|
|
1767
|
-
"text.tote_box_(x)_is_scanned": "[zh] tote box ({x}) is scanned",
|
|
1768
|
-
"text.tote_carton_(x)_is_scanned": "[zh] tote carton ({x}) is scanned",
|
|
1769
|
-
"text.tote_is_not_scanned": "[zh] tote is not scanned",
|
|
1770
|
-
"field.opening_volume": "[zh] opening volume",
|
|
1771
|
-
"field.inbound_volume": "[zh] inbound volume",
|
|
1772
|
-
"field.adjusted_volume": "[zh] adjusted volume",
|
|
1773
|
-
"field.missing_volume": "[zh] missing volume",
|
|
1774
|
-
"field.outbound_volume": "[zh] outbound volume",
|
|
1775
|
-
"field.closing_qty": "[zh] closing qty",
|
|
1776
|
-
"field.closing_volume": "[zh] closing volume",
|
|
1777
|
-
"field.opening": "[zh] opening",
|
|
1778
|
-
"field.closing": "[zh] closing",
|
|
1779
|
-
"field.adjusted": "[zh] adjusted",
|
|
1780
|
-
"field.missing": "[zh] missing",
|
|
1781
|
-
"title.volume_summary_report": "[zh] volume summary report",
|
|
1782
|
-
"text.there_is_release_qty_no_amendment_is_allowed": "[zh] there is release qty, no amendment is allowed"
|
|
1842
|
+
"vas_order_created": "[zh]vas order created",
|
|
1843
|
+
"title.order(s)_is_at_pending_cancelled_or_cancelled": "[zh] Order(s) is at Pending Cancelled or Cancelled",
|
|
1844
|
+
"text.do_you_want_to_ignore": "[zh] do you want to ignore?",
|
|
1845
|
+
"button.ignore": "[zh] ignore",
|
|
1846
|
+
"button.next_order": "[zh]next order",
|
|
1847
|
+
"field.order_info": "[zh] order info",
|
|
1848
|
+
"field.total_tracking_no": "[zh] total tracking no",
|
|
1849
|
+
"label.in_queue": "[zh] in queue",
|
|
1850
|
+
"text.manifest_has_been_updated": "[zh] manifest has been updated",
|
|
1851
|
+
"title.do_you_wish_to_proceed": "[zh] do you wish to proceed?",
|
|
1852
|
+
"text.parcels_are_found_with_cancelled_or_pending_cancelled_status": "[zh] parcels are found with cancelled or pending cancelled status",
|
|
1853
|
+
"title.add_tracking_no": "[zh] add tracking no",
|
|
1854
|
+
"text.tracking_no_added_successfully": "[zh] tracking no added successfully",
|
|
1855
|
+
"field.manifested": "[zh] manifested",
|
|
1856
|
+
"label.transporter": "[zh] transporter",
|
|
1857
|
+
"label.manifested": "[zh] manifested",
|
|
1858
|
+
"text.manifest_has_been_deleted": "[zh] manifest has been deleted",
|
|
1859
|
+
"text.single_picking": "[zh] single picking",
|
|
1860
|
+
"text.batch_picking": "[zh] batch picking",
|
|
1861
|
+
"title.please_select_generate_type": "[zh] please select generate type:",
|
|
1862
|
+
"text.minimum_of_2_orders_required_for_batch_picking": "[zh] minimum of 2 orders required for batch picking",
|
|
1863
|
+
"text.recall_release_order_cant_be_generated_together_with_normal_release_order": "[zh] Recall Release Order can't be generated together with Normal Release Order",
|
|
1864
|
+
"text.release_order_without_route_labelling_is_included_in_the_batch_picking": "[zh] Release Order without route labelling is included in the batch picking",
|
|
1865
|
+
"field.merged_worksheet": "[zh] merged worksheet",
|
|
1866
|
+
"text.selected_release_order(s)_is_not_in_pending_worksheet_status": "[zh] selected release order(s) is not in pending worksheet status",
|
|
1867
|
+
"field.release_order": "[zh] release order"
|
|
1783
1868
|
}
|