Files
leadchat/app/javascript/dashboard/i18n/locale/th/integrationApps.json
Chatwoot Bot 4a088e0663 chore: Update translations from Crowdin (#10686)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
2025-02-12 12:34:34 +05:30

63 lines
3.0 KiB
JSON

{
"INTEGRATION_APPS": {
"FETCHING": "กำลังโหลดการเชื่อมต่อ",
"NO_HOOK_CONFIGURED": "ไม่มี {integrationId} ที่ตั้งค่าไว้กับบัญชีนี้",
"HEADER": "โปรแกรม",
"STATUS": {
"ENABLED": "เปิด",
"DISABLED": "ปิด"
},
"CONFIGURE": "ตั้งค่า",
"ADD_BUTTON": "เพิ่ม Hook ใหม่",
"DELETE": {
"TITLE": {
"INBOX": "ยืนยันการลบ",
"ACCOUNT": "ไม่เชื่อมต่อ"
},
"MESSAGE": {
"INBOX": "คุณต้องการที่จะลบไหม?",
"ACCOUNT": "คุณต้องการที่จะยกเลือกการเชื่อมต่อไหม?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "เอาเลย",
"ACCOUNT": "ใช่ ยกเลิกการเชื่อมต่อ"
},
"CANCEL_BUTTON_TEXT": "ยกเลิก",
"API": {
"SUCCESS_MESSAGE": "ลบ Hook แล้ว",
"ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง"
}
},
"LIST": {
"FETCHING": "กำลังโหลด Hook",
"INBOX": "กล่องข้อความ",
"DELETE": {
"BUTTON_TEXT": "ลบ"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "เลือกกล่องข้อความ",
"PLACEHOLDER": "เลือกกล่องข้อความ"
},
"SUBMIT": "สร้าง",
"CANCEL": "ยกเลิก"
},
"API": {
"SUCCESS_MESSAGE": "เพิ่ม Hook แล้ว",
"ERROR_MESSAGE": "ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้โปรดลองอีกครั้งในภายหลัง"
}
},
"CONNECT": {
"BUTTON_TEXT": "เชื่อมต่อ"
},
"DISCONNECT": {
"BUTTON_TEXT": "ไม่เชื่อมต่อ"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
}
}
}