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:
85
app/javascript/dashboard/i18n/locale/it/labelsMgmt.json
Normal file
85
app/javascript/dashboard/i18n/locale/it/labelsMgmt.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Etichette",
|
||||
"HEADER_BTN_TXT": "Aggiungi etichetta",
|
||||
"LOADING": "Recupero etichette",
|
||||
"DESCRIPTION": "Le etichette aiutano a categorizzare e dare priorità alle conversazioni e ai lead. È possibile assegnare un'etichetta a una conversazione o a un contatto utilizzando il pannello laterale.",
|
||||
"LEARN_MORE": "Maggiori informazioni sulle etichette",
|
||||
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta",
|
||||
"LIST": {
|
||||
"404": "Non ci sono etichette disponibili in questo account.",
|
||||
"TITLE": "Gestisci etichette",
|
||||
"DESC": "Le etichette consentono di raggruppare le conversazioni insieme.",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Nome",
|
||||
"DESCRIPTION": "Descrizione",
|
||||
"COLOR": "Colore"
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nome Etichetta",
|
||||
"PLACEHOLDER": "Nome etichetta",
|
||||
"REQUIRED_ERROR": "Nome etichetta obbligatorio",
|
||||
"MINIMUM_LENGTH_ERROR": "È richiesta una lunghezza minima di 2",
|
||||
"VALID_ERROR": "Sono ammessi solo lettere, numeri, trattino e underscore"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Descrizione",
|
||||
"PLACEHOLDER": "Descrizione Etichetta"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Colore"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Mostra etichetta nella barra laterale"
|
||||
},
|
||||
"EDIT": "Modifica",
|
||||
"CREATE": "Crea",
|
||||
"DELETE": "Elimina",
|
||||
"CANCEL": "Annulla"
|
||||
},
|
||||
"SUGGESTIONS": {
|
||||
"TOOLTIP": {
|
||||
"SINGLE_SUGGESTION": "Aggiungi etichetta alla conversazione",
|
||||
"MULTIPLE_SUGGESTION": "Seleziona questa etichetta",
|
||||
"DESELECT": "Deseleziona etichetta",
|
||||
"DISMISS": "Ignora suggerimento"
|
||||
},
|
||||
"POWERED_BY": "Chatwoot AI",
|
||||
"DISMISS": "Ignora",
|
||||
"ADD_SELECTED_LABELS": "Aggiungi etichette selezionate",
|
||||
"ADD_SELECTED_LABEL": "Aggiungi etichetta selezionata",
|
||||
"ADD_ALL_LABELS": "Aggiungi tutte le etichette",
|
||||
"SUGGESTED_LABELS": "Etichette suggerite"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Aggiungi etichetta",
|
||||
"DESC": "Le etichette consentono di raggruppare le conversazioni insieme.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etichetta aggiunta correttamente",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Modifica etichetta",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etichetta aggiornata con successo",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Elimina",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Etichetta eliminata con successo",
|
||||
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Conferma Eliminazione",
|
||||
"MESSAGE": "Sei sicuro di voler eliminare ",
|
||||
"YES": "Sì, Elimina ",
|
||||
"NO": "No, Mantieni "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user