Initial commit: Add logistics and order_detail message types
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
- Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
121
app/javascript/dashboard/i18n/locale/es/teamsSettings.json
Normal file
121
app/javascript/dashboard/i18n/locale/es/teamsSettings.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"TEAMS_SETTINGS": {
|
||||
"NEW_TEAM": "Crear un nuevo equipo",
|
||||
"HEADER": "Equipos",
|
||||
"LOADING": "Obteniendo equipos",
|
||||
"DESCRIPTION": "Los equipos te permiten organizar a los agentes en grupos basados en sus responsabilidades. Un agente puede pertenecer a varios equipos. Cuando trabajas en colaboración, puedes asignar conversaciones a equipos específicos.",
|
||||
"LEARN_MORE": "Aprende más sobre los equipos",
|
||||
"LIST": {
|
||||
"404": "No hay equipos creados en ésta cuenta.",
|
||||
"EDIT_TEAM": "Editar equipo",
|
||||
"NONE": "Ninguna"
|
||||
},
|
||||
"CREATE_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Crear un nuevo equipo",
|
||||
"DESC": "Añada un título y una descripción a su nuevo equipo."
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Añadir agentes al equipo",
|
||||
"TITLE": "Añadir agentes al equipo - {teamName}",
|
||||
"DESC": "Añada agentes a su recién creado equipo. Le permitirá colaborar como un equipo en las conversaciones, y ser notificado acerca de nuevos eventos en la misma conversación."
|
||||
},
|
||||
"WIZARD_CREATE": {
|
||||
"TITLE": "Crear",
|
||||
"BODY": "Crear un nuevo equipo de agentes."
|
||||
},
|
||||
"WIZARD_ADD_AGENTS": {
|
||||
"TITLE": "Añadir agentes",
|
||||
"BODY": "Añadir agentes al equipo."
|
||||
},
|
||||
"WIZARD_FINISH": {
|
||||
"TITLE": "Finalizar",
|
||||
"BODY": "¡Todo está listo!"
|
||||
}
|
||||
},
|
||||
"EDIT_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "Editar los detalles del equipo",
|
||||
"DESC": "Editar el título y la descripción de su equipo.",
|
||||
"BUTTON_TEXT": "Actualizar el equipo"
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "Actualizar los agentes en el equipo",
|
||||
"TITLE": "Añadir agentes al equipo - {teamName}",
|
||||
"DESC": "Añada agentes a su recién creado equipo. Le permitirá colaborar como un equipo en las conversaciones, y ser notificado acerca de nuevos eventos en la misma conversación."
|
||||
},
|
||||
"EDIT_WIZARD_DETAILS": {
|
||||
"TITLE": "Detalles del equipo",
|
||||
"ROUTE": "settings_teams_edit",
|
||||
"BODY": "Cambiar nombre, descripción y otros detalles."
|
||||
},
|
||||
"EDIT_WIZARD_AGENTS": {
|
||||
"TITLE": "Editar Agentes",
|
||||
"ROUTE": "settings_teams_edit_members",
|
||||
"BODY": "Editar agentes en su equipo."
|
||||
},
|
||||
"EDIT_WIZARD_FINISH": {
|
||||
"TITLE": "Finalizar",
|
||||
"ROUTE": "settings_teams_edit_finish",
|
||||
"BODY": "¡Todo está listo!"
|
||||
}
|
||||
},
|
||||
"TEAM_FORM": {
|
||||
"ERROR_MESSAGE": "No se han podido guardar los detalles del equipo. Intente nuevamente."
|
||||
},
|
||||
"AGENTS": {
|
||||
"AGENT": "AGENTE",
|
||||
"EMAIL": "Correo electrónico",
|
||||
"BUTTON_TEXT": "Añadir agentes",
|
||||
"ADD_AGENTS": "Añadiendo agentes a su equipo...",
|
||||
"SELECT": "seleccionar",
|
||||
"SELECT_ALL": "seleccionar todos los agentes",
|
||||
"SELECTED_COUNT": "{selected} de {total} agentes seleccionados."
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Añadir agentes al equipo - {teamName}",
|
||||
"DESC": "Añada agentes a su recién creado equipo. Le permitirá colaborar como un equipo en las conversaciones, y ser notificado acerca de nuevos eventos en la misma conversación.",
|
||||
"SELECT": "seleccionar",
|
||||
"SELECT_ALL": "seleccionar todos los agentes",
|
||||
"SELECTED_COUNT": "{selected} de {total} agentes seleccionados.",
|
||||
"BUTTON_TEXT": "Añadir agentes",
|
||||
"AGENT_VALIDATION_ERROR": "Seleccione al menos un agente."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "¡Su equipo está listo!",
|
||||
"MESSAGE": "Usted ahora puede colaborar como un equipo en las conversaciones. Feliz soporte ",
|
||||
"BUTTON_TEXT": "Finalizar"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Eliminar",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Equipo borrado correctamente.",
|
||||
"ERROR_MESSAGE": "No se pudo borrar el equipo. Intente nuevamente."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "¿Está seguro que desea eliminar el equipo?",
|
||||
"PLACE_HOLDER": "Por favor escriba {teamName} para confirmar",
|
||||
"MESSAGE": "Al borrar el equipo se quitara la asignación del equipo en las conversaciones asignadas a éste equipo.",
|
||||
"YES": "Eliminar ",
|
||||
"NO": "Cancelar"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Ajustes",
|
||||
"FORM": {
|
||||
"UPDATE": "Actualizar el equipo",
|
||||
"CREATE": "Crear equipo",
|
||||
"NAME": {
|
||||
"LABEL": "Nombre del equipo",
|
||||
"PLACEHOLDER": "Ejemplo: Ventas, soporte"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Descripción del Equipo",
|
||||
"PLACEHOLDER": "Descripción corta acerca de este equipo."
|
||||
},
|
||||
"AUTO_ASSIGN": {
|
||||
"LABEL": "Permitir auto asignar para este equipo."
|
||||
},
|
||||
"SUBMIT_CREATE": "Crear equipo"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user