85 lines
3.8 KiB
JSON
85 lines
3.8 KiB
JSON
{
|
|
"INTEGRATION_SETTINGS": {
|
|
"HEADER": "Integrazioni",
|
|
"WEBHOOK": {
|
|
"TITLE": "Webhook",
|
|
"CONFIGURE": "Configurare",
|
|
"HEADER": "Impostazioni Webhook",
|
|
"HEADER_BTN_TXT": "Aggiungi nuovo webhook",
|
|
"LOADING": "Recupero webhook allegati",
|
|
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta",
|
|
"SIDEBAR_TXT": "<p><b>Webhooks</b> </p> <p>I Webhooks sono callback HTTP che possono essere definiti per ogni account. Sono innescati da eventi come la creazione di messaggi in Chatwoot. Puoi creare più di un webhook per questo account. <br /><br /> Per creare un <b>webhook</b>, clicca sul <b>Aggiungi nuovo webhook</b> pulsante. Puoi anche rimuovere qualsiasi webhook esistente cliccando sul pulsante Elimina.</p>",
|
|
"LIST": {
|
|
"404": "Non ci sono webhook configurati per questo account.",
|
|
"TITLE": "Gestisci webhook",
|
|
"TABLE_HEADER": [
|
|
"Endpoint Webhook",
|
|
"azioni"
|
|
]
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Modifica",
|
|
"TITLE": "Edit webhook",
|
|
"CANCEL": "annulla",
|
|
"DESC": "Gli eventi Webhook ti forniscono le informazioni in tempo reale su ciò che sta accadendo nel tuo account Chatwoot. Per favore inserisci un URL valido per configurare un callback.",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "URL del webhook",
|
|
"PLACEHOLDER": "Esempio: https://example/api/webhook",
|
|
"ERROR": "Inserisci un URL valido"
|
|
},
|
|
"SUBMIT": "Edit webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
|
|
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"CANCEL": "annulla",
|
|
"TITLE": "Aggiungi nuovo webhook",
|
|
"DESC": "Gli eventi Webhook ti forniscono le informazioni in tempo reale su ciò che sta accadendo nel tuo account Chatwoot. Per favore inserisci un URL valido per configurare un callback.",
|
|
"FORM": {
|
|
"END_POINT": {
|
|
"LABEL": "URL del webhook",
|
|
"PLACEHOLDER": "Esempio: https://example/api/webhook",
|
|
"ERROR": "Inserisci un URL valido"
|
|
},
|
|
"SUBMIT": "Crea webhook"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook aggiunto correttamente",
|
|
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Cancellare",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Webhook eliminato con successo",
|
|
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Conferma eliminazione",
|
|
"MESSAGE": "Sei sicuro di voler eliminare ",
|
|
"YES": "Sì, elimina ",
|
|
"NO": "No, Conserva"
|
|
}
|
|
}
|
|
},
|
|
"SLACK": {
|
|
"HELP_TEXT": {
|
|
"TITLE": "Using Slack Integration",
|
|
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Cancellare",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Integration deleted successfully"
|
|
}
|
|
},
|
|
"CONNECT": {
|
|
"BUTTON_TEXT": "Connetti"
|
|
}
|
|
}
|
|
}
|