@things-factory/operato-hub 4.3.761 → 4.3.764
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/config.development.js +107 -52
- package/package.json +58 -58
- package/translations/en.json +4 -4
- package/translations/ja.json +3 -2
- package/translations/ko.json +3 -2
- package/translations/ms.json +3 -2
- package/translations/zh.json +3 -2
package/config.development.js
CHANGED
|
@@ -4,15 +4,46 @@ module.exports = {
|
|
|
4
4
|
useVirtualHostBasedDomain: false,
|
|
5
5
|
fallbackRoute: '/',
|
|
6
6
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
7
|
+
port: 3000,
|
|
8
8
|
inspect: '9260',
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
//postgres
|
|
10
|
+
ormconfig: {
|
|
11
|
+
name: 'default',
|
|
12
|
+
type: 'postgres',
|
|
13
|
+
database: 'postgres',
|
|
14
|
+
username: 'postgres',
|
|
15
|
+
password: 't62dgT#Ns*GerhuZ9wnzm^',
|
|
16
|
+
host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
|
|
17
|
+
port: 55432,
|
|
18
|
+
synchronize: false,
|
|
19
|
+
logging: ['query', 'error'],
|
|
20
|
+
logger: 'advanced-console'
|
|
15
21
|
},
|
|
22
|
+
//operato
|
|
23
|
+
// ormconfig: {
|
|
24
|
+
// name: 'default',
|
|
25
|
+
// type: 'postgres',
|
|
26
|
+
// database: 'operato',
|
|
27
|
+
// username: 'postgres',
|
|
28
|
+
// password: 'hatio',
|
|
29
|
+
// host: '192.168.0.151',
|
|
30
|
+
// port: 15432,
|
|
31
|
+
// synchronize: false,
|
|
32
|
+
// logging: true
|
|
33
|
+
// },
|
|
34
|
+
//eric2
|
|
35
|
+
// ormconfig: {
|
|
36
|
+
// name: 'default',
|
|
37
|
+
// type: 'postgres',
|
|
38
|
+
// database: 'eric2',
|
|
39
|
+
// username: 'postgres',
|
|
40
|
+
// password: 'hatio',
|
|
41
|
+
// host: '192.168.0.153',
|
|
42
|
+
// port: 15432,
|
|
43
|
+
// synchronize: false,
|
|
44
|
+
// logging: true
|
|
45
|
+
// },
|
|
46
|
+
// arif's
|
|
16
47
|
// ormconfig: {
|
|
17
48
|
// name: 'default',
|
|
18
49
|
// type: 'postgres',
|
|
@@ -24,47 +55,30 @@ module.exports = {
|
|
|
24
55
|
// synchronize: false,
|
|
25
56
|
// logging: true
|
|
26
57
|
// },
|
|
27
|
-
|
|
28
|
-
// STAGING DATABASE
|
|
29
|
-
ormconfig: {
|
|
30
|
-
name: 'default',
|
|
31
|
-
type: 'postgres',
|
|
32
|
-
database: 'staging',
|
|
33
|
-
username: 'postgres',
|
|
34
|
-
password: 't62dgT#Ns*GerhuZ9wnzm^',
|
|
35
|
-
host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
|
|
36
|
-
port: 55432,
|
|
37
|
-
synchronize: false,
|
|
38
|
-
logging: true
|
|
39
|
-
},
|
|
40
|
-
|
|
58
|
+
//EMS
|
|
41
59
|
// ormconfig: {
|
|
42
60
|
// name: 'default',
|
|
43
61
|
// type: 'postgres',
|
|
44
|
-
// database: '
|
|
62
|
+
// database: 'EMS',
|
|
45
63
|
// username: 'postgres',
|
|
46
64
|
// password: 'hatio',
|
|
47
|
-
// host: '192.168.0.
|
|
65
|
+
// host: '192.168.0.161',
|
|
48
66
|
// port: 15432,
|
|
49
67
|
// synchronize: false,
|
|
50
68
|
// logging: true
|
|
51
69
|
// },
|
|
52
|
-
|
|
53
|
-
//db izzah
|
|
70
|
+
//db nora
|
|
54
71
|
// ormconfig: {
|
|
55
72
|
// name: 'default',
|
|
56
73
|
// type: 'postgres',
|
|
57
|
-
// database: '
|
|
74
|
+
// database: 'postgres',
|
|
58
75
|
// username: 'postgres',
|
|
59
76
|
// password: 'hatio',
|
|
60
|
-
// host: '192.168.0.
|
|
77
|
+
// host: '192.168.0.36',
|
|
61
78
|
// port: 15432,
|
|
62
79
|
// synchronize: true,
|
|
63
80
|
// logging: true
|
|
64
81
|
// },
|
|
65
|
-
//postgres
|
|
66
|
-
|
|
67
|
-
// //ERIC
|
|
68
82
|
// ormconfig: {
|
|
69
83
|
// name: 'default',
|
|
70
84
|
// type: 'postgres',
|
|
@@ -76,20 +90,18 @@ module.exports = {
|
|
|
76
90
|
// synchronize: true,
|
|
77
91
|
// logging: true
|
|
78
92
|
// },
|
|
79
|
-
|
|
80
|
-
//eric2
|
|
93
|
+
//db izzah
|
|
81
94
|
// ormconfig: {
|
|
82
95
|
// name: 'default',
|
|
83
96
|
// type: 'postgres',
|
|
84
|
-
// database: '
|
|
97
|
+
// database: '06072023',
|
|
85
98
|
// username: 'postgres',
|
|
86
99
|
// password: 'hatio',
|
|
87
100
|
// host: '192.168.0.153',
|
|
88
101
|
// port: 15432,
|
|
89
|
-
// synchronize:
|
|
102
|
+
// synchronize: true,
|
|
90
103
|
// logging: true
|
|
91
104
|
// },
|
|
92
|
-
|
|
93
105
|
// ormconfig: {
|
|
94
106
|
// name: 'default',
|
|
95
107
|
// type: 'postgres',
|
|
@@ -103,6 +115,7 @@ module.exports = {
|
|
|
103
115
|
// connectTimeoutMS: 30000,
|
|
104
116
|
// extra: { poolSize: 30 }
|
|
105
117
|
// },
|
|
118
|
+
|
|
106
119
|
// ormconfig: {
|
|
107
120
|
// name: 'default',
|
|
108
121
|
// type: 'postgres',
|
|
@@ -116,6 +129,7 @@ module.exports = {
|
|
|
116
129
|
// connectTimeoutMS: 30000,
|
|
117
130
|
// extra: { poolSize: 30 }
|
|
118
131
|
// },
|
|
132
|
+
|
|
119
133
|
password: {
|
|
120
134
|
lowerCase: true,
|
|
121
135
|
upperCase: false,
|
|
@@ -130,10 +144,23 @@ module.exports = {
|
|
|
130
144
|
},
|
|
131
145
|
sftpFileStorage: {
|
|
132
146
|
type: 's3',
|
|
133
|
-
accessKeyId: '
|
|
134
|
-
secretAccessKey: '
|
|
135
|
-
bucketName: 'operato-sftp'
|
|
147
|
+
accessKeyId: 'AKIAUQEOPWEJAMXCXGB4',
|
|
148
|
+
secretAccessKey: 'NUHZocUnWoRtOD5LI06OX6l+TCFq7Xs4FnzPGSkX',
|
|
149
|
+
bucketName: 'operato-sftp',
|
|
150
|
+
region: 'ap-southeast-1'
|
|
136
151
|
},
|
|
152
|
+
|
|
153
|
+
// SFTP Configuration for external server
|
|
154
|
+
// sftpExternal: {
|
|
155
|
+
// type: 'sftp',
|
|
156
|
+
// host: '103.4.6.168',
|
|
157
|
+
// port: 2211,
|
|
158
|
+
// username: 'hatio_admin',
|
|
159
|
+
// password: 'Yltc@2025!',
|
|
160
|
+
// basePath: '/Staging',
|
|
161
|
+
// timeout: 30000,
|
|
162
|
+
// retries: 3
|
|
163
|
+
// },
|
|
137
164
|
// storage: {
|
|
138
165
|
// type: 's3',
|
|
139
166
|
// accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
|
|
@@ -167,11 +194,6 @@ module.exports = {
|
|
|
167
194
|
ciphers: 'SSLv3'
|
|
168
195
|
}
|
|
169
196
|
},
|
|
170
|
-
jobQueue: {
|
|
171
|
-
// For JobQueueService/JobWorker (FIFO queue is supported)
|
|
172
|
-
queueUrl: 'https://sqs.ap-southeast-5.amazonaws.com/309536469266/operato-job-queue.fifo',
|
|
173
|
-
sqsRegion: 'ap-southeast-5'
|
|
174
|
-
},
|
|
175
197
|
sender: 'noreply@hatiolab.com',
|
|
176
198
|
notification: {
|
|
177
199
|
// fcm: {
|
|
@@ -205,12 +227,20 @@ module.exports = {
|
|
|
205
227
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
206
228
|
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
207
229
|
},
|
|
230
|
+
|
|
231
|
+
// Job queue (AWS SQS)
|
|
232
|
+
jobQueue: {
|
|
233
|
+
// For JobQueueService/JobWorker (FIFO queue is supported)
|
|
234
|
+
queueUrl: 'https://sqs.ap-southeast-5.amazonaws.com/309536469266/operato-job-queue.fifo',
|
|
235
|
+
sqsRegion: 'ap-southeast-5'
|
|
236
|
+
},
|
|
208
237
|
marketplaceIntegrationShopee: {
|
|
209
238
|
platform: 'shopee',
|
|
210
239
|
isUAT: false,
|
|
211
240
|
application: 'Operato MMS',
|
|
212
241
|
partnerId: 846025,
|
|
213
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
242
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
|
|
243
|
+
v2: true
|
|
214
244
|
},
|
|
215
245
|
marketplaceIntegrationLazada: {
|
|
216
246
|
platform: 'lazada',
|
|
@@ -219,6 +249,16 @@ module.exports = {
|
|
|
219
249
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
220
250
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
221
251
|
},
|
|
252
|
+
|
|
253
|
+
//testinglazada
|
|
254
|
+
// marketplaceIntegrationLazada: {
|
|
255
|
+
// platform: 'lazada',
|
|
256
|
+
// application: 'powrup_bi',
|
|
257
|
+
// appKey: '117890',
|
|
258
|
+
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
259
|
+
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
260
|
+
// },
|
|
261
|
+
|
|
222
262
|
accountingIntegrationXero: {
|
|
223
263
|
platform: 'xero',
|
|
224
264
|
application: 'Operato WMS',
|
|
@@ -227,21 +267,36 @@ module.exports = {
|
|
|
227
267
|
callback: 'http://operato-h.com:3000/callback-xero',
|
|
228
268
|
hostname: 'http://operato-h.com:3000/'
|
|
229
269
|
},
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
270
|
+
lmdIntegrationNinjavan: {
|
|
271
|
+
clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
|
|
272
|
+
secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
|
|
273
|
+
refreshThreshold: 43200
|
|
234
274
|
},
|
|
275
|
+
|
|
276
|
+
lmdIntegrationEms: { refreshThreshold: 43200 },
|
|
277
|
+
|
|
278
|
+
lmdIntegrationCitylink: { refreshThreshold: 172800000 },
|
|
235
279
|
awbFileStorage: {
|
|
236
280
|
type: 's3',
|
|
237
|
-
accessKeyId: '
|
|
238
|
-
secretAccessKey: '
|
|
281
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
282
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
239
283
|
bucketName: 'operato-awb',
|
|
240
284
|
region: 'ap-southeast-1'
|
|
241
285
|
},
|
|
286
|
+
lambda: {
|
|
287
|
+
region: 'ap-southeast-1',
|
|
288
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
289
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq'
|
|
290
|
+
},
|
|
291
|
+
lmdIntegrationConfig: {
|
|
292
|
+
version: {
|
|
293
|
+
v1: 'lmdMiddleware',
|
|
294
|
+
v2: 'lmdMiddlewareV2'
|
|
295
|
+
}
|
|
296
|
+
},
|
|
242
297
|
awsSesEmail: {
|
|
243
|
-
accessKeyId: '
|
|
244
|
-
secretAccessKey: '
|
|
298
|
+
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
299
|
+
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
245
300
|
email: 'support@hatio.asia'
|
|
246
301
|
},
|
|
247
302
|
reportApiUrl:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.764",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -55,61 +55,61 @@
|
|
|
55
55
|
"@operato/scene-tab": "^0.1.8",
|
|
56
56
|
"@operato/scene-table": "^0.1.8",
|
|
57
57
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
58
|
-
"@things-factory/api": "^4.3.
|
|
59
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
60
|
-
"@things-factory/attachment-base": "^4.3.
|
|
61
|
-
"@things-factory/auth-base": "^4.3.
|
|
62
|
-
"@things-factory/auth-ui": "^4.3.
|
|
63
|
-
"@things-factory/biz-base": "^4.3.
|
|
64
|
-
"@things-factory/biz-ui": "^4.3.
|
|
65
|
-
"@things-factory/board-service": "^4.3.
|
|
66
|
-
"@things-factory/board-ui": "^4.3.
|
|
67
|
-
"@things-factory/code-ui": "^4.3.
|
|
68
|
-
"@things-factory/component-ui": "^4.3.
|
|
69
|
-
"@things-factory/context-ui": "^4.3.
|
|
70
|
-
"@things-factory/document-template-ui": "^4.3.
|
|
71
|
-
"@things-factory/export-ui": "^4.3.
|
|
72
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
73
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
74
|
-
"@things-factory/geography": "^4.3.
|
|
75
|
-
"@things-factory/grist-ui": "^4.3.
|
|
76
|
-
"@things-factory/help": "^4.3.
|
|
77
|
-
"@things-factory/i18n-base": "^4.3.
|
|
78
|
-
"@things-factory/import-ui": "^4.3.
|
|
79
|
-
"@things-factory/import-ui-excel": "^4.3.
|
|
80
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
81
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
82
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
83
|
-
"@things-factory/integration-marketplace": "^4.3.
|
|
84
|
-
"@things-factory/integration-pos": "^4.3.
|
|
85
|
-
"@things-factory/integration-powrup": "^4.3.
|
|
86
|
-
"@things-factory/integration-sellercraft": "^4.3.
|
|
87
|
-
"@things-factory/integration-sftp": "^4.3.
|
|
88
|
-
"@things-factory/lite-menu": "^4.3.
|
|
89
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
90
|
-
"@things-factory/more-ui": "^4.3.
|
|
91
|
-
"@things-factory/notification": "^4.3.
|
|
92
|
-
"@things-factory/pdf": "^4.3.
|
|
93
|
-
"@things-factory/product-ui": "^4.3.
|
|
94
|
-
"@things-factory/resource-ui": "^4.3.
|
|
95
|
-
"@things-factory/sales-base": "^4.3.
|
|
96
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
97
|
-
"@things-factory/scene-excel": "^4.3.
|
|
98
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
99
|
-
"@things-factory/scene-form": "^4.3.
|
|
100
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
101
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
102
|
-
"@things-factory/scene-label": "^4.3.
|
|
103
|
-
"@things-factory/scene-marker": "^4.3.
|
|
104
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
105
|
-
"@things-factory/scene-restful": "^4.3.
|
|
106
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
107
|
-
"@things-factory/setting-ui": "^4.3.
|
|
108
|
-
"@things-factory/shell": "^4.3.
|
|
109
|
-
"@things-factory/system-ui": "^4.3.
|
|
110
|
-
"@things-factory/transport-base": "^4.3.
|
|
111
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
112
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
58
|
+
"@things-factory/api": "^4.3.764",
|
|
59
|
+
"@things-factory/apptool-ui": "^4.3.764",
|
|
60
|
+
"@things-factory/attachment-base": "^4.3.764",
|
|
61
|
+
"@things-factory/auth-base": "^4.3.764",
|
|
62
|
+
"@things-factory/auth-ui": "^4.3.764",
|
|
63
|
+
"@things-factory/biz-base": "^4.3.764",
|
|
64
|
+
"@things-factory/biz-ui": "^4.3.764",
|
|
65
|
+
"@things-factory/board-service": "^4.3.764",
|
|
66
|
+
"@things-factory/board-ui": "^4.3.764",
|
|
67
|
+
"@things-factory/code-ui": "^4.3.764",
|
|
68
|
+
"@things-factory/component-ui": "^4.3.764",
|
|
69
|
+
"@things-factory/context-ui": "^4.3.764",
|
|
70
|
+
"@things-factory/document-template-ui": "^4.3.764",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.764",
|
|
72
|
+
"@things-factory/export-ui-csv": "^4.3.764",
|
|
73
|
+
"@things-factory/export-ui-excel": "^4.3.764",
|
|
74
|
+
"@things-factory/geography": "^4.3.764",
|
|
75
|
+
"@things-factory/grist-ui": "^4.3.764",
|
|
76
|
+
"@things-factory/help": "^4.3.764",
|
|
77
|
+
"@things-factory/i18n-base": "^4.3.764",
|
|
78
|
+
"@things-factory/import-ui": "^4.3.764",
|
|
79
|
+
"@things-factory/import-ui-excel": "^4.3.764",
|
|
80
|
+
"@things-factory/integration-accounting": "^4.3.764",
|
|
81
|
+
"@things-factory/integration-fulfillment": "^4.3.764",
|
|
82
|
+
"@things-factory/integration-lmd": "^4.3.764",
|
|
83
|
+
"@things-factory/integration-marketplace": "^4.3.764",
|
|
84
|
+
"@things-factory/integration-pos": "^4.3.764",
|
|
85
|
+
"@things-factory/integration-powrup": "^4.3.764",
|
|
86
|
+
"@things-factory/integration-sellercraft": "^4.3.764",
|
|
87
|
+
"@things-factory/integration-sftp": "^4.3.764",
|
|
88
|
+
"@things-factory/lite-menu": "^4.3.764",
|
|
89
|
+
"@things-factory/marketplace-base": "^4.3.764",
|
|
90
|
+
"@things-factory/more-ui": "^4.3.764",
|
|
91
|
+
"@things-factory/notification": "^4.3.764",
|
|
92
|
+
"@things-factory/pdf": "^4.3.764",
|
|
93
|
+
"@things-factory/product-ui": "^4.3.764",
|
|
94
|
+
"@things-factory/resource-ui": "^4.3.764",
|
|
95
|
+
"@things-factory/sales-base": "^4.3.764",
|
|
96
|
+
"@things-factory/scene-data-transform": "^4.3.764",
|
|
97
|
+
"@things-factory/scene-excel": "^4.3.764",
|
|
98
|
+
"@things-factory/scene-firebase": "^4.3.764",
|
|
99
|
+
"@things-factory/scene-form": "^4.3.764",
|
|
100
|
+
"@things-factory/scene-google-map": "^4.3.764",
|
|
101
|
+
"@things-factory/scene-graphql": "^4.3.764",
|
|
102
|
+
"@things-factory/scene-label": "^4.3.764",
|
|
103
|
+
"@things-factory/scene-marker": "^4.3.764",
|
|
104
|
+
"@things-factory/scene-mqtt": "^4.3.764",
|
|
105
|
+
"@things-factory/scene-restful": "^4.3.764",
|
|
106
|
+
"@things-factory/scene-visualizer": "^4.3.764",
|
|
107
|
+
"@things-factory/setting-ui": "^4.3.764",
|
|
108
|
+
"@things-factory/shell": "^4.3.764",
|
|
109
|
+
"@things-factory/system-ui": "^4.3.764",
|
|
110
|
+
"@things-factory/transport-base": "^4.3.764",
|
|
111
|
+
"@things-factory/warehouse-base": "^4.3.764",
|
|
112
|
+
"@things-factory/worksheet-base": "^4.3.764",
|
|
113
113
|
"cron-parser": "^4.7.0",
|
|
114
114
|
"koa2-swagger-ui": "^5.0.2",
|
|
115
115
|
"swagger-jsdoc": "^5.0.0",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"yamljs": "^0.3.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@things-factory/builder": "^4.3.
|
|
120
|
+
"@things-factory/builder": "^4.3.764"
|
|
121
121
|
},
|
|
122
122
|
"resolutions": {
|
|
123
123
|
"core-js": "^3.16.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "4dd8055a25e773814603c4be21fc70930d0cfb13"
|
|
126
126
|
}
|
package/translations/en.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"button.product_sync": "sync product",
|
|
3
3
|
"button.connect": "connect",
|
|
4
4
|
"button.disconnect": "disconnect",
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
"error.failed to find it": "failed to find {it}",
|
|
7
7
|
"error.no body": "no body",
|
|
8
8
|
"error.not allowed accessing": "not allowed accessing",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"label.state": "state",
|
|
35
35
|
"label.upload_template": "upload template",
|
|
36
36
|
"label.user": "user",
|
|
37
|
+
"label.aggregation-function": "aggregation",
|
|
37
38
|
"text.cannot_delete": "cannot be deleted",
|
|
38
39
|
"text.do_you_want_to_invite_x": "do you want to invite {x}",
|
|
39
40
|
"text.invalid_bundle_qty_for_item_number": "invalid bundle qty for item #{number}",
|
|
@@ -43,7 +44,6 @@
|
|
|
43
44
|
"label.max_consignment_weight": "Max Consignment Weight (KG)",
|
|
44
45
|
"label.multi_piece_shipment": "Multi-Piece Shipment",
|
|
45
46
|
|
|
46
|
-
|
|
47
47
|
"text.are_you_sure_to_sync_product": "are you sure to sync product?",
|
|
48
48
|
"text.attachment_info_not_valid": "attachment info not valid",
|
|
49
49
|
"text.nothing_to_sync": "no data available for synchronisation",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"text.contact_type_does_not_exist": "contact type does not exist",
|
|
60
60
|
"text.authentication_failed": "authentication failed",
|
|
61
61
|
"text.successfully_authenticated": "successfully authenticated",
|
|
62
|
-
"text.lmd_mps_form_invalid":"lmd mps form is invalid",
|
|
62
|
+
"text.lmd_mps_form_invalid": "lmd mps form is invalid",
|
|
63
63
|
|
|
64
64
|
"error.company not found": "company not found",
|
|
65
65
|
"error.eta date is invalid": "eta date is invalid",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"title.upload_document_template": "upload document template",
|
|
85
85
|
"title.bizplace_settings": "bizplace settings",
|
|
86
86
|
"title.mps": "multi-pieces shipment",
|
|
87
|
-
"title.weight_setting:":"Weight Setting"
|
|
87
|
+
"title.weight_setting:": "Weight Setting"
|
|
88
88
|
}
|
package/translations/ja.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"label.client_id": "クライアントID",
|
|
15
15
|
"label.company": "会社",
|
|
16
16
|
"label.factory": "工場",
|
|
17
|
+
"label.aggregation-function": "集計関数",
|
|
17
18
|
"label.push_data_source": "[jp]push data source",
|
|
18
19
|
"label.redirect_uri": "リダイレクションuri",
|
|
19
20
|
"label.state": "状態",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"text.transform_to_x": "{x}に変更",
|
|
65
66
|
"text.user_deleted_successfully": "正常にユーザーを削除しました.",
|
|
66
67
|
"text.x_cannot_delete": "{x}は削除できません.",
|
|
67
|
-
"text.lmd_mps_form_invalid":"[jp]lmd mps form is invalid",
|
|
68
|
+
"text.lmd_mps_form_invalid": "[jp]lmd mps form is invalid",
|
|
68
69
|
"text.contact_type_does_not_exist": "[jp]contact type does not exist",
|
|
69
70
|
"error.warehouse not found": "倉庫が見つかりません.",
|
|
70
71
|
"error.warehouse not found in the company": "会社内で倉庫を見つかりません.",
|
|
@@ -77,5 +78,5 @@
|
|
|
77
78
|
"title.upload_document_template": "テンプレート アップロード",
|
|
78
79
|
"title.bizplace_settings": "[jp]bizplace settings",
|
|
79
80
|
"title.mps": "[jp] multi-pieces shipment",
|
|
80
|
-
"title.weight_setting:":"[jp] Weight Setting"
|
|
81
|
+
"title.weight_setting:": "[jp] Weight Setting"
|
|
81
82
|
}
|
package/translations/ko.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
"label.client_id": "클라이언트 아이디",
|
|
15
15
|
"label.company": "회사",
|
|
16
|
+
"label.aggregation-function": "집계함수",
|
|
16
17
|
"label.factory": "공장",
|
|
17
18
|
"label.push_data_source": "[ko]push data source",
|
|
18
19
|
"label.redirect_uri": "리디렉션 uri",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"text.user_deleted_successfully": "성공적으로 사용자를 삭제하였습니다.",
|
|
67
68
|
"text.x_cannot_delete": "{x}(은)는 삭제할 수 없습니다.",
|
|
68
69
|
"text.contact_type_does_not_exist": "[ko]contact type does not exist",
|
|
69
|
-
"text.lmd_mps_form_invalid":"[jp]lmd mps form is invalid",
|
|
70
|
+
"text.lmd_mps_form_invalid": "[jp]lmd mps form is invalid",
|
|
70
71
|
"error.warehouse not found": "웨어하우스를 찾을 수 없습니다.",
|
|
71
72
|
"error.warehouse not found in the company": "회사내에서 웨어하우스를 찾을 수 없습니다.",
|
|
72
73
|
|
|
@@ -78,5 +79,5 @@
|
|
|
78
79
|
"title.upload_document_template": "템플릿 업로드",
|
|
79
80
|
"title.bizplace_settings": "[ko]bizplace settings",
|
|
80
81
|
"title.mps": "[ko] multi-pieces shipment",
|
|
81
|
-
"title.weight_setting:":"[ko] Weight Setting"
|
|
82
|
+
"title.weight_setting:": "[ko] Weight Setting"
|
|
82
83
|
}
|
package/translations/ms.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"label.client_id": "[ms] client id",
|
|
24
24
|
"label.company": "[ms] company",
|
|
25
25
|
"label.factory": "[ms] factory",
|
|
26
|
+
"label.aggregation-function": "[ms] aggregation",
|
|
26
27
|
"label.owner": "[ms] owner",
|
|
27
28
|
"label.partner": "[ms] partner",
|
|
28
29
|
"label.push_data_source": "[ms] push data source",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"text.contact_type_does_not_exist": "[ms]contact type does not exist",
|
|
49
50
|
"text.authentication_failed": "[ms]authentication failed",
|
|
50
51
|
"text.successfully_authenticated": "[ms]successfully authenticated",
|
|
51
|
-
"text.lmd_mps_form_invalid":"[ms]lmd mps form is invalid",
|
|
52
|
+
"text.lmd_mps_form_invalid": "[ms]lmd mps form is invalid",
|
|
52
53
|
|
|
53
54
|
"error.company not found": "[ms] company not found",
|
|
54
55
|
"error.eta date is invalid": "[ms] eta date is invalid",
|
|
@@ -77,5 +78,5 @@
|
|
|
77
78
|
"title.upload_document_template": "[ms] upload document template",
|
|
78
79
|
"title.bizplace_settings": "[ms]bizplace settings",
|
|
79
80
|
"title.mps": "[ms] multi-pieces shipment",
|
|
80
|
-
"title.weight_setting:":"[ms] Weight Setting"
|
|
81
|
+
"title.weight_setting:": "[ms] Weight Setting"
|
|
81
82
|
}
|
package/translations/zh.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"label.client_id": "用户id",
|
|
28
28
|
"label.company": "公司",
|
|
29
29
|
"label.factory": "[zh] factory",
|
|
30
|
+
"label.aggregation-function": "[zh] aggregation",
|
|
30
31
|
"label.owner": "所有人",
|
|
31
32
|
"label.partner": "合作伙伴",
|
|
32
33
|
"label.push_data_source": "推送数据源",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"text.contact_type_does_not_exist": "[zh]contact type does not exist",
|
|
53
54
|
"text.authentication_failed": "[zh]authentication failed",
|
|
54
55
|
"text.successfully_authenticated": "[zh]successfully authenticated",
|
|
55
|
-
"text.lmd_mps_form_invalid":"[zh]lmd mps form is invalid",
|
|
56
|
+
"text.lmd_mps_form_invalid": "[zh]lmd mps form is invalid",
|
|
56
57
|
"text.invalid_weight_value": "[zh]invalid weight value",
|
|
57
58
|
|
|
58
59
|
"error.company not found": "未找到公司信息。",
|
|
@@ -78,5 +79,5 @@
|
|
|
78
79
|
"title.upload_document_template": "上传文件模板",
|
|
79
80
|
"title.bizplace_settings": "[zh]bizplace settings",
|
|
80
81
|
"title.mps": "[zh] multi-pieces shipment",
|
|
81
|
-
"title.weight_setting:":"[zh] Weight Setting"
|
|
82
|
+
"title.weight_setting:": "[zh] Weight Setting"
|
|
82
83
|
}
|