You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
1.5 KiB

export default {
common: {
jwcode: 'jwcode',
jwcodePlaceholder: 'กรุณาใส่ jwcode',
activityName: 'ชื่อกิจกรรม',
activityNamePlaceholder: 'กรุณาใส่ชื่อกิจกรรม',
goodsName: 'ชื่อสินค้า',
goodsNamePlaceholder: 'กรุณาใส่ชื่อสินค้า',
refundType: 'ประเภทการคืนเงิน',
refundTypePlaceholder: 'กรุณาเลือกประเภทการคืนเงิน',
payModel: 'วิธีการชำระเงิน',
payModelPlaceholder: 'กรุณาเลือกวิธีการชำระเงิน',
market: 'ตลาด',
marketPlaceholder: 'กรุณาเลือกตลาด',
submitTime: 'เวลาส่ง',
auditTime: 'เวลาตรวจสอบ',
startTime: 'เวลาเริ่มต้น',
to: 'ถึง',
endTime: 'เวลาสิ้นสุด',
search: 'ค้นหา',
reset: 'รีเซ็ต',
},
audit: {
rechargeAudit: 'การตรวจสอบการเติมเงิน',
refundAudit: 'การตรวจสอบการคืนเงิน',
refundTypeOptions: {
'商品退款': 'คืนเงินสินค้า',
'金币退款': 'คืนเงินทอง',
},
waitAudit: 'รอตรวจสอบ',
passed: 'อนุมัติ',
rejected: 'ปฏิเสธ',
}
}