Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janorivera committed May 9, 2024
1 parent d19d9dc commit dda2868
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"label": "Bloqueo Temporal (24 Horas)",
"durationInHours": "24"
},
{
"flag": "blocked",
"label": "Bloqueo Contacto Repetido (30 días)",
"durationInHours": "720"
},
{
"flag": "blocked",
"label": "Bloqueo Largo Plazo (1 Año)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,23 @@
"rows": 20,
"width": 500,
"placeholder": "Ingrese un resumen del cliente"
},
{
"name": "blockReasons",
"label": "Motivo del Bloqueo",
"editLabel": "Editar motivo del bloqueo",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Ingrese un motivo del bloqueo"
},
{
"name": "lastAgreement",
"label": "Último Acuerdo",
"editLabel": "Editar último acuerdo",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Ingrese un último acuerdo"
}
]
10 changes: 7 additions & 3 deletions plugin-hrm-form/src/translations/es-CL/flexUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"TranslateButtonAriaLabel": "Cambiar Idioma",
"CannedResponses": "Respuestas Preparadas",
"TaskInfoPanelContent": "<h1>CONTEXTO DE LA TAREA</h1><h2>Tipo de tarea</h2><p>{{task.channelType}}</p><h2>Tarea creada el</h2><p>{{task.dateCreated}}</p><h2>Prioridad de la tarea</h2><p>{{task.priority}}</p><h2>Fila de la tarea</h2><p>{{task.queueName}}</p><h2>Tarea SID</h2><p>{{task.taskSid}}</p><h2>Reservas SID</h2><p>{{task.sid}}</p><hr /><h1>CONTEXTO DEL CLIENTE</h1><h2>Nombre del cliente / número de teléfono</h2><p>{{task.defaultFrom}}</p><h2>País</h2><p>{{task.attributes.caller_country}}</p><hr /><h1>ADDONS</h1><p>No hay add-ons activados. Para mejorar su experiencia, visite </p><a href=\"https://www.twilio.com/marketplaceadd-ons\" target=\"blank\">Twilio Marketplace</a>",
"SupervisorTaskInfoPanelContent": "<h1>CONTEXTO DE LA TAREA</h1><h2>Tipo de tarea</h2><p>{{task.channelType}}</p><h2>Tarea creada el</h2><p>{{task.dateCreated}}</p><h2>Prioridad de la tarea</h2><p>{{task.priority}}</p><h2>Fila de la tarea</h2><p>{{task.queueName}}</p><h2>Tarea SID</h2><p>{{task.taskSid}}</p><h2>Reservas SID</h2><p>{{task.sid}}</p><hr /><h1>CONTEXTO DEL CLIENTE</h1><h2>Nombre del cliente / número de teléfono</h2><p>{{task.defaultFrom}}</p><h2>País</h2><p>{{task.attributes.caller_country}}</p><hr /><h1>ADDONS</h1><p>No hay addons activados. Para mejorar su experiencia, visite</p><a href=\"https://www.twilio.com/marketplaceadd-ons\" target=\"blank\">Twilio Marketplace</a>",
"SupervisorTaskInfoPanelContent": "<h1>CONTEXTO DE LA TAREA</h1><h2>IP</h2><p>{{task.ip}}</p><h2>Tipo de tarea</h2><p>{{task.channelType}}</p><h2>Tarea creada el</h2><p>{{task.dateCreated}}</p><h2>Prioridad de la tarea</h2><p>{{task.priority}}</p><h2>Fila de la tarea</h2><p>{{task.queueName}}</p><h2>Tarea SID</h2><p>{{task.taskSid}}</p><h2>Reservas SID</h2><p>{{task.sid}}</p><hr /><h1>CONTEXTO DEL CLIENTE</h1><h2>Nombre del cliente / número de teléfono</h2><p>{{task.defaultFrom}}</p><h2>País</h2><p>{{task.attributes.caller_country}}</p><hr /><h1>ADDONS</h1><p>No hay addons activados. Para mejorar su experiencia, visite</p><a href=\"https://www.twilio.com/marketplaceadd-ons\" target=\"blank\">Twilio Marketplace</a>",
"CallType-child": "Niño llamando por si mismo",
"CallType-caller": "Alguien llamando por un niño",
"CallType-silent": "Silencioso",
Expand Down Expand Up @@ -636,5 +636,9 @@
"ProfileList-Summary-None": "- Perfil sin resumen -",
"ProfileList-Status-None": "- Sin estado -",
"ProfileList-ClientName-None": "- Sin nombre -",
"TeamsView-NoSkills": "- Sin habilidades -"
}
"TeamsView-NoSkills": "- Sin habilidades -",
"abusive": "abusivo",
"blocked": "bloqueado",
"repeated contact": "contacto repetido"
}

0 comments on commit dda2868

Please sign in to comment.