feat(dashboard,types): Translate all OrderBy filters (#9691)
Resolves CC-616 **Note** - I have added some missing fields to a couple of types, to resolve TS errors in the dashboard. - For the ApiKey types I have left the created_at, updated_at, etc. as type Date, as changing them to string, caused @medusajs/medusa to fail building. We need to clean up the types at a later time.
This commit is contained in:
@@ -847,7 +847,8 @@
|
||||
"groups": "Groups"
|
||||
},
|
||||
"registered": "Registered",
|
||||
"guest": "Guest"
|
||||
"guest": "Guest",
|
||||
"hasAccount": "Has account"
|
||||
},
|
||||
"customerGroups": {
|
||||
"domain": "Customer Groups",
|
||||
@@ -1268,6 +1269,11 @@
|
||||
"confirmed": "Order edit #{{editId}} confirmed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
"displayId": "Display ID",
|
||||
"refundableAmount": "Refundable amount",
|
||||
"returnableQuantity": "Returnable quantity"
|
||||
}
|
||||
},
|
||||
"draftOrders": {
|
||||
|
||||
Reference in New Issue
Block a user