@commercelayer/app-elements 3.5.5 → 4.0.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/dist/{CodeEditorComponent-NikfTdOf.js → CodeEditorComponent-CkAwWElf.js} +1 -1
- package/dist/{InputDateComponent-DvW00SBU.js → InputDateComponent-WTGxBrbi.js} +1 -1
- package/dist/en--hqV_y40.js +633 -0
- package/dist/helpers/date.d.ts +13 -4
- package/dist/helpers/tracking.d.ts +12 -12
- package/dist/it-CcVOP-FB.js +633 -0
- package/dist/locales/en.d.ts +626 -0
- package/dist/locales/it.d.ts +3 -0
- package/dist/{main-DhEziGo0.js → main-CeZ9IAeS.js} +21625 -19117
- package/dist/main.d.ts +7 -6
- package/dist/main.js +162 -156
- package/dist/providers/I18NProvider.d.ts +23 -0
- package/dist/providers/TokenProvider/types.d.ts +1 -0
- package/dist/ui/atoms/Card.d.ts +4 -4
- package/dist/ui/composite/Dropdown/DropdownItem.d.ts +4 -4
- package/dist/ui/composite/Routes/Routes.d.ts +3 -0
- package/dist/ui/composite/Routes/index.d.ts +1 -1
- package/dist/ui/resources/ResourceAddress/ResourceAddressFormFields.d.ts +8 -8
- package/dist/ui/resources/ResourceListItem/types.d.ts +2 -0
- package/dist/ui/resources/useResourceFilters/timeUtils.d.ts +2 -1
- package/package.json +4 -1
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
declare const en: {
|
|
2
|
+
common: {
|
|
3
|
+
add_another: string;
|
|
4
|
+
add_resource: string;
|
|
5
|
+
new_resource: string;
|
|
6
|
+
missing_resource: string;
|
|
7
|
+
update_resource: string;
|
|
8
|
+
add_up_to: string;
|
|
9
|
+
all: string;
|
|
10
|
+
all_items: string;
|
|
11
|
+
amount: string;
|
|
12
|
+
apply: string;
|
|
13
|
+
apply_filters: string;
|
|
14
|
+
attachments: string;
|
|
15
|
+
back: string;
|
|
16
|
+
go_back: string;
|
|
17
|
+
cancel: string;
|
|
18
|
+
clear_text: string;
|
|
19
|
+
close: string;
|
|
20
|
+
continue: string;
|
|
21
|
+
could_not_retrieve_data: string;
|
|
22
|
+
could_not_retrieve_resource: string;
|
|
23
|
+
create: string;
|
|
24
|
+
create_resource: string;
|
|
25
|
+
created: string;
|
|
26
|
+
currency: string;
|
|
27
|
+
custom_time_range: string;
|
|
28
|
+
delete_resource: string;
|
|
29
|
+
delete: string;
|
|
30
|
+
download_file: string;
|
|
31
|
+
download_json: string;
|
|
32
|
+
edit: string;
|
|
33
|
+
edit_details: string;
|
|
34
|
+
edit_resource: string;
|
|
35
|
+
estimated_delivery: string;
|
|
36
|
+
filters: string;
|
|
37
|
+
from: string;
|
|
38
|
+
to: string;
|
|
39
|
+
today: string;
|
|
40
|
+
last_7_days: string;
|
|
41
|
+
last_30_days: string;
|
|
42
|
+
custom: string;
|
|
43
|
+
info: string;
|
|
44
|
+
limit_reached: string;
|
|
45
|
+
loading: string;
|
|
46
|
+
manage_resource: string;
|
|
47
|
+
metadata: string;
|
|
48
|
+
new: string;
|
|
49
|
+
no_address: string;
|
|
50
|
+
no_items: string;
|
|
51
|
+
no_metadata: string;
|
|
52
|
+
no_results_found: string;
|
|
53
|
+
no_textsearch_filter_set: string;
|
|
54
|
+
not_authorized: string;
|
|
55
|
+
not_authorized_description: string;
|
|
56
|
+
not_handled: string;
|
|
57
|
+
parcel_total: string;
|
|
58
|
+
parcel_weight: string;
|
|
59
|
+
print_shipping_label: string;
|
|
60
|
+
reference: string;
|
|
61
|
+
reference_origin: string;
|
|
62
|
+
retry: string;
|
|
63
|
+
remove: string;
|
|
64
|
+
restocked: string;
|
|
65
|
+
search: string;
|
|
66
|
+
see_all: string;
|
|
67
|
+
select: string;
|
|
68
|
+
select_resource: string;
|
|
69
|
+
show_less: string;
|
|
70
|
+
show_more: string;
|
|
71
|
+
saving: string;
|
|
72
|
+
status: string;
|
|
73
|
+
swap: string;
|
|
74
|
+
time_range: string;
|
|
75
|
+
tracking: string;
|
|
76
|
+
try_to_refresh_page: string;
|
|
77
|
+
unit_price: string;
|
|
78
|
+
update: string;
|
|
79
|
+
updated: string;
|
|
80
|
+
view_logs: string;
|
|
81
|
+
view_api_docs: string;
|
|
82
|
+
empty_states: {
|
|
83
|
+
not_found: string;
|
|
84
|
+
generic_not_found: string;
|
|
85
|
+
all_good_here: string;
|
|
86
|
+
no_resource_found: string;
|
|
87
|
+
no_resource_yet: string;
|
|
88
|
+
create_the_first_resource: string;
|
|
89
|
+
no_resources_found_for_list: string;
|
|
90
|
+
no_resource_found_for_organization: string;
|
|
91
|
+
no_resources_found_for_filters: string;
|
|
92
|
+
};
|
|
93
|
+
generic_select_autocomplete_hint: string;
|
|
94
|
+
forms: {
|
|
95
|
+
currency_code_not_valid: string;
|
|
96
|
+
cents_not_integer: string;
|
|
97
|
+
type_to_search_for_more: string;
|
|
98
|
+
all_markets_with_currency: string;
|
|
99
|
+
minimum: string;
|
|
100
|
+
maximum: string;
|
|
101
|
+
drag_here_or: string;
|
|
102
|
+
browse_files: string;
|
|
103
|
+
required_field: string;
|
|
104
|
+
};
|
|
105
|
+
routes: {
|
|
106
|
+
page_not_found: string;
|
|
107
|
+
invalid_resource: string;
|
|
108
|
+
invalid_resource_or_not_authorized: string;
|
|
109
|
+
we_could_not_find_page: string;
|
|
110
|
+
we_could_not_find_resource: string;
|
|
111
|
+
go_home: string;
|
|
112
|
+
};
|
|
113
|
+
table: {
|
|
114
|
+
and_another_record: string;
|
|
115
|
+
and_other_records: string;
|
|
116
|
+
record: string;
|
|
117
|
+
record_other: string;
|
|
118
|
+
};
|
|
119
|
+
timeline: {
|
|
120
|
+
name: string;
|
|
121
|
+
leave_a_note: string;
|
|
122
|
+
only_staff_can_see: string;
|
|
123
|
+
resource_created: string;
|
|
124
|
+
resource_updated: string;
|
|
125
|
+
order_placed: string;
|
|
126
|
+
left_a_note: string;
|
|
127
|
+
left_a_refund_note: string;
|
|
128
|
+
resources: {
|
|
129
|
+
order_is: string;
|
|
130
|
+
order_was: string;
|
|
131
|
+
order_created: string;
|
|
132
|
+
order_placed: string;
|
|
133
|
+
order_cancelled: string;
|
|
134
|
+
order_archived: string;
|
|
135
|
+
order_approved: string;
|
|
136
|
+
order_fulfilled: string;
|
|
137
|
+
order_unfulfilled: string;
|
|
138
|
+
order_fulfillment_is: string;
|
|
139
|
+
order_fulfillment_in_progress: string;
|
|
140
|
+
order_fulfillment_not_required: string;
|
|
141
|
+
payment_of_was: string;
|
|
142
|
+
return_number_was: string;
|
|
143
|
+
return_approved: string;
|
|
144
|
+
return_cancelled: string;
|
|
145
|
+
return_received: string;
|
|
146
|
+
return_rejected: string;
|
|
147
|
+
return_shipped: string;
|
|
148
|
+
stock_transfer_completed: string;
|
|
149
|
+
shipment_number_is: string;
|
|
150
|
+
shipment_number_isbeing: string;
|
|
151
|
+
shipment_number_was: string;
|
|
152
|
+
shipment_on_hold: string;
|
|
153
|
+
shipment_picked: string;
|
|
154
|
+
shipment_packed: string;
|
|
155
|
+
shipment_ready_to_ship: string;
|
|
156
|
+
shipment_shipped: string;
|
|
157
|
+
transaction_of: string;
|
|
158
|
+
transaction_failed: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
links: {
|
|
162
|
+
checkout_link_status: string;
|
|
163
|
+
open_checkout: string;
|
|
164
|
+
share_email_subject: string;
|
|
165
|
+
share_email_body: string;
|
|
166
|
+
share_whatsapp_text: string;
|
|
167
|
+
};
|
|
168
|
+
tracking_details: {
|
|
169
|
+
contents_type: string;
|
|
170
|
+
courier: string;
|
|
171
|
+
customs_signer: string;
|
|
172
|
+
customs_certify: string;
|
|
173
|
+
estimated_delivery_date: string;
|
|
174
|
+
delivery_confirmation: string;
|
|
175
|
+
last_update: string;
|
|
176
|
+
non_delivery_option: string;
|
|
177
|
+
restriction_type: string;
|
|
178
|
+
tracking_pre_transit: string;
|
|
179
|
+
tracking_in_transit: string;
|
|
180
|
+
tracking_out_for_delivery: string;
|
|
181
|
+
tracking_delivered: string;
|
|
182
|
+
};
|
|
183
|
+
no_resources: {
|
|
184
|
+
no_tags: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
resources: {
|
|
188
|
+
addresses: {
|
|
189
|
+
name: string;
|
|
190
|
+
name_other: string;
|
|
191
|
+
attributes: {
|
|
192
|
+
billing_info: string;
|
|
193
|
+
city: string;
|
|
194
|
+
company: string;
|
|
195
|
+
country_code: string;
|
|
196
|
+
first_name: string;
|
|
197
|
+
last_name: string;
|
|
198
|
+
line_1: string;
|
|
199
|
+
notes: string;
|
|
200
|
+
phone: string;
|
|
201
|
+
state_code: string;
|
|
202
|
+
zip_code: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
adjustments: {
|
|
206
|
+
name: string;
|
|
207
|
+
name_other: string;
|
|
208
|
+
attributes: {};
|
|
209
|
+
};
|
|
210
|
+
bundles: {
|
|
211
|
+
name: string;
|
|
212
|
+
name_other: string;
|
|
213
|
+
attributes: {
|
|
214
|
+
currency_code: string;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
coupons: {
|
|
218
|
+
name: string;
|
|
219
|
+
name_other: string;
|
|
220
|
+
attributes: {};
|
|
221
|
+
};
|
|
222
|
+
customers: {
|
|
223
|
+
name: string;
|
|
224
|
+
name_other: string;
|
|
225
|
+
attributes: {
|
|
226
|
+
email: string;
|
|
227
|
+
status: {
|
|
228
|
+
prospect: string;
|
|
229
|
+
acquired: string;
|
|
230
|
+
repeat: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
links: {
|
|
235
|
+
name: string;
|
|
236
|
+
name_other: string;
|
|
237
|
+
attributes: {};
|
|
238
|
+
};
|
|
239
|
+
orders: {
|
|
240
|
+
name: string;
|
|
241
|
+
name_other: string;
|
|
242
|
+
attributes: {
|
|
243
|
+
status: {
|
|
244
|
+
approved: string;
|
|
245
|
+
cancelled: string;
|
|
246
|
+
draft: string;
|
|
247
|
+
editing: string;
|
|
248
|
+
pending: string;
|
|
249
|
+
placed: string;
|
|
250
|
+
placing: string;
|
|
251
|
+
};
|
|
252
|
+
payment_status: {
|
|
253
|
+
authorized: string;
|
|
254
|
+
paid: string;
|
|
255
|
+
unpaid: string;
|
|
256
|
+
free: string;
|
|
257
|
+
voided: string;
|
|
258
|
+
refunded: string;
|
|
259
|
+
partially_authorized: string;
|
|
260
|
+
partially_paid: string;
|
|
261
|
+
partially_refunded: string;
|
|
262
|
+
partially_voided: string;
|
|
263
|
+
};
|
|
264
|
+
fulfillment_status: {
|
|
265
|
+
unfulfilled: string;
|
|
266
|
+
in_progress: string;
|
|
267
|
+
fulfilled: string;
|
|
268
|
+
not_required: string;
|
|
269
|
+
};
|
|
270
|
+
billing_address: string;
|
|
271
|
+
shipping_address: string;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
gift_cards: {
|
|
275
|
+
name: string;
|
|
276
|
+
name_other: string;
|
|
277
|
+
attributes: {};
|
|
278
|
+
};
|
|
279
|
+
markets: {
|
|
280
|
+
name: string;
|
|
281
|
+
name_other: string;
|
|
282
|
+
attributes: {};
|
|
283
|
+
};
|
|
284
|
+
packages: {
|
|
285
|
+
name: string;
|
|
286
|
+
name_other: string;
|
|
287
|
+
attributes: {};
|
|
288
|
+
};
|
|
289
|
+
parcels: {
|
|
290
|
+
name: string;
|
|
291
|
+
name_other: string;
|
|
292
|
+
attributes: {
|
|
293
|
+
unit_of_weight: {
|
|
294
|
+
gr: string;
|
|
295
|
+
lb: string;
|
|
296
|
+
oz: string;
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
promotions: {
|
|
301
|
+
name: string;
|
|
302
|
+
name_other: string;
|
|
303
|
+
attributes: {
|
|
304
|
+
status: {
|
|
305
|
+
active: string;
|
|
306
|
+
disabled: string;
|
|
307
|
+
expired: string;
|
|
308
|
+
inactive: string;
|
|
309
|
+
pending: string;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
returns: {
|
|
314
|
+
name: string;
|
|
315
|
+
name_other: string;
|
|
316
|
+
attributes: {
|
|
317
|
+
status: {
|
|
318
|
+
approved: string;
|
|
319
|
+
cancelled: string;
|
|
320
|
+
draft: string;
|
|
321
|
+
requested: string;
|
|
322
|
+
received: string;
|
|
323
|
+
rejected: string;
|
|
324
|
+
refunded: string;
|
|
325
|
+
shipped: string;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
shipments: {
|
|
330
|
+
name: string;
|
|
331
|
+
name_other: string;
|
|
332
|
+
attributes: {
|
|
333
|
+
status: {
|
|
334
|
+
cancelled: string;
|
|
335
|
+
delivered: string;
|
|
336
|
+
draft: string;
|
|
337
|
+
on_hold: string;
|
|
338
|
+
packing: string;
|
|
339
|
+
picking: string;
|
|
340
|
+
ready_to_ship: string;
|
|
341
|
+
shipped: string;
|
|
342
|
+
upcoming: string;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
shipping_methods: {
|
|
347
|
+
name: string;
|
|
348
|
+
name_other: string;
|
|
349
|
+
attributes: {};
|
|
350
|
+
};
|
|
351
|
+
skus: {
|
|
352
|
+
name: string;
|
|
353
|
+
name_other: string;
|
|
354
|
+
attributes: {};
|
|
355
|
+
};
|
|
356
|
+
stock_locations: {
|
|
357
|
+
name: string;
|
|
358
|
+
name_other: string;
|
|
359
|
+
attributes: {};
|
|
360
|
+
};
|
|
361
|
+
stock_transfers: {
|
|
362
|
+
name: string;
|
|
363
|
+
name_other: string;
|
|
364
|
+
attributes: {
|
|
365
|
+
status: {
|
|
366
|
+
cancelled: string;
|
|
367
|
+
completed: string;
|
|
368
|
+
draft: string;
|
|
369
|
+
in_transit: string;
|
|
370
|
+
on_hold: string;
|
|
371
|
+
picking: string;
|
|
372
|
+
upcoming: string;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
tags: {
|
|
377
|
+
name: string;
|
|
378
|
+
name_other: string;
|
|
379
|
+
attributes: {};
|
|
380
|
+
};
|
|
381
|
+
};
|
|
382
|
+
apps: {
|
|
383
|
+
customers: {
|
|
384
|
+
attributes: {
|
|
385
|
+
status: string;
|
|
386
|
+
};
|
|
387
|
+
details: {
|
|
388
|
+
registered: string;
|
|
389
|
+
guest: string;
|
|
390
|
+
newsletter: string;
|
|
391
|
+
subscribed: string;
|
|
392
|
+
type: string;
|
|
393
|
+
wallet: string;
|
|
394
|
+
groups: string;
|
|
395
|
+
confirm_customer_delete: string;
|
|
396
|
+
customer_cannot_be_deleted: string;
|
|
397
|
+
customer_cannot_be_deleted_description: string;
|
|
398
|
+
};
|
|
399
|
+
form: {
|
|
400
|
+
customer_group_label: string;
|
|
401
|
+
customer_group_hint: string;
|
|
402
|
+
email_hint: string;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
orders: {
|
|
406
|
+
attributes: {
|
|
407
|
+
status: string;
|
|
408
|
+
payment_status: string;
|
|
409
|
+
fulfillment_status: string;
|
|
410
|
+
};
|
|
411
|
+
display_status: {
|
|
412
|
+
in_progress: string;
|
|
413
|
+
in_progress_manual: string;
|
|
414
|
+
};
|
|
415
|
+
tasks: {
|
|
416
|
+
open: string;
|
|
417
|
+
browse: string;
|
|
418
|
+
awaiting_approval: string;
|
|
419
|
+
error_to_cancel: string;
|
|
420
|
+
payment_to_capture: string;
|
|
421
|
+
fulfillment_in_progress: string;
|
|
422
|
+
editing: string;
|
|
423
|
+
history: string;
|
|
424
|
+
cart: string;
|
|
425
|
+
carts: string;
|
|
426
|
+
archived: string;
|
|
427
|
+
request_return: string;
|
|
428
|
+
};
|
|
429
|
+
details: {
|
|
430
|
+
summary: string;
|
|
431
|
+
to_be_calculated: string;
|
|
432
|
+
shipping: string;
|
|
433
|
+
subtotal: string;
|
|
434
|
+
total: string;
|
|
435
|
+
payment_method: string;
|
|
436
|
+
taxes: string;
|
|
437
|
+
included: string;
|
|
438
|
+
discount: string;
|
|
439
|
+
fulfillment: string;
|
|
440
|
+
payment: string;
|
|
441
|
+
use_for_shipping: string;
|
|
442
|
+
use_for_billing: string;
|
|
443
|
+
new_total_line1: string;
|
|
444
|
+
new_total_line2: string;
|
|
445
|
+
confirm_order_cancellation: string;
|
|
446
|
+
confirm_capture: string;
|
|
447
|
+
irreversible_action: string;
|
|
448
|
+
payment_captured: string;
|
|
449
|
+
payment_authorization: string;
|
|
450
|
+
payment_capture: string;
|
|
451
|
+
payment_refund: string;
|
|
452
|
+
payment_void: string;
|
|
453
|
+
};
|
|
454
|
+
form: {
|
|
455
|
+
language: string;
|
|
456
|
+
language_hint: string;
|
|
457
|
+
error_create_order: string;
|
|
458
|
+
email: string;
|
|
459
|
+
email_placeholder: string;
|
|
460
|
+
email_hint: string;
|
|
461
|
+
coupon_code: string;
|
|
462
|
+
select_adjustment_amount: string;
|
|
463
|
+
manual_adjustment_name: string;
|
|
464
|
+
};
|
|
465
|
+
actions: {
|
|
466
|
+
add_item: string;
|
|
467
|
+
approve: string;
|
|
468
|
+
archive: string;
|
|
469
|
+
cancel_transactions: string;
|
|
470
|
+
cancel: string;
|
|
471
|
+
capture_payment: string;
|
|
472
|
+
capture: string;
|
|
473
|
+
place: string;
|
|
474
|
+
refund: string;
|
|
475
|
+
unarchive: string;
|
|
476
|
+
continue_editing: string;
|
|
477
|
+
finish_editing: string;
|
|
478
|
+
adjust_total: string;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
returns: {
|
|
482
|
+
attributes: {
|
|
483
|
+
status: string;
|
|
484
|
+
};
|
|
485
|
+
details: {
|
|
486
|
+
origin: string;
|
|
487
|
+
destination: string;
|
|
488
|
+
to_destination: string;
|
|
489
|
+
return_locations: string;
|
|
490
|
+
confirm_return_cancellation: string;
|
|
491
|
+
delete_error: string;
|
|
492
|
+
info: string;
|
|
493
|
+
timeline_requested_return: string;
|
|
494
|
+
timeline_requested_return_other: string;
|
|
495
|
+
timeline_shipped: string;
|
|
496
|
+
timeline_received: string;
|
|
497
|
+
timeline_cancelled: string;
|
|
498
|
+
timeline_archived: string;
|
|
499
|
+
timeline_approved: string;
|
|
500
|
+
timeline_item_code_restocked: string;
|
|
501
|
+
timeline_payment_of_amount_was_action: string;
|
|
502
|
+
timeline_action_of_amount_failed: string;
|
|
503
|
+
};
|
|
504
|
+
tasks: {
|
|
505
|
+
open: string;
|
|
506
|
+
browse: string;
|
|
507
|
+
requested: string;
|
|
508
|
+
approved: string;
|
|
509
|
+
shipped: string;
|
|
510
|
+
all_returns: string;
|
|
511
|
+
archived: string;
|
|
512
|
+
};
|
|
513
|
+
form: {
|
|
514
|
+
items: string;
|
|
515
|
+
no_items: string;
|
|
516
|
+
};
|
|
517
|
+
actions: {
|
|
518
|
+
approve: string;
|
|
519
|
+
reject: string;
|
|
520
|
+
cancel: string;
|
|
521
|
+
ship: string;
|
|
522
|
+
receive: string;
|
|
523
|
+
restock: string;
|
|
524
|
+
archive: string;
|
|
525
|
+
unarchive: string;
|
|
526
|
+
refund: string;
|
|
527
|
+
};
|
|
528
|
+
};
|
|
529
|
+
shipments: {
|
|
530
|
+
attributes: {
|
|
531
|
+
status: string;
|
|
532
|
+
};
|
|
533
|
+
details: {
|
|
534
|
+
awaiting_stock_transfer: string;
|
|
535
|
+
label_already_purchased: string;
|
|
536
|
+
get_rates_error: string;
|
|
537
|
+
purchase_label_error: string;
|
|
538
|
+
select_rate: string;
|
|
539
|
+
getting_rates: string;
|
|
540
|
+
purchasing: string;
|
|
541
|
+
not_in_packing: string;
|
|
542
|
+
picking_list: string;
|
|
543
|
+
awaiting_stock_transfers: string;
|
|
544
|
+
ship_from: string;
|
|
545
|
+
ship_to: string;
|
|
546
|
+
origin: string;
|
|
547
|
+
weight: string;
|
|
548
|
+
parcel_item: string;
|
|
549
|
+
parcel_item_other: string;
|
|
550
|
+
};
|
|
551
|
+
tasks: {
|
|
552
|
+
pending: string;
|
|
553
|
+
browse: string;
|
|
554
|
+
picking: string;
|
|
555
|
+
packing: string;
|
|
556
|
+
ready_to_ship: string;
|
|
557
|
+
on_hold: string;
|
|
558
|
+
all_shipments: string;
|
|
559
|
+
};
|
|
560
|
+
actions: {
|
|
561
|
+
put_on_hold: string;
|
|
562
|
+
start_picking: string;
|
|
563
|
+
start_packing: string;
|
|
564
|
+
continue_packing: string;
|
|
565
|
+
set_back_to_picking: string;
|
|
566
|
+
set_back_to_packing: string;
|
|
567
|
+
set_ready_to_ship: string;
|
|
568
|
+
set_shipped: string;
|
|
569
|
+
set_delivered: string;
|
|
570
|
+
purchase_label: string;
|
|
571
|
+
purchase_labels: string;
|
|
572
|
+
};
|
|
573
|
+
form: {
|
|
574
|
+
unit_of_weight: string;
|
|
575
|
+
required_package: string;
|
|
576
|
+
invalid_weight: string;
|
|
577
|
+
invalid_unit_of_weight: string;
|
|
578
|
+
incoterms_rules: string;
|
|
579
|
+
select_option: string;
|
|
580
|
+
delivery_confirmation: string;
|
|
581
|
+
require_custom_forms: string;
|
|
582
|
+
customs_info_type: string;
|
|
583
|
+
content_explanation_hint: string;
|
|
584
|
+
customs_info_failed_delivery_label: string;
|
|
585
|
+
customs_info_restriction_type_label: string;
|
|
586
|
+
customs_info_customs_signer_label: string;
|
|
587
|
+
customs_info_confirm_checkbox_label: string;
|
|
588
|
+
required_custom_form_value: string;
|
|
589
|
+
required_if_other_is_selected: string;
|
|
590
|
+
required_restriction_comments: string;
|
|
591
|
+
customs_info_customs_signer_signature: string;
|
|
592
|
+
customs_info_customs_signer_no_signature: string;
|
|
593
|
+
customs_info_type_merchandise: string;
|
|
594
|
+
customs_info_type_gift: string;
|
|
595
|
+
customs_info_type_documents: string;
|
|
596
|
+
customs_info_type_returned_goods: string;
|
|
597
|
+
customs_info_type_sample: string;
|
|
598
|
+
customs_info_type_other: string;
|
|
599
|
+
customs_info_failed_delivery_return: string;
|
|
600
|
+
customs_info_failed_delivery_abandon: string;
|
|
601
|
+
customs_info_restriction_type_none: string;
|
|
602
|
+
customs_info_restriction_type_other: string;
|
|
603
|
+
customs_info_restriction_type_quarantine: string;
|
|
604
|
+
customs_info_restriction_type_sanitary_phytosanitary_inspection: string;
|
|
605
|
+
no_packages_found: string;
|
|
606
|
+
select_package: string;
|
|
607
|
+
packing_items: string;
|
|
608
|
+
pack_items: string;
|
|
609
|
+
more_options: string;
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
promotions: {
|
|
613
|
+
display_status: {
|
|
614
|
+
upcoming: string;
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
validation: {
|
|
619
|
+
select_one_item: string;
|
|
620
|
+
coupon_code_invalid: string;
|
|
621
|
+
coupon_code_too_short: string;
|
|
622
|
+
amount_invalid: string;
|
|
623
|
+
required_field: string;
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
export default en;
|