2020-04-16 09:58:23 +00:00
{
"CANNED_MGMT" : {
"HEADER" : "Respostes predeterminades" ,
"HEADER_BTN_TXT" : "Afegeix una resposta predeterminada" ,
"LOADING" : "S'estan recollint les respostes predeterminades" ,
"SEARCH_404" : "No hi ha cap resposta que coincideixi amb aquesta consulta" ,
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-04-16 09:58:23 +00:00
"LIST" : {
"404" : "No hi ha respostes predeterminades disponibles en aquest compte." ,
"TITLE" : "Gestiona les respostes predeterminades" ,
"DESC" : "Les respostes predeterminades són plantilles de resposta predefinides que es poden utilitzar per enviar ràpidament respostes a les converses." ,
"TABLE_HEADER" : [
"Codi curt" ,
"Contingut" ,
"Accions"
]
} ,
"ADD" : {
"TITLE" : "Afegeix Resposta Predeterminada" ,
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." ,
2020-07-07 19:29:30 +00:00
"CANCEL_BUTTON_TEXT" : "Cancel·la" ,
2020-04-16 09:58:23 +00:00
"FORM" : {
2020-04-23 18:22:16 +00:00
"SHORT_CODE" : {
2020-04-16 09:58:23 +00:00
"LABEL" : "Codi curt" ,
2022-02-07 11:49:34 +00:00
"PLACEHOLDER" : "Please enter a short code" ,
2020-04-16 09:58:23 +00:00
"ERROR" : "És necessari el codi curt"
} ,
2020-04-23 18:22:16 +00:00
"CONTENT" : {
2020-04-16 09:58:23 +00:00
"LABEL" : "Contingut" ,
"PLACEHOLDER" : "Introduïu un contingut" ,
"ERROR" : "És necessari un contingut"
} ,
"SUBMIT" : "Envia"
} ,
"API" : {
"SUCCESS_MESSAGE" : "Resposta predeterminada afegida correctament" ,
"ERROR_MESSAGE" : "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
}
} ,
"EDIT" : {
"TITLE" : "Edita la resposta predeterminada" ,
2020-07-07 19:29:30 +00:00
"CANCEL_BUTTON_TEXT" : "Cancel·la" ,
2020-04-16 09:58:23 +00:00
"FORM" : {
2020-04-23 18:22:16 +00:00
"SHORT_CODE" : {
2020-04-16 09:58:23 +00:00
"LABEL" : "Codi curt" ,
"PLACEHOLDER" : "Introduïu un codi curt" ,
"ERROR" : "És necessari el codi curt"
} ,
2020-04-23 18:22:16 +00:00
"CONTENT" : {
"LABEL" : "Contingut" ,
2020-04-16 09:58:23 +00:00
"PLACEHOLDER" : "Introduïu un contingut" ,
"ERROR" : "És necessari un contingut"
} ,
"SUBMIT" : "Envia"
} ,
"BUTTON_TEXT" : "Edita" ,
"API" : {
"SUCCESS_MESSAGE" : "Resposta predeterminada actualitzada correctament" ,
"ERROR_MESSAGE" : "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
}
} ,
"DELETE" : {
"BUTTON_TEXT" : "Esborra" ,
"API" : {
"SUCCESS_MESSAGE" : "Resposta predeterminada eliminada correctament" ,
"ERROR_MESSAGE" : "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
} ,
"CONFIRM" : {
"TITLE" : "Confirma esborrat" ,
2020-04-23 18:22:16 +00:00
"MESSAGE" : "N'estas segur " ,
2020-04-16 09:58:23 +00:00
"YES" : "Si, esborra " ,
2020-11-16 17:41:14 +00:00
"NO" : "No, segueix "
2020-04-16 09:58:23 +00:00
}
}
}
}