chore: New Translation updates (#3371)

This commit is contained in:
Sojan Jose
2021-11-12 23:40:08 +05:30
committed by GitHub
parent 37a36349f2
commit e011b4566b
224 changed files with 4002 additions and 2029 deletions

View File

@@ -1,26 +1,26 @@
{
"INTEGRATION_APPS": {
"FETCHING": "Fetching Integrations",
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
"HEADER": "Applications",
"FETCHING": "Отримання інтеграцій",
"NO_HOOK_CONFIGURED": "Немає сконфігурованих інтеграцій %{integrationId} в цьому обліковому записі.",
"HEADER": "Додатки",
"STATUS": {
"ENABLED": "Увімкнено",
"DISABLED": "Вимкнено"
},
"CONFIGURE": "Настроїти",
"ADD_BUTTON": "Add a new hook",
"ADD_BUTTON": "Додати новий хук",
"DELETE": {
"TITLE": {
"INBOX": "Confirm deletion",
"ACCOUNT": "Disconnect"
"INBOX": "Підтвердіть видалення",
"ACCOUNT": "Від'єднатись"
},
"MESSAGE": {
"INBOX": "Справді бажаєте видалити?",
"ACCOUNT": "Are you sure to disconnect?"
"ACCOUNT": "Ви дійсно бажаєте відключитися?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "Так, видалити",
"ACCOUNT": "Yes, Disconnect"
"ACCOUNT": "Так, відключити"
},
"CANCEL_BUTTON_TEXT": "Скасувати",
"API": {
@@ -41,7 +41,7 @@
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox"
},
"SUBMIT": "Create",
"SUBMIT": "Створити",
"CANCEL": "Скасувати"
},
"API": {
@@ -50,10 +50,10 @@
}
},
"CONNECT": {
"BUTTON_TEXT": "Connect"
"BUTTON_TEXT": "Підключитися"
},
"DISCONNECT": {
"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."