chore: Update translations (#6152)
This commit is contained in:
@@ -1,65 +1,65 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Loading Editor...",
|
||||
"HEADER_BTN_TXT": "Add Bot Configuration",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
|
||||
"LOADING_EDITOR": "Cargando el editor...",
|
||||
"HEADER_BTN_TXT": "Añadir configuración de bot",
|
||||
"SIDEBAR_TXT": "<p><b>Robots de agentes</b> <p>Los bots de agente te permiten automatizar las conversaciones</p>",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Bot Name",
|
||||
"PLACEHOLDER": "Give your bot a name",
|
||||
"ERROR": "Bot name is required"
|
||||
"LABEL": "Nombre del bot",
|
||||
"PLACEHOLDER": "Dale un nombre a tu bot",
|
||||
"ERROR": "El nombre del bot es obligatorio"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Bot Description",
|
||||
"PLACEHOLDER": "What does this bot do?"
|
||||
"LABEL": "Descripción del bot",
|
||||
"PLACEHOLDER": "¿Qué hace este bot?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Please enter your CSML bot configuration above",
|
||||
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
|
||||
"ERROR": "Por favor, introduzca la configuración del bot CSML arriba",
|
||||
"API_ERROR": "La configuración CSML no es válida, por favor corríjala e inténtalo de nuevo."
|
||||
},
|
||||
"SUBMIT": "Validate and save"
|
||||
"SUBMIT": "Validar y guardar"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Select an agent bot",
|
||||
"DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.",
|
||||
"TITLE": "Seleccione un bot de agente",
|
||||
"DESC": "Puedes establecer un bot de agente desde la lista a esta bandeja de entrada. El bot puede inicialmente manejar la conversación y transferirla a un agente cuando sea necesario.",
|
||||
"SUBMIT": "Actualizar",
|
||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
|
||||
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
|
||||
"SELECT_PLACEHOLDER": "Select Bot"
|
||||
"SUCCESS_MESSAGE": "El bot del agente se ha actualizado con éxito",
|
||||
"ERROR_MESSAGE": "No se pudo actualizar el bot de agente, por favor inténtalo de nuevo más tarde",
|
||||
"SELECT_PLACEHOLDER": "Seleccionar bot"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Configure new bot",
|
||||
"TITLE": "Configurar nuevo bot",
|
||||
"CANCEL_BUTTON_TEXT": "Cancelar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot added successfully",
|
||||
"ERROR_MESSAGE": "Could not add bot, Please try again later"
|
||||
"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 'Configure new bot' Button ↗",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"TYPE": "Bot Type"
|
||||
"404": "No se encontraron bots, puedes crear un bot haciendo clic en el botón 'Configurar nuevo bot' ↗",
|
||||
"LOADING": "Obteniendo bots...",
|
||||
"TYPE": "Tipo de bot"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Eliminar",
|
||||
"TITLE": "Delete Bot",
|
||||
"TITLE": "Eliminar bot",
|
||||
"SUBMIT": "Eliminar",
|
||||
"CANCEL_BUTTON_TEXT": "Cancelar",
|
||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
|
||||
"DESCRIPTION": "¿Estás seguro de que quieres eliminar este bot? Esta acción es irreversible",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Bot eliminado correctamente",
|
||||
"ERROR_MESSAGE": "No se pudo eliminar el bot, Inténtalo de nuevo más tarde"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Editar",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"TITLE": "Edit Bot",
|
||||
"LOADING": "Obteniendo bots...",
|
||||
"TITLE": "Editar bot",
|
||||
"CANCEL_BUTTON_TEXT": "Cancelar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Bot actualizado correctamente",
|
||||
"ERROR_MESSAGE": "No se pudo actualizar el bot, por favor inténtalo de nuevo más tarde"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
||||
Reference in New Issue
Block a user