Files
espocrm/custom/Espo/Modules/Advanced/Resources/i18n/it_IT/BpmnFlowchart.json
2026-01-19 17:46:06 +01:00

80 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"labels": {
"Create BpmnFlowchart": "Crea diagramma di flusso",
"Hand tool": "Strumento mano",
"Create Event tool": "Strumento Crea evento",
"Create Gateway tool": "Strumento Crea evento",
"Create Activity tool": "Strumento crea attività",
"Connect tool": "Strumento Connetti",
"Erase tool": "Strumento Cancella",
"Full Screen": "Schermo Intero",
"Processes": "Processi",
"data": "Dati",
"Error": "Errore",
"Events": "Eventi",
"Activities": "Attività",
"Move to Center": "Sposta al Centro",
"Undo": "Annulla",
"Redo": "Ripristina"
},
"fields": {
"isActive": "È Attivo",
"targetType": "Tipo di entità di destinazione",
"hasNoneStartEvent": "Ha un evento Start di tipo None",
"category": "Categoria"
},
"links": {
"processes": "Processi",
"category": "Categoria"
},
"elements": {
"eventStartConditional": "Evento di avvio condizionale",
"eventStartTimer": "Evento di avvio timer",
"eventStartError": "Errore di avvio Evento",
"eventStartEscalation": "Evento di inizio dell'escalation",
"eventStartSignal": "Evento di avvio del segnale",
"eventStart": "Inizio Evento",
"eventStartCompensation": "Evento di inizio della compensazione",
"eventStartConditionalEventSubProcess": "Evento di avvio condizionale del sotto-processo",
"eventStartTimerEventSubProcess": "Evento di avvio del timer di sotto-processo",
"eventStartSignalEventSubProcess": "Evento di avvio del segnale di sotto-processo",
"eventIntermediateTimerCatch": "Evento intermedio temporizzato (cattura)",
"eventIntermediateConditionalCatch": "Evento intermedio condizionale (cattura)",
"eventIntermediateEscalationThrow": "Evento intermedio che lancia un'escalation",
"eventIntermediateSignalThrow": "Evento Intermedio di Segnale · Lancio",
"eventIntermediateCompensationThrow": "Evento intermedio di compensazione · Lancio",
"eventIntermediateSignalCatch": "Segnale Evento Intermedio · Cattura",
"eventIntermediateMessageCatch": "Messaggio Evento Intermedio · Cattura",
"eventEnd": "Fine Evento",
"eventEndTerminate": "Termina evento End",
"eventEndError": "Evento di fine errore",
"eventEndEscalation": "Evento di fine dell'escalation",
"eventEndSignal": "Evento di fine segnale",
"eventEndCompensation": "Evento finale di compensazione",
"eventIntermediateErrorBoundary": "\"Evento Intermedio di Errore · Collegato allattività",
"eventIntermediateTimerBoundary": "Timer Evento Intermedio · Collegato allattività",
"eventIntermediateConditionalBoundary": "Evento Intermedio Condizionale · Collegato allattività",
"eventIntermediateEscalationBoundary": "Evento intermedio di escalation · Collegato allattività",
"eventIntermediateSignalBoundary": "Segnale Evento Intermedio · Collegato allattività",
"eventIntermediateMessageBoundary": "Messaggio Evento Intermedio · Collegato allattività",
"eventIntermediateCompensationBoundary": "Evento intermedio di compensazione · Collegato allattività",
"gatewayExclusive": "Gateway esclusivo",
"gatewayInclusive": "Gateway inclusivo",
"gatewayParallel": "Gateway parallelo",
"gatewayEventBased": "Gateway basato su eventi",
"taskSendMessage": "Invia attività messaggio",
"taskScript": "Attività script",
"taskBusinessRule": "Attività regola di business",
"taskUser": "Attività utente",
"task": "Attività",
"callActivity": "Attività di chiamata",
"subProcess": "Sottoprocesso",
"eventSubProcess": "Sotto-processo evento",
"flow": "Sequenza di flusso"
},
"presetFilters": {
"isManuallyStartable": "Avviabile manualmente",
"activeHasNoneStartEvent": "Attivo con evento di inizio - nessuno",
"active": "Attivo"
}
}