HaoAws/data/locales/zh-TW/support.json
2025-09-16 16:37:48 +08:00

102 lines
4.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "客戶支持",
"subtitle": "我們致力於為您提供最優質的客戶服務",
"sections": {
"faq": {
"title": "常見問題",
"subtitle": "查找常見問題的答案",
"items": [
{
"id": "pricing",
"question": "如何獲取產品報價?",
"answer": "您可以通過以下方式獲取產品報價1. 填寫線上諮詢表單2. 致電我們的銷售熱線3. 發送郵件至sales@haoaws.com。我們的銷售團隊會在24小時內與您聯絡。"
},
{
"id": "implementation",
"question": "產品實施需要多長時間?",
"answer": "實施時間取決於項目的複雜程度和規模。一般來說小型項目需要2-4週中型項目需要1-3個月大型項目可能需要3-6個月。我們會在項目開始前提供詳細的時間規劃。"
},
{
"id": "support",
"question": "提供哪些技術支持服務?",
"answer": "我們提供全方位的技術支持服務包括7x24小時線上支持、電話支持、遠程協助、現場服務、培訓服務等。不同的服務級別有不同的響應時間保證。"
},
{
"id": "training",
"question": "是否提供用戶培訓?",
"answer": "是的,我們提供全面的用戶培訓服務,包括:線上培訓、現場培訓、定制化培訓課程。培訓內容涵蓋產品使用、最佳實踐、故障排除等方面。"
},
{
"id": "customization",
"question": "產品是否支持定制化?",
"answer": "我們的產品具有高度的可配置性,同時也支持定制化開發。我們的技術團隊可以根據您的具體需求進行功能定制和界面調整。"
}
]
},
"contact": {
"title": "聯絡我們",
"subtitle": "多種方式聯絡我們的支持團隊",
"methods": [
{
"type": "phone",
"title": "電話支持",
"value": "+86 400-123-4567",
"description": "工作日 9:00-18:00",
"icon": "📞"
},
{
"type": "email",
"title": "郵件支持",
"value": "support@haoaws.com",
"description": "24小時內回復",
"icon": "📧"
},
{
"type": "chat",
"title": "線上客服",
"value": "立即開始對話",
"description": "工作日 9:00-18:00",
"icon": "💬"
},
{
"type": "ticket",
"title": "工單系統",
"value": "提交技術工單",
"description": "跟蹤問題處理進度",
"icon": "🎫"
}
]
},
"resources": {
"title": "幫助資源",
"subtitle": "豐富的文檔和資源幫助您更好地使用我們的產品",
"items": [
{
"type": "documentation",
"title": "產品文檔",
"description": "詳細的產品使用說明和API文檔",
"icon": "📚"
},
{
"type": "tutorials",
"title": "視頻教程",
"description": "步驟詳細的視頻教程和操作指南",
"icon": "🎥"
},
{
"type": "community",
"title": "用戶社群",
"description": "與其他用戶交流經驗和最佳實踐",
"icon": "👥"
},
{
"type": "downloads",
"title": "下載中心",
"description": "軟體下載、更新包和相關工具",
"icon": "⬇️"
}
]
}
}
}