Files
leadchat/app/javascript/dashboard/i18n/locale/fa/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
2.7 KiB
JSON
Raw 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.
{
"INTEGRATION_APPS": {
"FETCHING": "واکشی ادغام ها",
"NO_HOOK_CONFIGURED": "هیچ {integrationId} ادغامی در این اکانت انجام نشده است.",
"HEADER": "برنامه های کاربردی",
"STATUS": {
"ENABLED": "فعال",
"DISABLED": "غیرفعال"
},
"CONFIGURE": "تنظیمات",
"ADD_BUTTON": "هوک جدیدی اضافه کنید",
"DELETE": {
"TITLE": {
"INBOX": "تاییدیه حذف",
"ACCOUNT": "قعط کردن"
},
"MESSAGE": {
"INBOX": "مطمئن هستید که حذف شود?",
"ACCOUNT": "آیا مطمئناً قطع می کنید؟"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "بله، حذف شود",
"ACCOUNT": "بله ، قطع ارتباط کنید"
},
"CANCEL_BUTTON_TEXT": "انصراف",
"API": {
"SUCCESS_MESSAGE": "هوک با موفقیت حذف شد",
"ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید"
}
},
"LIST": {
"FETCHING": "واکشی ادغام های هوک",
"INBOX": "صندوق ورودی",
"DELETE": {
"BUTTON_TEXT": "حذف"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "انتخاب صندوق ورودی",
"PLACEHOLDER": "انتخاب صندوق ورودی"
},
"SUBMIT": "ايجاد كردن",
"CANCEL": "انصراف"
},
"API": {
"SUCCESS_MESSAGE": "هوک ادغام با موفقیت اضافه شد",
"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."
}
}
}