@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.
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { u as Ee, j as se, I as $e } from "./main-DhEziGo0.js";
2
+ import { u as Ee, j as se, I as $e } from "./main-CeZ9IAeS.js";
3
3
  import V, { memo as ce, useState as U, useRef as w, useCallback as ue, useEffect as I, forwardRef as Ce } from "react";
4
4
  function Ie(e, t, r) {
5
5
  return t in e ? Object.defineProperty(e, t, {
@@ -2,7 +2,7 @@
2
2
  var un = Object.defineProperty;
3
3
  var dn = (a, n, t) => n in a ? un(a, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : a[n] = t;
4
4
  var y = (a, n, t) => dn(a, typeof n != "symbol" ? n + "" : n, t);
5
- import { o as pn, f as fn, c as hn, a as er, g as mn, i as $e, b as vn, j as Ee, I as gn, d as Dn, e as wn, w as yn, R as bn } from "./main-DhEziGo0.js";
5
+ import { o as pn, f as fn, c as hn, a as er, g as mn, i as $e, b as vn, j as Ee, I as gn, d as Dn, e as wn, w as yn, R as bn } from "./main-CeZ9IAeS.js";
6
6
  import * as x from "react";
7
7
  import h, { useLayoutEffect as Or, useEffect as Vt, createElement as _n, cloneElement as Yr, Component as Z, createRef as Se, useRef as At, useCallback as kn, forwardRef as Mn } from "react";
8
8
  import * as Cn from "react-dom";
@@ -0,0 +1,633 @@
1
+ "use client";
2
+ const e = {
3
+ addresses: {
4
+ name: "Address",
5
+ name_other: "Addresses",
6
+ attributes: {
7
+ billing_info: "Billing info",
8
+ city: "City",
9
+ company: "Company",
10
+ country_code: "Country",
11
+ first_name: "First name",
12
+ last_name: "Last name",
13
+ line_1: "Address",
14
+ notes: "Notes",
15
+ phone: "Phone",
16
+ state_code: "State",
17
+ zip_code: "ZIP code"
18
+ }
19
+ },
20
+ adjustments: {
21
+ name: "Adjustment",
22
+ name_other: "Adjustments",
23
+ attributes: {}
24
+ },
25
+ bundles: {
26
+ name: "Bundle",
27
+ name_other: "Bundles",
28
+ attributes: {
29
+ currency_code: "Currency code"
30
+ }
31
+ },
32
+ coupons: {
33
+ name: "Coupon",
34
+ name_other: "Coupons",
35
+ attributes: {}
36
+ },
37
+ customers: {
38
+ name: "Customer",
39
+ name_other: "Customers",
40
+ attributes: {
41
+ email: "Email",
42
+ status: {
43
+ prospect: "Prospect",
44
+ acquired: "Acquired",
45
+ repeat: "Repeat"
46
+ }
47
+ }
48
+ },
49
+ links: {
50
+ name: "Link",
51
+ name_other: "Links",
52
+ attributes: {}
53
+ },
54
+ orders: {
55
+ name: "Order",
56
+ name_other: "Orders",
57
+ attributes: {
58
+ status: {
59
+ approved: "Approved",
60
+ cancelled: "Cancelled",
61
+ draft: "Draft",
62
+ editing: "Editing",
63
+ pending: "Pending",
64
+ placed: "Placed",
65
+ placing: "Placing"
66
+ },
67
+ payment_status: {
68
+ authorized: "Authorized",
69
+ paid: "Paid",
70
+ unpaid: "Unpaid",
71
+ free: "Free",
72
+ voided: "Voided",
73
+ refunded: "Refunded",
74
+ partially_authorized: "Part. authorized",
75
+ partially_paid: "Part. paid",
76
+ partially_refunded: "Part. refunded",
77
+ partially_voided: "Part. voided"
78
+ },
79
+ fulfillment_status: {
80
+ unfulfilled: "Unfulfilled",
81
+ in_progress: "In progress",
82
+ fulfilled: "Fulfilled",
83
+ not_required: "Not required"
84
+ },
85
+ billing_address: "Billing address",
86
+ shipping_address: "Shipping address"
87
+ }
88
+ },
89
+ gift_cards: {
90
+ name: "Gift card",
91
+ name_other: "Gift cards",
92
+ attributes: {}
93
+ },
94
+ markets: {
95
+ name: "Market",
96
+ name_other: "Markets",
97
+ attributes: {}
98
+ },
99
+ packages: {
100
+ name: "Package",
101
+ name_other: "Packages",
102
+ attributes: {}
103
+ },
104
+ parcels: {
105
+ name: "Parcel",
106
+ name_other: "Parcels",
107
+ attributes: {
108
+ unit_of_weight: {
109
+ gr: "grams",
110
+ lb: "pound",
111
+ oz: "once"
112
+ }
113
+ }
114
+ },
115
+ promotions: {
116
+ name: "Promotion",
117
+ name_other: "Promotions",
118
+ attributes: {
119
+ status: {
120
+ active: "Active",
121
+ disabled: "Disabled",
122
+ expired: "Expired",
123
+ inactive: "Inactive",
124
+ pending: "Pending"
125
+ }
126
+ }
127
+ },
128
+ returns: {
129
+ name: "Return",
130
+ name_other: "Returns",
131
+ attributes: {
132
+ status: {
133
+ approved: "Approved",
134
+ cancelled: "Cancelled",
135
+ draft: "Draft",
136
+ requested: "Requested",
137
+ received: "Received",
138
+ rejected: "Rejected",
139
+ refunded: "Refunded",
140
+ shipped: "Shipped"
141
+ }
142
+ }
143
+ },
144
+ shipments: {
145
+ name: "Shipment",
146
+ name_other: "Shipments",
147
+ attributes: {
148
+ status: {
149
+ cancelled: "Cancelled",
150
+ delivered: "Delivered",
151
+ draft: "Draft",
152
+ on_hold: "On hold",
153
+ packing: "Packing",
154
+ picking: "Picking",
155
+ ready_to_ship: "Ready to ship",
156
+ shipped: "Shipped",
157
+ upcoming: "Upcoming"
158
+ }
159
+ }
160
+ },
161
+ shipping_methods: {
162
+ name: "Shipping method",
163
+ name_other: "Shipping methods",
164
+ attributes: {}
165
+ },
166
+ skus: {
167
+ name: "SKU",
168
+ name_other: "SKUs",
169
+ attributes: {}
170
+ },
171
+ stock_locations: {
172
+ name: "Stock location",
173
+ name_other: "Stock locations",
174
+ attributes: {}
175
+ },
176
+ stock_transfers: {
177
+ name: "Stock transfer",
178
+ name_other: "Stock transfers",
179
+ attributes: {
180
+ status: {
181
+ cancelled: "Cancelled",
182
+ completed: "Completed",
183
+ draft: "Draft",
184
+ in_transit: "In transit",
185
+ on_hold: "On hold",
186
+ picking: "Picking",
187
+ upcoming: "Upcoming"
188
+ }
189
+ }
190
+ },
191
+ tags: {
192
+ name: "Tag",
193
+ name_other: "Tags",
194
+ attributes: {}
195
+ }
196
+ }, t = {
197
+ common: {
198
+ add_another: "Add another",
199
+ add_resource: "Add {{resource}}",
200
+ new_resource: "New {{resource}}",
201
+ missing_resource: "Missing {{resource}}",
202
+ update_resource: "Update {{resource}}",
203
+ add_up_to: "You can add up to {{limit}} {{resource}}.",
204
+ all: "All",
205
+ all_items: "All items",
206
+ amount: "Amount",
207
+ apply: "Apply",
208
+ apply_filters: "Apply filters",
209
+ attachments: "Attachments",
210
+ back: "Back",
211
+ go_back: "Go back",
212
+ cancel: "Cancel",
213
+ clear_text: "Clear text",
214
+ close: "Close",
215
+ continue: "Continue",
216
+ could_not_retrieve_data: "Could not retrieve data",
217
+ could_not_retrieve_resource: "Could not retrieve {{resource}}",
218
+ create: "Create",
219
+ create_resource: "Create {{resource}}",
220
+ created: "Created",
221
+ currency: "Currency",
222
+ custom_time_range: "Custom Time Range",
223
+ delete_resource: "Delete {{resource}}",
224
+ delete: "Delete",
225
+ download_file: "Download file",
226
+ download_json: "Download JSON",
227
+ edit: "Edit",
228
+ edit_details: "Edit details",
229
+ edit_resource: "Edit {{resource}}",
230
+ estimated_delivery: "Estimated delivery",
231
+ filters: "Filters",
232
+ from: "From",
233
+ to: "To",
234
+ today: "Today",
235
+ last_7_days: "Last 7 days",
236
+ last_30_days: "Last 30 days",
237
+ custom: "Custom",
238
+ info: "Info",
239
+ limit_reached: "Limit reached",
240
+ loading: "Loading...",
241
+ manage_resource: "Manage {{resource}}",
242
+ metadata: "Metadata",
243
+ new: "New",
244
+ no_address: "No address",
245
+ no_items: "No items",
246
+ no_metadata: "No metadata",
247
+ no_results_found: "No results found",
248
+ no_textsearch_filter_set: "No textSearch filter set",
249
+ not_authorized: "Not authorized",
250
+ not_authorized_description: "You are not authorized to access this page.",
251
+ not_handled: "Not handled",
252
+ parcel_total: "Total",
253
+ parcel_weight: "Weight",
254
+ print_shipping_label: "Print shipping label",
255
+ reference: "Reference",
256
+ reference_origin: "Reference origin",
257
+ retry: "Retry",
258
+ remove: "Remove",
259
+ restocked: "Restocked",
260
+ search: "Search...",
261
+ see_all: "See all",
262
+ select: "Select...",
263
+ select_resource: "Select {{resource}}",
264
+ show_less: "Show less",
265
+ show_more: "Show more",
266
+ saving: "Saving...",
267
+ status: "Status",
268
+ swap: "Swap",
269
+ time_range: "Time Range",
270
+ tracking: "Tracking",
271
+ try_to_refresh_page: "Try to refresh the page or ask for support.",
272
+ unit_price: "Unit price",
273
+ update: "Update",
274
+ updated: "Updated",
275
+ view_logs: "View logs",
276
+ view_api_docs: "View API reference",
277
+ empty_states: {
278
+ not_found: "Not found",
279
+ generic_not_found: "We could not find the resource you are looking for.",
280
+ all_good_here: "All good here!",
281
+ no_resource_found: "No {{resource}} found!",
282
+ no_resource_yet: "No {{resource}} yet!",
283
+ create_the_first_resource: "Add a new {{resource}} with the API, or use the CLI.",
284
+ no_resources_found_for_list: "There are no {{resources}} for the current list.",
285
+ no_resource_found_for_organization: "No {{resource}} found for this organization.",
286
+ no_resources_found_for_filters: "We didn't find any {{resources}} matching the current filters selection."
287
+ },
288
+ generic_select_autocomplete_hint: "Type to search for more options.",
289
+ forms: {
290
+ currency_code_not_valid: "{{currencyCode}} is not a valid currency code.",
291
+ cents_not_integer: "`cents` ({{cents}}) is not an integer value",
292
+ type_to_search_for_more: "Showing 25 results. Type to search for more options.",
293
+ all_markets_with_currency: "All markets with currency",
294
+ minimum: "Minimum",
295
+ maximum: "Maximum",
296
+ drag_here_or: "drag and drop it here or",
297
+ browse_files: "browse files",
298
+ required_field: "Required field"
299
+ },
300
+ routes: {
301
+ page_not_found: "Page not found",
302
+ invalid_resource: "Invalid {{resource}}",
303
+ invalid_resource_or_not_authorized: "{{resource}} is invalid or you are not authorized to access this page.",
304
+ we_could_not_find_page: "We could not find the page you are looking for.",
305
+ we_could_not_find_resource: "We could not find the {{resource}} you are looking for.",
306
+ go_home: "Go home"
307
+ },
308
+ table: {
309
+ and_another_record: "and another record",
310
+ and_other_records: "and {{count}} other records",
311
+ record: "1 record",
312
+ record_other: "{{count}} records"
313
+ },
314
+ timeline: {
315
+ name: "Timeline",
316
+ leave_a_note: "Leave a note or comment",
317
+ only_staff_can_see: "Only you and other staff can see comments",
318
+ resource_created: "{{resource}} created",
319
+ resource_updated: "{{resource}} updated",
320
+ order_placed: "Order #{{number}} placed in {{orderMarket}}",
321
+ left_a_note: "left a note",
322
+ left_a_refund_note: "left a refund note",
323
+ resources: {
324
+ order_is: "Order is",
325
+ order_was: "Order was",
326
+ order_created: "created",
327
+ order_placed: "placed",
328
+ order_cancelled: "cancelled",
329
+ order_archived: "archived",
330
+ order_approved: "approved",
331
+ order_fulfilled: "fulfilled",
332
+ order_unfulfilled: "unfulfilled",
333
+ order_fulfillment_is: "Order fulfillment is",
334
+ order_fulfillment_in_progress: "in progress",
335
+ order_fulfillment_not_required: "not required",
336
+ payment_of_was: "Payment of {{amount}} was",
337
+ return_number_was: "Return #{{number}} was",
338
+ return_approved: "approved",
339
+ return_cancelled: "cancelled",
340
+ return_received: "received",
341
+ return_rejected: "rejected",
342
+ return_shipped: "shipped",
343
+ stock_transfer_completed: "completed",
344
+ shipment_number_is: "Shipment #{{number}} is",
345
+ shipment_number_isbeing: "Shipment #{{number}} is being",
346
+ shipment_number_was: "Shipment #{{number}} was",
347
+ shipment_on_hold: "on hold",
348
+ shipment_picked: "picked",
349
+ shipment_packed: "packed",
350
+ shipment_ready_to_ship: "ready for shipping",
351
+ shipment_shipped: "shipped",
352
+ transaction_of: "{{transaction}} of {{amount}}",
353
+ transaction_failed: "failed"
354
+ }
355
+ },
356
+ links: {
357
+ checkout_link_status: "Checkout link is {{status}}!",
358
+ open_checkout: "Open checkout",
359
+ share_email_subject: "Checkout your order (#{{number}})",
360
+ share_email_body: `Dear customer,
361
+ please follow this link to checkout your order #{{number}:
362
+ {{url}}
363
+ Thank you,
364
+ The {{organization}} team`,
365
+ share_whatsapp_text: "Please follow this link to checkout your order *#{{number}}*: {{url}}"
366
+ },
367
+ tracking_details: {
368
+ contents_type: "Contents type",
369
+ courier: "Courier",
370
+ customs_signer: "Customs signer",
371
+ customs_certify: "Customs certify",
372
+ estimated_delivery_date: "Estimated Delivery Date",
373
+ delivery_confirmation: "Delivery confirmation",
374
+ last_update: "Last update",
375
+ non_delivery_option: "Non delivery option",
376
+ restriction_type: "Restriction type",
377
+ tracking_pre_transit: "Pre-Transit",
378
+ tracking_in_transit: "In Transit",
379
+ tracking_out_for_delivery: "Out for Delivery",
380
+ tracking_delivered: "Delivered"
381
+ },
382
+ no_resources: {
383
+ no_tags: "No tags"
384
+ }
385
+ },
386
+ resources: e,
387
+ apps: {
388
+ customers: {
389
+ attributes: {
390
+ status: "Status"
391
+ },
392
+ details: {
393
+ registered: "Registered",
394
+ guest: "Guest",
395
+ newsletter: "Newsletter",
396
+ subscribed: "Subscribed",
397
+ type: "Type",
398
+ wallet: "Wallet",
399
+ groups: "Groups",
400
+ confirm_customer_delete: "Confirm that you want to delete {{email}}",
401
+ customer_cannot_be_deleted: "Customer cannot be deleted from our dashboard",
402
+ customer_cannot_be_deleted_description: "Please send a request to <a>support</a> specifying the organization name and the customer's email."
403
+ },
404
+ form: {
405
+ customer_group_label: "Group",
406
+ customer_group_hint: "The group to which this customer belongs",
407
+ email_hint: "The customer's email address"
408
+ }
409
+ },
410
+ orders: {
411
+ attributes: {
412
+ status: "Status",
413
+ payment_status: "Payment status",
414
+ fulfillment_status: "Fulfillment status"
415
+ },
416
+ display_status: {
417
+ in_progress: "In progress",
418
+ in_progress_manual: "In progress (Manual)"
419
+ },
420
+ tasks: {
421
+ open: "Open",
422
+ browse: "Browse",
423
+ awaiting_approval: "Awaiting approval",
424
+ error_to_cancel: "Error to cancel",
425
+ payment_to_capture: "Payment to capture",
426
+ fulfillment_in_progress: "Fulfillment in progress",
427
+ editing: "Editing",
428
+ history: "Order history",
429
+ cart: "Cart",
430
+ carts: "Carts",
431
+ archived: "Archived",
432
+ request_return: "Request return"
433
+ },
434
+ details: {
435
+ summary: "Summary",
436
+ to_be_calculated: "To be calculated",
437
+ shipping: "Shipping",
438
+ subtotal: "Subtotal",
439
+ total: "Total",
440
+ payment_method: "Payment method",
441
+ taxes: "Taxes",
442
+ included: "included",
443
+ discount: "Discount",
444
+ fulfillment: "Fulfillment",
445
+ payment: "Payment",
446
+ use_for_shipping: "Use for shipping",
447
+ use_for_billing: "Use for billing",
448
+ new_total_line1: "The new total is {{new_total}}, {{difference}} more than the original total.",
449
+ new_total_line2: "Adjust the total to make it equal or less.",
450
+ confirm_order_cancellation: "Confirm that you want to cancel order #{{number}}",
451
+ confirm_capture: "Confirm capture",
452
+ irreversible_action: "This action cannot be undone, proceed with caution.",
453
+ payment_captured: "Captured",
454
+ payment_authorization: "Payment authorization",
455
+ payment_capture: "Payment capture",
456
+ payment_refund: "Refund",
457
+ payment_void: "Void"
458
+ },
459
+ form: {
460
+ language: "Language",
461
+ language_hint: "The language used for checkout",
462
+ error_create_order: "Cannot create the order without a valid item. Please select one.",
463
+ email: "Email",
464
+ email_placeholder: "Search or add email",
465
+ email_hint: "The customer's email for this order.",
466
+ coupon_code: "Coupon code",
467
+ select_adjustment_amount: "Select a positive amount type to increase the order total.",
468
+ manual_adjustment_name: "Manual adjustment"
469
+ },
470
+ actions: {
471
+ add_item: "Add item",
472
+ approve: "Approve",
473
+ archive: "Archive",
474
+ cancel_transactions: "Cancel payment",
475
+ cancel: "Cancel order",
476
+ capture_payment: "Capture payment",
477
+ capture: "Capture",
478
+ place: "Place order",
479
+ refund: "Refund",
480
+ unarchive: "Unarchive",
481
+ continue_editing: "Continue editing",
482
+ finish_editing: "Finish",
483
+ adjust_total: "Adjust total"
484
+ }
485
+ },
486
+ returns: {
487
+ attributes: {
488
+ status: "Status"
489
+ },
490
+ details: {
491
+ origin: "Origin",
492
+ destination: "Destination",
493
+ to_destination: "To",
494
+ return_locations: "Return locations",
495
+ confirm_return_cancellation: "Confirm that you want to cancel return #{{number}}",
496
+ delete_error: "Could not cancel this return",
497
+ info: "Info",
498
+ timeline_requested_return: "{{email}} requested the return of {{count} item",
499
+ timeline_requested_return_other: "{{email}} requested the return of {{count} items",
500
+ timeline_shipped: "Return was <strong>shipped</strong>",
501
+ timeline_received: "Return was <strong>received</strong>",
502
+ timeline_cancelled: "Return was <strong>cancelled</strong>",
503
+ timeline_archived: "Return was <strong>archived</strong>",
504
+ timeline_approved: "Return was <strong>approved</strong>",
505
+ timeline_item_code_restocked: "Item {{code}} was <strong>restocked</strong>",
506
+ timeline_payment_of_amount_was_action: "Payment of {{amount}} was <strong>{{action}}</strong>",
507
+ timeline_action_of_amount_failed: "{{action}} of {{amount}} <strong>failed</strong>"
508
+ },
509
+ tasks: {
510
+ open: "Open",
511
+ browse: "Browse",
512
+ requested: "Requested",
513
+ approved: "Approved",
514
+ shipped: "Shipped",
515
+ all_returns: "All returns",
516
+ archived: "Archived"
517
+ },
518
+ form: {
519
+ items: "Items",
520
+ no_items: "No items"
521
+ },
522
+ actions: {
523
+ approve: "Approve",
524
+ reject: "Reject",
525
+ cancel: "Cancel return",
526
+ ship: "Mark shipped",
527
+ receive: "Receive",
528
+ restock: "Restock",
529
+ archive: "Archive",
530
+ unarchive: "Unarchive",
531
+ refund: "Issue a refund"
532
+ }
533
+ },
534
+ shipments: {
535
+ attributes: {
536
+ status: "Status"
537
+ },
538
+ details: {
539
+ awaiting_stock_transfer: "Awaiting stock transfer",
540
+ label_already_purchased: "Shipping label already purchased",
541
+ get_rates_error: "Unable to get rates",
542
+ purchase_label_error: "Could not purchase shipping label, please contact your carrier.",
543
+ select_rate: "Select a shipping rate",
544
+ getting_rates: "Getting rates...",
545
+ purchasing: "Purchasing...",
546
+ not_in_packing: "This shipment is not in packing status",
547
+ picking_list: "Picking list",
548
+ awaiting_stock_transfers: "Awaiting stock transfers",
549
+ ship_from: "Ship from",
550
+ ship_to: "Ship to",
551
+ origin: "Origin",
552
+ weight: "Weight",
553
+ parcel_item: "{{count}} item",
554
+ parcel_item_other: "{{count}} items"
555
+ },
556
+ tasks: {
557
+ pending: "Pending",
558
+ browse: "Browse",
559
+ picking: "Picking",
560
+ packing: "Packing",
561
+ ready_to_ship: "Ready to ship",
562
+ on_hold: "On hold",
563
+ all_shipments: "All shipments"
564
+ },
565
+ actions: {
566
+ put_on_hold: "Put on hold",
567
+ start_picking: "Start picking",
568
+ start_packing: "Start packing",
569
+ continue_packing: "Continue",
570
+ set_back_to_picking: "Back to picking",
571
+ set_back_to_packing: "Back to packing",
572
+ set_ready_to_ship: "Ready to ship",
573
+ set_shipped: "Mark as shipped",
574
+ set_delivered: "Mark as delivered",
575
+ purchase_label: "Purchase label",
576
+ purchase_labels: "Purchase labels"
577
+ },
578
+ form: {
579
+ unit_of_weight: "Unit of weight",
580
+ required_package: "Please select a package",
581
+ invalid_weight: "Please enter a weight",
582
+ invalid_unit_of_weight: "Please select a unit of weight",
583
+ incoterms_rules: "Incoterms rules",
584
+ select_option: "Select an option",
585
+ delivery_confirmation: "Delivery confirmations",
586
+ require_custom_forms: "Require custom forms",
587
+ customs_info_type: "The type of item you are sending",
588
+ content_explanation_hint: "Insert a brief description",
589
+ customs_info_failed_delivery_label: "In case the shipment cannot be delivered",
590
+ customs_info_restriction_type_label: "Requires any special treatment",
591
+ customs_info_customs_signer_label: "Customs signer",
592
+ customs_info_confirm_checkbox_label: "I confirm the provided information is accurate",
593
+ required_custom_form_value: "Required when specifying a customs form value",
594
+ required_if_other_is_selected: 'Please specify if "other" is selected',
595
+ required_restriction_comments: "Please add a comment or select 'none' as restriction type",
596
+ customs_info_customs_signer_signature: "Signature",
597
+ customs_info_customs_signer_no_signature: "No signature",
598
+ customs_info_type_merchandise: "Merchandise",
599
+ customs_info_type_gift: "Gift",
600
+ customs_info_type_documents: "Documents",
601
+ customs_info_type_returned_goods: "Returned goods",
602
+ customs_info_type_sample: "Sample",
603
+ customs_info_type_other: "Other",
604
+ customs_info_failed_delivery_return: "Return",
605
+ customs_info_failed_delivery_abandon: "Abandon",
606
+ customs_info_restriction_type_none: "None",
607
+ customs_info_restriction_type_other: "Other",
608
+ customs_info_restriction_type_quarantine: "Quarantine",
609
+ customs_info_restriction_type_sanitary_phytosanitary_inspection: "Sanitary or Phytosanitary inspection",
610
+ no_packages_found: "No packages found for current stock location",
611
+ select_package: "Select a package",
612
+ packing_items: "items",
613
+ pack_items: "Pack · {{items}}",
614
+ more_options: "More options"
615
+ }
616
+ },
617
+ promotions: {
618
+ display_status: {
619
+ upcoming: "Upcoming"
620
+ }
621
+ }
622
+ },
623
+ validation: {
624
+ select_one_item: "Please select at least one item",
625
+ coupon_code_invalid: "Please enter a valid coupon code.",
626
+ coupon_code_too_short: "Coupon code is too short (minimum is 8 characters)",
627
+ amount_invalid: "Please enter a valid amount",
628
+ required_field: "Required field"
629
+ }
630
+ };
631
+ export {
632
+ t as default
633
+ };