30 lines
624 B
JSON
30 lines
624 B
JSON
|
|
{
|
||
|
|
"user": {
|
||
|
|
"status_on": "Active",
|
||
|
|
"status_off": "Inactive",
|
||
|
|
"type_admin": "Administrator",
|
||
|
|
"type_user": "User"
|
||
|
|
},
|
||
|
|
"order": {
|
||
|
|
"status_wait": "Pending",
|
||
|
|
"status_paid": "Paid",
|
||
|
|
"status_cancel": "Cancelled",
|
||
|
|
"status_refund": "Refunded"
|
||
|
|
},
|
||
|
|
"payment": {
|
||
|
|
"type_wechat": "WeChat Pay",
|
||
|
|
"type_alipay": "Alipay",
|
||
|
|
"type_balance": "Balance",
|
||
|
|
"status_success": "Payment successful",
|
||
|
|
"status_fail": "Payment failed"
|
||
|
|
},
|
||
|
|
"common": {
|
||
|
|
"yes": "Yes",
|
||
|
|
"no": "No",
|
||
|
|
"enable": "Enable",
|
||
|
|
"disable": "Disable",
|
||
|
|
"active": "Active",
|
||
|
|
"inactive": "Inactive"
|
||
|
|
}
|
||
|
|
}
|