34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"consultation": {
|
||
|
|
"title": "Consultation Details",
|
||
|
|
"backToList": "Back to List",
|
||
|
|
"contactInfo": "Contact Information",
|
||
|
|
"categories": {
|
||
|
|
"product": "Product Inquiry",
|
||
|
|
"technical": "Technical Support",
|
||
|
|
"business": "Business Cooperation",
|
||
|
|
"other": "Other Inquiries"
|
||
|
|
},
|
||
|
|
"status": {
|
||
|
|
"pending": "Pending",
|
||
|
|
"in_progress": "In Progress",
|
||
|
|
"completed": "Completed",
|
||
|
|
"cancelled": "Cancelled"
|
||
|
|
},
|
||
|
|
"error": {
|
||
|
|
"title": "Loading Failed",
|
||
|
|
"notFound": "Consultation not found",
|
||
|
|
"fetchFailed": "Failed to fetch consultation information",
|
||
|
|
"unknown": "An unknown error occurred",
|
||
|
|
"goBack": "Go Back"
|
||
|
|
},
|
||
|
|
"loading": "Loading consultation...",
|
||
|
|
"noContent": "No content available",
|
||
|
|
"actions": {
|
||
|
|
"reply": "Reply",
|
||
|
|
"update": "Update Status",
|
||
|
|
"delete": "Delete",
|
||
|
|
"cancel": "Cancel"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|