chore: Update translations (#10549)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -22,14 +22,23 @@
|
||||
"OPERATOR_LABELS": {
|
||||
"equal_to": "Uguale a",
|
||||
"not_equal_to": "Non uguale a",
|
||||
"contains": "Contiene",
|
||||
"does_not_contain": "Non contiene",
|
||||
"is_present": "È presente",
|
||||
"is_not_present": "Non è presente",
|
||||
"is_greater_than": "È maggiore di",
|
||||
"is_less_than": "È minore di",
|
||||
"days_before": "È x giorni prima",
|
||||
"starts_with": "Inizia con"
|
||||
"starts_with": "Inizia con",
|
||||
"equalTo": "Uguale a",
|
||||
"notEqualTo": "Non uguale a",
|
||||
"contains": "Contiene",
|
||||
"doesNotContain": "Non contiene",
|
||||
"isPresent": "È presente",
|
||||
"isNotPresent": "Non è presente",
|
||||
"isGreaterThan": "È maggiore di",
|
||||
"isLessThan": "È minore di",
|
||||
"daysBefore": "È x giorni prima",
|
||||
"startsWith": "Inizia con"
|
||||
},
|
||||
"ATTRIBUTE_LABELS": {
|
||||
"TRUE": "Vero",
|
||||
@@ -56,7 +65,10 @@
|
||||
"LAST_ACTIVITY": "Last activity"
|
||||
},
|
||||
"ERRORS": {
|
||||
"VALUE_REQUIRED": "Il valore è obbligatorio"
|
||||
"VALUE_REQUIRED": "Il valore è obbligatorio",
|
||||
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
|
||||
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
|
||||
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998"
|
||||
},
|
||||
"GROUPS": {
|
||||
"STANDARD_FILTERS": "Standard filters",
|
||||
|
||||
@@ -92,12 +92,12 @@
|
||||
"CONTACT": "Contatto"
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Descrizione",
|
||||
"Tipo",
|
||||
"Chiave"
|
||||
],
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrizione",
|
||||
"TYPE": "Tipo",
|
||||
"KEY": "Chiave"
|
||||
},
|
||||
"BUTTONS": {
|
||||
"EDIT": "Modifica",
|
||||
"DELETE": "Elimina"
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
"404": "There are no Audit Logs available in this account.",
|
||||
"TITLE": "Manage Audit Logs",
|
||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
||||
"TABLE_HEADER": [
|
||||
"User",
|
||||
"Action",
|
||||
"Indirizzo IP"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"ACTIVITY": "User",
|
||||
"TIME": "Action",
|
||||
"IP_ADDRESS": "Indirizzo IP"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Descrizione",
|
||||
"Attivo",
|
||||
"Creato il"
|
||||
],
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrizione",
|
||||
"ACTIVE": "Attivo",
|
||||
"CREATED_ON": "Creato il"
|
||||
},
|
||||
"404": "Nessuna regola di automazione trovata"
|
||||
},
|
||||
"DELETE": {
|
||||
|
||||
@@ -1,126 +1,150 @@
|
||||
{
|
||||
"CAMPAIGN": {
|
||||
"HEADER": "Campagne",
|
||||
"SIDEBAR_TXT": "I messaggi proattivi consentono al cliente di inviare messaggi in uscita ai propri contatti che attiverebbero più conversazioni. Clicca su <b>Aggiungi campagna</b> per creare una nuova campagna. Puoi anche modificare o eliminare una campagna esistente facendo clic sul pulsante Modifica o Elimina.",
|
||||
"HEADER_BTN_TXT": {
|
||||
"ONE_OFF": "Crea una campagna una tantum",
|
||||
"ONGOING": "Crea una campagna in corso"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Crea una campagna",
|
||||
"DESC": "I messaggi proattivi consentono al cliente di inviare messaggi in uscita ai propri contatti che attiverebbero più conversazioni.",
|
||||
"CANCEL_BUTTON_TEXT": "Annulla",
|
||||
"CREATE_BUTTON_TEXT": "Crea",
|
||||
"FORM": {
|
||||
"TITLE": {
|
||||
"LABEL": "Titolo",
|
||||
"PLACEHOLDER": "Inserisci il titolo della campagna",
|
||||
"ERROR": "Il titolo è obbligatorio"
|
||||
"LIVE_CHAT": {
|
||||
"HEADER_TITLE": "Live chat campaigns",
|
||||
"NEW_CAMPAIGN": "Create campaign",
|
||||
"CARD": {
|
||||
"STATUS": {
|
||||
"ENABLED": "Abilitato",
|
||||
"DISABLED": "Disabilitato"
|
||||
},
|
||||
"SCHEDULED_AT": {
|
||||
"LABEL": "Orario previsto",
|
||||
"PLACEHOLDER": "Seleziona l'orario",
|
||||
"CONFIRM": "Conferma",
|
||||
"ERROR": "È richiesto un orario programmato"
|
||||
},
|
||||
"AUDIENCE": {
|
||||
"LABEL": "Pubblico",
|
||||
"PLACEHOLDER": "Seleziona le etichette dei clienti",
|
||||
"ERROR": "Il pubblico è obbligatorio"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Seleziona Casella",
|
||||
"PLACEHOLDER": "Seleziona Casella",
|
||||
"ERROR": "La casella è obbligatoria"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Messaggio",
|
||||
"PLACEHOLDER": "Inserisci il messaggio della campagna",
|
||||
"ERROR": "Il messaggio è obbligatorio"
|
||||
},
|
||||
"SENT_BY": {
|
||||
"LABEL": "Inviato da",
|
||||
"PLACEHOLDER": "Seleziona il contenuto della campagna",
|
||||
"ERROR": "Il mittente è obbligatorio"
|
||||
},
|
||||
"END_POINT": {
|
||||
"LABEL": "URL",
|
||||
"PLACEHOLDER": "Inserisci un URL valido",
|
||||
"ERROR": "Inserisci un URL valido"
|
||||
},
|
||||
"TIME_ON_PAGE": {
|
||||
"LABEL": "Tempo sulla pagina (Secondi)",
|
||||
"PLACEHOLDER": "Inserisci l'ora",
|
||||
"ERROR": "Il tempo sulla pagina è richiesto"
|
||||
},
|
||||
"ENABLED": "Abilita campagna",
|
||||
"TRIGGER_ONLY_BUSINESS_HOURS": "Attiva solo durante l'orario lavorativo",
|
||||
"SUBMIT": "Aggiungi campagna"
|
||||
"CAMPAIGN_DETAILS": {
|
||||
"SENT_BY": "Inviato da",
|
||||
"BOT": "Bot",
|
||||
"FROM": "da",
|
||||
"URL": "URL:"
|
||||
}
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campagna creata con successo",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova."
|
||||
"EMPTY_STATE": {
|
||||
"TITLE": "No live chat campaigns are available",
|
||||
"SUBTITLE": "Connect with your customers using proactive messages. Click 'Create campaign' to get started."
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Create a live chat campaign",
|
||||
"CANCEL_BUTTON_TEXT": "annulla",
|
||||
"CREATE_BUTTON_TEXT": "Crea",
|
||||
"FORM": {
|
||||
"TITLE": {
|
||||
"LABEL": "Titolo",
|
||||
"PLACEHOLDER": "Inserisci il titolo della campagna",
|
||||
"ERROR": "Il titolo è obbligatorio"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Messaggio",
|
||||
"PLACEHOLDER": "Inserisci il messaggio della campagna",
|
||||
"ERROR": "Il messaggio è obbligatorio"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Seleziona casella",
|
||||
"PLACEHOLDER": "Seleziona casella",
|
||||
"ERROR": "La casella è obbligatoria"
|
||||
},
|
||||
"SENT_BY": {
|
||||
"LABEL": "Inviato da",
|
||||
"PLACEHOLDER": "Please select sender",
|
||||
"ERROR": "Il mittente è obbligatorio"
|
||||
},
|
||||
"END_POINT": {
|
||||
"LABEL": "URL",
|
||||
"PLACEHOLDER": "Inserisci un URL valido",
|
||||
"ERROR": "Inserisci un URL valido"
|
||||
},
|
||||
"TIME_ON_PAGE": {
|
||||
"LABEL": "Tempo sulla pagina (Secondi)",
|
||||
"PLACEHOLDER": "Inserisci l'ora",
|
||||
"ERROR": "Il tempo sulla pagina è richiesto"
|
||||
},
|
||||
"OTHER_PREFERENCES": {
|
||||
"TITLE": "Other preferences",
|
||||
"ENABLED": "Abilita campagna",
|
||||
"TRIGGER_ONLY_BUSINESS_HOURS": "Attiva solo durante l'orario lavorativo"
|
||||
},
|
||||
"BUTTONS": {
|
||||
"CREATE": "Crea",
|
||||
"CANCEL": "annulla"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Live chat campaign created successfully",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova."
|
||||
}
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit live chat campaign",
|
||||
"FORM": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Live chat campaign updated successfully",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Elimina",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Conferma eliminazione",
|
||||
"MESSAGE": "Sei sicuro di voler eliminare?",
|
||||
"YES": "Sì, elimina ",
|
||||
"NO": "No, conserva "
|
||||
"SMS": {
|
||||
"HEADER_TITLE": "SMS campaigns",
|
||||
"NEW_CAMPAIGN": "Create campaign",
|
||||
"EMPTY_STATE": {
|
||||
"TITLE": "No SMS campaigns are available",
|
||||
"SUBTITLE": "Launch an SMS campaign to reach your customers directly. Send offers or make announcements with ease. Click 'Create campaign' to get started."
|
||||
},
|
||||
"CARD": {
|
||||
"STATUS": {
|
||||
"COMPLETED": "Completato",
|
||||
"SCHEDULED": "Scheduled"
|
||||
},
|
||||
"CAMPAIGN_DETAILS": {
|
||||
"SENT_FROM": "Sent from",
|
||||
"ON": "on"
|
||||
}
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Create SMS campaign",
|
||||
"CANCEL_BUTTON_TEXT": "annulla",
|
||||
"CREATE_BUTTON_TEXT": "Crea",
|
||||
"FORM": {
|
||||
"TITLE": {
|
||||
"LABEL": "Titolo",
|
||||
"PLACEHOLDER": "Inserisci il titolo della campagna",
|
||||
"ERROR": "Il titolo è obbligatorio"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Messaggio",
|
||||
"PLACEHOLDER": "Inserisci il messaggio della campagna",
|
||||
"ERROR": "Il messaggio è obbligatorio"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Seleziona casella",
|
||||
"PLACEHOLDER": "Seleziona casella",
|
||||
"ERROR": "La casella è obbligatoria"
|
||||
},
|
||||
"AUDIENCE": {
|
||||
"LABEL": "Pubblico",
|
||||
"PLACEHOLDER": "Seleziona le etichette dei clienti",
|
||||
"ERROR": "Il pubblico è obbligatorio"
|
||||
},
|
||||
"SCHEDULED_AT": {
|
||||
"LABEL": "Orario previsto",
|
||||
"PLACEHOLDER": "Seleziona l'orario",
|
||||
"ERROR": "È richiesto un orario programmato"
|
||||
},
|
||||
"BUTTONS": {
|
||||
"CREATE": "Crea",
|
||||
"CANCEL": "annulla"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "SMS campaign created successfully",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"CONFIRM_DELETE": {
|
||||
"TITLE": "Sei sicuro di voler eliminare?",
|
||||
"DESCRIPTION": "The delete action is permanent and cannot be reversed.",
|
||||
"CONFIRM": "Elimina",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campagna eliminata con successo",
|
||||
"ERROR_MESSAGE": "Impossibile eliminare la campagna. Per favore riprova più tardi."
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova."
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Modifica campagna",
|
||||
"UPDATE_BUTTON_TEXT": "Aggiorna",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Campagna aggiornata con successo",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Caricamento campagne...",
|
||||
"404": "Non ci sono campagne create per questa casella.",
|
||||
"TABLE_HEADER": {
|
||||
"TITLE": "Titolo",
|
||||
"MESSAGE": "Messaggio",
|
||||
"INBOX": "Casella",
|
||||
"STATUS": "Stato",
|
||||
"SENDER": "Mittente",
|
||||
"URL": "URL",
|
||||
"SCHEDULED_AT": "Orario previsto",
|
||||
"TIME_ON_PAGE": "Tempo (Secondi)",
|
||||
"CREATED_AT": "Creato il"
|
||||
},
|
||||
"BUTTONS": {
|
||||
"ADD": "Aggiungi",
|
||||
"EDIT": "Modifica",
|
||||
"DELETE": "Elimina"
|
||||
},
|
||||
"STATUS": {
|
||||
"ENABLED": "Abilitato",
|
||||
"DISABLED": "Disabilitato",
|
||||
"COMPLETED": "Completato",
|
||||
"ACTIVE": "Attivo"
|
||||
},
|
||||
"SENDER": {
|
||||
"BOT": "Bot"
|
||||
}
|
||||
},
|
||||
"ONE_OFF": {
|
||||
"HEADER": "Campagne una tantum",
|
||||
"404": "Non ci sono campagne una tantum create",
|
||||
"INBOXES_NOT_FOUND": "Crea una casella sms e inizia ad aggiungere campagne"
|
||||
},
|
||||
"ONGOING": {
|
||||
"HEADER": "Campagne in corso",
|
||||
"404": "Non ci sono campagne in corso create",
|
||||
"INBOXES_NOT_FOUND": "Crea un canale sito web e inizia ad aggiungere campagne"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
"404": "Non ci sono risposte predefinite disponibili in questo account.",
|
||||
"TITLE": "Gestisci le risposte predefinite",
|
||||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
||||
"TABLE_HEADER": [
|
||||
"Short code",
|
||||
"Contenuto",
|
||||
"Azioni"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"SHORT_CODE": "Short code",
|
||||
"CONTENT": "Contenuto",
|
||||
"ACTIONS": "Azioni"
|
||||
}
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add canned response",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"LIST": {
|
||||
"404": "Non ci sono conversazioni attive in questo gruppo."
|
||||
},
|
||||
"FAILED_TO_SEND": "Failed to send",
|
||||
"TAB_HEADING": "Conversazioni",
|
||||
"MENTION_HEADING": "Menzioni",
|
||||
"UNATTENDED_HEADING": "Non partecipate",
|
||||
@@ -93,6 +94,9 @@
|
||||
"location": {
|
||||
"CONTENT": "Posizione"
|
||||
},
|
||||
"ig_reel": {
|
||||
"CONTENT": "Instagram Reel"
|
||||
},
|
||||
"fallback": {
|
||||
"CONTENT": "ha condiviso un url"
|
||||
}
|
||||
@@ -126,6 +130,7 @@
|
||||
"NO_CONTENT": "Nessun contenuto disponibile",
|
||||
"HIDE_QUOTED_TEXT": "Nascondi testo citato",
|
||||
"SHOW_QUOTED_TEXT": "Mostra testo citato",
|
||||
"MESSAGE_READ": "Leggi"
|
||||
"MESSAGE_READ": "Leggi",
|
||||
"SENDING": "Sending"
|
||||
}
|
||||
}
|
||||
|
||||
43
app/javascript/dashboard/i18n/locale/it/components.json
Normal file
43
app/javascript/dashboard/i18n/locale/it/components.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"PAGINATION_FOOTER": {
|
||||
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
|
||||
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
|
||||
},
|
||||
"COMBOBOX": {
|
||||
"PLACEHOLDER": "Select an option...",
|
||||
"EMPTY_SEARCH_RESULTS": "No items found for the search term `{searchTerm}`",
|
||||
"EMPTY_STATE": "Nessun risultato trovato.",
|
||||
"SEARCH_PLACEHOLDER": "Search...",
|
||||
"MORE": "+{count} more"
|
||||
},
|
||||
"DROPDOWN_MENU": {
|
||||
"SEARCH_PLACEHOLDER": "Search...",
|
||||
"EMPTY_STATE": "Nessun risultato trovato.",
|
||||
"SEARCHING": "Searching..."
|
||||
},
|
||||
"DIALOG": {
|
||||
"BUTTONS": {
|
||||
"CANCEL": "annulla",
|
||||
"CONFIRM": "Conferma"
|
||||
}
|
||||
},
|
||||
"PHONE_INPUT": {
|
||||
"SEARCH_PLACEHOLDER": "Search country",
|
||||
"ERROR": "Phone number should be empty or in E.164 format",
|
||||
"DIAL_CODE_ERROR": "Please select a dial code from the list"
|
||||
},
|
||||
"THUMBNAIL": {
|
||||
"AUTHOR": {
|
||||
"NOT_AVAILABLE": "Author is not available"
|
||||
}
|
||||
},
|
||||
"BREADCRUMB": {
|
||||
"ARIA_LABEL": "Breadcrumb"
|
||||
},
|
||||
"SWITCH": {
|
||||
"TOGGLE": "Toggle switch"
|
||||
},
|
||||
"LABEL": {
|
||||
"TAG_BUTTON": "tag"
|
||||
}
|
||||
}
|
||||
@@ -57,46 +57,6 @@
|
||||
"TITLE": "Modifica contatto",
|
||||
"DESC": "Modifica dettagli contatto"
|
||||
},
|
||||
"CREATE_CONTACT": {
|
||||
"BUTTON_LABEL": "Nuovo contatto",
|
||||
"TITLE": "Crea nuovo contatto",
|
||||
"DESC": "Aggiungi informazioni di base sul contatto."
|
||||
},
|
||||
"IMPORT_CONTACTS": {
|
||||
"BUTTON_LABEL": "Importa",
|
||||
"TITLE": "Importa contatti",
|
||||
"DESC": "Importa contatti attraverso un file CSV.",
|
||||
"DOWNLOAD_LABEL": "Scarica un csv di esempio.",
|
||||
"FORM": {
|
||||
"LABEL": "File CSV",
|
||||
"SUBMIT": "Importa",
|
||||
"CANCEL": "Annulla"
|
||||
},
|
||||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
},
|
||||
"EXPORT_CONTACTS": {
|
||||
"BUTTON_LABEL": "Export",
|
||||
"TITLE": "Export Contacts",
|
||||
"DESC": "Export contacts to a CSV file.",
|
||||
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Export Contacts",
|
||||
"MESSAGE": "Are you sure you want to export all contacts?",
|
||||
"FILTERED_MESSAGE": "Are you sure you want to export all the filtered contacts?",
|
||||
"YES": "Yes, Export",
|
||||
"NO": "No, Cancel"
|
||||
}
|
||||
},
|
||||
"DELETE_NOTE": {
|
||||
"CONFIRM": {
|
||||
"TITLE": "Conferma eliminazione",
|
||||
"MESSAGE": "Sei sicuro di voler eliminare questa nota?",
|
||||
"YES": "Sì, eliminala",
|
||||
"NO": "No, conserva"
|
||||
}
|
||||
},
|
||||
"DELETE_CONTACT": {
|
||||
"BUTTON_LABEL": "Elimina contatto",
|
||||
"TITLE": "Elimina contatto",
|
||||
@@ -224,79 +184,14 @@
|
||||
}
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Contatti",
|
||||
"FIELDS": "Campi di contatto",
|
||||
"SEARCH_BUTTON": "Cerca",
|
||||
"SEARCH_INPUT_PLACEHOLDER": "Cerca contatti",
|
||||
"FILTER_CONTACTS": "Filtro",
|
||||
"FILTER_CONTACTS_SAVE": "Salva filtro",
|
||||
"FILTER_CONTACTS_DELETE": "Elimina filtro",
|
||||
"FILTER_CONTACTS_EDIT": "Edit segment",
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Caricamento contatti...",
|
||||
"404": "Nessun contatto corrisponde alla tua ricerca 🔍",
|
||||
"NO_CONTACTS": "Non ci sono contatti disponibili",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"PHONE_NUMBER": "Numero di telefono",
|
||||
"CONVERSATIONS": "Conversazioni",
|
||||
"LAST_ACTIVITY": "Ultima attività",
|
||||
"CREATED_AT": "Creato il",
|
||||
"COUNTRY": "Paese",
|
||||
"CITY": "Città",
|
||||
"SOCIAL_PROFILES": "Profili social",
|
||||
"COMPANY": "Azienda",
|
||||
"EMAIL_ADDRESS": "Indirizzo email"
|
||||
},
|
||||
"VIEW_DETAILS": "Visualizza dettagli"
|
||||
}
|
||||
},
|
||||
"CONTACT_PROFILE": {
|
||||
"BACK_BUTTON": "Contatti",
|
||||
"LOADING": "Caricamento profilo contatto..."
|
||||
},
|
||||
"REMINDER": {
|
||||
"ADD_BUTTON": {
|
||||
"BUTTON": "Aggiungi",
|
||||
"TITLE": "Maiusc + Invio per creare un'attività"
|
||||
},
|
||||
"FOOTER": {
|
||||
"DUE_DATE": "Data di scadenza",
|
||||
"LABEL_TITLE": "Imposta tipo"
|
||||
}
|
||||
},
|
||||
"NOTES": {
|
||||
"FETCHING_NOTES": "Recupero delle note...",
|
||||
"NOT_AVAILABLE": "Non ci sono note create per questo contatto",
|
||||
"HEADER": {
|
||||
"TITLE": "Note"
|
||||
},
|
||||
"LIST": {
|
||||
"LABEL": "ha aggiunto una nota"
|
||||
},
|
||||
"ADD": {
|
||||
"BUTTON": "Aggiungi",
|
||||
"PLACEHOLDER": "Aggiungi una nota",
|
||||
"TITLE": "Maiusc + Invio per creare una nota"
|
||||
},
|
||||
"CONTENT_HEADER": {
|
||||
"DELETE": "Elimina nota"
|
||||
}
|
||||
},
|
||||
"EVENTS": {
|
||||
"HEADER": {
|
||||
"TITLE": "Attività"
|
||||
},
|
||||
"BUTTON": {
|
||||
"PILL_BUTTON_NOTES": "note",
|
||||
"PILL_BUTTON_EVENTS": "eventi",
|
||||
"PILL_BUTTON_CONVO": "conversazioni"
|
||||
"SOCIAL_PROFILES": "Profili social"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CUSTOM_ATTRIBUTES": {
|
||||
"ADD_BUTTON_TEXT": "Aggiungi attributi",
|
||||
"BUTTON": "Aggiungi attributo personalizzato",
|
||||
"NOT_AVAILABLE": "Non sono disponibili attributi personalizzati per questo contatto.",
|
||||
"COPY_SUCCESSFUL": "Copiato negli appunti con successo",
|
||||
"SHOW_MORE": "Show all attributes",
|
||||
"SHOW_LESS": "Show less attributes",
|
||||
@@ -385,5 +280,320 @@
|
||||
"DROPDOWN_ITEM": {
|
||||
"ID": "(ID: {identifier})"
|
||||
}
|
||||
},
|
||||
"CONTACTS_LAYOUT": {
|
||||
"HEADER": {
|
||||
"TITLE": "Contatti",
|
||||
"SEARCH_TITLE": "Search contacts",
|
||||
"SEARCH_PLACEHOLDER": "Search...",
|
||||
"MESSAGE_BUTTON": "Messaggio",
|
||||
"SEND_MESSAGE": "Invia messaggio",
|
||||
"BREADCRUMB": {
|
||||
"CONTACTS": "Contatti"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"CONTACT_CREATION": {
|
||||
"ADD_CONTACT": "Add contact",
|
||||
"EXPORT_CONTACT": "Export contacts",
|
||||
"IMPORT_CONTACT": "Import contacts",
|
||||
"SAVE_CONTACT": "Save contact",
|
||||
"EMAIL_ADDRESS_DUPLICATE": "Questo indirizzo email è in uso per un altro contatto.",
|
||||
"PHONE_NUMBER_DUPLICATE": "Questo numero di telefono è in uso per un altro contatto.",
|
||||
"SUCCESS_MESSAGE": "Contatto salvato con successo",
|
||||
"ERROR_MESSAGE": "Unable to save contact. Please try again later."
|
||||
},
|
||||
"IMPORT_CONTACT": {
|
||||
"TITLE": "Import contacts",
|
||||
"DESCRIPTION": "Importa contatti attraverso un file CSV.",
|
||||
"DOWNLOAD_LABEL": "Scarica un csv di esempio.",
|
||||
"LABEL": "File CSV:",
|
||||
"CHOOSE_FILE": "Choose file",
|
||||
"CHANGE": "Cambia",
|
||||
"CANCEL": "annulla",
|
||||
"IMPORT": "Importa",
|
||||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
},
|
||||
"EXPORT_CONTACT": {
|
||||
"TITLE": "Export contacts",
|
||||
"DESCRIPTION": "Quickly export a csv file with comprehensive details of your contacts",
|
||||
"CONFIRM": "Export",
|
||||
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
},
|
||||
"SORT_BY": {
|
||||
"LABEL": "Ordina per",
|
||||
"OPTIONS": {
|
||||
"NAME": "Nome",
|
||||
"EMAIL": "Email",
|
||||
"PHONE_NUMBER": "Numero di telefono",
|
||||
"COMPANY": "Azienda",
|
||||
"COUNTRY": "Paese",
|
||||
"CITY": "Città",
|
||||
"LAST_ACTIVITY": "Last activity",
|
||||
"CREATED_AT": "Creato il"
|
||||
}
|
||||
},
|
||||
"ORDER": {
|
||||
"LABEL": "Ordering",
|
||||
"OPTIONS": {
|
||||
"ASCENDING": "Ascending",
|
||||
"DESCENDING": "Descending"
|
||||
}
|
||||
},
|
||||
"FILTERS": {
|
||||
"CREATE_SEGMENT": {
|
||||
"TITLE": "Vuoi salvare questo filtro?",
|
||||
"CONFIRM": "Salva filtro",
|
||||
"LABEL": "Nome",
|
||||
"PLACEHOLDER": "Enter the name of the filter",
|
||||
"ERROR": "Enter a valid name",
|
||||
"SUCCESS_MESSAGE": "Filter saved successfully",
|
||||
"ERROR_MESSAGE": "Unable to save filter. Please try again later."
|
||||
},
|
||||
"DELETE_SEGMENT": {
|
||||
"TITLE": "Conferma eliminazione",
|
||||
"DESCRIPTION": "Are you sure you want to delete this filter?",
|
||||
"CONFIRM": "Sì, elimina",
|
||||
"CANCEL": "No, Cancel",
|
||||
"SUCCESS_MESSAGE": "Filter deleted successfully",
|
||||
"ERROR_MESSAGE": "Unable to delete filter. Please try again later."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"PAGINATION_FOOTER": {
|
||||
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} contacts"
|
||||
},
|
||||
"FILTER": {
|
||||
"NAME": "Nome",
|
||||
"EMAIL": "Email",
|
||||
"PHONE_NUMBER": "Numero di telefono",
|
||||
"IDENTIFIER": "Identificatore",
|
||||
"COUNTRY": "Paese",
|
||||
"CITY": "Città",
|
||||
"CREATED_AT": "Creato il",
|
||||
"LAST_ACTIVITY": "Last activity",
|
||||
"REFERER_LINK": "Link referente",
|
||||
"BLOCKED": "Blocked",
|
||||
"BLOCKED_TRUE": "Vero",
|
||||
"BLOCKED_FALSE": "Falso",
|
||||
"BUTTONS": {
|
||||
"CLEAR_FILTERS": "Clear filters",
|
||||
"UPDATE_SEGMENT": "Update segment",
|
||||
"APPLY_FILTERS": "Applica filtri",
|
||||
"ADD_FILTER": "Add filter"
|
||||
},
|
||||
"TITLE": "Filtra contatti",
|
||||
"EDIT_SEGMENT": "Edit segment",
|
||||
"SEGMENT": {
|
||||
"LABEL": "Segment name",
|
||||
"INPUT_PLACEHOLDER": "Enter the name of the segment"
|
||||
},
|
||||
"ACTIVE_FILTERS": {
|
||||
"MORE_FILTERS": "+ {count} more filters",
|
||||
"CLEAR_FILTERS": "Clear filters"
|
||||
}
|
||||
},
|
||||
"CARD": {
|
||||
"OF": "of",
|
||||
"VIEW_DETAILS": "Visualizza dettagli",
|
||||
"EDIT_DETAILS_FORM": {
|
||||
"TITLE": "Modifica dettagli contatto",
|
||||
"FORM": {
|
||||
"FIRST_NAME": {
|
||||
"PLACEHOLDER": "Enter the first name"
|
||||
},
|
||||
"LAST_NAME": {
|
||||
"PLACEHOLDER": "Enter the last name"
|
||||
},
|
||||
"EMAIL_ADDRESS": {
|
||||
"PLACEHOLDER": "Enter the email address",
|
||||
"DUPLICATE": "Questo indirizzo email è in uso per un altro contatto."
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "Enter the phone number",
|
||||
"DUPLICATE": "Questo numero di telefono è in uso per un altro contatto."
|
||||
},
|
||||
"CITY": {
|
||||
"PLACEHOLDER": "Enter the city name"
|
||||
},
|
||||
"COUNTRY": {
|
||||
"PLACEHOLDER": "Select country"
|
||||
},
|
||||
"BIO": {
|
||||
"PLACEHOLDER": "Enter the bio"
|
||||
},
|
||||
"COMPANY_NAME": {
|
||||
"PLACEHOLDER": "Inserisci il nome dell'azienda"
|
||||
}
|
||||
},
|
||||
"UPDATE_BUTTON": "Update contact",
|
||||
"SUCCESS_MESSAGE": "Contact updated successfully",
|
||||
"ERROR_MESSAGE": "Unable to update contact. Please try again later."
|
||||
},
|
||||
"SOCIAL_MEDIA": {
|
||||
"TITLE": "Edit social links",
|
||||
"FORM": {
|
||||
"FACEBOOK": {
|
||||
"PLACEHOLDER": "Add Facebook"
|
||||
},
|
||||
"GITHUB": {
|
||||
"PLACEHOLDER": "Add Github"
|
||||
},
|
||||
"INSTAGRAM": {
|
||||
"PLACEHOLDER": "Add Instagram"
|
||||
},
|
||||
"LINKEDIN": {
|
||||
"PLACEHOLDER": "Add LinkedIn"
|
||||
},
|
||||
"TWITTER": {
|
||||
"PLACEHOLDER": "Add Twitter"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DETAILS": {
|
||||
"CREATED_AT": "Created {date}",
|
||||
"LAST_ACTIVITY": "Last active {date}",
|
||||
"DELETE_CONTACT_DESCRIPTION": "Permanently delete this contact. This action is irreversible",
|
||||
"DELETE_CONTACT": "Elimina contatto",
|
||||
"DELETE_DIALOG": {
|
||||
"TITLE": "Conferma eliminazione",
|
||||
"DESCRIPTION": "Are you sure you want to delete this {contactName} contact?",
|
||||
"CONFIRM": "Sì, elimina",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Contatto eliminato con successo",
|
||||
"ERROR_MESSAGE": "Impossibile eliminare il contatto. Riprova più tardi."
|
||||
}
|
||||
},
|
||||
"AVATAR": {
|
||||
"UPLOAD": {
|
||||
"ERROR_MESSAGE": "Could not upload avatar. Please try again later.",
|
||||
"SUCCESS_MESSAGE": "Avatar uploaded successfully"
|
||||
},
|
||||
"DELETE": {
|
||||
"SUCCESS_MESSAGE": "Avatar eliminato con successo",
|
||||
"ERROR_MESSAGE": "Could not delete avatar. Please try again later."
|
||||
}
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"TABS": {
|
||||
"ATTRIBUTES": "Attributi",
|
||||
"HISTORY": "History",
|
||||
"NOTES": "Note",
|
||||
"MERGE": "Merge"
|
||||
},
|
||||
"HISTORY": {
|
||||
"EMPTY_STATE": "Non ci sono precedenti conversazioni associate a questo contatto"
|
||||
},
|
||||
"ATTRIBUTES": {
|
||||
"SEARCH_PLACEHOLDER": "Search for attributes",
|
||||
"UNUSED_ATTRIBUTES": "{count} Used attribute | {count} Unused attributes",
|
||||
"EMPTY_STATE": "There are no contact custom attributes available in this account. You can create a custom attribute in settings.",
|
||||
"YES": "Sì",
|
||||
"NO": "No",
|
||||
"TRIGGER": {
|
||||
"SELECT": "Seleziona valore",
|
||||
"INPUT": "Enter value"
|
||||
},
|
||||
"VALIDATIONS": {
|
||||
"INVALID_NUMBER": "Invalid number",
|
||||
"REQUIRED": "Valore valido richiesto",
|
||||
"INVALID_INPUT": "Invalid input",
|
||||
"INVALID_URL": "URL non valido",
|
||||
"INVALID_DATE": "Invalid date"
|
||||
},
|
||||
"NO_ATTRIBUTES": "Nessun attributo trovato",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attributo aggiornato con successo",
|
||||
"DELETE_SUCCESS_MESSAGE": "Attributo eliminato con successo",
|
||||
"UPDATE_ERROR": "Impossibile aggiornare l'attributo. Riprova più tardi",
|
||||
"DELETE_ERROR": "Impossibile eliminare l'attributo. Riprova più tardi"
|
||||
}
|
||||
},
|
||||
"MERGE": {
|
||||
"TITLE": "Unisci contatto",
|
||||
"DESCRIPTION": "Combine two profiles into one, including all attributes and conversations. In case of conflict, the primary contact’s attributes will take precedence.",
|
||||
"PRIMARY": "Contatto primario",
|
||||
"PRIMARY_HELP_LABEL": "To be saved",
|
||||
"PRIMARY_REQUIRED_ERROR": "Please select a contact to merge with before proceeding",
|
||||
"PARENT": "To be merged",
|
||||
"PARENT_HELP_LABEL": "Da eliminare",
|
||||
"EMPTY_STATE": "No contacts found",
|
||||
"PLACEHOLDER": "Search for primary contact",
|
||||
"SEARCH_PLACEHOLDER": "Cerca un contatto",
|
||||
"SEARCH_ERROR_MESSAGE": "Could not search for contacts. Please try again later.",
|
||||
"SUCCESS_MESSAGE": "Contatto unito con successo",
|
||||
"ERROR_MESSAGE": "Impossibile unire i contatti, riprova!",
|
||||
"IS_SEARCHING": "Searching...",
|
||||
"BUTTONS": {
|
||||
"CANCEL": "annulla",
|
||||
"CONFIRM": "Unisci contatto"
|
||||
}
|
||||
},
|
||||
"NOTES": {
|
||||
"PLACEHOLDER": "Aggiungi una nota",
|
||||
"WROTE": "wrote",
|
||||
"YOU": "You",
|
||||
"SAVE": "Save note",
|
||||
"EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above."
|
||||
}
|
||||
},
|
||||
"EMPTY_STATE": {
|
||||
"TITLE": "No contacts found in this account",
|
||||
"SUBTITLE": "Start adding new contacts by clicking on the button below",
|
||||
"BUTTON_LABEL": "Add contact",
|
||||
"SEARCH_EMPTY_STATE_TITLE": "Nessun contatto corrisponde alla tua ricerca 🔍",
|
||||
"LIST_EMPTY_STATE_TITLE": "No contacts available in this view 📋"
|
||||
}
|
||||
},
|
||||
"COMPOSE_NEW_CONVERSATION": {
|
||||
"CONTACT_SEARCH": {
|
||||
"ERROR_MESSAGE": "We couldn’t complete the search. Please try again."
|
||||
},
|
||||
"FORM": {
|
||||
"GO_TO_CONVERSATION": "Visualizza",
|
||||
"SUCCESS_MESSAGE": "The message was sent successfully!",
|
||||
"ERROR_MESSAGE": "An error occurred while creating the conversation. Please try again later.",
|
||||
"NO_INBOX_ALERT": "There are no available inboxes to start a conversation with this contact.",
|
||||
"CONTACT_SELECTOR": {
|
||||
"LABEL": "A:",
|
||||
"TAG_INPUT_PLACEHOLDER": "Search for a contact with name, email or phone number",
|
||||
"CONTACT_CREATING": "Creating contact..."
|
||||
},
|
||||
"INBOX_SELECTOR": {
|
||||
"LABEL": "Via:",
|
||||
"BUTTON": "Show inboxes"
|
||||
},
|
||||
"EMAIL_OPTIONS": {
|
||||
"SUBJECT_LABEL": "Oggetto :",
|
||||
"SUBJECT_PLACEHOLDER": "Enter your email subject here",
|
||||
"CC_LABEL": "Cc:",
|
||||
"CC_PLACEHOLDER": "Search for a contact with their email address",
|
||||
"BCC_LABEL": "CCN:",
|
||||
"BCC_PLACEHOLDER": "Search for a contact with their email address",
|
||||
"BCC_BUTTON": "CCN"
|
||||
},
|
||||
"MESSAGE_EDITOR": {
|
||||
"PLACEHOLDER": "Scrivi qui il tuo messaggio..."
|
||||
},
|
||||
"WHATSAPP_OPTIONS": {
|
||||
"LABEL": "Select template",
|
||||
"SEARCH_PLACEHOLDER": "Search templates",
|
||||
"EMPTY_STATE": "No templates found",
|
||||
"TEMPLATE_PARSER": {
|
||||
"TEMPLATE_NAME": "WhatsApp template: {templateName}",
|
||||
"VARIABLES": "Variabili",
|
||||
"BACK": "Torna indietro",
|
||||
"SEND_MESSAGE": "Invia messaggio"
|
||||
}
|
||||
},
|
||||
"ACTION_BUTTONS": {
|
||||
"DISCARD": "Discard",
|
||||
"SEND": "Send ({keyCode})"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
"404": "There are no custom roles available in this account.",
|
||||
"TITLE": "Manage custom roles",
|
||||
"DESC": "Custom roles are roles that are created by the account owner or admin. These roles can be assigned to agents to define their access and permissions within the account. Custom roles can be created with specific permissions and access levels to suit the requirements of the organization.",
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Descrizione",
|
||||
"Permissions",
|
||||
"Azioni"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrizione",
|
||||
"PERMISSIONS": "Permissions",
|
||||
"ACTIONS": "Azioni"
|
||||
}
|
||||
},
|
||||
"PERMISSIONS": {
|
||||
"CONVERSATION_MANAGE": "Manage all conversations",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"HELP_CENTER": {
|
||||
"TITLE": "Help Center",
|
||||
"NEW_PAGE": {
|
||||
"DESCRIPTION": "Create self-service help center portals for your customers. Help them find answers quickly, without waiting. Streamline inquiries, boost agent efficiency, and elevate customer support.",
|
||||
"CREATE_PORTAL_BUTTON": "Crea portale"
|
||||
},
|
||||
"HEADER": {
|
||||
"FILTER": "Filtra per",
|
||||
"SORT": "Ordina per",
|
||||
@@ -190,26 +195,20 @@
|
||||
}
|
||||
},
|
||||
"ADD": {
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "Informazioni del centro assistenza",
|
||||
"route": "new_portal_information",
|
||||
"body": "Informazioni di base sul portale",
|
||||
"CREATE_BASIC_SETTING_BUTTON": "Crea impostazioni di base del portale"
|
||||
"CREATE_FLOW": {
|
||||
"BASIC": {
|
||||
"TITLE": "Informazioni del centro assistenza",
|
||||
"BODY": "Informazioni di base sul portale"
|
||||
},
|
||||
{
|
||||
"title": "Personalizzazione del centro assistenza",
|
||||
"route": "portal_customization",
|
||||
"body": "Personalizza portale",
|
||||
"UPDATE_PORTAL_BUTTON": "Aggiorna impostazioni del portale"
|
||||
"CUSTOMIZATION": {
|
||||
"TITLE": "Personalizzazione del centro assistenza",
|
||||
"BODY": "Personalizza portale"
|
||||
},
|
||||
{
|
||||
"title": "Voila! 🎉",
|
||||
"route": "portal_finish",
|
||||
"body": "È tutto pronto!",
|
||||
"FINISH": "Termina"
|
||||
"FINISH": {
|
||||
"TITLE": "Voila! 🎉",
|
||||
"BODY": "È tutto pronto!"
|
||||
}
|
||||
],
|
||||
},
|
||||
"CREATE_FLOW_PAGE": {
|
||||
"BACK_BUTTON": "Indietro",
|
||||
"BASIC_SETTINGS_PAGE": {
|
||||
@@ -250,13 +249,13 @@
|
||||
"DOMAIN": {
|
||||
"LABEL": "Dominio personalizzato",
|
||||
"PLACEHOLDER": "Dominio personalizzato del portale",
|
||||
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
|
||||
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: {exampleURL}",
|
||||
"ERROR": "Enter a valid domain URL"
|
||||
},
|
||||
"HOME_PAGE_LINK": {
|
||||
"LABEL": "Link pagina iniziale",
|
||||
"PLACEHOLDER": "Link della pagina iniziale del portale",
|
||||
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
|
||||
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: {exampleURL}",
|
||||
"ERROR": "Enter a valid home page URL"
|
||||
},
|
||||
"THEME_COLOR": {
|
||||
@@ -349,6 +348,12 @@
|
||||
"SUCCESS": "Articolo archiviato con successo"
|
||||
}
|
||||
},
|
||||
"DRAFT_ARTICLE": {
|
||||
"API": {
|
||||
"ERROR": "Error while drafting article",
|
||||
"SUCCESS": "Article drafted successfully"
|
||||
}
|
||||
},
|
||||
"DELETE_ARTICLE": {
|
||||
"MODAL": {
|
||||
"CONFIRM": {
|
||||
@@ -483,6 +488,305 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"LOADING": "Loading..."
|
||||
"LOADING": "Loading...",
|
||||
"ARTICLES_PAGE": {
|
||||
"ARTICLE_CARD": {
|
||||
"CARD": {
|
||||
"VIEWS": "{count} view | {count} views",
|
||||
"DROPDOWN_MENU": {
|
||||
"PUBLISH": "Pubblica",
|
||||
"DRAFT": "Bozza",
|
||||
"ARCHIVE": "Archive",
|
||||
"DELETE": "Elimina"
|
||||
},
|
||||
"STATUS": {
|
||||
"DRAFT": "Bozza",
|
||||
"PUBLISHED": "Pubblicato",
|
||||
"ARCHIVED": "Archiviato"
|
||||
},
|
||||
"CATEGORY": {
|
||||
"UNCATEGORISED": "Uncategorised"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ARTICLES_HEADER": {
|
||||
"TABS": {
|
||||
"ALL": "All articles",
|
||||
"MINE": "Mie",
|
||||
"DRAFT": "Bozza",
|
||||
"PUBLISHED": "Pubblicato",
|
||||
"ARCHIVED": "Archiviato"
|
||||
},
|
||||
"CATEGORY": {
|
||||
"ALL": "All categories"
|
||||
},
|
||||
"LOCALE": {
|
||||
"ALL": "All locales"
|
||||
},
|
||||
"NEW_ARTICLE": "New article"
|
||||
},
|
||||
"EMPTY_STATE": {
|
||||
"ALL": {
|
||||
"TITLE": "Write an article",
|
||||
"SUBTITLE": "Write a rich article, let’s get started!",
|
||||
"BUTTON_LABEL": "New article"
|
||||
},
|
||||
"MINE": {
|
||||
"TITLE": "You haven't written any articles here",
|
||||
"SUBTITLE": "All articles written by you show up here for quick access."
|
||||
},
|
||||
"DRAFT": {
|
||||
"TITLE": "There are no articles in drafts",
|
||||
"SUBTITLE": "Draft articles will appear here"
|
||||
},
|
||||
"PUBLISHED": {
|
||||
"TITLE": "There are no published articles",
|
||||
"SUBTITLE": "Published articles will appear here"
|
||||
},
|
||||
"ARCHIVED": {
|
||||
"TITLE": "There are no articles in the archive",
|
||||
"SUBTITLE": "Archived articles don't show up on the portal, you can use it to mark deprecated or outdated pages"
|
||||
},
|
||||
"CATEGORY": {
|
||||
"TITLE": "There are no articles in this category",
|
||||
"SUBTITLE": "Articles in this category will appear here"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CATEGORY_PAGE": {
|
||||
"CATEGORY_HEADER": {
|
||||
"NEW_CATEGORY": "Nuova categoria",
|
||||
"EDIT_CATEGORY": "Modifica categoria",
|
||||
"CATEGORIES_COUNT": "{n} category | {n} categories",
|
||||
"BREADCRUMB": {
|
||||
"CATEGORY_LOCALE": "Categories ({localeCode})",
|
||||
"ACTIVE_CATEGORY": "{categoryName} ({categoryCount} articles) | {categoryName} ({categoryCount} article)"
|
||||
}
|
||||
},
|
||||
"CATEGORY_EMPTY_STATE": {
|
||||
"TITLE": "Nessuna categoria trovata",
|
||||
"SUBTITLE": "Categories will appear here. You can add a category by clicking the 'New Category' button."
|
||||
},
|
||||
"CATEGORY_CARD": {
|
||||
"ARTICLES_COUNT": "{count} article | {count} articles"
|
||||
},
|
||||
"CATEGORY_DIALOG": {
|
||||
"CREATE": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Categoria creata con successo",
|
||||
"ERROR_MESSAGE": "Impossibile creare la categoria"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Categoria aggiornata con successo",
|
||||
"ERROR_MESSAGE": "Impossibile aggiornare la categoria"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Categoria eliminata con successo",
|
||||
"ERROR_MESSAGE": "Impossibile eliminare la categoria"
|
||||
}
|
||||
},
|
||||
"HEADER": {
|
||||
"CREATE": "Crea categoria",
|
||||
"EDIT": "Modifica categoria",
|
||||
"DESCRIPTION": "Modificare una categoria aggiornerà la categoria nel portale pubblico.",
|
||||
"PORTAL": "Portale",
|
||||
"LOCALE": "Locale"
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nome",
|
||||
"PLACEHOLDER": "Nome categoria",
|
||||
"ERROR": "Il nome è obbligatorio"
|
||||
},
|
||||
"SLUG": {
|
||||
"LABEL": "Slug",
|
||||
"PLACEHOLDER": "Slug categoria per url",
|
||||
"ERROR": "Slug è obbligatorio",
|
||||
"HELP_TEXT": "app.chatwoot.com/hc/{portalSlug}/{localeCode}/categories/{categorySlug}"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Descrizione",
|
||||
"PLACEHOLDER": "Fornisci una breve descrizione della categoria.",
|
||||
"ERROR": "La descrizione è obbligatoria"
|
||||
}
|
||||
},
|
||||
"BUTTONS": {
|
||||
"CREATE": "Crea",
|
||||
"EDIT": "Aggiorna",
|
||||
"CANCEL": "annulla"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LOCALES_PAGE": {
|
||||
"LOCALES_COUNT": "No locales available | {n} locale | {n} locales",
|
||||
"NEW_LOCALE_BUTTON_TEXT": "New locale",
|
||||
"LOCALE_CARD": {
|
||||
"ARTICLES_COUNT": "{count} article | {count} articles",
|
||||
"CATEGORIES_COUNT": "{count} category | {count} categories",
|
||||
"DEFAULT": "Predefinito",
|
||||
"DROPDOWN_MENU": {
|
||||
"MAKE_DEFAULT": "Make default",
|
||||
"DELETE": "Elimina"
|
||||
}
|
||||
},
|
||||
"ADD_LOCALE_DIALOG": {
|
||||
"TITLE": "Aggiungi una nuova lingua",
|
||||
"DESCRIPTION": "Select the language in which this article will be written. This will be added to your list of translations, and you can add more later.",
|
||||
"COMBOBOX": {
|
||||
"PLACEHOLDER": "Select locale..."
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Lingua aggiunta con successo",
|
||||
"ERROR_MESSAGE": "Impossibile aggiungere la lingua. Riprova."
|
||||
}
|
||||
}
|
||||
},
|
||||
"EDIT_ARTICLE_PAGE": {
|
||||
"HEADER": {
|
||||
"STATUS": {
|
||||
"SAVING": "Salvataggio...",
|
||||
"SAVED": "Salvato"
|
||||
},
|
||||
"PREVIEW": "Anteprima",
|
||||
"PUBLISH": "Pubblica",
|
||||
"DRAFT": "Bozza",
|
||||
"ARCHIVE": "Archive",
|
||||
"BACK_TO_ARTICLES": "Back to articles"
|
||||
},
|
||||
"EDIT_ARTICLE": {
|
||||
"MORE_PROPERTIES": "More properties",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"EDITOR_PLACEHOLDER": "Write something..."
|
||||
},
|
||||
"ARTICLE_PROPERTIES": {
|
||||
"ARTICLE_PROPERTIES": "Article properties",
|
||||
"META_DESCRIPTION": "Descrizione meta",
|
||||
"META_DESCRIPTION_PLACEHOLDER": "Add meta description",
|
||||
"META_TITLE": "Titolo meta",
|
||||
"META_TITLE_PLACEHOLDER": "Add meta title",
|
||||
"META_TAGS": "Tag meta",
|
||||
"META_TAGS_PLACEHOLDER": "Add meta tags"
|
||||
},
|
||||
"API": {
|
||||
"ERROR": "Errore durante il salvataggio dell'articolo"
|
||||
}
|
||||
},
|
||||
"PORTAL_SWITCHER": {
|
||||
"NEW_PORTAL": "New portal",
|
||||
"PORTALS": "Portali",
|
||||
"CREATE_PORTAL": "Create and manage multiple portals",
|
||||
"ARTICLES": "articoli",
|
||||
"DOMAIN": "dominio",
|
||||
"PORTAL_NAME": "Nome del portale"
|
||||
},
|
||||
"CREATE_PORTAL_DIALOG": {
|
||||
"TITLE": "Create new portal",
|
||||
"DESCRIPTION": "Give your portal a name and create a user-friendly URL slug. You can modify both later in the settings.",
|
||||
"CONFIRM_BUTTON_LABEL": "Crea",
|
||||
"NAME": {
|
||||
"LABEL": "Nome",
|
||||
"PLACEHOLDER": "User Guide | Chatwoot",
|
||||
"MESSAGE": "Choose an name for your portal.",
|
||||
"ERROR": "Il nome è obbligatorio"
|
||||
},
|
||||
"SLUG": {
|
||||
"LABEL": "Slug",
|
||||
"PLACEHOLDER": "user-guide",
|
||||
"ERROR": "Slug è obbligatorio"
|
||||
}
|
||||
},
|
||||
"PORTAL_SETTINGS": {
|
||||
"FORM": {
|
||||
"AVATAR": {
|
||||
"LABEL": "Logo",
|
||||
"IMAGE_UPLOAD_ERROR": "Couldn't upload image! Try again",
|
||||
"IMAGE_UPLOAD_SUCCESS": "Image added successfully. Please click on save changes to save the logo",
|
||||
"IMAGE_DELETE_SUCCESS": "Logo deleted successfully",
|
||||
"IMAGE_DELETE_ERROR": "Unable to delete logo",
|
||||
"IMAGE_UPLOAD_SIZE_ERROR": "Image size should be less than {size}MB"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Nome",
|
||||
"PLACEHOLDER": "Nome del portale",
|
||||
"ERROR": "Il nome è obbligatorio"
|
||||
},
|
||||
"HEADER_TEXT": {
|
||||
"LABEL": "Header text",
|
||||
"PLACEHOLDER": "Testo intestazione del portale"
|
||||
},
|
||||
"PAGE_TITLE": {
|
||||
"LABEL": "Page title",
|
||||
"PLACEHOLDER": "Titolo pagina del portale"
|
||||
},
|
||||
"HOME_PAGE_LINK": {
|
||||
"LABEL": "Home page link",
|
||||
"PLACEHOLDER": "Link della pagina iniziale del portale",
|
||||
"ERROR": "Invalid URL. The Home page link must start with 'http://' or 'https://'."
|
||||
},
|
||||
"SLUG": {
|
||||
"LABEL": "Slug",
|
||||
"PLACEHOLDER": "Portal slug"
|
||||
},
|
||||
"LIVE_CHAT_WIDGET": {
|
||||
"LABEL": "Live chat widget",
|
||||
"PLACEHOLDER": "Select live chat widget",
|
||||
"HELP_TEXT": "Select a live chat widget that will appear on your help center"
|
||||
},
|
||||
"BRAND_COLOR": {
|
||||
"LABEL": "Brand color"
|
||||
},
|
||||
"SAVE_CHANGES": "Save changes"
|
||||
},
|
||||
"CONFIGURATION_FORM": {
|
||||
"CUSTOM_DOMAIN": {
|
||||
"HEADER": "Dominio personalizzato",
|
||||
"LABEL": "Dominio personalizzato:",
|
||||
"DESCRIPTION": "You can host your portal on a custom domain. For instance, if your website is yourdomain.com and you want your portal available at docs.yourdomain.com, simply enter that in this field.",
|
||||
"PLACEHOLDER": "Dominio personalizzato del portale",
|
||||
"EDIT_BUTTON": "Edit custom domain",
|
||||
"ADD_BUTTON": "Add custom domain",
|
||||
"DIALOG": {
|
||||
"ADD_HEADER": "Add custom domain",
|
||||
"EDIT_HEADER": "Edit custom domain",
|
||||
"ADD_CONFIRM_BUTTON_LABEL": "Add domain",
|
||||
"EDIT_CONFIRM_BUTTON_LABEL": "Update domain",
|
||||
"LABEL": "Dominio personalizzato",
|
||||
"PLACEHOLDER": "Dominio personalizzato del portale",
|
||||
"ERROR": "Custom domain is required"
|
||||
},
|
||||
"DNS_CONFIGURATION_DIALOG": {
|
||||
"HEADER": "DNS configuration",
|
||||
"DESCRIPTION": "Log in to the account you have with your DNS provider, and add a CNAME record for subdomain pointing to chatwoot.help",
|
||||
"HELP_TEXT": "Once this is done, you can reach out to our support to request for the auto-generated SSL certificate.",
|
||||
"CONFIRM_BUTTON_LABEL": "Got it!"
|
||||
}
|
||||
},
|
||||
"DELETE_PORTAL": {
|
||||
"BUTTON": "Delete {portalName}",
|
||||
"HEADER": "Elimina portale",
|
||||
"DESCRIPTION": "Permanently delete this portal. This action is irreversible",
|
||||
"DIALOG": {
|
||||
"HEADER": "Sure you want to delete {portalName}?",
|
||||
"DESCRIPTION": "This is a permanent action that cannot be reversed.",
|
||||
"CONFIRM_BUTTON_LABEL": "Elimina"
|
||||
}
|
||||
},
|
||||
"EDIT_CONFIGURATION": "Edit configuration"
|
||||
},
|
||||
"API": {
|
||||
"CREATE_PORTAL": {
|
||||
"SUCCESS_MESSAGE": "Portale creato con successo",
|
||||
"ERROR_MESSAGE": "Unable to create portal"
|
||||
},
|
||||
"UPDATE_PORTAL": {
|
||||
"SUCCESS_MESSAGE": "Portale aggiornato con successo",
|
||||
"ERROR_MESSAGE": "Unable to update portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"INBOX": {
|
||||
"LIST": {
|
||||
"TITLE": "Casella",
|
||||
"TITLE": "My Inbox",
|
||||
"DISPLAY_DROPDOWN": "Display",
|
||||
"LOADING": "Fetching notifications",
|
||||
"404": "There are no active notifications in this group.",
|
||||
@@ -27,6 +27,19 @@
|
||||
"SLA_MISSED_NEXT_RESPONSE": "SLA target next response missed for conversation",
|
||||
"SLA_MISSED_RESOLUTION": "SLA target resolution missed for conversation"
|
||||
},
|
||||
"TYPES_NEXT": {
|
||||
"CONVERSATION_MENTION": "Mentioned",
|
||||
"CONVERSATION_ASSIGNMENT": "Assigned to you",
|
||||
"CONVERSATION_CREATION": "New Conversation",
|
||||
"SLA_MISSED_FIRST_RESPONSE": "SLA breach",
|
||||
"SLA_MISSED_NEXT_RESPONSE": "SLA breach",
|
||||
"SLA_MISSED_RESOLUTION": "SLA breach",
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Nuovo messaggio",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Nuovo messaggio",
|
||||
"SNOOZED_UNTIL": "Snoozed for {time}",
|
||||
"SNOOZED_ENDS": "Snooze ended"
|
||||
},
|
||||
"NO_CONTENT": "Nessun contenuto disponibile",
|
||||
"MENU_ITEM": {
|
||||
"MARK_AS_READ": "Segna come letto",
|
||||
"MARK_AS_UNREAD": "Segna come non letto",
|
||||
|
||||
@@ -8,28 +8,24 @@
|
||||
"LIST": {
|
||||
"404": "Non ci sono caselle allegate a questo account."
|
||||
},
|
||||
"CREATE_FLOW": [
|
||||
{
|
||||
"title": "Scegli il canale",
|
||||
"route": "Nuovo",
|
||||
"body": "Scegli il provider che vuoi integrare con Chatwoot."
|
||||
"CREATE_FLOW": {
|
||||
"CHANNEL": {
|
||||
"TITLE": "Scegli il canale",
|
||||
"BODY": "Scegli il provider che vuoi integrare con Chatwoot."
|
||||
},
|
||||
{
|
||||
"title": "Crea casella",
|
||||
"route": "Canale",
|
||||
"body": "Autentica il tuo account e creare una casella."
|
||||
"INBOX": {
|
||||
"TITLE": "Crea casella",
|
||||
"BODY": "Autentica il tuo account e creare una casella."
|
||||
},
|
||||
{
|
||||
"title": "Aggiungi agenti",
|
||||
"route": "Inboxes_add_agenti",
|
||||
"body": "Aggiungi agenti alla casella creata."
|
||||
"AGENT": {
|
||||
"TITLE": "Aggiungi agenti",
|
||||
"BODY": "Aggiungi agenti alla casella creata."
|
||||
},
|
||||
{
|
||||
"title": "Voilà!",
|
||||
"route": "Finitura",
|
||||
"body": "Sei pronto per iniziare!"
|
||||
"FINISH": {
|
||||
"TITLE": "Voilà!",
|
||||
"BODY": "Sei pronto per iniziare!"
|
||||
}
|
||||
],
|
||||
},
|
||||
"ADD": {
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Nome casella",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"END_POINT": {
|
||||
"LABEL": "URL del webhook",
|
||||
"PLACEHOLDER": "Esempio: https://example/api/webhook",
|
||||
"PLACEHOLDER": "Example: {webhookExampleURL}",
|
||||
"ERROR": "Inserisci un URL valido"
|
||||
},
|
||||
"EDIT_SUBMIT": "Aggiorna webhook",
|
||||
@@ -47,10 +47,10 @@
|
||||
"LIST": {
|
||||
"404": "Non ci sono webhook configurati per questo account.",
|
||||
"TITLE": "Gestisci webhook",
|
||||
"TABLE_HEADER": [
|
||||
"Endpoint Webhook",
|
||||
"Azioni"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"WEBHOOK_ENDPOINT": "Endpoint Webhook",
|
||||
"ACTIONS": "Azioni"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Modifica",
|
||||
@@ -90,7 +90,7 @@
|
||||
},
|
||||
"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>",
|
||||
"BODY": "With this integration, all of your incoming conversations will be synced to the ***{selectedChannelName}*** channel in your Slack workspace. You can manage all your customer conversations right within the channel and never miss a message.\n\nHere are the main features of the integration:\n\n**Respond to conversations from within Slack:** To respond to a conversation in the ***{selectedChannelName}*** Slack channel, simply type out your message and send it as a thread. This will create a response back to the customer through Chatwoot. It's that simple!\n\n **Create private notes:** If you want to create private notes instead of replies, start your message with ***`note:`***. This ensures that your message is kept private and won't be visible to the customer.\n\n**Associate an agent profile:** If the person who replied on Slack has an agent profile in Chatwoot under the same email, the replies will be associated with that agent profile automatically. This means you can easily track who said what and when. On the other hand, when the replier doesn't have an associated agent profile, the replies will appear from the bot profile to the customer.",
|
||||
"SELECTED": "selected"
|
||||
},
|
||||
"SELECT_CHANNEL": {
|
||||
@@ -183,10 +183,10 @@
|
||||
"LIST": {
|
||||
"404": "Non ci sono ancora app dashboard configurate su questo account",
|
||||
"LOADING": "Recupero delle app dashboard...",
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Endpoint"
|
||||
],
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"ENDPOINT": "Endpoint"
|
||||
},
|
||||
"EDIT_TOOLTIP": "Modifica app",
|
||||
"DELETE_TOOLTIP": "Elimina app"
|
||||
},
|
||||
@@ -302,5 +302,14 @@
|
||||
"ERROR": "There was an error unlinking the issue, please try again"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CAPTAIN": {
|
||||
"NAME": "Captain",
|
||||
"COPILOT": {
|
||||
"SEND_MESSAGE": "Invia messaggio...",
|
||||
"LOADER": "Captain is thinking",
|
||||
"YOU": "You",
|
||||
"USE": "Use this"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
"404": "Non ci sono etichette disponibili in questo account.",
|
||||
"TITLE": "Gestisci etichette",
|
||||
"DESC": "Le etichette consentono di raggruppare le conversazioni insieme.",
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Descrizione",
|
||||
"Colore"
|
||||
]
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrizione",
|
||||
"COLOR": "Colore"
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"Nome",
|
||||
"Created by",
|
||||
"Last updated by",
|
||||
"Visibility"
|
||||
],
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"CREATED BY": "Created by",
|
||||
"LAST_UPDATED_BY": "Last updated by",
|
||||
"VISIBILITY": "Visibility"
|
||||
},
|
||||
"404": "No macros found"
|
||||
},
|
||||
"DELETE": {
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"REPLY_TIME": {
|
||||
"NAME": "Customer waiting time",
|
||||
"TOOLTIP_TEXT": "Waiting time is {metricValue} (based on {conversationCount} replies)"
|
||||
"TOOLTIP_TEXT": "Waiting time is {metricValue} (based on {conversationCount} replies)",
|
||||
"DESC": ""
|
||||
}
|
||||
},
|
||||
"DATE_RANGE_OPTIONS": {
|
||||
@@ -56,32 +57,6 @@
|
||||
"LAST_YEAR": "Ultimo anno",
|
||||
"CUSTOM_DATE_RANGE": "Intervallo di date personalizzato"
|
||||
},
|
||||
"DATE_RANGE": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Ultimi 7 giorni"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ultimi 30 giorni"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Ultimi 3 mesi"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Ultimi 6 mesi"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Ultimo anno"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Intervallo di date personalizzato"
|
||||
}
|
||||
],
|
||||
"CUSTOM_DATE_RANGE": {
|
||||
"CONFIRM": "Applica",
|
||||
"PLACEHOLDER": "Seleziona intervallo di date"
|
||||
@@ -142,6 +117,9 @@
|
||||
"FILTER_ACTIONS": {
|
||||
"CLEAR_FILTER": "Clear filter",
|
||||
"EMPTY_LIST": "Nessun risultato trovato"
|
||||
},
|
||||
"PAGINATION": {
|
||||
"RESULTS": "Showing {start} to {end} of {total} results"
|
||||
}
|
||||
},
|
||||
"AGENT_REPORTS": {
|
||||
@@ -490,7 +468,7 @@
|
||||
"NO_AGENTS": "Non ci sono conversazioni da parte degli agenti",
|
||||
"TABLE_HEADER": {
|
||||
"AGENT": "Agente",
|
||||
"OPEN": "APERTE",
|
||||
"OPEN": "Apri",
|
||||
"UNATTENDED": "Non partecipate",
|
||||
"STATUS": "Stato"
|
||||
}
|
||||
|
||||
@@ -61,15 +61,29 @@
|
||||
"COPY": "Copia"
|
||||
},
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Notifiche audio",
|
||||
"NOTE": "Abilita le notifiche audio nella dashboard per nuovi messaggi e conversazioni.",
|
||||
"TITLE": "Audio Alerts",
|
||||
"NOTE": "Enable audio alerts in dashboard for new messages and conversations.",
|
||||
"PLAY": "Play sound",
|
||||
"ALERT_TYPES": {
|
||||
"NONE": "Nessuno",
|
||||
"MINE": "Assigned",
|
||||
"ALL": "Tutti"
|
||||
"ALL": "Tutti",
|
||||
"ASSIGNED": "My assigned conversations",
|
||||
"UNASSIGNED": "Unassigned conversations",
|
||||
"NOTME": "Open conversations assigned to others"
|
||||
},
|
||||
"ALERT_COMBINATIONS": {
|
||||
"NONE": "You haven't selected any options, you won't receive any audio alerts.",
|
||||
"ASSIGNED": "You'll receive alerts for conversations assigned to you.",
|
||||
"UNASSIGNED": "You'll receive alerts for any unassigned conversations.",
|
||||
"NOTME": "You'll receive alerts for conversations assigned to others.",
|
||||
"ASSIGNED+UNASSIGNED": "You'll receive alerts for your assigned conversations and any unattended ones.",
|
||||
"ASSIGNED+NOTME": "You'll receive alerts for conversations assigned to you and to others, but not for unassigned ones.",
|
||||
"NOTME+UNASSIGNED": "You'll receive alerts for unattended conversations and those assigned to others.",
|
||||
"ASSIGNED+NOTME+UNASSIGNED": "You'll receive alerts for all conversations."
|
||||
},
|
||||
"ALERT_TYPE": {
|
||||
"TITLE": "Alert events for conversations:",
|
||||
"TITLE": "Alert events for conversations",
|
||||
"NONE": "Nessuno",
|
||||
"ASSIGNED": "Conversazioni assegnate",
|
||||
"ALL_CONVERSATIONS": "Tutte le conversazioni"
|
||||
@@ -81,7 +95,9 @@
|
||||
"TITLE": "Alert conditions:",
|
||||
"CONDITION_ONE": "Send audio alerts only if the browser window is not active",
|
||||
"CONDITION_TWO": "Send alerts every 30s until all the assigned conversations are read"
|
||||
}
|
||||
},
|
||||
"SOUND_PERMISSION_ERROR": "Autoplay is disabled in your browser. To hear alerts automatically, enable sound permission in your browser settings or interact with the page.",
|
||||
"READ_MORE": "Read more"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Notifiche email",
|
||||
@@ -145,11 +161,11 @@
|
||||
},
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "Disponibilità",
|
||||
"STATUSES_LIST": [
|
||||
"Online",
|
||||
"Occupato",
|
||||
"Offline"
|
||||
],
|
||||
"STATUS": {
|
||||
"ONLINE": "Online",
|
||||
"BUSY": "Occupato",
|
||||
"OFFLINE": "Offline"
|
||||
},
|
||||
"SET_AVAILABILITY_SUCCESS": "Availability has been set successfully",
|
||||
"SET_AVAILABILITY_ERROR": "Couldn't set availability, please try again"
|
||||
},
|
||||
@@ -177,14 +193,16 @@
|
||||
},
|
||||
"SIDEBAR_ITEMS": {
|
||||
"CHANGE_AVAILABILITY_STATUS": "Cambia",
|
||||
"CHANGE_ACCOUNTS": "Cambia account",
|
||||
"CONTACT_SUPPORT": "Contatta il supporto",
|
||||
"CHANGE_ACCOUNTS": "Switch account",
|
||||
"SWITCH_WORKSPACE": "Switch workspace",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"SELECTOR_SUBTITLE": "Seleziona un account dal seguente elenco",
|
||||
"PROFILE_SETTINGS": "Impostazioni profilo",
|
||||
"KEYBOARD_SHORTCUTS": "Scorciatoie da tastiera",
|
||||
"APPEARANCE": "Change Appearance",
|
||||
"SUPER_ADMIN_CONSOLE": "Super Admin Console",
|
||||
"LOGOUT": "Disconnettiti"
|
||||
"PROFILE_SETTINGS": "Profile settings",
|
||||
"KEYBOARD_SHORTCUTS": "Keyboard shortcuts",
|
||||
"APPEARANCE": "Change appearance",
|
||||
"SUPER_ADMIN_CONSOLE": "SuperAdmin console",
|
||||
"DOCS": "Read documentation",
|
||||
"LOGOUT": "Log out"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
"TRIAL_MESSAGE": "giorni di prova rimanenti.",
|
||||
@@ -218,6 +236,10 @@
|
||||
},
|
||||
"FORM_BUBBLE": {
|
||||
"SUBMIT": "Invia"
|
||||
},
|
||||
"MEDIA": {
|
||||
"IMAGE_UNAVAILABLE": "This image is no longer available.",
|
||||
"LOADING_FAILED": "Loading failed"
|
||||
}
|
||||
},
|
||||
"CONFIRM_EMAIL": "Verifica...",
|
||||
@@ -227,11 +249,12 @@
|
||||
}
|
||||
},
|
||||
"SIDEBAR": {
|
||||
"NO_ITEMS": "No items",
|
||||
"CURRENTLY_VIEWING_ACCOUNT": "Visualizzazione attuale:",
|
||||
"SWITCH": "Scambia",
|
||||
"INBOX_VIEW": "Inbox View",
|
||||
"CONVERSATIONS": "Conversazioni",
|
||||
"INBOX": "Casella",
|
||||
"INBOX": "My Inbox",
|
||||
"ALL_CONVERSATIONS": "Tutte le conversazioni",
|
||||
"MENTIONED_CONVERSATIONS": "Menzioni",
|
||||
"PARTICIPATING_CONVERSATIONS": "Participating",
|
||||
@@ -266,6 +289,8 @@
|
||||
"NEW_INBOX": "Nuova casella di posta",
|
||||
"REPORTS_CONVERSATION": "Conversazioni",
|
||||
"CSAT": "CSAT",
|
||||
"LIVE_CHAT": "Live Chat",
|
||||
"SMS": "SMS",
|
||||
"CAMPAIGNS": "Campagne",
|
||||
"ONGOING": "In corso",
|
||||
"ONE_OFF": "Uno fuori",
|
||||
@@ -276,6 +301,7 @@
|
||||
"REPORTS_INBOX": "Posta",
|
||||
"REPORTS_TEAM": "Team",
|
||||
"SET_AVAILABILITY_TITLE": "Imposta te stesso come",
|
||||
"SET_YOUR_AVAILABILITY": "Imposta la tua disponibilità",
|
||||
"SLA": "SLA",
|
||||
"CUSTOM_ROLES": "Custom Roles",
|
||||
"BETA": "Beta",
|
||||
@@ -283,17 +309,16 @@
|
||||
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
|
||||
"HELP_CENTER": {
|
||||
"TITLE": "Help Center",
|
||||
"ALL_ARTICLES": "Tutti gli articoli",
|
||||
"MY_ARTICLES": "I miei articoli",
|
||||
"DRAFT": "Bozza",
|
||||
"ARCHIVED": "Archiviato",
|
||||
"CATEGORY": "Categoria",
|
||||
"SETTINGS": "Impostazioni",
|
||||
"CATEGORY_EMPTY_MESSAGE": "Nessuna categoria trovata"
|
||||
"ARTICLES": "Articles",
|
||||
"CATEGORIES": "Categorie",
|
||||
"LOCALES": "Lingue",
|
||||
"SETTINGS": "Impostazioni"
|
||||
},
|
||||
"CHANNELS": "Channels",
|
||||
"SET_AUTO_OFFLINE": {
|
||||
"TEXT": "Mark offline automatically",
|
||||
"INFO_TEXT": "Let the system automatically mark you offline when you aren't using the app or dashboard."
|
||||
"INFO_TEXT": "Let the system automatically mark you offline when you aren't using the app or dashboard.",
|
||||
"INFO_SHORT": "Automatically mark offline when you aren't using the app."
|
||||
},
|
||||
"DOCS": "Leggi i documenti"
|
||||
},
|
||||
|
||||
@@ -20,23 +20,18 @@
|
||||
"TITLE": "Aggiungi agenti al team - {teamName}",
|
||||
"DESC": "Aggiungi agenti al tuo team appena creato. Questo ti permette di collaborare come team alle conversazioni, ricevere una notifica sui nuovi eventi nella stessa conversazione."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Crea",
|
||||
"route": "settings_teams_new",
|
||||
"body": "Crea un nuovo team di agenti."
|
||||
},
|
||||
{
|
||||
"title": "Aggiungi agenti",
|
||||
"route": "settings_teams_add_agents",
|
||||
"body": "Aggiungi agenti al team."
|
||||
},
|
||||
{
|
||||
"title": "Termina",
|
||||
"route": "settings_teams_finish",
|
||||
"body": "Sei pronto per iniziare!"
|
||||
}
|
||||
]
|
||||
"WIZARD_CREATE": {
|
||||
"TITLE": "Crea",
|
||||
"BODY": "Crea un nuovo team di agenti."
|
||||
},
|
||||
"WIZARD_ADD_AGENTS": {
|
||||
"TITLE": "Aggiungi agenti",
|
||||
"BODY": "Aggiungi agenti al team."
|
||||
},
|
||||
"WIZARD_FINISH": {
|
||||
"TITLE": "Termina",
|
||||
"BODY": "Sei pronto per iniziare!"
|
||||
}
|
||||
},
|
||||
"EDIT_FLOW": {
|
||||
"CREATE": {
|
||||
@@ -49,23 +44,21 @@
|
||||
"TITLE": "Aggiungi agenti al team - {teamName}",
|
||||
"DESC": "Aggiungi agenti al tuo team appena creato. Tutti gli agenti aggiunti verranno avvisati quando una conversazione viene assegnata a questo team."
|
||||
},
|
||||
"WIZARD": [
|
||||
{
|
||||
"title": "Dettagli del team",
|
||||
"route": "settings_teams_edit",
|
||||
"body": "Cambia nome, descrizione e altri dettagli."
|
||||
},
|
||||
{
|
||||
"title": "Modifica agenti",
|
||||
"route": "settings_teams_edit_members",
|
||||
"body": "Modifica agenti nel tuo team."
|
||||
},
|
||||
{
|
||||
"title": "Termina",
|
||||
"route": "settings_teams_edit_finisch",
|
||||
"body": "Sei pronto per iniziare!"
|
||||
}
|
||||
]
|
||||
"EDIT_WIZARD_DETAILS": {
|
||||
"TITLE": "Dettagli del team",
|
||||
"ROUTE": "settings_teams_edit",
|
||||
"BODY": "Cambia nome, descrizione e altri dettagli."
|
||||
},
|
||||
"EDIT_WIZARD_AGENTS": {
|
||||
"TITLE": "Modifica agenti",
|
||||
"ROUTE": "settings_teams_edit_members",
|
||||
"BODY": "Modifica agenti nel tuo team."
|
||||
},
|
||||
"EDIT_WIZARD_FINISH": {
|
||||
"TITLE": "Termina",
|
||||
"ROUTE": "settings_teams_edit_finisch",
|
||||
"BODY": "Sei pronto per iniziare!"
|
||||
}
|
||||
},
|
||||
"TEAM_FORM": {
|
||||
"ERROR_MESSAGE": "Impossibile salvare i dettagli del team. Riprova."
|
||||
|
||||
Reference in New Issue
Block a user