23 lines
619 B
JSON
23 lines
619 B
JSON
{
|
|
"cancel": "Cancel",
|
|
"check": "Check",
|
|
"close": "Close",
|
|
"closeSuccess": "Closed successfully",
|
|
"closeWarning": "Once closed, the ticket cannot be operated on. Please proceed with caution.",
|
|
"confirm": "Confirm",
|
|
"confirmClose": "Are you sure you want to close?",
|
|
"inputPlaceholder": "Please enter your question, we will reply as soon as possible.",
|
|
"reply": "Reply",
|
|
"status": {
|
|
"0": "Status",
|
|
"1": "Pending Follow-up",
|
|
"2": "Pending Reply",
|
|
"3": "Resolved",
|
|
"4": "Closed"
|
|
},
|
|
"ticketList": "Ticket List",
|
|
"title": "Title",
|
|
"updatedAt": "Updated At",
|
|
"user": "User"
|
|
}
|