优化统一订单页面翻译

This commit is contained in:
2026-04-03 11:07:38 +08:00
parent 6f12afcd10
commit b97d33a24f

View File

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