2025-09-16 17:19:58 +08:00

34 lines
1012 B
JSON

{
"consultation": {
"title": "諮詢詳情",
"backToList": "返回列表",
"contactInfo": "聯繫信息",
"categories": {
"product": "產品諮詢",
"technical": "技術支持",
"business": "商務合作",
"other": "其他諮詢"
},
"status": {
"pending": "待處理",
"in_progress": "處理中",
"completed": "已完成",
"cancelled": "已取消"
},
"error": {
"title": "載入失敗",
"notFound": "未找到相關諮詢",
"fetchFailed": "獲取諮詢信息失敗",
"unknown": "發生未知錯誤",
"goBack": "返回上一頁"
},
"loading": "載入諮詢中...",
"noContent": "暫無內容",
"actions": {
"reply": "回覆",
"update": "更新狀態",
"delete": "刪除",
"cancel": "取消"
}
}
}