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,64 @@
{
"YEAR_IN_REVIEW": {
"TITLE": "Year in Review",
"LOADING": "Caricamento del tuo Year in Review...",
"ERROR": "Impossibile caricare lo Year in Review",
"CLOSE": "Chiudi",
"CONVERSATIONS": {
"TITLE": "Hai gestito",
"SUBTITLE": "conversazioni",
"FALLBACK": "Questanno non contavano i numeri. Contava esserci.",
"COMPARISON": {
"0_50": "Ti sei fatto trovare pronto. È così che nasce ogni inbox che si rispetti.",
"50_100": "Hai tenuto le risposte in movimento e le conversazioni ben vive.",
"100_500": "Hai gestito un bel po di traffico senza perdere il controllo.",
"500_2000": "Tutto è andato avanti, anche mentre il volume saliva.",
"2000_10000": "Hai fatto passare un traffico da ora di punta senza sudare.",
"10000_PLUS": "Una città intera di clienti che bussa alla porta. Tu? Tutto liscio come niente."
}
},
"BUSIEST_DAY": {
"TITLE": "Il tuo giorno più intenso è stato",
"MESSAGE": "{count} conversazioni quel giorno.",
"COMPARISON": {
"0_5": "Un giro di riscaldamento. Linbox quasi non se nè accorta.",
"5_10": "Abbastanza azione da giustificare un secondo caffè.",
"10_25": "Il ritmo è salito e linbox è rimasta sullattenti.",
"25_50": "Una vera corsa, ma senza neanche sudare.",
"50_100": "Caos controllato, gestito come fosse un martedì qualunque.",
"100_500": "Un incendio totale. Eppure le risposte continuavano a partire.",
"500_PLUS": "Linbox ha perso ogni calma e non ha mai rallentato."
}
},
"PERSONALITY": {
"TITLE": "Il tuo stile di supporto è",
"MESSAGES": {
"SWIFT_HELPER": "In media hai risposto in {time}. Più veloce della maggior parte delle notifiche.",
"QUICK_RESPONDER": "In media hai risposto in {time}. Linbox non ha quasi mai aspettato.",
"STEADY_SUPPORT": "In media hai risposto in {time}. Ritmo tranquillo, risposte solide.",
"THOUGHTFUL_ADVISOR": "In media hai risposto in {time}. Il tempo giusto per fare le cose per bene."
}
},
"THANK_YOU": {
"TITLE": "Congratulazioni per essere sopravvissuto allinbox del {year}.",
"MESSAGE": "Grazie per la dedizione incredibile con cui hai supportato i clienti durante questanno. Il tuo lavoro ha fatto davvero la differenza e siamo felici di averti in questo viaggio. Rendiamo il {nextYear} ancora migliore, insieme!"
},
"SHARE_MODAL": {
"TITLE": "Condividi il tuo Year in Review",
"PREPARING": "Preparazione dell'immagine...",
"DOWNLOAD": "Scarica",
"SHARE_TITLE": "Il mio Year in Review {year}",
"SHARE_TEXT": "Dai un'occhiata al mio Year in Review {year} con Chatwoot!",
"BRANDING": "Realizzato con Chatwoot"
},
"BANNER": {
"TITLE": "Il tuo Year in Review {year} è qui",
"BUTTON": "Vedi il tuo impatto"
},
"NAVIGATION": {
"PREVIOUS": "Precedente",
"NEXT": "Successivo",
"SHARE": "Condividi conversazione"
}
}
}