104 lines
3.9 KiB
JSON
104 lines
3.9 KiB
JSON
{
|
|
"AGENT_BOTS": {
|
|
"HEADER": "Bots",
|
|
"LOADING_EDITOR": "Cargando el editor...",
|
|
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
|
"LEARN_MORE": "Learn about agent bots",
|
|
"GLOBAL_BOT": "System bot",
|
|
"GLOBAL_BOT_BADGE": "Sistema",
|
|
"AVATAR": {
|
|
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
|
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
|
},
|
|
"BOT_CONFIGURATION": {
|
|
"TITLE": "Seleccione un bot de agente",
|
|
"DESC": "Asigne un bot de agente a su bandeja de entrada. Pueden manejar conversaciones iniciales y transferirlas a un agente en vivo cuando sea necesario.",
|
|
"SUBMIT": "Actualizar",
|
|
"DISCONNECT": "Desconectar Bot",
|
|
"SUCCESS_MESSAGE": "El bot del agente se ha actualizado con éxito.",
|
|
"DISCONNECTED_SUCCESS_MESSAGE": "Desconectado correctamente el bot agente.",
|
|
"ERROR_MESSAGE": "No se pudo actualizar el bot de agente, por favor inténtalo de nuevo más tarde.",
|
|
"DISCONNECTED_ERROR_MESSAGE": "No se pudo desconectar el bot de agente, por favor inténtalo de nuevo más tarde.",
|
|
"SELECT_PLACEHOLDER": "Seleccionar bot"
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Add Bot",
|
|
"CANCEL_BUTTON_TEXT": "Cancelar",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Bot añadido correctamente.",
|
|
"ERROR_MESSAGE": "No se pudo agregar el bot, Inténtalo de nuevo más tarde."
|
|
}
|
|
},
|
|
"LIST": {
|
|
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
|
"LOADING": "Obteniendo bots...",
|
|
"TABLE_HEADER": {
|
|
"DETAILS": "Bot Details",
|
|
"URL": "URL de Webhook"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Eliminar",
|
|
"TITLE": "Eliminar bot",
|
|
"CONFIRM": {
|
|
"TITLE": "Confirmar eliminación",
|
|
"MESSAGE": "Are you sure you want to delete {name}?",
|
|
"YES": "Sí, eliminar",
|
|
"NO": "No, mantenerlo"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Bot eliminado correctamente.",
|
|
"ERROR_MESSAGE": "No se pudo eliminar el bot. Por favor, inténtalo de nuevo."
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"BUTTON_TEXT": "Editar",
|
|
"TITLE": "Editar bot",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Bot actualizado correctamente.",
|
|
"ERROR_MESSAGE": "No se pudo actualizar el bot, por favor inténtalo de nuevo más tarde."
|
|
}
|
|
},
|
|
"ACCESS_TOKEN": {
|
|
"TITLE": "Token de acceso",
|
|
"DESCRIPTION": "Copy the access token and save it securely",
|
|
"COPY_SUCCESSFUL": "Access token copied to clipboard",
|
|
"RESET_SUCCESS": "Access token regenerated successfully",
|
|
"RESET_ERROR": "Unable to regenerate access token. Please try again"
|
|
},
|
|
"FORM": {
|
|
"AVATAR": {
|
|
"LABEL": "Bot avatar"
|
|
},
|
|
"NAME": {
|
|
"LABEL": "Nombre del bot",
|
|
"PLACEHOLDER": "Enter bot name",
|
|
"REQUIRED": "El nombre del bot es obligatorio"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Descripción",
|
|
"PLACEHOLDER": "¿Qué hace este bot?"
|
|
},
|
|
"WEBHOOK_URL": {
|
|
"LABEL": "URL de Webhook",
|
|
"PLACEHOLDER": "https://example.com/webhook",
|
|
"REQUIRED": "Webhook URL is required"
|
|
},
|
|
"ERRORS": {
|
|
"NAME": "El nombre del bot es obligatorio",
|
|
"URL": "Webhook URL is required",
|
|
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
|
},
|
|
"CANCEL": "Cancelar",
|
|
"CREATE": "Create Bot",
|
|
"UPDATE": "Update Bot"
|
|
},
|
|
"WEBHOOK": {
|
|
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
|
},
|
|
"TYPES": {
|
|
"WEBHOOK": "Webhook Bot"
|
|
}
|
|
}
|
|
}
|