Files
leadchat/app/javascript/dashboard/i18n/locale/he/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.5 KiB
JSON

{
"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": "ה-Hook נמחק בהצלחה",
"ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר"
}
},
"LIST": {
"FETCHING": "הוצאת קרס אינטגרציה",
"INBOX": "תיבת הדואר הנכנס",
"DELETE": {
"BUTTON_TEXT": "מחק"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "בחר תיבת דואר",
"PLACEHOLDER": "בחר תיבת דואר"
},
"SUBMIT": "צור",
"CANCEL": "ביטול"
},
"API": {
"SUCCESS_MESSAGE": "קרס אינטגרציה נוסף בהצלחה",
"ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר"
}
},
"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."
}
}
}