-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathen.VirtoCommerce.Orders.json
More file actions
666 lines (666 loc) · 24.5 KB
/
en.VirtoCommerce.Orders.json
File metadata and controls
666 lines (666 loc) · 24.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
{
"orders": {
"main-menu-title": "Orders",
"blades": {
"customerOrder-detail": {
"title": "{{customer}}'s order",
"subtitle": "Edit order details and related documents",
"labels": {
"approved": "Approved",
"employee": "Assigned to",
"order-number": "Customer order number",
"status": "Status",
"store": "Store",
"from": "Created at",
"channel": "Channel",
"customer": "Customer",
"organization": "Organization",
"invoice": "Get invoice PDF",
"withPrototypes": "With templates"
},
"placeholders": {
"employee": "Select assignee",
"status": "Select...",
"store": "Select..."
}
},
"customerOrder-items": {
"labels": {
"item": "Item",
"status": "Status",
"quantity": "Qty",
"available": "Avail",
"await": "Await",
"price": "Unit price (excl. tax)",
"tax": "Tax",
"priceWithTax": "Unit price (incl. tax)",
"discount": "Discount (excl. tax)",
"discountWithTax": "Discount (incl. tax)",
"total": "Total line items",
"dynamic-properties": "Dynamic properties",
"sub-total": "Subtotal",
"discount-total": "Total discount",
"tax-total": "Total tax",
"fee-total": "Total fee"
}
},
"customerOrder-item-detail": {
"labels": {
"product": "Product name"
}
},
"customerOrder-list": {
"title": "Customer orders",
"labels": {
"new-filter": "Add new filter",
"unnamed-filter": "Filter by",
"today-filter": "Today",
"last-day-filter": "Yesterday",
"last-week-filter": "Last week",
"last-month-filter": "Last month",
"last-year-filter": "Last year",
"number": "Order number",
"customer": "Customer",
"confirmed": "Confirmed",
"status": "Status",
"total": "Total",
"currency": "Currency",
"store": "Store",
"created": "Created",
"copy-id": "Copy Id",
"copy-number": "Copy number",
"filter-by": "Filter by"
},
"placeholders": {
"select-filter": "Select filter"
}
},
"filter-detail": {
"subtitle": "Edit filter",
"new-title": "New filter",
"new-subtitle": "Create new filter",
"labels": {
"name": "Filter name",
"name_": "Name this filter",
"criteria": "Filter criteria",
"from": "Created after",
"to": "Created before"
},
"placeholders": {
"all": "Not specified"
}
},
"operation-comment": {
"labels": {
"comments": "Comments"
}
},
"payment-detail": {
"title": "Incoming payment #{{number}}",
"title-new": "New incoming payment",
"subtitle": "Edit payment details and related documents",
"labels": {
"approved": "Approved",
"payment-number": "Payment Id",
"status": "Status",
"amount": "Amount",
"from": "Date and time",
"payment-gateway": "Payment gateway",
"payment-purpose": "Payment purpose",
"price": "Payment fees",
"price-with-tax": "Payment fees (incl. tax)",
"vendor": "Vendor",
"capture-payment": "Capture payment",
"refund-payment": "Refund payment"
},
"placeholders": {
"status": "Select...",
"payment-gateway": "Select...",
"vendor": "Select..."
}
},
"refund-add": {
"title": "Create a refund",
"labels": {
"amount": "Refund amount",
"reasonCode": "Refund reason",
"message": "Refund message",
"transactionId": "Transaction Id",
"outerId": "Outer Id"
},
"placeholders": {
"amount": "Enter...",
"reasonCode": "Select...",
"message": "Enter...",
"transactionId": "Enter...",
"outerId": "Enter..."
}
},
"refund-details": {
"title": "Refund #{{number}}",
"subtitle": "Edit payment details and related documents",
"labels": {
"status": "Status",
"amount": "Amount",
"vendor": "Vendor",
"reasonCode": "Refund reason"
},
"refund-status": {
"pending": "Pending",
"approved": "Approved",
"rejected": "Rejected",
"processed": "Processed"
},
"placeholders": {
"status": "Select...",
"vendor": "Select...",
"reasonCode": "Select..."
}
},
"refund-detail": {
"labels": {
"transactionId": "Transaction Id",
"outerId": "Outer Id"
}
},
"capture-add": {
"title": "Create a capture",
"labels": {
"amount": "Capture amount",
"message": "Capture message",
"transactionId": "Transaction Id",
"outerId": "Outer Id",
"closeTransaction": "Close transaction"
},
"placeholders": {
"amount": "Enter...",
"message": "Enter...",
"transactionId": "Enter...",
"outerId": "Enter..."
},
"descr": {
"closeTransaction": "Close a transaction, restricting future capture operations against this order"
}
},
"capture-details": {
"title": "Capture #{{number}}",
"subtitle": "Edit payment details and related documents",
"labels": {
"amount": "Amount",
"vendor": "Vendor",
"closeTransaction": "Close transaction"
},
"placeholders": {
"amount": "Enter...",
"vendor": "Select..."
}
},
"capture-detail": {
"labels": {
"transactionId": "Transaction Id",
"outerId": "Outer Id"
}
},
"customerOrder-item-configuration": {
"title": "Configuration",
"labels": {
"picture": "Image",
"quantity": "Quantity",
"text": "Text",
"product-name": "Product name",
"file-name": "File name",
"file-size": "File size",
"file-content-type": "File type"
},
"menu": {
"products": {
"title": "Configuration products",
"description": "Products that make up the configuration"
},
"texts": {
"title": "Configuration texts",
"description": "Various customized texts used to create a unique product configuration"
},
"files": {
"title": "Configuration files",
"description": "Various files used to create a unique product configuration"
}
},
"description": {
"no-configuration": "This product does not support configuration.",
"no-products": "This configuration does not have any products yet.",
"no-texts": "This configuration does not have any texts yet.",
"no-files": "This configuration does not have any files yet."
}
},
"transactions-list": {
"title": "Payment gateway transactions",
"subtitle": "List of all payment gateway interactions"
},
"transaction-detail": {
"title": "Transaction details",
"subtitle": "Raw transaction data "
},
"shipment-detail": {
"title": "Shipment #{{number}}",
"title-new": "New shipment",
"subtitle": "Edit shipment details",
"labels": {
"shipment-method": "Shipment method",
"approved": "Approved",
"shipment-number": "Shipment ID",
"status": "Status",
"fulfillment-center": "Fulfillment center",
"from": "Date and time",
"employee": "Assigned to",
"price": "Shipment amount",
"price-with-tax": "Shipment amount with tax",
"shipment-method-option": "Shipment method",
"tracking-number": "Tracking number",
"tracking-url": "Tracking URL",
"delivery-date": "Delivery date",
"vendor": "Vendor"
},
"placeholders": {
"status": "Select...",
"shipment-method": "Select...",
"fulfillment-center": "Select or search a center...",
"shipment-method-option": "Default shipment method",
"vendor": "Select..."
}
},
"shipment-items": {
"title": "{{title}} line items",
"subtitle": "Edit shipment items",
"labels": {
"item": "Item",
"status": "Status",
"quantity": "Qty",
"price": "Price",
"total": "Total"
}
},
"catalog-items-select": {
"title": "Add item to order"
},
"newOperation-wizard": {
"title": "New operation",
"subtitle": "Select operation type",
"menu": {
"shipment-operation": {
"description": "Shipment document"
},
"payment-operation": {
"description": "Incoming payment document"
},
"refund-operation": {
"description": "Refund document"
}
}
},
"customerOrder-item-discounts": {
"title": "Discounts",
"labels": {
"name": "Name",
"coupon": "Coupon",
"discountAmount": "Discount amount",
"discountAmountWithTax": "Discount amount with tax",
"currency": "Currency"
},
"descr": {
"no-discounts": "This entity doesn't have any discounts yet."
}
},
"address-details": {
"labels": {
"name": "Address name",
"address-type": "Address type",
"first-name": "First name",
"middle-name": "Middle name",
"last-name": "Last name",
"country": "Country",
"region": "Region",
"city": "City",
"address1": "Address line 1",
"address2": "Address line 2",
"zip-code": "ZIP code",
"email": "Email",
"phone": "Phone",
"description": "Description"
},
"placeholders": {
"address-type": "Select address type...",
"first-name": "Enter first name...",
"middle-name": "Enter middle name...",
"last-name": "Enter last name...",
"country": "Select country...",
"region": "Select region...",
"city": "Enter city...",
"address1": "Enter address line 1...",
"address2": "Enter address line 2...",
"zip-code": "Enter ZIP code...",
"email": "Enter email...",
"phone": "Enter phone...",
"description": "Enter description..."
}
},
"address-list": {
"labels": {
"no-addresses": "No addresses yet"
}
}
},
"widgets": {
"notifications": {
"title": "Notification feed",
"subtitle": "Order notification feed"
},
"customerOrder-address": {
"title": "Addresses",
"blade-title": "Manage addresses"
},
"customerOrder-items": {
"title": "Line items",
"blade-title": "{{title}} line items",
"blade-subtitle": "Edit line items"
},
"customerOrder-totals": {
"sub-total": "Subtotal",
"shipping-total": "Shipping total",
"shipping-sub-total": "Shipping subtotal",
"payment-sub-total": "Payment subtotal",
"tax-total": "Total tax",
"fee-total": "Total fee",
"discount": "Discount",
"discount-total": "Total discount",
"discount-total-with-tax": "Total discount with tax",
"total": "Total"
},
"operation-comment": {
"no-comments": "No comments",
"blade-title": "Leave a comment"
},
"shipment-address": {
"blade-title": "Manage delivery address",
"title": "Delivery address"
},
"shipment-items": {
"title": "Shipment items"
},
"shipment-totals": {
"tax-total": "Total tax",
"fee-total": "Total fee",
"shipment-total": "Total shipment",
"shipment-price": "Shipping price",
"discount-total": "Total discount",
"total": "Total"
},
"payment-totals": {
"tax-total": "Total tax",
"payment-total": "Total payment",
"payment-price": "Payment price",
"discount-total": "Total discount",
"total": "Total"
},
"payment-address": {
"blade-title": "Manage billing address",
"title": "Payment address"
},
"statistics-templates": {
"revenue": "Revenue",
"customers-with-orders": "Customers with orders",
"average-order-value": "Average order value",
"items-purchased": "Items purchased",
"lines-per-order": "Lines per order",
"revenue-per-customer": "Revenue per customer",
"title": "Order statistics",
"not-authorized": "You do not currently have access to this feature. Please contact your account administrator for access"
},
"customerOrder-list": {
"title": "Orders"
},
"configuration": {
"title": "Configuration"
},
"customerOrder-item-discounts": {
"title": "Discounts"
}
},
"dialogs": {
"concurrency-сonflict": {
"title": "Concurrency conflict detected",
"message": "The order has been modified by another user. Click OK to reload the latest data and try again"
},
"orders-delete": {
"title": "Delete confirmation",
"message": "Are you sure you want to delete the selected customer orders?"
},
"operation-save": {
"title": "Save changes",
"message": "The operation has been modified. Do you want to save changes?"
},
"operation-delete": {
"title": "Delete confirmation",
"message": "Are you sure you want to delete the current operation?"
},
"operation-cancel": {
"title": "Cancel operation",
"message": "Are you sure you want to remove this document?",
"placeholders": {
"reason": "Enter the reason for removal..."
}
},
"payment-capture": {
"title": "Capture confirmation",
"message": "Are you sure you want to capture payment on {{amount}}?"
},
"address-delete": {
"title": "Confirm delete",
"message": "Are you sure you want to delete this address?"
},
"address-save": {
"title": "Save changes",
"message": "The address has been modified. Do you want to save changes?"
}
},
"settings": {
"customerorder-status": {
"new": "New",
"not payed": "Not paid",
"pending": "Pending",
"processing": "Processing",
"ready to send": "Ready to send",
"cancelled": "Cancelled",
"partially sent": "Partially sent",
"completed": "Completed"
},
"line-item-status": {
"pending": "Pending",
"inprogress": "In progress",
"shipped": "Shipped",
"delivered": "Delivered",
"cancelled": "Cancelled"
},
"shipment-status": {
"new": "New",
"pickpack": "Pick pack",
"cancelled": "Cancelled",
"readytosend": "Ready to send",
"sent": "Sent"
},
"paymentin-status": {
"new": "New",
"pending": "Pending",
"authorized": "Authorized",
"paid": "Paid",
"partiallyrefunded": "Partially refunded",
"refunded": "Refunded",
"voided": "Void",
"custom": "Custom",
"cancelled": "Cancelled"
},
"refund-status": {
"pending": "Pending",
"rejected": "Rejected",
"processed": "Processed"
},
"reason-codes": {
"duplicate": "Duplicate",
"fraudulent": "Fraudulent",
"requestedbycustomer": "Requested by customer",
"other": "Other"
}
},
"commands": {
"new-document": "New document",
"cancel-document": "Cancel document",
"add-selected": "Add selected",
"add-item": "Add item"
}
},
"permissions": {
"order:read": "View order related data",
"order:create": "Create order related data",
"order:update": "Update order related data",
"order:delete": "Delete order related data",
"order:access": "Access order related data",
"order:read_prices": "View order prices"
},
"settings": {
"Order.Status": {
"title": "Customer order statuses",
"description": "List of available statuses for customer orders"
},
"Order.InitialStatus": {
"title": "Customer order initial status",
"description": "The initial status of a new customer order"
},
"Order.InitialProcessingStatus": {
"title": "Initial status for orders with terminated payment",
"description": "This status is used for all orders, where the payment was not processed"
},
"OrderLineItem.Statuses": {
"title": "Line item statuses",
"description": "The list of available statuses for order line items"
},
"OrderLineItem.InitialStatus": {
"title": "Line item initial status",
"description": "The initial status of a line item in a new customer order"
},
"Shipment.Status": {
"description": "Shipment statuses",
"title": "Shipment statuses"
},
"PaymentIn.Status": {
"description": "Incoming payment statuses",
"title": "Payment statuses"
},
"Refund.Status": {
"title": "Refund statuses",
"description": "Refund statuses"
},
"Order.CustomerOrderNewNumberTemplate": {
"description": "Used to generate new customer order number, with parameters:\n\n0: Date and Time in UTC\n1: Counter\n\nFormat supports counter options directly within the template using the format:\n<number_template>@<reset_counter_type>[:<start_counter_from>[:<counter_increment>]]\n\nDefault values:\n* Daily for reset_counter_type. Choose from None, Daily, Weekly, Monthly, and Yearly reset counter types.\n* 1 for start_counter_from.\n* 1 for counter_increment.\n\nExample: CO{0:yyMMdd}-{1:D5}@Weekly:1:10.\nResult: CO240101-00001.",
"title": "Order number template"
},
"Order.ShipmentNewNumberTemplate": {
"description": "Used to generate new shipment number, with parameters:\n\n0: Date and Time in UTC\n1: Counter\n\nFormat supports counter options directly within the template using the format:\n<number_template>@<reset_counter_type>[:<start_counter_from>[:<counter_increment>]]\n\nDefault values:\n* Daily for reset_counter_type. Choose from None, Daily, Weekly, Monthly, and Yearly reset counter types.\n* 1 for start_counter_from.\n* 1 for counter_increment.\n\nExample: CO{0:yyMMdd}-{1:D5}@Weekly:1:10.\nResult: CO240101-00001.",
"title": "Order shipment number template"
},
"Order.PaymentInNewNumberTemplate": {
"description": "Used to generate new payment number, with parameters:\n\n0: Date and Time in UTC\n1: Counter\n\nFormat supports counter options directly within the template using the format:\n<number_template>@<reset_counter_type>[:<start_counter_from>[:<counter_increment>]]\n\nDefault values:\n* Daily for reset_counter_type. Choose from None, Daily, Weekly, Monthly, and Yearly reset counter types.\n* 1 for start_counter_from.\n* 1 for counter_increment.\n\nExample: CO{0:yyMMdd}-{1:D5}@Weekly:1:10.\nResult: CO240101-00001.",
"title": "Order payment number template"
},
"Order.RefundNewNumberTemplate": {
"description": "Used to generate new refund number, with parameters:\n\n0: Date and Time in UTC\n1: Counter\n\nFormat supports counter options directly within the template using the format:\n<number_template>@<reset_counter_type>[:<start_counter_from>[:<counter_increment>]]\n\nDefault values:\n* Daily for reset_counter_type. Choose from None, Daily, Weekly, Monthly, and Yearly reset counter types.\n* 1 for start_counter_from.\n* 1 for counter_increment.\n\nExample: CO{0:yyMMdd}-{1:D5}@Weekly:1:10.\nResult: CO240101-00001.",
"title": "Order refund number template"
},
"Order.SendOrderNotifications": {
"description": "Sends a notification when the order status changes",
"title": "Enable notifications for orders"
},
"Order.AdjustInventory": {
"description": "Adjusts the inventory when the order status changes",
"title": "Adjust inventory for orders"
},
"Order.LogOrderChanges": {
"title": "Log order changes",
"description": "Logs order changes into the platform operation log"
},
"Order.Search.EventBasedIndexation.Enable": {
"title": "Event-based indexing for order entities",
"description": "Any changes to the customer entity will trigger a background task to apply these changes to the search index"
},
"Order.Validation.Enable": {
"title": "Order saving validation",
"description": "Enables validation of saving an order"
},
"VirtoCommerce.Search.IndexingJobs.IndexationDate.CustomerOrder": {
"title": "Order indexing date and time",
"description": "Date and time of the latest order indexing task"
},
"Order.OrderPaidAndOrderSentNotifications.Enable": {
"title": "Use order paid and order sent notifications",
"description": "Use order paid and order sent notifications"
},
"Order.PaymentShipmentStatusChangedNotifications.Enable": {
"title": "Use payments/shipments status changed notifications",
"description": "Use for payments/shipments status change notifications"
},
"Order.PurchasedProductIndexation.Enable": {
"title": "Enable purchased product indexation",
"description": "Enables purchased product indexation process. This setting is global"
},
"Order.EventBasedPurchasedProductIndexation.Enable": {
"title": "Event-based purchased product indexation",
"description": "Any changes to the order entity will trigger a background task to add purchase data to the product index"
},
"Order.PurchasedProductStoreFilter.Enable": {
"title": "Enable purchased product store filter",
"description": "Display the purchased product filter for the store"
},
"Order.MaxOrderDocumentCount": {
"title": "Maximum number of child documents per order",
"description": "Defines the maximum number of child documents (payments, shipments, captures, refunds, etc.) that can be created or stored per order. This ensures system performance, storage optimization, and data consistency. An exception will be thrown on save if this limit is exceeded"
}
},
"module": {
"VirtoCommerce.Orders": {
"description": "Export/import customer orders with all related objects (line items, shipments, payments, etc.)"
}
},
"notificationTypes": {
"CancelOrderEmailNotification": {
"displayName": "Notification on cancelled order",
"description": "The customer gets an email notification when an order is cancelled"
},
"InvoiceEmailNotification": {
"displayName": "Invoice for customer order",
"description": "This is a template for customer order invoice used for generating PDF version"
},
"NewOrderStatusEmailNotification": {
"displayName": "Notification on new order status",
"description": "The customer gets an email notification when the status of any order is changed"
},
"OrderCreateEmailNotification": {
"displayName": "Notification on created order",
"description": "The customer gets an email notification after submitting their details through a form in the Frontend Application, e.g., through the Contact Us form"
},
"OrderPaidEmailNotification": {
"displayName": "Notification on order payment",
"description": "The customer gets an email notification when all payments related to an order have been complete"
},
"OrderSentEmailNotification": {
"displayName": "Notification on shipped order",
"description": "The customer gets an email notification when all ordered items have been shipped"
},
"PaymentStatusChangedEmailNotification": {
"displayName": "Notification on payments status changed",
"description": "The customer gets an email notification with all changed payments statuses"
},
"ShipmentStatusChangedEmailNotification": {
"displayName": "Notification on shipments status changed",
"description": "The customer gets an email notification with all changed shipments statuses"
}
}
}