feat(dashboard): DataTable component (#6297)
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"pages": "pages",
|
||||
"next": "Next",
|
||||
"prev": "Prev",
|
||||
"is": "is",
|
||||
"extensions": "Extensions",
|
||||
"settings": "Settings",
|
||||
"general": "General",
|
||||
@@ -35,6 +36,8 @@
|
||||
"remove": "Remove",
|
||||
"admin": "Admin",
|
||||
"store": "Store",
|
||||
"items_one": "{{count}} item",
|
||||
"items_other": "{{count}} items",
|
||||
"countSelected": "{{count}} selected",
|
||||
"plusCountMore": "+ {{count}} more",
|
||||
"areYouSure": "Are you sure?",
|
||||
@@ -107,7 +110,29 @@
|
||||
"deleteCustomerGroupWarning": "You are about to delete the customer group {{name}}. This action cannot be undone."
|
||||
},
|
||||
"orders": {
|
||||
"domain": "Orders"
|
||||
"domain": "Orders",
|
||||
"paymentStatusLabel": "Payment Status",
|
||||
"paymentStatus": {
|
||||
"notPaid": "Not Paid",
|
||||
"awaiting": "Awaiting",
|
||||
"captured": "Captured",
|
||||
"partiallyRefunded": "Partially Refunded",
|
||||
"refunded": "Refunded",
|
||||
"canceled": "Canceled",
|
||||
"requresAction": "Requires Action"
|
||||
},
|
||||
"fulfillmentStatusLabel": "Fulfillment Status",
|
||||
"fulfillmentStatus": {
|
||||
"notFulfilled": "Not Fulfilled",
|
||||
"partiallyFulfilled": "Partially Fulfilled",
|
||||
"fulfilled": "Fulfilled",
|
||||
"partiallyShipped": "Partially Shipped",
|
||||
"shipped": "Shipped",
|
||||
"partiallyReturned": "Partially Returned",
|
||||
"returned": "Returned",
|
||||
"canceled": "Canceled",
|
||||
"requresAction": "Requires Action"
|
||||
}
|
||||
},
|
||||
"draftOrders": {
|
||||
"domain": "Draft Orders"
|
||||
@@ -263,6 +288,14 @@
|
||||
"total": "Total",
|
||||
"created": "Created",
|
||||
"key": "Key",
|
||||
"customer": "Customer",
|
||||
"date": "Date",
|
||||
"order": "Order",
|
||||
"fulfillment": "Fulfillment",
|
||||
"payment": "Payment",
|
||||
"items": "Items",
|
||||
"salesChannel": "Sales Channel",
|
||||
"region": "Region",
|
||||
"role": "Role",
|
||||
"sent": "Sent"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user