42 lines
1.4 KiB
TypeScript
42 lines
1.4 KiB
TypeScript
export default {
|
|
approve: 'Review',
|
|
manual_retry: 'Retry grant',
|
|
retry_confirm: 'Queue this order for grant retry?',
|
|
id: 'Order ID',
|
|
user_id: 'User ID',
|
|
type: 'Type',
|
|
'type BONUS': 'Bonus',
|
|
'type PHYSICAL': 'Physical',
|
|
'type WITHDRAW': 'Withdraw',
|
|
status: 'Status',
|
|
'status PENDING': 'Pending',
|
|
'status COMPLETED': 'Completed',
|
|
'status SHIPPED': 'Shipped',
|
|
'status REJECTED': 'Rejected',
|
|
mall_item_id: 'Product ID',
|
|
mallitem__title: 'Product title',
|
|
points_cost: 'Points spent',
|
|
amount: 'Cash amount',
|
|
multiplier: 'Turnover multiplier',
|
|
external_transaction_id: 'Order number',
|
|
playx_transaction_id: 'PlayX transaction ID',
|
|
grant_status: 'Grant status',
|
|
'grant_status NOT_SENT': 'Not sent',
|
|
'grant_status SENT_PENDING': 'Sent (queued)',
|
|
'grant_status ACCEPTED': 'Accepted',
|
|
'grant_status FAILED_RETRYABLE': 'Failed (retryable)',
|
|
'grant_status FAILED_FINAL': 'Failed (final)',
|
|
'grant_status ---': '—',
|
|
fail_reason: 'Failure reason',
|
|
reject_reason: 'Rejection reason',
|
|
shipping_company: 'Carrier',
|
|
shipping_no: 'Tracking number',
|
|
receiver_name: 'Recipient name',
|
|
receiver_phone: 'Recipient phone',
|
|
receiver_address: 'Shipping address',
|
|
mall_address_id: 'Address ID',
|
|
create_time: 'Created at',
|
|
update_time: 'Updated at',
|
|
'quick Search Fields': 'Order ID',
|
|
}
|