2020-05-06 08:54:20 +00:00
{
"CANNED_MGMT" : {
"HEADER" : "Risposte predefinite" ,
"HEADER_BTN_TXT" : "Aggiungi risposta predefinita" ,
2022-02-07 11:49:34 +00:00
"LOADING" : "Recupero delle risposte predefinite" ,
2020-05-06 08:54:20 +00:00
"SEARCH_404" : "Non ci sono elementi che corrispondono a questa richiesta" ,
2022-02-07 11:49:34 +00:00
"SIDEBAR_TXT" : "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>" ,
2020-05-06 08:54:20 +00:00
"LIST" : {
"404" : "Non ci sono risposte predefinite disponibili in questo account." ,
"TITLE" : "Gestisci le risposte predefinite" ,
"DESC" : "Le risposte predefinite sono modelli di risposta predefiniti che possono essere utilizzati per inviare rapidamente risposte ai ticket." ,
"TABLE_HEADER" : [
2022-02-07 11:49:34 +00:00
"Codice breve" ,
2020-05-06 08:54:20 +00:00
"Contenuto" ,
2022-02-07 11:49:34 +00:00
"Azioni"
2020-05-06 08:54:20 +00:00
]
} ,
"ADD" : {
"TITLE" : "Aggiungi risposta predefinita" ,
2022-02-07 11:49:34 +00:00
"DESC" : "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation." ,
"CANCEL_BUTTON_TEXT" : "Annulla" ,
2020-05-06 08:54:20 +00:00
"FORM" : {
"SHORT_CODE" : {
2022-02-07 11:49:34 +00:00
"LABEL" : "Codice breve" ,
"PLACEHOLDER" : "Please enter a short code" ,
2020-05-06 08:54:20 +00:00
"ERROR" : "Il codice breve è obbligatorio"
} ,
"CONTENT" : {
"LABEL" : "Contenuto" ,
"PLACEHOLDER" : "Inserisci un contenuto" ,
"ERROR" : "Il contenuto è obbligatorio"
} ,
"SUBMIT" : "Invia"
} ,
"API" : {
"SUCCESS_MESSAGE" : "Risposta predefinita aggiunta correttamente" ,
"ERROR_MESSAGE" : "Impossibile connettersi al server Woot, riprova più tardi"
}
} ,
"EDIT" : {
"TITLE" : "Modifica risposta predefinita" ,
2022-02-07 11:49:34 +00:00
"CANCEL_BUTTON_TEXT" : "Annulla" ,
2020-05-06 08:54:20 +00:00
"FORM" : {
"SHORT_CODE" : {
2022-02-07 11:49:34 +00:00
"LABEL" : "Codice breve" ,
"PLACEHOLDER" : "Si prega di inserire un codice breve" ,
2020-05-06 08:54:20 +00:00
"ERROR" : "Il codice breve è obbligatorio"
} ,
"CONTENT" : {
"LABEL" : "Contenuto" ,
"PLACEHOLDER" : "Inserisci un contenuto" ,
"ERROR" : "Il contenuto è obbligatorio"
} ,
"SUBMIT" : "Invia"
} ,
"BUTTON_TEXT" : "Modifica" ,
"API" : {
"SUCCESS_MESSAGE" : "Risposta predefinita aggiornata con successo" ,
"ERROR_MESSAGE" : "Impossibile connettersi al server Woot, riprova più tardi"
}
} ,
"DELETE" : {
2022-02-07 11:49:34 +00:00
"BUTTON_TEXT" : "Elimina" ,
2020-05-06 08:54:20 +00:00
"API" : {
2022-02-07 11:49:34 +00:00
"SUCCESS_MESSAGE" : "Risposta predefinita eliminata correttamente" ,
2020-05-06 08:54:20 +00:00
"ERROR_MESSAGE" : "Impossibile connettersi al server Woot, riprova più tardi"
} ,
"CONFIRM" : {
"TITLE" : "Conferma eliminazione" ,
"MESSAGE" : "Sei sicuro di voler eliminare " ,
"YES" : "Sì, elimina " ,
2022-02-07 11:49:34 +00:00
"NO" : "No, conserva "
2020-05-06 08:54:20 +00:00
}
}
}
}