34 lines
1012 B
JSON
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": "取消"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|