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

{
"INTEGRATION_APPS": {
"FETCHING": "Integracijų gavimas",
"NO_HOOK_CONFIGURED": "Šioje paskyroje nesukonfigūruota jokių {integrationId} integracijų.",
"HEADER": "Programos",
"STATUS": {
"ENABLED": "Leisti",
"DISABLED": "Išjungta"
},
"CONFIGURE": "Konfigūruoti",
"ADD_BUTTON": "Pridėkite naują hook",
"DELETE": {
"TITLE": {
"INBOX": "Patvirtinti Ištrynimą",
"ACCOUNT": "Atsijungti"
},
"MESSAGE": {
"INBOX": "Ar tikrai norite ištrinti?",
"ACCOUNT": "Ar tikrai norite atsijungti?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "Taip, Ištrinti",
"ACCOUNT": "Taip, Atsijungti"
},
"CANCEL_BUTTON_TEXT": "Atšaukti",
"API": {
"SUCCESS_MESSAGE": "Webhook ištrintas sėkmingai",
"ERROR_MESSAGE": "Nepavyko prisijungti prie Woot serverio, bandykite dar kartą vėliau"
}
},
"LIST": {
"FETCHING": "Integravimo webhook gavimas",
"INBOX": "Gautų laiškų aplankas",
"DELETE": {
"BUTTON_TEXT": "Ištrinti"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "Pasirinkti gautų laiškų aplanką",
"PLACEHOLDER": "Pasirinkti gautų laiškų aplanką"
},
"SUBMIT": "Sukurti",
"CANCEL": "Atšaukti"
},
"API": {
"SUCCESS_MESSAGE": "Integravimo kwebhook pridėtas sėkmingai",
"ERROR_MESSAGE": "Nepavyko prisijungti prie Woot serverio, bandykite dar kartą vėliau"
}
},
"CONNECT": {
"BUTTON_TEXT": "Sujungti"
},
"DISCONNECT": {
"BUTTON_TEXT": "Atsijungti"
},
"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."
}
}
}