Files
leadchat/app/javascript/dashboard/i18n/locale/it/integrations.json
Sojan Jose da12a39321 chore: New translation updates (#5001)
New translation updates
2022-07-11 19:14:37 +02:00

136 lines
6.6 KiB
JSON

{
"INTEGRATION_SETTINGS": {
"HEADER": "Integrazioni",
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "Eventi iscritti",
"FORM": {
"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.",
"SUBSCRIPTIONS": {
"LABEL": "Eventi",
"EVENTS": {
"CONVERSATION_CREATED": "Conversazione creata",
"CONVERSATION_STATUS_CHANGED": "Stato conversazione cambiato",
"CONVERSATION_UPDATED": "Conversazione aggiornata",
"MESSAGE_CREATED": "Messaggio creato",
"MESSAGE_UPDATED": "Messaggio aggiornato",
"WEBWIDGET_TRIGGERED": "Widget live chat aperto dall'utente"
}
},
"END_POINT": {
"LABEL": "URL del webhook",
"PLACEHOLDER": "Esempio: https://example/api/webhook",
"ERROR": "Inserisci un URL valido"
},
"EDIT_SUBMIT": "Aggiorna webhook",
"ADD_SUBMIT": "Crea webhook"
},
"TITLE": "Webhook",
"CONFIGURE": "Configura",
"HEADER": "Impostazioni Webhook",
"HEADER_BTN_TXT": "Aggiungi nuovo webhook",
"LOADING": "Recupero dei webhooks collegati",
"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 pulsante <b>Aggiungi nuovo webhook</b>. 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": "Modifica webhook",
"API": {
"SUCCESS_MESSAGE": "Configurazione Webhook aggiornata correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"ADD": {
"CANCEL": "Annulla",
"TITLE": "Aggiungi nuovo webhook",
"API": {
"SUCCESS_MESSAGE": "Configurazione Webhook aggiunta correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"DELETE": {
"BUTTON_TEXT": "Elimina",
"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 il webhook? (%{webhookURL})",
"YES": "Sì, elimina ",
"NO": "No, conserva"
}
}
},
"SLACK": {
"HELP_TEXT": {
"TITLE": "Stai utilizzando l'integrazione Slack",
"BODY": "<br/><p>Chatwoot ora sincronizzerà tutte le conversazioni in arrivo nel canale <b><i>conversazioni dei clienti</i></b> all'interno del tuo spazio di lavoro Slack.</p><p>Rispondendo a un thread di conversazione nel canale Slack <b><i>conversazioni dei clienti</i></b> verrà creata una risposta al cliente attraverso chatwoot.</p><p>Inizia le risposte con <b><i>nota:</i></b> per creare note private invece che risposte.</p><p>Se il replicante su slack ha un profilo agente in chatwoot sotto la stessa email, le risposte saranno associate di conseguenza.</p><p>Quando il replicante non ha un profilo di agente associato, le risposte saranno fatte dal profilo del bot.</p>"
}
},
"DELETE": {
"BUTTON_TEXT": "Elimina",
"API": {
"SUCCESS_MESSAGE": "Integrazione eliminata con successo"
}
},
"CONNECT": {
"BUTTON_TEXT": "Connetti"
},
"DASHBOARD_APPS": {
"TITLE": "Dashboard Apps",
"HEADER_BTN_TXT": "Add a new dashboard app",
"SIDEBAR_TXT": "<p><b>Dashboard Apps</b></p><p>Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.</p><p>When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.</p><p>To add a new dashboard app, click on the button 'Add a new dashboard app'.</p>",
"DESCRIPTION": "Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.",
"LIST": {
"404": "There are no dashboard apps configured on this account yet",
"LOADING": "Fetching dashboard apps...",
"TABLE_HEADER": [
"Nome",
"Endpoint"
],
"EDIT_TOOLTIP": "Edit app",
"DELETE_TOOLTIP": "Delete app"
},
"FORM": {
"TITLE_LABEL": "Nome",
"TITLE_PLACEHOLDER": "Enter a name for your dashboard app",
"TITLE_ERROR": "A name for the dashboard app is required",
"URL_LABEL": "Endpoint",
"URL_PLACEHOLDER": "Enter the endpoint URL where your app is hosted",
"URL_ERROR": "A valid URL is required"
},
"CREATE": {
"HEADER": "Add a new dashboard app",
"FORM_SUBMIT": "Invia",
"FORM_CANCEL": "annulla",
"API_SUCCESS": "Dashboard app configured successfully",
"API_ERROR": "We couldn't create an app. Please try again later"
},
"UPDATE": {
"HEADER": "Edit dashboard app",
"FORM_SUBMIT": "Aggiorna",
"FORM_CANCEL": "annulla",
"API_SUCCESS": "Dashboard app updated successfully",
"API_ERROR": "We couldn't update the app. Please try again later"
},
"DELETE": {
"CONFIRM_YES": "Yes, delete it",
"CONFIRM_NO": "No, keep it",
"TITLE": "Conferma eliminazione",
"MESSAGE": "Are you sure to delete the app - %{appName}?",
"API_SUCCESS": "Dashboard app deleted successfully",
"API_ERROR": "We couldn't delete the app. Please try again later"
}
}
}
}