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

- 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:
Liang XJ
2026-01-26 11:16:56 +08:00
commit 092fb2e083
7646 changed files with 975643 additions and 0 deletions

View File

@@ -0,0 +1,124 @@
{
"AGENT_MGMT": {
"HEADER": "Operatori",
"HEADER_BTN_TXT": "Aggiungi Operatore",
"LOADING": "Recupero Operatori",
"DESCRIPTION": "Un operatore è un membro del tuo team di assistenza clienti che può visualizzare e rispondere ai messaggi degli utenti. Lelenco qui sotto mostra tutti gli operatori presenti nel tuo account.",
"LEARN_MORE": "Scopri i ruoli utente",
"AGENT_TYPES": {
"ADMINISTRATOR": "Amministratore",
"AGENT": "Operatore"
},
"LIST": {
"404": "Non ci sono operatori associati a questo account",
"TITLE": "Gestisci gli operatori nel tuo team",
"DESC": "Puoi aggiungere/rimuovere operatori dal tuo team.",
"NAME": "Nome",
"EMAIL": "EMAIL",
"STATUS": "Stato",
"ACTIONS": "Azioni",
"VERIFIED": "Verificato",
"VERIFICATION_PENDING": "Verifica in Sospeso",
"AVAILABLE_CUSTOM_ROLE": "Permessi di ruolo personalizzati disponibili"
},
"ADD": {
"TITLE": "Aggiungi operatore al tuo team",
"DESC": "Puoi aggiungere persone per gestire il supporto nelle tue Inbox.",
"CANCEL_BUTTON_TEXT": "Annulla",
"FORM": {
"NAME": {
"LABEL": "Nome Operatore",
"PLACEHOLDER": "Inserisci un nome operatore"
},
"AGENT_TYPE": {
"LABEL": "Ruolo",
"PLACEHOLDER": "Seleziona un ruolo",
"ERROR": "Ruolo richiesto"
},
"EMAIL": {
"LABEL": "Indirizzo Email",
"PLACEHOLDER": "Inserisci un indirizzo email dell'operatore"
},
"SUBMIT": "Aggiungi Operatore"
},
"API": {
"SUCCESS_MESSAGE": "Operatore aggiunto correttamente",
"EXIST_MESSAGE": "Email dell'operatore già in uso, prova con un altro indirizzo email",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"DELETE": {
"BUTTON_TEXT": "Elimina",
"API": {
"SUCCESS_MESSAGE": "Operatore eliminato correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
},
"CONFIRM": {
"TITLE": "Conferma Eliminazione",
"MESSAGE": "Sei sicuro di voler eliminare ",
"YES": "Sì, Elimina ",
"NO": "No, Mantieni "
}
},
"EDIT": {
"TITLE": "Modifica operatore",
"FORM": {
"NAME": {
"LABEL": "Nome Operatore",
"PLACEHOLDER": "Inserisci un nome operatore"
},
"AGENT_TYPE": {
"LABEL": "Ruolo",
"PLACEHOLDER": "Seleziona un ruolo",
"ERROR": "Ruolo richiesto"
},
"EMAIL": {
"LABEL": "Indirizzo Email",
"PLACEHOLDER": "Inserisci un indirizzo email dell'operatore"
},
"AGENT_AVAILABILITY": {
"LABEL": "Disponibilità",
"PLACEHOLDER": "Seleziona uno stato di disponibilità",
"ERROR": "Disponibilità richiesta"
},
"SUBMIT": "Modifica Operatore"
},
"BUTTON_TEXT": "Modifica",
"CANCEL_BUTTON_TEXT": "Annulla",
"API": {
"SUCCESS_MESSAGE": "Operatore aggiornato correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
},
"PASSWORD_RESET": {
"ADMIN_RESET_BUTTON": "Reimposta la password",
"ADMIN_SUCCESS_MESSAGE": "Un'email con le istruzioni per reimpostare la password è stata inviata all'operatore",
"SUCCESS_MESSAGE": "Password dell'operatore reimpostata correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"SEARCH": {
"NO_RESULTS": "Nessun risultato trovato."
},
"MULTI_SELECTOR": {
"PLACEHOLDER": "Nessuno",
"TITLE": {
"AGENT": "Seleziona operatore",
"TEAM": "Seleziona team"
},
"LIST": {
"NONE": "Nessuno"
},
"SEARCH": {
"NO_RESULTS": {
"AGENT": "Nessun operatore trovato",
"TEAM": "Nessun team trovato"
},
"PLACEHOLDER": {
"AGENT": "Cerca operatori",
"TEAM": "Cerca team",
"INPUT": "Cerca operatori"
}
}
}
}
}