updated advanced pack to 3.12.0:

Reports:

    Non-aggregated columns in Grid report export.
    Normalized table mode for 2-dimensional Grid reports.
    Ability to create internal reports via the UI.
    Ability to show/hide and resize columns in the list report result view.
This commit is contained in:
2026-02-07 16:09:20 +01:00
parent 26db904407
commit f95246f99f
384 changed files with 6184 additions and 3643 deletions

View File

@@ -1,24 +1,24 @@
{
"labels": {
"Flowcharts": "Flussdiagramme",
"Processes": "Prozesse",
"Business Process Management": "Geschäftsprozessmanagement",
"Report Filters": "Berichtsfilter",
"Report Panels": "Berichtspanel"
},
"descriptions": {
"workflowManager": "Workflow Regeln konfigurieren.",
"bpmnFlowcharts": "Definitionen von Geschäftsprozessen.",
"bpmnProcesses": "Instanzen von Geschäftsprozessen.",
"reportFilters": "Benutzerdefinierter Listenansichtsfilter basierend auf Berichten.",
"reportPanels": "Detailansicht-Panels mit Berichtsergebnissen."
},
"messages": {
"newAdvancedPackVersionIsAvailable": "Die neue Advanced Pack-Version {latestVersion} ist verfügbar. Es kann im Kundenportal heruntergeladen werden."
},
"templates": {
"reportSendingGrid1": "Berichtsmatrix-1",
"reportSendingGrid2": "Berichtsmatrix-2",
"reportSendingList": "Bericht Liste"
}
{
"labels": {
"Flowcharts": "Flussdiagramme",
"Processes": "Prozesse",
"Business Process Management": "Geschäftsprozessmanagement",
"Report Filters": "Berichtsfilter",
"Report Panels": "Berichtspanel"
},
"descriptions": {
"workflowManager": "Workflow Regeln konfigurieren.",
"bpmnFlowcharts": "Definitionen von Geschäftsprozessen.",
"bpmnProcesses": "Instanzen von Geschäftsprozessen.",
"reportFilters": "Benutzerdefinierter Listenansichtsfilter basierend auf Berichten.",
"reportPanels": "Detailansicht-Panels mit Berichtsergebnissen."
},
"messages": {
"newAdvancedPackVersionIsAvailable": "Die neue Advanced Pack-Version {latestVersion} ist verfügbar. Es kann im Kundenportal heruntergeladen werden."
},
"templates": {
"reportSendingGrid1": "Berichtsmatrix-1",
"reportSendingGrid2": "Berichtsmatrix-2",
"reportSendingList": "Bericht Liste"
}
}

View File

@@ -1,20 +1,20 @@
{
"labels": {
"Reset": "Zurücksetzen"
},
"fields": {
"processedAt": "Verarbeitet bei",
"elementType": "Elementtyp"
},
"options": {
"status": {
"Created": "Erstellt",
"Pending": "Schwebend",
"In Process": "In Arbeit",
"Processed": "Verarbeitet",
"Rejected": "Abgelehnt",
"Failed": "Fehlgeschlagen",
"Interrupted": "Unterbrochen"
}
}
{
"labels": {
"Reset": "Zurücksetzen"
},
"fields": {
"processedAt": "Verarbeitet bei",
"elementType": "Elementtyp"
},
"options": {
"status": {
"Created": "Erstellt",
"Pending": "Schwebend",
"In Process": "In Arbeit",
"Processed": "Verarbeitet",
"Rejected": "Abgelehnt",
"Failed": "Fehlgeschlagen",
"Interrupted": "Unterbrochen"
}
}
}

View File

@@ -1,78 +1,78 @@
{
"labels": {
"Create BpmnFlowchart": "Flussdiagramme erstellen",
"Hand tool": "Handwerkzeug",
"Create Event tool": "Ereignis Tool erstellen",
"Create Gateway tool": "Ereignis Tool erstellen",
"Create Activity tool": "Aktivität Tool erstellen",
"Connect tool": "Werkzeug Verbinden",
"Erase tool": "Werkzeug Löschen",
"Full Screen": "Vollbild",
"Processes": "Prozesse",
"data": "Daten",
"Zoom In": "Vergrößern",
"Zoom Out": "Verkleinern",
"Error": "Fehler",
"Events": "Ereignisse",
"Activities": "Aktivitäten"
},
"fields": {
"isActive": "Ist Aktiv",
"targetType": "Zielentitätstyp",
"data": "Daten",
"hasNoneStartEvent": "Hat Startereignis of None-Typ"
},
"links": {
"processes": "Prozesse"
},
"elements": {
"eventStartConditional": "Bedingung Startereignis",
"eventStartTimer": "Timer Startereignis",
"eventStartError": "Fehler Startereignis",
"eventStartEscalation": "Eskalation Startereignis",
"eventStartSignal": "Signal Startereignis",
"eventStart": "Startereignis",
"eventStartCompensation": "Kompensation Startereignis",
"eventStartConditionalEventSubProcess": "Unterprozess Bedingung Startereignis",
"eventStartTimerEventSubProcess": "Unterprozess Timer Startereignis",
"eventStartSignalEventSubProcess": "Unterprozess Signal Startereignis",
"eventIntermediateTimerCatch": "Timer Zwischenereignis (Catching)",
"eventIntermediateConditionalCatch": "Bedingung Zwischenereignis (Catching)",
"eventIntermediateEscalationThrow": "Eskalation Zwischenereignis (Throwing)",
"eventIntermediateSignalThrow": "Signal Zwischenereignis (Throwing)",
"eventIntermediateCompensationThrow": "Kompensation Zwischenereignis (Throwing)",
"eventIntermediateSignalCatch": "Signal Zwischenereignis (Catching)",
"eventIntermediateMessageCatch": "Nachricht Zwischenereignis (Catching)",
"eventEnd": "Endereignis",
"eventEndTerminate": "Terminierung Endereignis",
"eventEndError": "Fehler Endereignis",
"eventEndEscalation": "Eskalation Endereignis",
"eventEndSignal": "Signal Endereignis",
"eventEndCompensation": "Kompensation Endereignis",
"eventIntermediateErrorBoundary": "Fehler Zwischenereignis (Boundary)",
"eventIntermediateTimerBoundary": "Timer Zwischenereignis (Boundary)",
"eventIntermediateConditionalBoundary": "Bedingung Zwischenereignis (Boundary)",
"eventIntermediateEscalationBoundary": "Eskalation Zwischenereignis (Boundary)",
"eventIntermediateSignalBoundary": "Signal Zwischenereignis (Boundary)",
"eventIntermediateMessageBoundary": "Nachricht Zwischenereignis (Boundary)",
"eventIntermediateCompensationBoundary": "Kompensation Zwischenereignis (Boundary)",
"gatewayExclusive": "Exklusives Gateway",
"gatewayInclusive": "Inklusives Gateway",
"gatewayParallel": "Paralleles Gateway",
"gatewayEventBased": "Ereignisbasiertes Gateway",
"taskSendMessage": "Nachrichtaufgabe senden",
"taskScript": "Skriptaufgabe",
"taskBusinessRule": "Geschäftsregelaufgabe",
"taskUser": "Benutzeraufgabe",
"task": "Aufgabe",
"callActivity": "Aufruf-Aktivität",
"subProcess": "Unterprozess",
"eventSubProcess": "Ereignis Unterprozess",
"flow": "Sequenzfluss"
},
"presetFilters": {
"isManuallyStartable": "Manuell startbar",
"activeHasNoneStartEvent": "Aktiv mit keinem Startereignis",
"active": "Aktiv"
}
{
"labels": {
"Create BpmnFlowchart": "Flussdiagramme erstellen",
"Hand tool": "Handwerkzeug",
"Create Event tool": "Ereignis Tool erstellen",
"Create Gateway tool": "Ereignis Tool erstellen",
"Create Activity tool": "Aktivität Tool erstellen",
"Connect tool": "Werkzeug Verbinden",
"Erase tool": "Werkzeug Löschen",
"Full Screen": "Vollbild",
"Processes": "Prozesse",
"data": "Daten",
"Zoom In": "Vergrößern",
"Zoom Out": "Verkleinern",
"Error": "Fehler",
"Events": "Ereignisse",
"Activities": "Aktivitäten"
},
"fields": {
"isActive": "Ist Aktiv",
"targetType": "Zielentitätstyp",
"data": "Daten",
"hasNoneStartEvent": "Hat Startereignis of None-Typ"
},
"links": {
"processes": "Prozesse"
},
"elements": {
"eventStartConditional": "Bedingung Startereignis",
"eventStartTimer": "Timer Startereignis",
"eventStartError": "Fehler Startereignis",
"eventStartEscalation": "Eskalation Startereignis",
"eventStartSignal": "Signal Startereignis",
"eventStart": "Startereignis",
"eventStartCompensation": "Kompensation Startereignis",
"eventStartConditionalEventSubProcess": "Unterprozess Bedingung Startereignis",
"eventStartTimerEventSubProcess": "Unterprozess Timer Startereignis",
"eventStartSignalEventSubProcess": "Unterprozess Signal Startereignis",
"eventIntermediateTimerCatch": "Timer Zwischenereignis (Catching)",
"eventIntermediateConditionalCatch": "Bedingung Zwischenereignis (Catching)",
"eventIntermediateEscalationThrow": "Eskalation Zwischenereignis (Throwing)",
"eventIntermediateSignalThrow": "Signal Zwischenereignis (Throwing)",
"eventIntermediateCompensationThrow": "Kompensation Zwischenereignis (Throwing)",
"eventIntermediateSignalCatch": "Signal Zwischenereignis (Catching)",
"eventIntermediateMessageCatch": "Nachricht Zwischenereignis (Catching)",
"eventEnd": "Endereignis",
"eventEndTerminate": "Terminierung Endereignis",
"eventEndError": "Fehler Endereignis",
"eventEndEscalation": "Eskalation Endereignis",
"eventEndSignal": "Signal Endereignis",
"eventEndCompensation": "Kompensation Endereignis",
"eventIntermediateErrorBoundary": "Fehler Zwischenereignis (Boundary)",
"eventIntermediateTimerBoundary": "Timer Zwischenereignis (Boundary)",
"eventIntermediateConditionalBoundary": "Bedingung Zwischenereignis (Boundary)",
"eventIntermediateEscalationBoundary": "Eskalation Zwischenereignis (Boundary)",
"eventIntermediateSignalBoundary": "Signal Zwischenereignis (Boundary)",
"eventIntermediateMessageBoundary": "Nachricht Zwischenereignis (Boundary)",
"eventIntermediateCompensationBoundary": "Kompensation Zwischenereignis (Boundary)",
"gatewayExclusive": "Exklusives Gateway",
"gatewayInclusive": "Inklusives Gateway",
"gatewayParallel": "Paralleles Gateway",
"gatewayEventBased": "Ereignisbasiertes Gateway",
"taskSendMessage": "Nachrichtaufgabe senden",
"taskScript": "Skriptaufgabe",
"taskBusinessRule": "Geschäftsregelaufgabe",
"taskUser": "Benutzeraufgabe",
"task": "Aufgabe",
"callActivity": "Aufruf-Aktivität",
"subProcess": "Unterprozess",
"eventSubProcess": "Ereignis Unterprozess",
"flow": "Sequenzfluss"
},
"presetFilters": {
"isManuallyStartable": "Manuell startbar",
"activeHasNoneStartEvent": "Aktiv mit keinem Startereignis",
"active": "Aktiv"
}
}

View File

@@ -1,8 +1,8 @@
{
"labels": {
"Create BpmnFlowchartCategory": "Kategorie erstellen"
},
"fields": {
"order": "Reihenfolge"
}
}
{
"labels": {
"Create BpmnFlowchartCategory": "Kategorie erstellen"
},
"fields": {
"order": "Reihenfolge"
}
}

View File

@@ -1,123 +1,123 @@
{
"fields": {
"triggerType": "Triggertyp",
"timer": "Timer-Parameter",
"defaultFlowId": "Standardfluss",
"from": "Von",
"to": "An",
"replyTo": "Antwort-an",
"fromEmailAddress": "Von der E-Mail Adresse",
"toEmailAddress": "An E-Mail Adresse",
"replyToEmailAddress": "Antwort-an E-Mail Adresse",
"toSpecifiedTeams": "Zu Teams",
"toSpecifiedUsers": "Für Benutzer",
"toSpecifiedContacts": "Zu Kontakten",
"emailTemplate": "E-Mail Vorlage",
"doNotStore": "Keine gesendete E-Mails speichern",
"actions": "Aktionen",
"formula": "Formel (Skript)",
"actionType": "Aktionstyp",
"targetUser": "Zielbenutzer",
"assignmentType": "Zuweisung",
"targetTeam": "Zielteam",
"targetUserPosition": "Position des Zielbenutzers",
"startDirection": "Startrichtung",
"targetReport": "Zielbericht",
"scheduling": "Planung",
"schedulingApplyTimezone": "Zeitzone anwenden",
"messageType": "Nachrichttyp",
"canBeFailed": "Kann fehlschlagen",
"target": "Ziel",
"callableType": "Aufrufbarer Typ",
"errorCode": "Fehlercode",
"escalationCode": "Eskalationscode",
"cancelActivity": "Unterbricht",
"isInterrupting": "Unterbricht",
"targetType": "Zielentitätstyp",
"flowchartVisualization": "Flussdiagramme",
"flowchart": "Flussdiagramme",
"returnVariableList": "Rückgabevariablen",
"returnCollectionVariable": "Sammlungsvariable zurückgeben",
"repliedTo": "Antwort an",
"relatedTo": "Verbunden mit",
"instructions": "Anweisungen",
"conditionsFormula": "Bedingungen Formel",
"isMultiInstance": "Mehrere Instanzen",
"isSequential": "Sequentiell",
"loopCollectionExpression": "Sammlungsausdruck",
"targetIdExpression": "Ziel ID Ausdruck",
"activityId": "Aktivität ID"
},
"labels": {
"Conditions": "Bedingungen",
"Actions": "Aktionen",
"Field": "Feld",
"Flows Conditions": "Flussbedingungen"
},
"tooltips": {
"compensateActivityId": "Eine ID einer Aktivität, die kompensiert werden soll. Wenn weggelassen, werden alle abgeschlossenen kompensierbaren Aktivitäten kompensiert.",
"targetIdExpression": "Der Ausdruck, der eine ID des Zieldatensatzes definiert.",
"returnCollectionVariable": "Geben Sie einen Variablennamen für Daten an, die vom Unterprozess mit mehreren Instanzen zurückgegeben werden. Die Variable enthält ein Array von Objekten. Jedes Objekt enthält Rückgabevariablen jeder Unterprozessinstanz.",
"loopCollectionExpression": "Der Ausdruck, der eine Liste von Werten definiert. Jeder Wert instanziiert einen separaten Unterprozess. Der Wert ist in der Variable `$inputItem` verfügbar.",
"taskSendMessageEmailAddress": "Verfügbare Platzhalter:\n\n* `{$$variable}`",
"targetReport": "Datensätze aus dem Listenbericht werden an den neuen Prozess übergeben.",
"target": "Wählen Sie aus, welcher Datensatz als Ziel verwendet werden soll.",
"userTaskName": "Ein Name des zu erstellenden Benutzeraufgabendatensatzes.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"userTaskInstructions": "Anweisungen für einen Benutzer. Markdown wird unterstützt.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"returnVariableList": "Geben Sie Formelvariablen an, die vom Unterprozess in den übergeordneten Prozess kopiert werden, sobald der Unterprozess erfolgreich beendet wurde.",
"scheduling": "Crontab-Notation. Definiert die Frequenz. UTC Zeitzone\n\n`* / 5 * * * *` - alle 5 Minuten\n\n`0 * / 2 * * *` - alle 2 Stunden\n\n`30 1 * * *` - um 01:30 einmal am Tag\n\n`0 0 1 * *` - am ersten Tag des Monats",
"schedulingApplyTimezone": "Bei der Planung die Standardzeitzone des Systems anwenden. Andernfalls wird UTC verwendet."
},
"options": {
"emailAddress": {
"currentUser": "Aktueller Benutzer",
"specifiedEmailAddress": "Angegebene E-Mail Adresse",
"assignedUser": "Zugewiesener Benutzer",
"followers": "Abonnenten",
"specifiedContacts": "Angegebene Kontakte",
"specifiedUsers": "Angegebene Benutzer",
"specifiedTeams": "Angegebene Teams",
"followersExcludingAssignedUser": "Follower ohne zugewiesenen Benutzer",
"processAssignedUser": "Benutzer wurde dem Prozess zugewiesen",
"targetEntity": "Zieldatensatz",
"": "Kein(e)"
},
"triggerType": {
"afterRecordCreated": "Nachdem der Datensatz erstellt wurde",
"afterRecordSaved": "Nach dem Speichern des Datensatzes",
"afterRecordUpdated": "Nach Aktualisierung des Datensatzes",
"sequential": "Sequentiell"
},
"timerShiftUnits": {
"minutes": "Minuten",
"hours": "Stunden",
"days": "Tage",
"months": "Monate",
"seconds": "Sekunden"
},
"timerBase": {
"moment": "Moment, als das Ereignis ausgelöst wurde",
"formula": "Berechnet durch Formel"
},
"actionType": {
"Approve": "Genehmigen",
"Review": "Überprüfen"
},
"assignmentType": {
"": "Kein(e)",
"processAssignedUser": "dem Prozess zugewiesener Benutzer",
"specifiedUser": "Angegebener Benutzer",
"rule:Round-Robin": "Umlauf-Verfahren",
"rule:Least-Busy": "Geringste Auslastung"
},
"startDirection": {
"r": "Recht",
"d": "Unten",
"u": "Oben",
"l": "Links"
},
"messageType": {
"Email": "E-Mail"
}
}
{
"fields": {
"triggerType": "Triggertyp",
"timer": "Timer-Parameter",
"defaultFlowId": "Standardfluss",
"from": "Von",
"to": "An",
"replyTo": "Antwort-an",
"fromEmailAddress": "Von der E-Mail Adresse",
"toEmailAddress": "An E-Mail Adresse",
"replyToEmailAddress": "Antwort-an E-Mail Adresse",
"toSpecifiedTeams": "Zu Teams",
"toSpecifiedUsers": "Für Benutzer",
"toSpecifiedContacts": "Zu Kontakten",
"emailTemplate": "E-Mail Vorlage",
"doNotStore": "Keine gesendete E-Mails speichern",
"actions": "Aktionen",
"formula": "Formel (Skript)",
"actionType": "Aktionstyp",
"targetUser": "Zielbenutzer",
"assignmentType": "Zuweisung",
"targetTeam": "Zielteam",
"targetUserPosition": "Position des Zielbenutzers",
"startDirection": "Startrichtung",
"targetReport": "Zielbericht",
"scheduling": "Planung",
"schedulingApplyTimezone": "Zeitzone anwenden",
"messageType": "Nachrichttyp",
"canBeFailed": "Kann fehlschlagen",
"target": "Ziel",
"callableType": "Aufrufbarer Typ",
"errorCode": "Fehlercode",
"escalationCode": "Eskalationscode",
"cancelActivity": "Unterbricht",
"isInterrupting": "Unterbricht",
"targetType": "Zielentitätstyp",
"flowchartVisualization": "Flussdiagramme",
"flowchart": "Flussdiagramme",
"returnVariableList": "Rückgabevariablen",
"returnCollectionVariable": "Sammlungsvariable zurückgeben",
"repliedTo": "Antwort an",
"relatedTo": "Verbunden mit",
"instructions": "Anweisungen",
"conditionsFormula": "Bedingungen Formel",
"isMultiInstance": "Mehrere Instanzen",
"isSequential": "Sequentiell",
"loopCollectionExpression": "Sammlungsausdruck",
"targetIdExpression": "Ziel ID Ausdruck",
"activityId": "Aktivität ID"
},
"labels": {
"Conditions": "Bedingungen",
"Actions": "Aktionen",
"Field": "Feld",
"Flows Conditions": "Flussbedingungen"
},
"tooltips": {
"compensateActivityId": "Eine ID einer Aktivität, die kompensiert werden soll. Wenn weggelassen, werden alle abgeschlossenen kompensierbaren Aktivitäten kompensiert.",
"targetIdExpression": "Der Ausdruck, der eine ID des Zieldatensatzes definiert.",
"returnCollectionVariable": "Geben Sie einen Variablennamen für Daten an, die vom Unterprozess mit mehreren Instanzen zurückgegeben werden. Die Variable enthält ein Array von Objekten. Jedes Objekt enthält Rückgabevariablen jeder Unterprozessinstanz.",
"loopCollectionExpression": "Der Ausdruck, der eine Liste von Werten definiert. Jeder Wert instanziiert einen separaten Unterprozess. Der Wert ist in der Variable `$inputItem` verfügbar.",
"taskSendMessageEmailAddress": "Verfügbare Platzhalter:\n\n* `{$$variable}`",
"targetReport": "Datensätze aus dem Listenbericht werden an den neuen Prozess übergeben.",
"target": "Wählen Sie aus, welcher Datensatz als Ziel verwendet werden soll.",
"userTaskName": "Ein Name des zu erstellenden Benutzeraufgabendatensatzes.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"userTaskInstructions": "Anweisungen für einen Benutzer. Markdown wird unterstützt.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"returnVariableList": "Geben Sie Formelvariablen an, die vom Unterprozess in den übergeordneten Prozess kopiert werden, sobald der Unterprozess erfolgreich beendet wurde.",
"scheduling": "Crontab-Notation. Definiert die Frequenz. UTC Zeitzone\n\n`* / 5 * * * *` - alle 5 Minuten\n\n`0 * / 2 * * *` - alle 2 Stunden\n\n`30 1 * * *` - um 01:30 einmal am Tag\n\n`0 0 1 * *` - am ersten Tag des Monats",
"schedulingApplyTimezone": "Bei der Planung die Standardzeitzone des Systems anwenden. Andernfalls wird UTC verwendet."
},
"options": {
"emailAddress": {
"currentUser": "Aktueller Benutzer",
"specifiedEmailAddress": "Angegebene E-Mail Adresse",
"assignedUser": "Zugewiesener Benutzer",
"followers": "Abonnenten",
"specifiedContacts": "Angegebene Kontakte",
"specifiedUsers": "Angegebene Benutzer",
"specifiedTeams": "Angegebene Teams",
"followersExcludingAssignedUser": "Follower ohne zugewiesenen Benutzer",
"processAssignedUser": "Benutzer wurde dem Prozess zugewiesen",
"targetEntity": "Zieldatensatz",
"": "Kein(e)"
},
"triggerType": {
"afterRecordCreated": "Nachdem der Datensatz erstellt wurde",
"afterRecordSaved": "Nach dem Speichern des Datensatzes",
"afterRecordUpdated": "Nach Aktualisierung des Datensatzes",
"sequential": "Sequentiell"
},
"timerShiftUnits": {
"minutes": "Minuten",
"hours": "Stunden",
"days": "Tage",
"months": "Monate",
"seconds": "Sekunden"
},
"timerBase": {
"moment": "Moment, als das Ereignis ausgelöst wurde",
"formula": "Berechnet durch Formel"
},
"actionType": {
"Approve": "Genehmigen",
"Review": "Überprüfen"
},
"assignmentType": {
"": "Kein(e)",
"processAssignedUser": "dem Prozess zugewiesener Benutzer",
"specifiedUser": "Angegebener Benutzer",
"rule:Round-Robin": "Umlauf-Verfahren",
"rule:Least-Busy": "Geringste Auslastung"
},
"startDirection": {
"r": "Recht",
"d": "Unten",
"u": "Oben",
"l": "Links"
},
"messageType": {
"Email": "E-Mail"
}
}
}

View File

@@ -1,54 +1,54 @@
{
"labels": {
"Create BpmnProcess": "Prozess starten",
"Stop Process": "Prozess stoppen",
"User Tasks": "Benutzeraufgaben",
"Flowcharts": "Flussdiagramme",
"Interrupt": "Unterbrechen",
"Reject": "Ablehnen",
"Start flow from here": "Starten den Fluss hier",
"Reactivate": "Reaktivieren",
"View Variables": "Variablen anzeigen",
"View Error": "Fehler anzeigen",
"Error Message": "Fehlermeldung"
},
"fields": {
"targetType": "Zielentitätstyp",
"target": "Ziel",
"createdEntitiesData": "Erstellte Entitätsdaten",
"flowchartData": "Datenflussdiagramm",
"flowchart": "Flussdiagramme",
"flowchartVisualization": "Flussdiagramm (Visualisierung )",
"flowchartElementsDataHash": "Flussdiagrammelemente",
"variables": "Variablen",
"endedAt": "Beendet bei",
"startElementId": "Element starten",
"parentProcess": "Übergeordneter Prozess",
"parentProcessFlowNode": "Übergeordneter Prozessflussknoten",
"rootProcess": "Root-Prozess"
},
"links": {
"flowchart": "Flussdiagramm",
"target": "Ziel",
"flowNodes": "Flussprotokoll",
"userTasks": "Benutzeraufgaben verarbeiten",
"childProcesses": "Untergeordnete Prozesse",
"parentProcess": "Übergeordneter Prozess",
"parentProcessFlowNode": "Übergeordneter Prozessflussknoten",
"rootProcess": "Root-Prozess"
},
"options": {
"status": {
"Created": "Erstellt",
"Started": "Gestartet",
"Ended": "Beendet",
"Paused": "Pausiert",
"Stopped": "Gestoppt",
"Interrupted": "Unterbrochen"
}
},
"presetFilters": {
"actual": "Aktuell",
"ended": "Beendet"
}
{
"labels": {
"Create BpmnProcess": "Prozess starten",
"Stop Process": "Prozess stoppen",
"User Tasks": "Benutzeraufgaben",
"Flowcharts": "Flussdiagramme",
"Interrupt": "Unterbrechen",
"Reject": "Ablehnen",
"Start flow from here": "Starten den Fluss hier",
"Reactivate": "Reaktivieren",
"View Variables": "Variablen anzeigen",
"View Error": "Fehler anzeigen",
"Error Message": "Fehlermeldung"
},
"fields": {
"targetType": "Zielentitätstyp",
"target": "Ziel",
"createdEntitiesData": "Erstellte Entitätsdaten",
"flowchartData": "Datenflussdiagramm",
"flowchart": "Flussdiagramme",
"flowchartVisualization": "Flussdiagramm (Visualisierung )",
"flowchartElementsDataHash": "Flussdiagrammelemente",
"variables": "Variablen",
"endedAt": "Beendet bei",
"startElementId": "Element starten",
"parentProcess": "Übergeordneter Prozess",
"parentProcessFlowNode": "Übergeordneter Prozessflussknoten",
"rootProcess": "Root-Prozess"
},
"links": {
"flowchart": "Flussdiagramm",
"target": "Ziel",
"flowNodes": "Flussprotokoll",
"userTasks": "Benutzeraufgaben verarbeiten",
"childProcesses": "Untergeordnete Prozesse",
"parentProcess": "Übergeordneter Prozess",
"parentProcessFlowNode": "Übergeordneter Prozessflussknoten",
"rootProcess": "Root-Prozess"
},
"options": {
"status": {
"Created": "Erstellt",
"Started": "Gestartet",
"Ended": "Beendet",
"Paused": "Pausiert",
"Stopped": "Gestoppt",
"Interrupted": "Unterbrochen"
}
},
"presetFilters": {
"actual": "Aktuell",
"ended": "Beendet"
}
}

View File

@@ -1,40 +1,40 @@
{
"labels": {
"Resolve": "Lösen"
},
"fields": {
"actionType": "Aktionstyp",
"resolution": "Lösung",
"target": "Ziel",
"process": "Prozesse",
"isResolved": "Ist gelöst",
"resolutionNote": "Lösungshinweis",
"instructions": "Anweisungen",
"isCanceled": "Ist storniert"
},
"links": {
"process": "Prozesse",
"target": "Ziel",
"flowNode": "Flussknoten"
},
"options": {
"actionType": {
"Approve": "Genehmigen",
"Review": "Überprüfen",
"Accomplish": "Erreichen"
},
"resolution": {
"": "Kein(e)",
"Approved": "Genehmigt",
"Rejected": "Abgelehnt",
"Reviewed": "Überprüft",
"Completed": "Abgeschlossen",
"Canceled": "Storniert"
}
},
"presetFilters": {
"actual": "Aktuell",
"resolved": "Gelöst",
"canceled": "Storniert"
}
{
"labels": {
"Resolve": "Lösen"
},
"fields": {
"actionType": "Aktionstyp",
"resolution": "Lösung",
"target": "Ziel",
"process": "Prozesse",
"isResolved": "Ist gelöst",
"resolutionNote": "Lösungshinweis",
"instructions": "Anweisungen",
"isCanceled": "Ist storniert"
},
"links": {
"process": "Prozesse",
"target": "Ziel",
"flowNode": "Flussknoten"
},
"options": {
"actionType": {
"Approve": "Genehmigen",
"Review": "Überprüfen",
"Accomplish": "Erreichen"
},
"resolution": {
"": "Kein(e)",
"Approved": "Genehmigt",
"Rejected": "Abgelehnt",
"Reviewed": "Überprüft",
"Completed": "Abgeschlossen",
"Canceled": "Storniert"
}
},
"presetFilters": {
"actual": "Aktuell",
"resolved": "Gelöst",
"canceled": "Storniert"
}
}

View File

@@ -1,9 +1,9 @@
{
"fields": {
"report": "Bericht",
"column": "Summenspalte",
"displayOnlyCount": "Nur Summe anzeigen",
"displayTotal": "Summe anzeigen",
"displayType": "Was soll angezeigt werden"
}
{
"fields": {
"report": "Bericht",
"column": "Summenspalte",
"displayOnlyCount": "Nur Summe anzeigen",
"displayTotal": "Summe anzeigen",
"displayType": "Was soll angezeigt werden"
}
}

View File

@@ -1,33 +1,33 @@
{
"scopeNames": {
"Report": "Bericht",
"ReportCategory": "Berichtskategorie",
"WorkflowLogRecord": "Workflow Protokollsatz",
"WorkflowCategory": "Workflow Kategorie",
"BpmnFlowchart": "Flussdiagramm zu verarbeiten",
"BpmnProcess": "Prozess",
"BpmnUserTask": "Benutzeraufgabe zu verarbeiten",
"ReportFilter": "Berichtsfilter",
"ReportPanel": "Berichtspanel",
"BpmnFlowchartCategory": "Flussdiagramm-Kategorie"
},
"scopeNamesPlural": {
"Report": "Berichte",
"ReportCategory": "Berichtskategorien",
"WorkflowLogRecord": "Workflows Protokoll",
"WorkflowCategory": "Workflow Kategorien",
"BpmnFlowchart": "Flowcharts zu verarbeiten",
"BpmnProcess": "Prozesse",
"BpmnUserTask": "Benutzeraufgaben zu verarbeiten",
"ReportFilter": "Berichtsfilter",
"ReportPanel": "Berichtspanels",
"BpmnFlowchartCategory": "Flussdiagramm-Kategorien"
},
"dashlets": {
"Report": "Bericht",
"BpmnUserTasks": "Benutzeraufgaben zu verarbeiten"
},
"labels": {
"Start Process": "Prozess starten"
}
}
{
"scopeNames": {
"Report": "Bericht",
"ReportCategory": "Berichtskategorie",
"WorkflowLogRecord": "Workflow Protokollsatz",
"WorkflowCategory": "Workflow Kategorie",
"BpmnFlowchart": "Flussdiagramm zu verarbeiten",
"BpmnProcess": "Prozess",
"BpmnUserTask": "Benutzeraufgabe zu verarbeiten",
"ReportFilter": "Berichtsfilter",
"ReportPanel": "Berichtspanel",
"BpmnFlowchartCategory": "Flussdiagramm-Kategorie"
},
"scopeNamesPlural": {
"Report": "Berichte",
"ReportCategory": "Berichtskategorien",
"WorkflowLogRecord": "Workflows Protokoll",
"WorkflowCategory": "Workflow Kategorien",
"BpmnFlowchart": "Flowcharts zu verarbeiten",
"BpmnProcess": "Prozesse",
"BpmnUserTask": "Benutzeraufgaben zu verarbeiten",
"ReportFilter": "Berichtsfilter",
"ReportPanel": "Berichtspanels",
"BpmnFlowchartCategory": "Flussdiagramm-Kategorien"
},
"dashlets": {
"Report": "Bericht",
"BpmnUserTasks": "Benutzeraufgaben zu verarbeiten"
},
"labels": {
"Start Process": "Prozess starten"
}
}

View File

@@ -1,206 +1,206 @@
{
"labels": {
"Create Report": "Bericht erstellen",
"Run": "Ausführen",
"Total": "Gesamt",
"Group Total": "Gesamtgruppe",
"-Empty-": "-Leer-",
"Parameters": "Parameter",
"Filters": "Filter",
"Chart": "Diagramm",
"List Report": "Listenbericht",
"Grid Report": "Matrixbericht",
"days": "Tage",
"never": "nie",
"Get Csv": "CSV holen",
"EmailSending": "E-Mail wird gesendet",
"View Report": "Berichte ansehen",
"Report": "Bericht",
"AND": "UND",
"OR": "ODER",
"NOT": "NICHT",
"Complex expression": "Komplexer Ausdruck",
"Having": "Haben",
"Add AND group": "UND Gruppe hinzufügen",
"Add OR group": "ODER Gruppe hinzufügen",
"Add NOT group": "NOT-Gruppe hinzufügen",
"Add IN group": "IN-Gruppe hinzufügen",
"Add Having group": "Haben Gruppe hinzufügen",
"Add Complex expression": "Komplexer Ausdruck hinzufügen",
"Columns": "Spalten",
"Send Email": "E-Mail senden",
"Results View": "Ergebnisansicht",
"Create Joint Grid Report": "Joint Matrixbericht erstellen",
"Label": "Bezeichnung",
"Type": "Typ",
"Decimal Places": "Dezimalstellen"
},
"fields": {
"type": "Typ",
"entityType": "Entitätstyp",
"description": "Beschreibung",
"groupBy": "Gruppieren nach",
"columns": "Spalten",
"orderBy": "Sortieren nach",
"filters": "Filter",
"runtimeFilters": "Laufzeit Filter",
"chartType": "Diagrammtyp",
"emailSendingInterval": "Intervall",
"emailSendingTime": "Zeit",
"emailSendingUsers": "Benutzer",
"emailSendingSettingDay": "Tag",
"emailSendingSettingMonth": "Monat",
"emailSendingSettingWeekdays": "Tage",
"emailSendingDoNotSendEmptyReport": "Nicht senden wenn Bericht leer ist",
"chartColorList": "Diagrammfarben",
"chartColor": "Diagrammfarbe",
"chartOneColumns": "Diagrammspalten",
"chartOneY2Columns": "Spalten der sekundären Diagrammachse",
"orderByList": "Listenreihenfolge",
"column": "Spalte",
"category": "Kategorie",
"applyAcl": "ACL anwenden",
"portals": "Portale",
"joinedReports": "Unterbericht",
"joinedReportLabel": "Unterberichtsbezeichnung",
"filtersDataList": "Datenlistenfilter",
"columnsData": "Spaltendaten",
"filtersData": "Daten filtern"
},
"tooltips": {
"emailSendingUsers": "Das Ergebnis der Benutzerberichte wird versendet an",
"chartColorList": "Benutzerdefinierte Farben für spezifische Gruppen.",
"applyAcl": "Berichtsergebnisse hängen vom Zugriff des Benutzers ab.",
"groupBy": "Daten werden nach einer oder zwei Gruppen aggregiert. Wenn das Feld leer ist, werden die Daten nicht aggregiert, sondern nur die Gesamtsummen angezeigt.\n\n[Komplexe Ausdrücke](https://www.espocrm.com/documentation/user-guide/complex-expressions/) können verwendet werden.",
"columns": "Welche Daten anzeigen.\n\n[Komplexe Ausdrücke](https://www.espocrm.com/documentation/user-guide/complex-expressions/) können verwendet werden.",
"runtimeFilters": "Zusätzliche Filter, die in der Berichtsansicht verfügbar sein werden.",
"portals": "Der Bericht ist nur in bestimmten Portalen verfügbar."
},
"functions": {
"COUNT": "Zähler",
"SUM": "Summe",
"AVG": "Durchschnitt",
"YEAR": "Jahr",
"QUARTER": "Quartal",
"MONTH": "Monat",
"DAY": "Tag",
"WEEK": "Woche",
"YEAR_FISCAL": "Geschäftsjahr",
"QUARTER_FISCAL": "Geschäftsquartal"
},
"orders": {
"ASC": "Aufsteigend",
"DESC": "Absteigend",
"LIST": "Liste"
},
"options": {
"dashletDisplayType": {
"Chart": "Diagramm",
"List": "Liste",
"Chart-Total": "Diagramm & Gesamt",
"Total": "Gesamt",
"Table": "Tabelle"
},
"chartType": {
"BarHorizontal": "Balken (horizontal)",
"BarVertical": "Balken (vertikal)",
"BarGroupedHorizontal": "Balken gruppiert (horizontal)",
"BarGroupedVertical": "Balken gruppiert (vertikal)",
"Pie": "Tortenstück",
"Line": "Linie"
},
"emailSendingInterval": {
"": "Kein(e)",
"Daily": "Täglich",
"Weekly": "Wöchentlich",
"Monthly": "Monatlich",
"Yearly": "Jährlich"
},
"emailSendingSettingDay": {
"32": "Letzter Tag des Monats"
},
"type": {
"Grid": "Matrix",
"List": "Liste",
"JointGrid": "Joint Matrix"
},
"function": {
"": "--KEINE FUNKTION--",
"custom": "Ausdruck",
"customWithOperator": "Ausdruck mit Operator",
"DATE_NUMBER": "DATUM",
"MONTH_NUMBER": "MONAT",
"YEAR_NUMBER": "JAHR",
"QUARTER_NUMBER": "QUARTAL",
"DAYOFWEEK_NUMBER": "WOCHENTAG",
"HOUR_NUMBER": "STUNDE",
"LOWER": "UNTERER",
"UPPER": "OBENER",
"TRIM": "STUTZEN",
"LENGTH": "DAUER",
"WEEK_NUMBER_0": "WOCHE (Sonntag)",
"WEEK_NUMBER_1": "WOCHE (Montag)",
"COUNT": "ANZAHL"
},
"operator": {
"equals": "Gleich",
"notEquals": "Nicht gleich",
"greaterThan": "Größer als",
"lessThan": "Weniger als",
"greaterThanOrEquals": "Größer als oder Gleich",
"lessThanOrEquals": "Weniger als oder Gleich",
"notIn": "Nicht in",
"isTrue": "Ist wahr",
"isFalse": "Ist falsch",
"isNull": "Ist Null",
"isNotNull": "Ist Nicht Null",
"like": "Wie"
},
"layoutAlign": {
"left": "Links",
"right": "Recht"
},
"columnType": {
"Summary": "Zusammenfassung"
}
},
"messages": {
"emailTemplateParsingError": "Fehler beim Parsen der Vorlage `{template}`.",
"executionError": "Der Bericht konnte nicht ausgeführt werden. Überprüfen Sie die Berichtsparameter. Weitere Details finden Sie in der Protokolldatei.",
"emptyStringGroupExcluded": "Eine Gruppe mit einem leeren Stringwert wird von den Ergebnissen ausgeschlossen.",
"notAllowedFormulaInFilter": "Der Formelausdruck in Filtern enthält eine nicht zulässige Funktion.",
"validateMaxCount": "Anzahl darf nicht größer sein als {maxCount}",
"havingFilterWithoutGroupByError": "Filter können nicht ohne Groupien-Nach verwendet werden.",
"gridReportDescription": "Gruppieren nach einer oder zwei Spalten und Summen anzeigen. Kann als Diagramm dargestellt werden.",
"listReportDescription": "Einfache Liste von Datensätzen auf die die Filterkriterien zutreffen.",
"invalidColumnError": "Ungültiger Spaltenname. Überprüfen Sie die Berichtsparameter.",
"sqlSyntaxError": "Aus den Berichtsparametern konnte kein gültiges SQL erstellt werden.",
"onlyFullGroupByError": "Nicht unterstützte Berichtsparameter. Ändern Sie entweder die Parameter oder deaktivieren Sie den SQL-Modus `ONLY_FULL_GROUP_BY` in der Datenbankkonfiguration."
},
"presetFilters": {
"list": "Liste",
"grid": "Matrix",
"listTargets": "Liste (Zielkontakte)",
"listAccounts": "Liste (Firmen)",
"listContacts": "Liste (Kontakte)",
"listLeads": "Liste (Interessenten)",
"listUsers": "Liste (Benutzer)"
},
"errorMessages": {
"error": "Fehler",
"noChart": "Kein Diagramm für den Bericht ausgewählt.",
"selectReport": "Bericht in den Dashlet Optionen auswählen."
},
"filtersGroupTypes": {
"or": "ODER",
"and": "UND",
"not": "NICHT",
"having": "Haben"
},
"layoutFields": {
"width": "Breite",
"notSortable": "Nicht sortierbar",
"exportOnly": "Nur exportieren",
"align": "Ausrichten"
}
{
"labels": {
"Create Report": "Bericht erstellen",
"Run": "Ausführen",
"Total": "Gesamt",
"Group Total": "Gesamtgruppe",
"-Empty-": "-Leer-",
"Parameters": "Parameter",
"Filters": "Filter",
"Chart": "Diagramm",
"List Report": "Listenbericht",
"Grid Report": "Matrixbericht",
"days": "Tage",
"never": "nie",
"Get Csv": "CSV holen",
"EmailSending": "E-Mail wird gesendet",
"View Report": "Berichte ansehen",
"Report": "Bericht",
"AND": "UND",
"OR": "ODER",
"NOT": "NICHT",
"Complex expression": "Komplexer Ausdruck",
"Having": "Haben",
"Add AND group": "UND Gruppe hinzufügen",
"Add OR group": "ODER Gruppe hinzufügen",
"Add NOT group": "NOT-Gruppe hinzufügen",
"Add IN group": "IN-Gruppe hinzufügen",
"Add Having group": "Haben Gruppe hinzufügen",
"Add Complex expression": "Komplexer Ausdruck hinzufügen",
"Columns": "Spalten",
"Send Email": "E-Mail senden",
"Results View": "Ergebnisansicht",
"Create Joint Grid Report": "Joint Matrixbericht erstellen",
"Label": "Bezeichnung",
"Type": "Typ",
"Decimal Places": "Dezimalstellen"
},
"fields": {
"type": "Typ",
"entityType": "Entitätstyp",
"description": "Beschreibung",
"groupBy": "Gruppieren nach",
"columns": "Spalten",
"orderBy": "Sortieren nach",
"filters": "Filter",
"runtimeFilters": "Laufzeit Filter",
"chartType": "Diagrammtyp",
"emailSendingInterval": "Intervall",
"emailSendingTime": "Zeit",
"emailSendingUsers": "Benutzer",
"emailSendingSettingDay": "Tag",
"emailSendingSettingMonth": "Monat",
"emailSendingSettingWeekdays": "Tage",
"emailSendingDoNotSendEmptyReport": "Nicht senden wenn Bericht leer ist",
"chartColorList": "Diagrammfarben",
"chartColor": "Diagrammfarbe",
"chartOneColumns": "Diagrammspalten",
"chartOneY2Columns": "Spalten der sekundären Diagrammachse",
"orderByList": "Listenreihenfolge",
"column": "Spalte",
"category": "Kategorie",
"applyAcl": "ACL anwenden",
"portals": "Portale",
"joinedReports": "Unterbericht",
"joinedReportLabel": "Unterberichtsbezeichnung",
"filtersDataList": "Datenlistenfilter",
"columnsData": "Spaltendaten",
"filtersData": "Daten filtern"
},
"tooltips": {
"emailSendingUsers": "Das Ergebnis der Benutzerberichte wird versendet an",
"chartColorList": "Benutzerdefinierte Farben für spezifische Gruppen.",
"applyAcl": "Berichtsergebnisse hängen vom Zugriff des Benutzers ab.",
"groupBy": "Daten werden nach einer oder zwei Gruppen aggregiert. Wenn das Feld leer ist, werden die Daten nicht aggregiert, sondern nur die Gesamtsummen angezeigt.\n\n[Komplexe Ausdrücke](https://www.espocrm.com/documentation/user-guide/complex-expressions/) können verwendet werden.",
"columns": "Welche Daten anzeigen.\n\n[Komplexe Ausdrücke](https://www.espocrm.com/documentation/user-guide/complex-expressions/) können verwendet werden.",
"runtimeFilters": "Zusätzliche Filter, die in der Berichtsansicht verfügbar sein werden.",
"portals": "Der Bericht ist nur in bestimmten Portalen verfügbar."
},
"functions": {
"COUNT": "Zähler",
"SUM": "Summe",
"AVG": "Durchschnitt",
"YEAR": "Jahr",
"QUARTER": "Quartal",
"MONTH": "Monat",
"DAY": "Tag",
"WEEK": "Woche",
"YEAR_FISCAL": "Geschäftsjahr",
"QUARTER_FISCAL": "Geschäftsquartal"
},
"orders": {
"ASC": "Aufsteigend",
"DESC": "Absteigend",
"LIST": "Liste"
},
"options": {
"dashletDisplayType": {
"Chart": "Diagramm",
"List": "Liste",
"Chart-Total": "Diagramm & Gesamt",
"Total": "Gesamt",
"Table": "Tabelle"
},
"chartType": {
"BarHorizontal": "Balken (horizontal)",
"BarVertical": "Balken (vertikal)",
"BarGroupedHorizontal": "Balken gruppiert (horizontal)",
"BarGroupedVertical": "Balken gruppiert (vertikal)",
"Pie": "Tortenstück",
"Line": "Linie"
},
"emailSendingInterval": {
"": "Kein(e)",
"Daily": "Täglich",
"Weekly": "Wöchentlich",
"Monthly": "Monatlich",
"Yearly": "Jährlich"
},
"emailSendingSettingDay": {
"32": "Letzter Tag des Monats"
},
"type": {
"Grid": "Matrix",
"List": "Liste",
"JointGrid": "Joint Matrix"
},
"function": {
"": "--KEINE FUNKTION--",
"custom": "Ausdruck",
"customWithOperator": "Ausdruck mit Operator",
"DATE_NUMBER": "DATUM",
"MONTH_NUMBER": "MONAT",
"YEAR_NUMBER": "JAHR",
"QUARTER_NUMBER": "QUARTAL",
"DAYOFWEEK_NUMBER": "WOCHENTAG",
"HOUR_NUMBER": "STUNDE",
"LOWER": "UNTERER",
"UPPER": "OBENER",
"TRIM": "STUTZEN",
"LENGTH": "DAUER",
"WEEK_NUMBER_0": "WOCHE (Sonntag)",
"WEEK_NUMBER_1": "WOCHE (Montag)",
"COUNT": "ANZAHL"
},
"operator": {
"equals": "Gleich",
"notEquals": "Nicht gleich",
"greaterThan": "Größer als",
"lessThan": "Weniger als",
"greaterThanOrEquals": "Größer als oder Gleich",
"lessThanOrEquals": "Weniger als oder Gleich",
"notIn": "Nicht in",
"isTrue": "Ist wahr",
"isFalse": "Ist falsch",
"isNull": "Ist Null",
"isNotNull": "Ist Nicht Null",
"like": "Wie"
},
"layoutAlign": {
"left": "Links",
"right": "Recht"
},
"columnType": {
"Summary": "Zusammenfassung"
}
},
"messages": {
"emailTemplateParsingError": "Fehler beim Parsen der Vorlage `{template}`.",
"executionError": "Der Bericht konnte nicht ausgeführt werden. Überprüfen Sie die Berichtsparameter. Weitere Details finden Sie in der Protokolldatei.",
"emptyStringGroupExcluded": "Eine Gruppe mit einem leeren Stringwert wird von den Ergebnissen ausgeschlossen.",
"notAllowedFormulaInFilter": "Der Formelausdruck in Filtern enthält eine nicht zulässige Funktion.",
"validateMaxCount": "Anzahl darf nicht größer sein als {maxCount}",
"havingFilterWithoutGroupByError": "Filter können nicht ohne Groupien-Nach verwendet werden.",
"gridReportDescription": "Gruppieren nach einer oder zwei Spalten und Summen anzeigen. Kann als Diagramm dargestellt werden.",
"listReportDescription": "Einfache Liste von Datensätzen auf die die Filterkriterien zutreffen.",
"invalidColumnError": "Ungültiger Spaltenname. Überprüfen Sie die Berichtsparameter.",
"sqlSyntaxError": "Aus den Berichtsparametern konnte kein gültiges SQL erstellt werden.",
"onlyFullGroupByError": "Nicht unterstützte Berichtsparameter. Ändern Sie entweder die Parameter oder deaktivieren Sie den SQL-Modus `ONLY_FULL_GROUP_BY` in der Datenbankkonfiguration."
},
"presetFilters": {
"list": "Liste",
"grid": "Matrix",
"listTargets": "Liste (Zielkontakte)",
"listAccounts": "Liste (Firmen)",
"listContacts": "Liste (Kontakte)",
"listLeads": "Liste (Interessenten)",
"listUsers": "Liste (Benutzer)"
},
"errorMessages": {
"error": "Fehler",
"noChart": "Kein Diagramm für den Bericht ausgewählt.",
"selectReport": "Bericht in den Dashlet Optionen auswählen."
},
"filtersGroupTypes": {
"or": "ODER",
"and": "UND",
"not": "NICHT",
"having": "Haben"
},
"layoutFields": {
"width": "Breite",
"notSortable": "Nicht sortierbar",
"exportOnly": "Nur exportieren",
"align": "Ausrichten"
}
}

View File

@@ -1,13 +1,13 @@
{
"labels": {
"Create ReportCategory": "Kategorie erstellen",
"Manage Categories": "Kategorien verwalten",
"Reports": "Berichte"
},
"fields": {
"order": "Reihenfolge"
},
"links": {
"reports": "Berichte"
}
{
"labels": {
"Create ReportCategory": "Kategorie erstellen",
"Manage Categories": "Kategorien verwalten",
"Reports": "Berichte"
},
"fields": {
"order": "Reihenfolge"
},
"links": {
"reports": "Berichte"
}
}

View File

@@ -1,19 +1,19 @@
{
"labels": {
"Create ReportFilter": "Filter erstellen",
"Rebuild Filters": "Filter neu erstellen"
},
"fields": {
"order": "Reihenfolge",
"report": "Bericht",
"entityType": "Entitätstyp",
"isActive": "Ist Aktiviert"
},
"links": {
"report": "Bericht"
},
"tooltips": {
"teams": "Teams, für die der Filter verfügbar sein wird. Wenn keine Teams angegeben sind, wendet keine Teambeschränkung an.",
"report": "Listenbericht, der für den Filter verwendet wird."
}
{
"labels": {
"Create ReportFilter": "Filter erstellen",
"Rebuild Filters": "Filter neu erstellen"
},
"fields": {
"order": "Reihenfolge",
"report": "Bericht",
"entityType": "Entitätstyp",
"isActive": "Ist Aktiviert"
},
"links": {
"report": "Bericht"
},
"tooltips": {
"teams": "Teams, für die der Filter verfügbar sein wird. Wenn keine Teams angegeben sind, wendet keine Teambeschränkung an.",
"report": "Listenbericht, der für den Filter verwendet wird."
}
}

View File

@@ -1,35 +1,35 @@
{
"labels": {
"Create ReportPanel": "Panel erstellen",
"Rebuild Panels": "Panel neu erstellen"
},
"fields": {
"report": "Bericht",
"entityType": "Entitätstyp",
"isActive": "Ist Aktiviert",
"type": "Typ",
"reportType": "Berichtstyp",
"displayTotal": "Summe anzeigen",
"displayOnlyTotal": "Nur Summe anzeigen",
"column": "Spalte",
"reportEntityType": "Entitätstyp des Berichtes",
"columnList": "Spalteliste",
"dynamicLogicVisible": "Bedingungen, die das Panel sichtbar machen",
"order": "Reihenfolge",
"displayType": "Was soll angezeigt werden"
},
"links": {
"report": "Bericht"
},
"tooltips": {
"teams": "Teams, für die das Panel angezeigt wird. Wenn keine Teams angegeben sind, wird keine Beschränkung durch Team angewendet.",
"report": "Bericht, der für das Panel verwendet wird.",
"order": "[0..1] - vor dem Stream-Panel;\n[3..4] - vor Beziehungspaneln;\n[6 ..] - nach Beziehungspaneln."
},
"options": {
"type": {
"side": "Seite",
"bottom": "Unterseite"
}
}
{
"labels": {
"Create ReportPanel": "Panel erstellen",
"Rebuild Panels": "Panel neu erstellen"
},
"fields": {
"report": "Bericht",
"entityType": "Entitätstyp",
"isActive": "Ist Aktiviert",
"type": "Typ",
"reportType": "Berichtstyp",
"displayTotal": "Summe anzeigen",
"displayOnlyTotal": "Nur Summe anzeigen",
"column": "Spalte",
"reportEntityType": "Entitätstyp des Berichtes",
"columnList": "Spalteliste",
"dynamicLogicVisible": "Bedingungen, die das Panel sichtbar machen",
"order": "Reihenfolge",
"displayType": "Was soll angezeigt werden"
},
"links": {
"report": "Bericht"
},
"tooltips": {
"teams": "Teams, für die das Panel angezeigt wird. Wenn keine Teams angegeben sind, wird keine Beschränkung durch Team angewendet.",
"report": "Bericht, der für das Panel verwendet wird.",
"order": "[0..1] - vor dem Stream-Panel;\n[3..4] - vor Beziehungspaneln;\n[6 ..] - nach Beziehungspaneln."
},
"options": {
"type": {
"side": "Seite",
"bottom": "Unterseite"
}
}
}

View File

@@ -1,10 +1,10 @@
{
"options": {
"job": {
"ReportTargetListSync": "Kontaktlisten mit Berichten abgleichen",
"ScheduleReportSending": "Senden von Berichten planen",
"RunScheduledWorkflows": "Geplante Workflows durchführen",
"ProcessPendingProcessFlows": "Schwebende Flows verarbeiten"
}
}
{
"options": {
"job": {
"ReportTargetListSync": "Kontaktlisten mit Berichten abgleichen",
"ScheduleReportSending": "Senden von Berichten planen",
"RunScheduledWorkflows": "Geplante Workflows durchführen",
"ProcessPendingProcessFlows": "Schwebende Flows verarbeiten"
}
}
}

View File

@@ -1,18 +1,18 @@
{
"labels": {
"Sync with Reports": "Synchronisation mit Berichten"
},
"fields": {
"syncWithReports": "Berichte",
"syncWithReportsEnabled": "Aktiv",
"syncWithReportsUnlink": "Link entfernen"
},
"links": {
"syncWithReports": "Synchronisation mit Berichten"
},
"tooltips": {
"syncWithReportsEnabled": "Automatische Synchronisierung mit einem Listenbericht aktivieren.",
"syncWithReportsUnlink": "Datensätze die nicht im Bericht enthalten sind werden aus der Kontaktliste entfernt.",
"syncWithReports": "Kontaktliste wird mit den Resultaten des gewählten Berichts synchronisiert."
}
{
"labels": {
"Sync with Reports": "Synchronisation mit Berichten"
},
"fields": {
"syncWithReports": "Berichte",
"syncWithReportsEnabled": "Aktiv",
"syncWithReportsUnlink": "Link entfernen"
},
"links": {
"syncWithReports": "Synchronisation mit Berichten"
},
"tooltips": {
"syncWithReportsEnabled": "Automatische Synchronisierung mit einem Listenbericht aktivieren.",
"syncWithReportsUnlink": "Datensätze die nicht im Bericht enthalten sind werden aus der Kontaktliste entfernt.",
"syncWithReports": "Kontaktliste wird mit den Resultaten des gewählten Berichts synchronisiert."
}
}

View File

@@ -1,227 +1,227 @@
{
"fields": {
"Name": "Betreff",
"entityType": "Ziel Entität/Modul",
"type": "Triggertyp",
"isActive": "Aktiv",
"description": "Beschreibung",
"usersToMakeToFollow": "Benutzer zu machen, um dem Datensatz zu folgen",
"whatToFollow": "Was beobachten",
"portalOnly": "Nur Portal",
"targetReport": "Target Bericht",
"scheduling": "Planung",
"schedulingApplyTimezone": "Zeitzone anwenden",
"methodName": "Servicemethode",
"assignmentRule": "Zuordnungsregel",
"targetTeam": "Zielteam",
"targetUserPosition": "Position des Zielbenutzers",
"listReport": "Listenbericht",
"linkList": "Mit Zieleinheit durch Beziehungen verknüpfen",
"target": "Ziel",
"whoFollow": "Wer es zu folgen machen",
"requestType": "Anforderungstyp",
"requestContentType": "Inhaltstyp",
"requestContent": "Nutzlast",
"requestContentVariable": "Nutzlast aus Variable",
"headers": "Kopfzeilen",
"manualLabel": "Manuelle Bezeichnung",
"manualDynamicLogic": "Manuelle Dynamische Logik",
"manualTeams": "Manuelle Teams",
"manualAccessRequired": "Manueller Zugriff erforderlich",
"manualElementType": "Manueller Elementtyp",
"manualElementTypeInForm": "Elementtyp",
"manualLabelInForm": "Bezeichnung",
"manualAccessRequiredInForm": "Zugriff erforderlich",
"manualTeamsInForm": "Für Teams",
"manualDynamicLogicInForm": "Bedingungen",
"manualConfirmation": "Manuelle Bestätigung",
"manualConfirmationInForm": "Bestätigungsdialog",
"manualConfirmationText": "Manueller Bestätigungstext",
"manualConfirmationTextInForm": "Bestätigungstext",
"manualStyle": "Manueller Schaltflächenstil",
"manualStyleInForm": "Schaltflächenstil",
"category": "Kategorie",
"conditionsAll": "Bedingungen Alle",
"conditionsAny": "Bedingungen Irgendein(e)",
"conditionsFormula": "Bedingungen Formel",
"actions": "Aktionen"
},
"links": {
"targetReport": "Target Bericht",
"workflowLogRecords": "Protokoll",
"category": "Kategorie"
},
"tooltips": {
"manualConfirmation": "Um einen Bestätigungsdialog anzuzeigen, bevor der Workflow ausgeführt wird.",
"manualConfirmationText": "Ein Text, der einem Benutzer beim Bestätigen des Workflow-Starts angezeigt wird.",
"schedulingApplyTimezone": "Bei der Planung die Standardzeitzone des Systems anwenden. Andernfalls wird UTC verwendet.",
"manualDynamicLogic": "Bedingungen, die den Workflow für einen Datensatz verfügbar machen.",
"manualTeams": "Teams, die Zugriff auf die Ausführung des Workflows haben. Wenn das Feld leer ist, hat nur der Administrator Zugriff.",
"manualAccessRequired": "Der Zugriff auf einen Datensatz ist erforderlich, um den Workflow ausführen zu können.",
"manualLabel": "Ein UI-Element-Beschriftungstext.",
"requestUrl": "Verfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"requestHeaders": "Zusätzliche Header.\n\nFormat:\n```key: value```\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`\n* `{#secrets.name}`",
"requestContent": "Im JSON-Format.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"requestContentVariable": "Ein Variablenname. Wenn angegeben, wird die Nutzlast aus der Variablen übernommen.",
"portalOnly": "Wenn markiert werden Workflows nur im Portal ausgeführt.",
"portal": "Portale in denen der Workflow ausgeführt wird. Leer lassen wenn er in allen Portalen ausgeführt werden soll.",
"scheduling": "Definiert wann und wie oft ein Job läuft\n\n`*/5 * * * *` - alle 5 Minuten\n\n`0 */2 * * *` - alle 2 Stunden\n\n`30 1 * * *` - um 01:30 einmal am Tag\n\n`0 0 1 * *` - am ersten Tag des Monats"
},
"labels": {
"Create Workflow": "Regel erstellen",
"General": "Allgemein",
"Manual Trigger": "Manueller Trigger",
"Scheduled Trigger": "Geplant Trigger",
"Conditions": "Bedingungen",
"Actions": "Aktionen",
"All": "Alle",
"Any": "Irgendein(e)",
"Formula": "Formel",
"Email Address": "E-Mail Adresse",
"Email Template": "E-Mail Vorlage",
"From": "Von",
"To": "Bis",
"immediately": "Sofort",
"Reply-To": "Antwort an",
"later": "Später",
"today": "heute",
"days": "Tage",
"hours": "Stunden",
"months": "Monate",
"minutes": "Minuten",
"Add Field": "Feld hinzufügen",
"equals": "ist gleich",
"wasEqual": "war gleich",
"notEquals": "ist nicht gleich",
"wasNotEqual": "war nicht gleich",
"changed": "geändert",
"notChanged": "nicht geändert",
"notEmpty": "nicht leer",
"isEmpty": "Leer",
"value": "Wert",
"field": "Feld",
"true": "wahr",
"false": "falsch",
"greaterThan": "größer als",
"lessThan": "kleiner als",
"greaterThanOrEquals": "größer oder gleich",
"lessThanOrEquals": "kleiner oder gleich",
"between": "zwischen",
"on": "für",
"before": "vor",
"after": "nach",
"beforeToday": "vor heute",
"afterToday": "nach heute",
"recipient": "Empfängert",
"has": "hat",
"notHas": "hat nicht",
"contains": "enthält",
"notContains": "enthält nicht",
"messageTemplate": "Nachrichtenvorlage",
"users": "Benutzer",
"Target Entity": "Ziel Entität/Modul",
"Current": "Aktuell",
"Workflow": "WorkFlow",
"Workflows Log": "Workflows Protokoll",
"methodName": "Servicemethode",
"additionalParameters": "Zusätzliche Parameter (JSON-Format)",
"doNotStore": "Keine gesendete E-Mails speichern",
"Related": "Verbunden",
"Entity Type": "Entitätstyp",
"Workflow Rule": "Workflow Regel",
"Add Condition": "Bedingung hinzufügen",
"Add Action": "Aktion hinzufügen",
"Created": "Erstellt",
"Field": "Feld",
"Entity": "Entität/Modul",
"Process": "Prozess"
},
"emailAddressOptions": {
"": "Kein(e)",
"currentUser": "Aktueller Benutzer",
"specifiedEmailAddress": "Spezifizierte E-Mail Adresse",
"assignedUser": "Zugewiesener Benutzer",
"targetEntity": "Ziel Entität/Modul",
"specifiedUsers": "Spezifizierter Benutzer",
"specifiedContacts": "Angegebene Kontakte",
"teamUsers": "Team Benutzer",
"followers": "Beobachter",
"followersExcludingAssignedUser": "Beobachter außer zugewiesenen Benutzern",
"specifiedTeams": "Benutzer von gewählten Teams",
"fromOrReplyTo": "Von / Antwortadresse"
},
"options": {
"type": {
"afterRecordSaved": "Nach dem Speichern des Datensatzes",
"afterRecordCreated": "Nach dem Erstellen des Datensatzes",
"afterRecordUpdated": "Nach Aktualisierung des Datensatzes",
"manual": "Manuell",
"scheduled": "Geplant",
"sequential": "Nacheinander"
},
"subjectType": {
"value": "Wert",
"field": "Feld",
"today": "heute/jetzt",
"typeOf": "typ von"
},
"assignmentRule": {
"Round-Robin": "Umlauf-Verfahren",
"Least-Busy": "Geringste Auslastung"
},
"manualAccessRequired": {
"read": "lesen",
"edit": "bearbeiten"
},
"manualElementType": {
"Button": "Schaltfläche",
"Dropdown-Item": "Dropdown-Element"
}
},
"actionTypes": {
"sendEmail": "E-Mail senden",
"createEntity": "Entität/Modul erstellen",
"createRelatedEntity": "Verbundene Entität/Modul erstellen",
"updateEntity": "Entität/Modul aktualisieren",
"updateRelatedEntity": "Verknüpfte Entitäten aktualisieren",
"relateWithEntity": "Mit einem anderen Datensatz verbinden",
"unrelateFromEntity": "Link von einem anderen Datensatz entfernen",
"makeFollowed": "Beobachtet erstellen",
"createNotification": "Benachrichtigungen erstellen",
"triggerWorkflow": "Einen anderen Workflow triggern",
"runService": "Serviceaktion ausführen",
"applyAssignmentRule": "Zuordnungsregel anwenden",
"updateCreatedEntity": "Den erstellten Datensatz aktualisieren",
"updateProcessEntity": "Prozessdatensatz aktualisieren",
"startBpmnProcess": "BPM-Prozess starten",
"sendRequest": "HTTP-Anforderung senden",
"executeFormula": "Formelskript ausführen"
},
"texts": {
"allMustBeMet": "Alle müssen zutreffen",
"atLeastOneMustBeMet": "Zumindest eine/r muss zutreffen",
"formulaInfo": "Bedingungen jeglicher Komplexität in Espo-Formel-Sprache"
},
"messages": {
"jsonInvalid": "Ist kein gültiges JSON.",
"loopNotice": "Passen Sie bitte auf, dass Workflow Regeln nicht in einer Endlosschleife enden.",
"messageTemplateHelpText": "Verfügbare Platzhalter:\n\n* `{entity}` Zielsatz\n* `{user}` Aktueller Benutzer\n* `{$$variable}` Formelvariable"
},
"serviceActions": {
"sendEventInvitations": "Einladungen senden",
"addQuoteItemList": "Angebotsartikel hinzufügen",
"addInvoiceItemList": "Rechnungspositionen hinzufügen",
"addSalesOrderItemList": "Kundenauftragspositionen hinzufügen",
"convertCurrency": "Währung umrechnen",
"generateAndSendPassword": "Passwort generieren"
},
"serviceActionsHelp": {
"generateAndSendPassword": "Ein neues Passwort wird erstellt und an die E-Mail-Adresse des Benutzers gesendet.",
"optOut": "Optionaler Parameter: targetListId. Wenn nicht angegeben, wird eine E-Mail-Adresse als opted-out markiert.\n\nBeispiel:\n```{\"targetListId\": \"TARGET_LIST_ID\"}```",
"convertCurrency": "Optionaler Parameter: targetCurrency. Wenn nicht angegeben, wird die Währung in die Standardwährung umgerechnet.",
"sendInEmail": "Parameter:\n* templateId ID der PDF-Vorlage\n* emailTemplateId ID der E-Mail-Vorlage\n* to Empfänger (optionaler Parameter); wird standardmäßig an den Rechnungskontakt oder -firma gesendet; Beispiel: `link:account.assignedUser`\n\nBeispiel:\n\n```{\n \"templateId\": \"TEMPLATE_ID\",\n \"emailTemplateId\": \"EMAIL_TEMPLATE_ID\",\n \"to\": \"link:billingContact\"\n}```",
"addQuoteItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addInvoiceItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addSalesOrderItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```"
}
}
{
"fields": {
"Name": "Betreff",
"entityType": "Ziel Entität/Modul",
"type": "Triggertyp",
"isActive": "Aktiv",
"description": "Beschreibung",
"usersToMakeToFollow": "Benutzer zu machen, um dem Datensatz zu folgen",
"whatToFollow": "Was beobachten",
"portalOnly": "Nur Portal",
"targetReport": "Target Bericht",
"scheduling": "Planung",
"schedulingApplyTimezone": "Zeitzone anwenden",
"methodName": "Servicemethode",
"assignmentRule": "Zuordnungsregel",
"targetTeam": "Zielteam",
"targetUserPosition": "Position des Zielbenutzers",
"listReport": "Listenbericht",
"linkList": "Mit Zieleinheit durch Beziehungen verknüpfen",
"target": "Ziel",
"whoFollow": "Wer es zu folgen machen",
"requestType": "Anforderungstyp",
"requestContentType": "Inhaltstyp",
"requestContent": "Nutzlast",
"requestContentVariable": "Nutzlast aus Variable",
"headers": "Kopfzeilen",
"manualLabel": "Manuelle Bezeichnung",
"manualDynamicLogic": "Manuelle Dynamische Logik",
"manualTeams": "Manuelle Teams",
"manualAccessRequired": "Manueller Zugriff erforderlich",
"manualElementType": "Manueller Elementtyp",
"manualElementTypeInForm": "Elementtyp",
"manualLabelInForm": "Bezeichnung",
"manualAccessRequiredInForm": "Zugriff erforderlich",
"manualTeamsInForm": "Für Teams",
"manualDynamicLogicInForm": "Bedingungen",
"manualConfirmation": "Manuelle Bestätigung",
"manualConfirmationInForm": "Bestätigungsdialog",
"manualConfirmationText": "Manueller Bestätigungstext",
"manualConfirmationTextInForm": "Bestätigungstext",
"manualStyle": "Manueller Schaltflächenstil",
"manualStyleInForm": "Schaltflächenstil",
"category": "Kategorie",
"conditionsAll": "Bedingungen Alle",
"conditionsAny": "Bedingungen Irgendein(e)",
"conditionsFormula": "Bedingungen Formel",
"actions": "Aktionen"
},
"links": {
"targetReport": "Target Bericht",
"workflowLogRecords": "Protokoll",
"category": "Kategorie"
},
"tooltips": {
"manualConfirmation": "Um einen Bestätigungsdialog anzuzeigen, bevor der Workflow ausgeführt wird.",
"manualConfirmationText": "Ein Text, der einem Benutzer beim Bestätigen des Workflow-Starts angezeigt wird.",
"schedulingApplyTimezone": "Bei der Planung die Standardzeitzone des Systems anwenden. Andernfalls wird UTC verwendet.",
"manualDynamicLogic": "Bedingungen, die den Workflow für einen Datensatz verfügbar machen.",
"manualTeams": "Teams, die Zugriff auf die Ausführung des Workflows haben. Wenn das Feld leer ist, hat nur der Administrator Zugriff.",
"manualAccessRequired": "Der Zugriff auf einen Datensatz ist erforderlich, um den Workflow ausführen zu können.",
"manualLabel": "Ein UI-Element-Beschriftungstext.",
"requestUrl": "Verfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"requestHeaders": "Zusätzliche Header.\n\nFormat:\n```key: value```\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`\n* `{#secrets.name}`",
"requestContent": "Im JSON-Format.\n\nVerfügbare Platzhalter:\n* `{$attribute}`\n* `{$$variable}`",
"requestContentVariable": "Ein Variablenname. Wenn angegeben, wird die Nutzlast aus der Variablen übernommen.",
"portalOnly": "Wenn markiert werden Workflows nur im Portal ausgeführt.",
"portal": "Portale in denen der Workflow ausgeführt wird. Leer lassen wenn er in allen Portalen ausgeführt werden soll.",
"scheduling": "Definiert wann und wie oft ein Job läuft\n\n`*/5 * * * *` - alle 5 Minuten\n\n`0 */2 * * *` - alle 2 Stunden\n\n`30 1 * * *` - um 01:30 einmal am Tag\n\n`0 0 1 * *` - am ersten Tag des Monats"
},
"labels": {
"Create Workflow": "Regel erstellen",
"General": "Allgemein",
"Manual Trigger": "Manueller Trigger",
"Scheduled Trigger": "Geplant Trigger",
"Conditions": "Bedingungen",
"Actions": "Aktionen",
"All": "Alle",
"Any": "Irgendein(e)",
"Formula": "Formel",
"Email Address": "E-Mail Adresse",
"Email Template": "E-Mail Vorlage",
"From": "Von",
"To": "Bis",
"immediately": "Sofort",
"Reply-To": "Antwort an",
"later": "Später",
"today": "heute",
"days": "Tage",
"hours": "Stunden",
"months": "Monate",
"minutes": "Minuten",
"Add Field": "Feld hinzufügen",
"equals": "ist gleich",
"wasEqual": "war gleich",
"notEquals": "ist nicht gleich",
"wasNotEqual": "war nicht gleich",
"changed": "geändert",
"notChanged": "nicht geändert",
"notEmpty": "nicht leer",
"isEmpty": "Leer",
"value": "Wert",
"field": "Feld",
"true": "wahr",
"false": "falsch",
"greaterThan": "größer als",
"lessThan": "kleiner als",
"greaterThanOrEquals": "größer oder gleich",
"lessThanOrEquals": "kleiner oder gleich",
"between": "zwischen",
"on": "für",
"before": "vor",
"after": "nach",
"beforeToday": "vor heute",
"afterToday": "nach heute",
"recipient": "Empfängert",
"has": "hat",
"notHas": "hat nicht",
"contains": "enthält",
"notContains": "enthält nicht",
"messageTemplate": "Nachrichtenvorlage",
"users": "Benutzer",
"Target Entity": "Ziel Entität/Modul",
"Current": "Aktuell",
"Workflow": "WorkFlow",
"Workflows Log": "Workflows Protokoll",
"methodName": "Servicemethode",
"additionalParameters": "Zusätzliche Parameter (JSON-Format)",
"doNotStore": "Keine gesendete E-Mails speichern",
"Related": "Verbunden",
"Entity Type": "Entitätstyp",
"Workflow Rule": "Workflow Regel",
"Add Condition": "Bedingung hinzufügen",
"Add Action": "Aktion hinzufügen",
"Created": "Erstellt",
"Field": "Feld",
"Entity": "Entität/Modul",
"Process": "Prozess"
},
"emailAddressOptions": {
"": "Kein(e)",
"currentUser": "Aktueller Benutzer",
"specifiedEmailAddress": "Spezifizierte E-Mail Adresse",
"assignedUser": "Zugewiesener Benutzer",
"targetEntity": "Ziel Entität/Modul",
"specifiedUsers": "Spezifizierter Benutzer",
"specifiedContacts": "Angegebene Kontakte",
"teamUsers": "Team Benutzer",
"followers": "Beobachter",
"followersExcludingAssignedUser": "Beobachter außer zugewiesenen Benutzern",
"specifiedTeams": "Benutzer von gewählten Teams",
"fromOrReplyTo": "Von / Antwortadresse"
},
"options": {
"type": {
"afterRecordSaved": "Nach dem Speichern des Datensatzes",
"afterRecordCreated": "Nach dem Erstellen des Datensatzes",
"afterRecordUpdated": "Nach Aktualisierung des Datensatzes",
"manual": "Manuell",
"scheduled": "Geplant",
"sequential": "Nacheinander"
},
"subjectType": {
"value": "Wert",
"field": "Feld",
"today": "heute/jetzt",
"typeOf": "typ von"
},
"assignmentRule": {
"Round-Robin": "Umlauf-Verfahren",
"Least-Busy": "Geringste Auslastung"
},
"manualAccessRequired": {
"read": "lesen",
"edit": "bearbeiten"
},
"manualElementType": {
"Button": "Schaltfläche",
"Dropdown-Item": "Dropdown-Element"
}
},
"actionTypes": {
"sendEmail": "E-Mail senden",
"createEntity": "Entität/Modul erstellen",
"createRelatedEntity": "Verbundene Entität/Modul erstellen",
"updateEntity": "Entität/Modul aktualisieren",
"updateRelatedEntity": "Verknüpfte Entitäten aktualisieren",
"relateWithEntity": "Mit einem anderen Datensatz verbinden",
"unrelateFromEntity": "Link von einem anderen Datensatz entfernen",
"makeFollowed": "Beobachtet erstellen",
"createNotification": "Benachrichtigungen erstellen",
"triggerWorkflow": "Einen anderen Workflow triggern",
"runService": "Serviceaktion ausführen",
"applyAssignmentRule": "Zuordnungsregel anwenden",
"updateCreatedEntity": "Den erstellten Datensatz aktualisieren",
"updateProcessEntity": "Prozessdatensatz aktualisieren",
"startBpmnProcess": "BPM-Prozess starten",
"sendRequest": "HTTP-Anforderung senden",
"executeFormula": "Formelskript ausführen"
},
"texts": {
"allMustBeMet": "Alle müssen zutreffen",
"atLeastOneMustBeMet": "Zumindest eine/r muss zutreffen",
"formulaInfo": "Bedingungen jeglicher Komplexität in Espo-Formel-Sprache"
},
"messages": {
"jsonInvalid": "Ist kein gültiges JSON.",
"loopNotice": "Passen Sie bitte auf, dass Workflow Regeln nicht in einer Endlosschleife enden.",
"messageTemplateHelpText": "Verfügbare Platzhalter:\n\n* `{entity}` Zielsatz\n* `{user}` Aktueller Benutzer\n* `{$$variable}` Formelvariable"
},
"serviceActions": {
"sendEventInvitations": "Einladungen senden",
"addQuoteItemList": "Angebotsartikel hinzufügen",
"addInvoiceItemList": "Rechnungspositionen hinzufügen",
"addSalesOrderItemList": "Kundenauftragspositionen hinzufügen",
"convertCurrency": "Währung umrechnen",
"generateAndSendPassword": "Passwort generieren"
},
"serviceActionsHelp": {
"generateAndSendPassword": "Ein neues Passwort wird erstellt und an die E-Mail-Adresse des Benutzers gesendet.",
"optOut": "Optionaler Parameter: targetListId. Wenn nicht angegeben, wird eine E-Mail-Adresse als opted-out markiert.\n\nBeispiel:\n```{\"targetListId\": \"TARGET_LIST_ID\"}```",
"convertCurrency": "Optionaler Parameter: targetCurrency. Wenn nicht angegeben, wird die Währung in die Standardwährung umgerechnet.",
"sendInEmail": "Parameter:\n* templateId ID der PDF-Vorlage\n* emailTemplateId ID der E-Mail-Vorlage\n* to Empfänger (optionaler Parameter); wird standardmäßig an den Rechnungskontakt oder -firma gesendet; Beispiel: `link:account.assignedUser`\n\nBeispiel:\n\n```{\n \"templateId\": \"TEMPLATE_ID\",\n \"emailTemplateId\": \"EMAIL_TEMPLATE_ID\",\n \"to\": \"link:billingContact\"\n}```",
"addQuoteItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addInvoiceItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addSalesOrderItemList": "Beispiel:\n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", \"name\": \"Product Name\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```"
}
}

View File

@@ -1,8 +1,8 @@
{
"labels": {
"Create WorkflowCategory": "Kategorie erstellen"
},
"fields": {
"order": "Reihenfolge"
}
{
"labels": {
"Create WorkflowCategory": "Kategorie erstellen"
},
"fields": {
"order": "Reihenfolge"
}
}

View File

@@ -1,6 +1,6 @@
{
"fields": {
"target": "Ziel",
"workflow": "WorkFlow"
}
{
"fields": {
"target": "Ziel",
"workflow": "WorkFlow"
}
}

View File

@@ -35,7 +35,8 @@
"Label": "Label",
"Type": "Type",
"Decimal Places": "Decimal Places",
"Preview": "Preview"
"Preview": "Preview",
"Create Internal Report": "Create Internal Report"
},
"fields": {
"type": "Type",
@@ -69,7 +70,9 @@
"joinedReportLabel": "Sub-Report Label",
"filtersDataList": "Filters Data List",
"columnsData": "Columns Data",
"filtersData": "Filters Data"
"filtersData": "Filters Data",
"internalClassName": "Internal Report",
"tableMode": "Table Mode"
},
"tooltips": {
"chartOneColumns": "Columns to display on the chart. If not specified, the system will include all columns that can be combined into a single chart.",
@@ -81,7 +84,8 @@
"groupBy": "Data will be aggregated by the specified groups. The maximum number of groups is two. If empty, then data will not be aggregated only totals will be displayed.\n\n[Complex expressions](https://www.espocrm.com/documentation/user-guide/complex-expressions/) can be used.",
"columns": "What data to display. \n\n[Complex expressions](https://www.espocrm.com/documentation/user-guide/complex-expressions/) can be used.",
"runtimeFilters": "Additional filters that will be available on the report view.",
"portals": "The report will be available only in the specified portals."
"portals": "The report will be available only in the specified portals.",
"internalParamLeadTeam": "A team leads are assigned to. If empty, then all leads are taken into account."
},
"functions": {
"COUNT": "Count",
@@ -183,9 +187,14 @@
"columnType": {
"": "Auto",
"Summary": "Summary"
},
"tableMode": {
"Regular": "Regular",
"Normalized": "Normalized"
}
},
"messages": {
"onlyAdminCanPreviewInternalReports": "Only admin can preview internal reports.",
"noSubReportInPreview": "Sub-reports cannot be displayed in the preview mode.",
"emailTemplateParsingError": "Error while parsing template `{template}`.",
"executionError": "Could not run the report. Check the report parameters. Find more details in the log file.",
@@ -225,6 +234,13 @@
"width": "Width",
"notSortable": "Not Sortable",
"exportOnly": "Export Only",
"hidden": "Hidden",
"align": "Align"
},
"internalReports": {
"Advanced:LeadsByLastActivity": "Leads by Last Activity"
},
"parameterFields": {
"team": "Team"
}
}

View File

@@ -1,25 +1,25 @@
{
"labels": {
"Workflow Manager": "Flussi di lavoro",
"Flowcharts": "Diagrammi",
"Processes": "Processi",
"Business Process Management": "Gestione di processi aziendali",
"Report Filters": "Filtri di report",
"Report Panels": "Pannelli filtri"
},
"descriptions": {
"workflowManager": "Configura regole del flusso di lavoro.",
"bpmnFlowcharts": "Definizione di processi aziendali.",
"bpmnProcesses": "Istanze dei processi aziendali.",
"reportFilters": "Filtri di visualizzazione elenco personalizzati basati sui report.",
"reportPanels": "Pannelli di visualizzazione dettagli che mostrano i risultati del report."
},
"messages": {
"newAdvancedPackVersionIsAvailable": "È disponibile la nuova versione Advanced Pack {latestVersion}. Può essere scaricata sul portale clienti."
},
"templates": {
"reportSendingGrid1": "Report Griglia-1",
"reportSendingGrid2": "Report Griglia-1",
"reportSendingList": "Report Lista"
}
{
"labels": {
"Workflow Manager": "Flussi di lavoro",
"Flowcharts": "Diagrammi",
"Processes": "Processi",
"Business Process Management": "Gestione di processi aziendali",
"Report Filters": "Filtri di report",
"Report Panels": "Pannelli filtri"
},
"descriptions": {
"workflowManager": "Configura regole del flusso di lavoro.",
"bpmnFlowcharts": "Definizione di processi aziendali.",
"bpmnProcesses": "Istanze dei processi aziendali.",
"reportFilters": "Filtri di visualizzazione elenco personalizzati basati sui report.",
"reportPanels": "Pannelli di visualizzazione dettagli che mostrano i risultati del report."
},
"messages": {
"newAdvancedPackVersionIsAvailable": "È disponibile la nuova versione Advanced Pack {latestVersion}. Può essere scaricata sul portale clienti."
},
"templates": {
"reportSendingGrid1": "Report Griglia-1",
"reportSendingGrid2": "Report Griglia-1",
"reportSendingList": "Report Lista"
}
}

View File

@@ -1,20 +1,20 @@
{
"fields": {
"status": "Stato",
"processedAt": "Elaborato presso",
"elementType": "Tipo di elemento",
"element": "Elemento"
},
"options": {
"status": {
"Created": "Creato",
"Pending": "In attesa",
"In Process": "In corso",
"Standby": "Pausa",
"Processed": "Processato",
"Rejected": "Rifiutato",
"Failed": "Fallito",
"Interrupted": "Interrotto"
}
}
{
"fields": {
"status": "Stato",
"processedAt": "Elaborato presso",
"elementType": "Tipo di elemento",
"element": "Elemento"
},
"options": {
"status": {
"Created": "Creato",
"Pending": "In attesa",
"In Process": "In corso",
"Standby": "Pausa",
"Processed": "Processato",
"Rejected": "Rifiutato",
"Failed": "Fallito",
"Interrupted": "Interrotto"
}
}
}

View File

@@ -1,80 +1,80 @@
{
"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"
}
{
"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"
}
}

View File

@@ -1,11 +1,11 @@
{
"labels": {
"Create BpmnFlowchartCategory": "Crea Categoria"
},
"fields": {
"order": "Ordine"
},
"links": {
"flowcharts": "Diagrammi di flusso"
}
{
"labels": {
"Create BpmnFlowchartCategory": "Crea Categoria"
},
"fields": {
"order": "Ordine"
},
"links": {
"flowcharts": "Diagrammi di flusso"
}
}

View File

@@ -1,132 +1,132 @@
{
"fields": {
"text": "Testo",
"triggerType": "Tipo di trigger",
"timer": "Parametri del temporizzatore",
"defaultFlowId": "Flusso predefinito",
"from": "Da",
"to": "A",
"replyTo": "Rispondi a",
"fromEmailAddress": "Indirizzo e-mail del mittente",
"toEmailAddress": "Indirizzo email destinatario",
"replyToEmailAddress": "Indirizzo E-Mail Risposta",
"ccEmailAddress": "Indirizzo e-mail CC",
"toSpecifiedTeams": "Al team",
"toSpecifiedUsers": "Agli utenti",
"toSpecifiedContacts": "Ai contatti",
"attachmentsVariable": "Variabile Allegati",
"emailTemplate": "Modello di e-mail",
"doNotStore": "Non conservare e-mail inviate",
"actions": "Azioni",
"actionType": "Tipo di azione",
"targetUser": "Utente di destinazione",
"assignmentType": "Assegnazione",
"targetTeam": "Team di destinazione",
"targetUserPosition": "Posizione utente di destinazione",
"startDirection": "Direzione di partenza",
"targetReport": "Report di destinazione",
"scheduling": "Programmazione",
"schedulingApplyTimezone": "Applica il fuso orario",
"messageType": "Tipo di messaggio",
"canBeFailed": "Può fallire",
"callableType": "Tipo richiamabile",
"errorCode": "Codice di errore",
"escalationCode": "Codice di escalation",
"cancelActivity": "sta interrompendo",
"isInterrupting": "sta interrompendo",
"targetType": "Tipo di entità di destinazione",
"flowchartVisualization": "Organigramma",
"flowchart": "Organigramma",
"signal": "Segnale",
"isolateVariables": "Isola le variabili",
"returnVariableList": "Variabili di ritorno",
"returnCollectionVariable": "Restituisci la Variabile della Collezione",
"repliedTo": "Rispondi a",
"relatedTo": "Relativo a",
"instructions": "Istruzioni",
"conditionsFormula": "Formula delle Condizioni",
"optOutLink": "Link di disattivazione",
"isMultiInstance": "Multi-istanza",
"isSequential": "Sequenziale",
"loopCollectionExpression": "Espressione sulla Collezione",
"targetIdExpression": "Espressione ID Target",
"activityId": "ID attività"
},
"labels": {
"Conditions": "Condizioni",
"Actions": "Azioni",
"Field": "Campo",
"Flows Conditions": "Condizioni di flusso"
},
"tooltips": {
"attachmentsVariable": "Si tratta del nome di una variabile che deve contenere lID di un allegato o un elenco di ID. Gli allegati possono essere generati in unattività di tipo Script Task eseguita prima in questo processo.",
"compensateActivityId": "ID dellattività da compensare. Se omesso, verranno compensate tutte le attività completate e compensabili.",
"targetIdExpression": "Espressione che definisce un ID del record di destinazione.",
"returnCollectionVariable": "Specificare un nome di variabile per i dati che verranno restituiti dal sotto-processo a istanze multiple. La variabile conterrà un array di oggetti. Ogni oggetto conterrà le variabili di ritorno di ogni istanza del sotto-processo .",
"loopCollectionExpression": "Espressione che definisce un elenco di valori. Ogni valore creerà un'istanza di un sotto-processo separato. All'interno di un sotto-processo, il valore sarà disponibile nella variabile '$inputItem'.",
"taskSendMessageFromEmailAddress": "Segnaposto disponibili:\n\n* '{$$variable}'",
"taskSendMessageEmailAddress": "È possibile specificare più indirizzi e-mail separandoli con un punto e virgola.\n\nSegnaposto disponibili:\n\n* '{$$variable}'",
"targetReport": "I record verranno passati dalla lista report al nuovo processo.",
"target": "Specificare un record da utilizzare come Target del sotto-processo.",
"userTaskName": "Nome del record dell'attività utente che verrà creato.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"userTaskInstructions": "Istruzioni per un utente. Markdown è supportato.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"returnVariableList": "Specifica le variabili di formula che verranno copiate dal sotto-processo al processo principale una volta che il sotto-processo si sarà concluso con successo.",
"scheduling": "Notazione crontab. Definisce la frequenza. UTC TimeZone.\n\n`*/5 * * * *`-ogni 5 minuti `0 */2 * * *`-ogni 2 ore `30 1 * * *`-a 01:30 una volta al giorno `0 0 1 * *`-il primo giorno del mese",
"schedulingApplyTimezone": "Applica il fuso orario predefinito del sistema alla pianificazione. In caso contrario, verrà utilizzato l'UTC.",
"isolateVariables": "Impedisce che le variabili di formula create nel task siano visibili allesterno.",
"taskReturnVariableList": "Specifica le variabili di formula che verranno copiate dal task e saranno disponibili nel resto del flusso dopo lelaborazione del task."
},
"options": {
"emailAddress": {
"system": "Sistema",
"currentUser": "Utente Attuale",
"specifiedEmailAddress": "Indirizzo email specificato",
"assignedUser": "Utente Assegnato",
"specifiedContacts": "Contatti specificati",
"specifiedUsers": "Utenti specificati",
"specifiedTeams": "Team specificati",
"followersExcludingAssignedUser": "Followers escluso utente assegnato",
"processAssignedUser": "Utente assegnato al processo",
"targetEntity": "Record di destinazione",
"": "Nessuno"
},
"triggerType": {
"afterRecordCreated": "Dopo aver creato il record",
"afterRecordSaved": "Dopo aver salvato il record",
"afterRecordUpdated": "Dopo l'aggiornamento del record",
"sequential": "Sequenziale"
},
"timerShiftOperator": {
"plus": "più",
"minus": "meno"
},
"timerShiftUnits": {
"minutes": "minuti",
"hours": "ore",
"days": "giorni",
"months": "mesi",
"seconds": "secondi"
},
"timerBase": {
"moment": "Momento in cui l'evento viene attivato",
"formula": "Calcolato dalla formula"
},
"actionType": {
"Approve": "Approva",
"Review": "Revisione"
},
"assignmentType": {
"": "Nessuno",
"processAssignedUser": "Utente assegnato al processo",
"specifiedUser": "Utente specificato",
"rule:Round-Robin": "Round Robin",
"rule:Least-Busy": "Meno occupato"
},
"startDirection": {
"r": "Destra",
"d": "Giù",
"u": "Su",
"l": "Sinistra"
}
}
{
"fields": {
"text": "Testo",
"triggerType": "Tipo di trigger",
"timer": "Parametri del temporizzatore",
"defaultFlowId": "Flusso predefinito",
"from": "Da",
"to": "A",
"replyTo": "Rispondi a",
"fromEmailAddress": "Indirizzo e-mail del mittente",
"toEmailAddress": "Indirizzo email destinatario",
"replyToEmailAddress": "Indirizzo E-Mail Risposta",
"ccEmailAddress": "Indirizzo e-mail CC",
"toSpecifiedTeams": "Al team",
"toSpecifiedUsers": "Agli utenti",
"toSpecifiedContacts": "Ai contatti",
"attachmentsVariable": "Variabile Allegati",
"emailTemplate": "Modello di e-mail",
"doNotStore": "Non conservare e-mail inviate",
"actions": "Azioni",
"actionType": "Tipo di azione",
"targetUser": "Utente di destinazione",
"assignmentType": "Assegnazione",
"targetTeam": "Team di destinazione",
"targetUserPosition": "Posizione utente di destinazione",
"startDirection": "Direzione di partenza",
"targetReport": "Report di destinazione",
"scheduling": "Programmazione",
"schedulingApplyTimezone": "Applica il fuso orario",
"messageType": "Tipo di messaggio",
"canBeFailed": "Può fallire",
"callableType": "Tipo richiamabile",
"errorCode": "Codice di errore",
"escalationCode": "Codice di escalation",
"cancelActivity": "sta interrompendo",
"isInterrupting": "sta interrompendo",
"targetType": "Tipo di entità di destinazione",
"flowchartVisualization": "Organigramma",
"flowchart": "Organigramma",
"signal": "Segnale",
"isolateVariables": "Isola le variabili",
"returnVariableList": "Variabili di ritorno",
"returnCollectionVariable": "Restituisci la Variabile della Collezione",
"repliedTo": "Rispondi a",
"relatedTo": "Relativo a",
"instructions": "Istruzioni",
"conditionsFormula": "Formula delle Condizioni",
"optOutLink": "Link di disattivazione",
"isMultiInstance": "Multi-istanza",
"isSequential": "Sequenziale",
"loopCollectionExpression": "Espressione sulla Collezione",
"targetIdExpression": "Espressione ID Target",
"activityId": "ID attività"
},
"labels": {
"Conditions": "Condizioni",
"Actions": "Azioni",
"Field": "Campo",
"Flows Conditions": "Condizioni di flusso"
},
"tooltips": {
"attachmentsVariable": "Si tratta del nome di una variabile che deve contenere lID di un allegato o un elenco di ID. Gli allegati possono essere generati in unattività di tipo Script Task eseguita prima in questo processo.",
"compensateActivityId": "ID dellattività da compensare. Se omesso, verranno compensate tutte le attività completate e compensabili.",
"targetIdExpression": "Espressione che definisce un ID del record di destinazione.",
"returnCollectionVariable": "Specificare un nome di variabile per i dati che verranno restituiti dal sotto-processo a istanze multiple. La variabile conterrà un array di oggetti. Ogni oggetto conterrà le variabili di ritorno di ogni istanza del sotto-processo .",
"loopCollectionExpression": "Espressione che definisce un elenco di valori. Ogni valore creerà un'istanza di un sotto-processo separato. All'interno di un sotto-processo, il valore sarà disponibile nella variabile '$inputItem'.",
"taskSendMessageFromEmailAddress": "Segnaposto disponibili:\n\n* '{$$variable}'",
"taskSendMessageEmailAddress": "È possibile specificare più indirizzi e-mail separandoli con un punto e virgola.\n\nSegnaposto disponibili:\n\n* '{$$variable}'",
"targetReport": "I record verranno passati dalla lista report al nuovo processo.",
"target": "Specificare un record da utilizzare come Target del sotto-processo.",
"userTaskName": "Nome del record dell'attività utente che verrà creato.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"userTaskInstructions": "Istruzioni per un utente. Markdown è supportato.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"returnVariableList": "Specifica le variabili di formula che verranno copiate dal sotto-processo al processo principale una volta che il sotto-processo si sarà concluso con successo.",
"scheduling": "Notazione crontab. Definisce la frequenza. UTC TimeZone.\n\n`*/5 * * * *`-ogni 5 minuti `0 */2 * * *`-ogni 2 ore `30 1 * * *`-a 01:30 una volta al giorno `0 0 1 * *`-il primo giorno del mese",
"schedulingApplyTimezone": "Applica il fuso orario predefinito del sistema alla pianificazione. In caso contrario, verrà utilizzato l'UTC.",
"isolateVariables": "Impedisce che le variabili di formula create nel task siano visibili allesterno.",
"taskReturnVariableList": "Specifica le variabili di formula che verranno copiate dal task e saranno disponibili nel resto del flusso dopo lelaborazione del task."
},
"options": {
"emailAddress": {
"system": "Sistema",
"currentUser": "Utente Attuale",
"specifiedEmailAddress": "Indirizzo email specificato",
"assignedUser": "Utente Assegnato",
"specifiedContacts": "Contatti specificati",
"specifiedUsers": "Utenti specificati",
"specifiedTeams": "Team specificati",
"followersExcludingAssignedUser": "Followers escluso utente assegnato",
"processAssignedUser": "Utente assegnato al processo",
"targetEntity": "Record di destinazione",
"": "Nessuno"
},
"triggerType": {
"afterRecordCreated": "Dopo aver creato il record",
"afterRecordSaved": "Dopo aver salvato il record",
"afterRecordUpdated": "Dopo l'aggiornamento del record",
"sequential": "Sequenziale"
},
"timerShiftOperator": {
"plus": "più",
"minus": "meno"
},
"timerShiftUnits": {
"minutes": "minuti",
"hours": "ore",
"days": "giorni",
"months": "mesi",
"seconds": "secondi"
},
"timerBase": {
"moment": "Momento in cui l'evento viene attivato",
"formula": "Calcolato dalla formula"
},
"actionType": {
"Approve": "Approva",
"Review": "Revisione"
},
"assignmentType": {
"": "Nessuno",
"processAssignedUser": "Utente assegnato al processo",
"specifiedUser": "Utente specificato",
"rule:Round-Robin": "Round Robin",
"rule:Least-Busy": "Meno occupato"
},
"startDirection": {
"r": "Destra",
"d": "Giù",
"u": "Su",
"l": "Sinistra"
}
}
}

View File

@@ -1,56 +1,56 @@
{
"labels": {
"Create BpmnProcess": "Avvia processo",
"Stop Process": "Ferma il processo",
"User Tasks": "Attività utente",
"Flowcharts": "Diagrammi di flusso",
"Interrupt": "Interruzione",
"Reject": "Rifiuta",
"Start flow from here": "Avvia il flusso da qui",
"Reactivate": "Riattiva",
"View Variables": "Visualizza variabili",
"View Error": "Visualizza errore",
"Error Message": "Messaggio di Errore"
},
"fields": {
"status": "Stato",
"targetType": "Tipo di entità di destinazione",
"target": "Destinazione",
"createdEntitiesData": "Dati entità creati",
"flowchartData": "Dati del diagramma di flusso",
"flowchart": "Diagramma di flusso",
"flowchartVisualization": "Diagramma di flusso (visualizzazione)",
"flowchartElementsDataHash": "Elementi del diagramma di flusso",
"variables": "Variabili",
"endedAt": "Finito a",
"startElementId": "Elemento Start",
"workflowId": "ID flusso di lavoro",
"parentProcess": "Processo padre",
"parentProcessFlowNode": "Nodo del flusso di processo padre",
"rootProcess": "Processo radice"
},
"links": {
"flowchart": "Diagramma di flusso",
"target": "Destinazione",
"flowNodes": "Log di flusso",
"userTasks": "Elaborare le attività dell'utente",
"childProcesses": "Processi figlio",
"parentProcess": "Processo padre",
"parentProcessFlowNode": "Nodo del flusso di processo padre",
"rootProcess": "Processo radice"
},
"options": {
"status": {
"Created": "Creato",
"Started": "Iniziato",
"Ended": "Terminata",
"Paused": "In pausa",
"Stopped": "Arrestato",
"Interrupted": "Interrotto"
}
},
"presetFilters": {
"actual": "Attuale",
"ended": "Terminata"
}
{
"labels": {
"Create BpmnProcess": "Avvia processo",
"Stop Process": "Ferma il processo",
"User Tasks": "Attività utente",
"Flowcharts": "Diagrammi di flusso",
"Interrupt": "Interruzione",
"Reject": "Rifiuta",
"Start flow from here": "Avvia il flusso da qui",
"Reactivate": "Riattiva",
"View Variables": "Visualizza variabili",
"View Error": "Visualizza errore",
"Error Message": "Messaggio di Errore"
},
"fields": {
"status": "Stato",
"targetType": "Tipo di entità di destinazione",
"target": "Destinazione",
"createdEntitiesData": "Dati entità creati",
"flowchartData": "Dati del diagramma di flusso",
"flowchart": "Diagramma di flusso",
"flowchartVisualization": "Diagramma di flusso (visualizzazione)",
"flowchartElementsDataHash": "Elementi del diagramma di flusso",
"variables": "Variabili",
"endedAt": "Finito a",
"startElementId": "Elemento Start",
"workflowId": "ID flusso di lavoro",
"parentProcess": "Processo padre",
"parentProcessFlowNode": "Nodo del flusso di processo padre",
"rootProcess": "Processo radice"
},
"links": {
"flowchart": "Diagramma di flusso",
"target": "Destinazione",
"flowNodes": "Log di flusso",
"userTasks": "Elaborare le attività dell'utente",
"childProcesses": "Processi figlio",
"parentProcess": "Processo padre",
"parentProcessFlowNode": "Nodo del flusso di processo padre",
"rootProcess": "Processo radice"
},
"options": {
"status": {
"Created": "Creato",
"Started": "Iniziato",
"Ended": "Terminata",
"Paused": "In pausa",
"Stopped": "Arrestato",
"Interrupted": "Interrotto"
}
},
"presetFilters": {
"actual": "Attuale",
"ended": "Terminata"
}
}

View File

@@ -1,40 +1,40 @@
{
"labels": {
"Resolve": "Risolvere"
},
"fields": {
"actionType": "Tipo di azione",
"resolution": "Risoluzione",
"target": "Obiettivo",
"process": "Processo",
"isResolved": "È risolto",
"resolutionNote": "Nota di risoluzione",
"instructions": "Istruzioni",
"isCanceled": "È cancellato"
},
"links": {
"process": "Processo",
"target": "Destinazione",
"flowNode": "Nodo di flusso"
},
"options": {
"actionType": {
"Approve": "Approva",
"Review": "Revisione",
"Accomplish": "Realizzare"
},
"resolution": {
"": "Nessuno",
"Approved": "Approvato",
"Rejected": "Rifiutato",
"Reviewed": "Rivisto",
"Completed": "Completato",
"Canceled": "Annullato"
}
},
"presetFilters": {
"actual": "Attuale",
"resolved": "Risolto",
"canceled": "Annullato"
}
{
"labels": {
"Resolve": "Risolvere"
},
"fields": {
"actionType": "Tipo di azione",
"resolution": "Risoluzione",
"target": "Obiettivo",
"process": "Processo",
"isResolved": "È risolto",
"resolutionNote": "Nota di risoluzione",
"instructions": "Istruzioni",
"isCanceled": "È cancellato"
},
"links": {
"process": "Processo",
"target": "Destinazione",
"flowNode": "Nodo di flusso"
},
"options": {
"actionType": {
"Approve": "Approva",
"Review": "Revisione",
"Accomplish": "Realizzare"
},
"resolution": {
"": "Nessuno",
"Approved": "Approvato",
"Rejected": "Rifiutato",
"Reviewed": "Rivisto",
"Completed": "Completato",
"Canceled": "Annullato"
}
},
"presetFilters": {
"actual": "Attuale",
"resolved": "Risolto",
"canceled": "Annullato"
}
}

View File

@@ -1,9 +1,9 @@
{
"fields": {
"column": "Sommatoria colonna",
"displayOnlyCount": "Visualizza solo il totale",
"displayTotal": "Visualizzazione il totale",
"useSiMultiplier": "Moltiplicatore SI",
"displayType": "Cosa mostrare"
}
{
"fields": {
"column": "Sommatoria colonna",
"displayOnlyCount": "Visualizza solo il totale",
"displayTotal": "Visualizzazione il totale",
"useSiMultiplier": "Moltiplicatore SI",
"displayType": "Cosa mostrare"
}
}

View File

@@ -1,33 +1,33 @@
{
"scopeNames": {
"Workflow": "Flusso di lavoro",
"ReportCategory": "Categoria report",
"WorkflowLogRecord": "Record del log del flusso di lavoro",
"WorkflowCategory": "Categoria Flusso di lavoro",
"BpmnFlowchart": "Diagramma di flusso",
"BpmnProcess": "Processo",
"BpmnUserTask": "Attività processo utente",
"ReportFilter": "Filtro report",
"ReportPanel": "Pannello report",
"BpmnFlowchartCategory": "Categoria Diagramma di flusso"
},
"scopeNamesPlural": {
"Workflow": "Flussi di lavoro",
"Report": "Report",
"ReportCategory": "Categorie di report",
"WorkflowLogRecord": "Log flussi di lavoro",
"WorkflowCategory": "Categorie del flusso di lavoro",
"BpmnFlowchart": "Diagrammi di flusso dei processi",
"BpmnProcess": "Processi",
"BpmnUserTask": "Processi attività dell'utente",
"ReportFilter": "Filtri di report",
"ReportPanel": "Pannelli filtri",
"BpmnFlowchartCategory": "Categorie di diagrammi di flusso"
},
"dashlets": {
"BpmnUserTasks": "Processi attività dell'utente"
},
"labels": {
"Start Process": "Avvia processo"
}
{
"scopeNames": {
"Workflow": "Flusso di lavoro",
"ReportCategory": "Categoria report",
"WorkflowLogRecord": "Record del log del flusso di lavoro",
"WorkflowCategory": "Categoria Flusso di lavoro",
"BpmnFlowchart": "Diagramma di flusso",
"BpmnProcess": "Processo",
"BpmnUserTask": "Attività processo utente",
"ReportFilter": "Filtro report",
"ReportPanel": "Pannello report",
"BpmnFlowchartCategory": "Categoria Diagramma di flusso"
},
"scopeNamesPlural": {
"Workflow": "Flussi di lavoro",
"Report": "Report",
"ReportCategory": "Categorie di report",
"WorkflowLogRecord": "Log flussi di lavoro",
"WorkflowCategory": "Categorie del flusso di lavoro",
"BpmnFlowchart": "Diagrammi di flusso dei processi",
"BpmnProcess": "Processi",
"BpmnUserTask": "Processi attività dell'utente",
"ReportFilter": "Filtri di report",
"ReportPanel": "Pannelli filtri",
"BpmnFlowchartCategory": "Categorie di diagrammi di flusso"
},
"dashlets": {
"BpmnUserTasks": "Processi attività dell'utente"
},
"labels": {
"Start Process": "Avvia processo"
}
}

View File

@@ -1,185 +1,185 @@
{
"labels": {
"Create Report": "Crea report",
"Run": "Esegui",
"Total": "Totale",
"Group Total": "Totale Gruppo",
"-Empty-": "-Vuoto-",
"Parameters": "Parametri",
"Filters": "Filtri",
"Chart": "Grafico",
"List Report": "Report elenco",
"Grid Report": "Report griglia",
"days": "giorni",
"never": "mai",
"Get Csv": "Get CSV",
"EmailSending": "Invio e-mail",
"View Report": "Visualizza report",
"Complex expression": "Espressione complessa",
"Having": "Che ha",
"Add AND group": "Aggiungi gruppo AND",
"Add OR group": "Aggiungi gruppo OR",
"Add NOT group": "Aggiungi gruppo NOT",
"Add IN group": "Aggiungi gruppo IN",
"Add Having group": "Aggiungi gruppo con condizione",
"Add Complex expression": "Aggiungi espressione complessa",
"Columns": "Colonne",
"Send Email": "Invia Email",
"Results View": "Visualizzazione dei risultati",
"Create Joint Grid Report": "Creazione di un rapporto griglia congiunta",
"Label": "Etichetta",
"Type": "Tipo",
"Decimal Places": "Posizioni Decimali",
"Preview": "Anteprima"
},
"fields": {
"type": "Tipo",
"entityType": "Tipo di entità",
"description": "Descrizione",
"groupBy": "Raggruppa per",
"columns": "Colonne",
"orderBy": "Ordina per",
"filters": "Filtri",
"runtimeFilters": "Filtri di runtime",
"chartType": "Tipo di grafico",
"emailSendingInterval": "Intervallo",
"emailSendingTime": "Orario",
"emailSendingUsers": "Utenti",
"emailSendingSettingDay": "Giorno",
"emailSendingSettingMonth": "Mese",
"emailSendingSettingWeekdays": "Giorni",
"emailSendingDoNotSendEmptyReport": "Non inviare se il rapporto è vuoto",
"chartColorList": "Colori del grafico",
"chartColor": "Colore grafico",
"chartOneColumns": "Colonne del grafico",
"chartOneY2Columns": "Colonne dell'asse secondario del grafico",
"orderByList": "Ordine di elenco",
"orderByListShort": "Ordine",
"column": "Colonna",
"exportFormat": "Formato",
"category": "Categoria",
"applyAcl": "Applica ACL",
"portals": "Portali",
"joinedReports": "Report Secondari",
"joinedReportLabel": "Etichetta Report Secondari",
"filtersDataList": "Elenco dati filtri",
"columnsData": "Dati colonne",
"filtersData": "Filtra i dati"
},
"tooltips": {
"chartOneColumns": "Colonne da visualizzare nel grafico. Se non specificato, il sistema includerà tutte le colonne che possono essere combinate in un unico grafico.",
"chartOneY2Columns": "Colonne da visualizzare sull'asse secondario del grafico.",
"orderBy": "I dati dei risultati verranno ordinati in base alle colonne e ai gruppi specificati.",
"emailSendingUsers": "Il risultato del report degli utenti verrà inviato a.",
"chartColorList": "Colori personalizzati per gruppi specifici.",
"applyAcl": "I risultati del report dipenderanno dall'accesso dell'utente.",
"groupBy": "I dati verranno aggregati in base ai gruppi specificati. Il numero massimo di gruppi è due. Se vuoto, i dati non verranno aggregati, ma verranno visualizzati solo i totali.\n\n[Espressioni complesse](https://www.espocrm.com/documentation/user-guide/complex-expressions/).",
"columns": "Quali dati visualizzare. \n\n[Espressioni complesse](https://www.espocrm.com/documentation/user-guide/complex-expressions/).",
"runtimeFilters": "Filtri aggiuntivi che saranno disponibili nella visualizzazione del report.",
"portals": "Il report sarà disponibile solo nei portali specificati."
},
"functions": {
"COUNT": "Conteggio",
"SUM": "Somma",
"AVG": "Media",
"MAX": "Massimo",
"YEAR": "Anno",
"QUARTER": "Trimestre",
"MONTH": "Mese",
"DAY": "Giorno",
"WEEK": "Settimana",
"YEAR_FISCAL": "Anno Fiscale",
"QUARTER_FISCAL": "Trimestre fiscale"
},
"orders": {
"ASC": "Ascendente",
"DESC": "Discendente",
"LIST": "Elenco"
},
"options": {
"dashletDisplayType": {
"Chart": "Grafico",
"List": "Lista",
"Chart-Total": "Grafico e totale",
"Total": "Totale",
"Table": "Tabella"
},
"chartType": {
"BarHorizontal": "Barra (orizzontale)",
"BarVertical": "Barra (verticale)",
"BarGroupedHorizontal": "Barre Raggruppate Orizzontalmente",
"BarGroupedVertical": "Barre raggruppate · Verticalmente",
"Pie": "Torta",
"Line": "Linea"
},
"emailSendingInterval": {
"Daily": "Giornaliero",
"Weekly": "Settimanale",
"Monthly": "Mensile",
"Yearly": "Annuale"
},
"emailSendingSettingDay": {
"32": "Ultimo giorno del mese"
},
"type": {
"Grid": "Griglia",
"List": "Lista",
"JointGrid": "Griglia congiunta"
},
"function": {
"": "--Nessuna funzione--",
"custom": "Espressione",
"customWithOperator": "Espressione con operatore",
"WEEK_NUMBER_0": "WEEK (Domenica)",
"WEEK_NUMBER_1": "WEEK (Lunedì)"
},
"layoutAlign": {
"left": "Sinistra",
"right": "Destra"
},
"columnType": {
"Summary": "Sommario"
}
},
"messages": {
"noSubReportInPreview": "I report secondari non possono essere visualizzati in modalità anteprima.",
"emailTemplateParsingError": "Errore durante l'analisi del modello '{template}'.",
"executionError": "Impossibile eseguire il report. Controllare i parametri del report. Per ulteriori dettagli, consultare il file di log.",
"emptyStringGroupExcluded": "Un gruppo con un valore stringa vuoto viene escluso dai risultati.",
"notAllowedFormulaInFilter": "L'espressione della formula nei filtri contiene una funzione non consentita.",
"validateMaxCount": "Count non deve essere maggiore di {maxCount}",
"havingFilterWithoutGroupByError": "Non puoi applicare la condizione su aggregati senza usare Group By.",
"gridReportDescription": "Raggruppare per una o due colonne e vedere sommatoria. Può essere visualizzato come un grafico.",
"listReportDescription": "Semplice elenco di record che soddisfano i criteri dei filtri.",
"invalidColumnError": "Nome colonna non valido. Controllare i parametri del report.",
"sqlSyntaxError": "Impossibile comporre un SQL valido dai parametri del report.",
"onlyFullGroupByError": "Parametri del report non supportati. Modificare i parametri o disabilitare la modalità SQL \"ONLY_FULL_GROUP_BY\" nella configurazione del database."
},
"presetFilters": {
"list": "Lista",
"grid": "Griglia",
"listTargets": "Elenco (destinazioni)",
"listAccounts": "Elenco (account)",
"listContacts": "Lista (contatti)",
"listLeads": "Elenco (lead)",
"listUsers": "Elenco (utenti)"
},
"errorMessages": {
"error": "Errore",
"noChart": "Nessun grafico selezionato per il report.",
"selectReport": "Selezionare un report nelle opzioni dashlet."
},
"filtersGroupTypes": {
"or": "O",
"and": "E",
"not": "NON E DENTRO",
"subQueryIn": "DENTRO",
"having": "Che ha"
},
"layoutFields": {
"width": "Larghezza",
"notSortable": "Non ordinabile",
"exportOnly": "Solo Esportazione",
"align": "Allinea"
}
{
"labels": {
"Create Report": "Crea report",
"Run": "Esegui",
"Total": "Totale",
"Group Total": "Totale Gruppo",
"-Empty-": "-Vuoto-",
"Parameters": "Parametri",
"Filters": "Filtri",
"Chart": "Grafico",
"List Report": "Report elenco",
"Grid Report": "Report griglia",
"days": "giorni",
"never": "mai",
"Get Csv": "Get CSV",
"EmailSending": "Invio e-mail",
"View Report": "Visualizza report",
"Complex expression": "Espressione complessa",
"Having": "Che ha",
"Add AND group": "Aggiungi gruppo AND",
"Add OR group": "Aggiungi gruppo OR",
"Add NOT group": "Aggiungi gruppo NOT",
"Add IN group": "Aggiungi gruppo IN",
"Add Having group": "Aggiungi gruppo con condizione",
"Add Complex expression": "Aggiungi espressione complessa",
"Columns": "Colonne",
"Send Email": "Invia Email",
"Results View": "Visualizzazione dei risultati",
"Create Joint Grid Report": "Creazione di un rapporto griglia congiunta",
"Label": "Etichetta",
"Type": "Tipo",
"Decimal Places": "Posizioni Decimali",
"Preview": "Anteprima"
},
"fields": {
"type": "Tipo",
"entityType": "Tipo di entità",
"description": "Descrizione",
"groupBy": "Raggruppa per",
"columns": "Colonne",
"orderBy": "Ordina per",
"filters": "Filtri",
"runtimeFilters": "Filtri di runtime",
"chartType": "Tipo di grafico",
"emailSendingInterval": "Intervallo",
"emailSendingTime": "Orario",
"emailSendingUsers": "Utenti",
"emailSendingSettingDay": "Giorno",
"emailSendingSettingMonth": "Mese",
"emailSendingSettingWeekdays": "Giorni",
"emailSendingDoNotSendEmptyReport": "Non inviare se il rapporto è vuoto",
"chartColorList": "Colori del grafico",
"chartColor": "Colore grafico",
"chartOneColumns": "Colonne del grafico",
"chartOneY2Columns": "Colonne dell'asse secondario del grafico",
"orderByList": "Ordine di elenco",
"orderByListShort": "Ordine",
"column": "Colonna",
"exportFormat": "Formato",
"category": "Categoria",
"applyAcl": "Applica ACL",
"portals": "Portali",
"joinedReports": "Report Secondari",
"joinedReportLabel": "Etichetta Report Secondari",
"filtersDataList": "Elenco dati filtri",
"columnsData": "Dati colonne",
"filtersData": "Filtra i dati"
},
"tooltips": {
"chartOneColumns": "Colonne da visualizzare nel grafico. Se non specificato, il sistema includerà tutte le colonne che possono essere combinate in un unico grafico.",
"chartOneY2Columns": "Colonne da visualizzare sull'asse secondario del grafico.",
"orderBy": "I dati dei risultati verranno ordinati in base alle colonne e ai gruppi specificati.",
"emailSendingUsers": "Il risultato del report degli utenti verrà inviato a.",
"chartColorList": "Colori personalizzati per gruppi specifici.",
"applyAcl": "I risultati del report dipenderanno dall'accesso dell'utente.",
"groupBy": "I dati verranno aggregati in base ai gruppi specificati. Il numero massimo di gruppi è due. Se vuoto, i dati non verranno aggregati, ma verranno visualizzati solo i totali.\n\n[Espressioni complesse](https://www.espocrm.com/documentation/user-guide/complex-expressions/).",
"columns": "Quali dati visualizzare. \n\n[Espressioni complesse](https://www.espocrm.com/documentation/user-guide/complex-expressions/).",
"runtimeFilters": "Filtri aggiuntivi che saranno disponibili nella visualizzazione del report.",
"portals": "Il report sarà disponibile solo nei portali specificati."
},
"functions": {
"COUNT": "Conteggio",
"SUM": "Somma",
"AVG": "Media",
"MAX": "Massimo",
"YEAR": "Anno",
"QUARTER": "Trimestre",
"MONTH": "Mese",
"DAY": "Giorno",
"WEEK": "Settimana",
"YEAR_FISCAL": "Anno Fiscale",
"QUARTER_FISCAL": "Trimestre fiscale"
},
"orders": {
"ASC": "Ascendente",
"DESC": "Discendente",
"LIST": "Elenco"
},
"options": {
"dashletDisplayType": {
"Chart": "Grafico",
"List": "Lista",
"Chart-Total": "Grafico e totale",
"Total": "Totale",
"Table": "Tabella"
},
"chartType": {
"BarHorizontal": "Barra (orizzontale)",
"BarVertical": "Barra (verticale)",
"BarGroupedHorizontal": "Barre Raggruppate Orizzontalmente",
"BarGroupedVertical": "Barre raggruppate · Verticalmente",
"Pie": "Torta",
"Line": "Linea"
},
"emailSendingInterval": {
"Daily": "Giornaliero",
"Weekly": "Settimanale",
"Monthly": "Mensile",
"Yearly": "Annuale"
},
"emailSendingSettingDay": {
"32": "Ultimo giorno del mese"
},
"type": {
"Grid": "Griglia",
"List": "Lista",
"JointGrid": "Griglia congiunta"
},
"function": {
"": "--Nessuna funzione--",
"custom": "Espressione",
"customWithOperator": "Espressione con operatore",
"WEEK_NUMBER_0": "WEEK (Domenica)",
"WEEK_NUMBER_1": "WEEK (Lunedì)"
},
"layoutAlign": {
"left": "Sinistra",
"right": "Destra"
},
"columnType": {
"Summary": "Sommario"
}
},
"messages": {
"noSubReportInPreview": "I report secondari non possono essere visualizzati in modalità anteprima.",
"emailTemplateParsingError": "Errore durante l'analisi del modello '{template}'.",
"executionError": "Impossibile eseguire il report. Controllare i parametri del report. Per ulteriori dettagli, consultare il file di log.",
"emptyStringGroupExcluded": "Un gruppo con un valore stringa vuoto viene escluso dai risultati.",
"notAllowedFormulaInFilter": "L'espressione della formula nei filtri contiene una funzione non consentita.",
"validateMaxCount": "Count non deve essere maggiore di {maxCount}",
"havingFilterWithoutGroupByError": "Non puoi applicare la condizione su aggregati senza usare Group By.",
"gridReportDescription": "Raggruppare per una o due colonne e vedere sommatoria. Può essere visualizzato come un grafico.",
"listReportDescription": "Semplice elenco di record che soddisfano i criteri dei filtri.",
"invalidColumnError": "Nome colonna non valido. Controllare i parametri del report.",
"sqlSyntaxError": "Impossibile comporre un SQL valido dai parametri del report.",
"onlyFullGroupByError": "Parametri del report non supportati. Modificare i parametri o disabilitare la modalità SQL \"ONLY_FULL_GROUP_BY\" nella configurazione del database."
},
"presetFilters": {
"list": "Lista",
"grid": "Griglia",
"listTargets": "Elenco (destinazioni)",
"listAccounts": "Elenco (account)",
"listContacts": "Lista (contatti)",
"listLeads": "Elenco (lead)",
"listUsers": "Elenco (utenti)"
},
"errorMessages": {
"error": "Errore",
"noChart": "Nessun grafico selezionato per il report.",
"selectReport": "Selezionare un report nelle opzioni dashlet."
},
"filtersGroupTypes": {
"or": "O",
"and": "E",
"not": "NON E DENTRO",
"subQueryIn": "DENTRO",
"having": "Che ha"
},
"layoutFields": {
"width": "Larghezza",
"notSortable": "Non ordinabile",
"exportOnly": "Solo Esportazione",
"align": "Allinea"
}
}

View File

@@ -1,13 +1,13 @@
{
"labels": {
"Create ReportCategory": "Crea Categoria",
"Manage Categories": "Gestisci categorie",
"Reports": "Report"
},
"fields": {
"order": "Ordine"
},
"links": {
"reports": "Report"
}
{
"labels": {
"Create ReportCategory": "Crea Categoria",
"Manage Categories": "Gestisci categorie",
"Reports": "Report"
},
"fields": {
"order": "Ordine"
},
"links": {
"reports": "Report"
}
}

View File

@@ -1,15 +1,15 @@
{
"labels": {
"Create ReportFilter": "Crea filtro",
"Rebuild Filters": "Ricostruisci filtri"
},
"fields": {
"order": "Ordine",
"entityType": "Tipo di entità",
"isActive": "È abilitato"
},
"tooltips": {
"teams": "Il filtro Team sarà disponibile. Se nessun team sarà specificato, nessuna restrizione per team verrà applicata.",
"report": "Report elenco che verrà utilizzato per il filtro."
}
{
"labels": {
"Create ReportFilter": "Crea filtro",
"Rebuild Filters": "Ricostruisci filtri"
},
"fields": {
"order": "Ordine",
"entityType": "Tipo di entità",
"isActive": "È abilitato"
},
"tooltips": {
"teams": "Il filtro Team sarà disponibile. Se nessun team sarà specificato, nessuna restrizione per team verrà applicata.",
"report": "Report elenco che verrà utilizzato per il filtro."
}
}

View File

@@ -1,32 +1,32 @@
{
"labels": {
"Create ReportPanel": "Crea pannello",
"Rebuild Panels": "Ricostruisci pannelli"
},
"fields": {
"entityType": "Tipo di entità",
"isActive": "È abilitato",
"type": "Tipo",
"reportType": "Tipo di Rapporto",
"displayTotal": "Visualizzazione il totale",
"displayOnlyTotal": "Visualizza solo il totale",
"column": "Colonna",
"reportEntityType": "Tipo di entità report",
"columnList": "Elenco colonne",
"dynamicLogicVisible": "Condizioni che rendono visibile il pannello",
"order": "Ordine",
"displayType": "Cosa mostrare",
"useSiMultiplier": "Moltiplicatore SI"
},
"tooltips": {
"teams": "I Team per cui verrà visualizzato il pannello. Se nessun team sarà specificato, nessuna restrizione per team verrà applicata.",
"report": "Report che verrà utilizzato per il pannello.",
"order": "[0.. 1]-prima del pannello di flusso;\n[3.. 4]-prima di pannelli di relazione;\n[6..]-dopo i pannelli di rapporto."
},
"options": {
"type": {
"side": "Lato",
"bottom": "Sotto"
}
}
{
"labels": {
"Create ReportPanel": "Crea pannello",
"Rebuild Panels": "Ricostruisci pannelli"
},
"fields": {
"entityType": "Tipo di entità",
"isActive": "È abilitato",
"type": "Tipo",
"reportType": "Tipo di Rapporto",
"displayTotal": "Visualizzazione il totale",
"displayOnlyTotal": "Visualizza solo il totale",
"column": "Colonna",
"reportEntityType": "Tipo di entità report",
"columnList": "Elenco colonne",
"dynamicLogicVisible": "Condizioni che rendono visibile il pannello",
"order": "Ordine",
"displayType": "Cosa mostrare",
"useSiMultiplier": "Moltiplicatore SI"
},
"tooltips": {
"teams": "I Team per cui verrà visualizzato il pannello. Se nessun team sarà specificato, nessuna restrizione per team verrà applicata.",
"report": "Report che verrà utilizzato per il pannello.",
"order": "[0.. 1]-prima del pannello di flusso;\n[3.. 4]-prima di pannelli di relazione;\n[6..]-dopo i pannelli di rapporto."
},
"options": {
"type": {
"side": "Lato",
"bottom": "Sotto"
}
}
}

View File

@@ -1,10 +1,10 @@
{
"options": {
"job": {
"ReportTargetListSync": "Sincronizzare gli elenchi di destinazione con i report",
"ScheduleReportSending": "Pianificare l'invio di report",
"RunScheduledWorkflows": "Eseguire flussi di lavoro pianificati",
"ProcessPendingProcessFlows": "Flussi di processo in sospeso"
}
}
{
"options": {
"job": {
"ReportTargetListSync": "Sincronizzare gli elenchi di destinazione con i report",
"ScheduleReportSending": "Pianificare l'invio di report",
"RunScheduledWorkflows": "Eseguire flussi di lavoro pianificati",
"ProcessPendingProcessFlows": "Flussi di processo in sospeso"
}
}
}

View File

@@ -1,18 +1,18 @@
{
"labels": {
"Sync with Reports": "Sincronizzazione con i report"
},
"fields": {
"syncWithReports": "Report",
"syncWithReportsEnabled": "Abilitato",
"syncWithReportsUnlink": "Rimuovi Link"
},
"links": {
"syncWithReports": "Sincronizzazione con i report"
},
"tooltips": {
"syncWithReportsEnabled": "Abilita la sincronizzazione automatica con un report elenco.",
"syncWithReportsUnlink": "Le voci che non sono contenute nei risultati del report verranno scollegate dall'elenco di destinazione.",
"syncWithReports": "L'elenco di destinazione verrà sincronizzato con i risultati dei report selezionati."
}
{
"labels": {
"Sync with Reports": "Sincronizzazione con i report"
},
"fields": {
"syncWithReports": "Report",
"syncWithReportsEnabled": "Abilitato",
"syncWithReportsUnlink": "Rimuovi Link"
},
"links": {
"syncWithReports": "Sincronizzazione con i report"
},
"tooltips": {
"syncWithReportsEnabled": "Abilita la sincronizzazione automatica con un report elenco.",
"syncWithReportsUnlink": "Le voci che non sono contenute nei risultati del report verranno scollegate dall'elenco di destinazione.",
"syncWithReports": "L'elenco di destinazione verrà sincronizzato con i risultati dei report selezionati."
}
}

View File

@@ -1,250 +1,250 @@
{
"fields": {
"Name": "Nome",
"entityType": "Entità di destinazione",
"type": "Tipo di trigger",
"isActive": "Attivo",
"description": "Descrizione",
"usersToMakeToFollow": "Gli utenti a fare seguire il record",
"whatToFollow": "Cosa seguire",
"portalOnly": "Solo portale",
"portal": "Portale",
"targetReport": "Report di destinazione",
"scheduling": "Programmazione",
"schedulingApplyTimezone": "Applica il fuso orario",
"methodName": "Metodo di servizio",
"assignmentRule": "Regola di assegnazione",
"targetTeam": "Team di destinazione",
"targetUserPosition": "Posizione utente di destinazione",
"listReport": "Report elenco",
"linkList": "Collegamento con l'entità di destinazione tramite relazioni",
"linkListShort": "Link",
"target": "Obiettivo",
"whoFollow": "Che fanno seguire",
"signalName": "Segnale",
"requestType": "Tipo richiesta",
"requestContentType": "Tipo di Contenuto",
"requestContent": "Dati trasmessi",
"requestContentVariable": "Dati trasmessi da variabile",
"optOutLink": "Link di disattivazione",
"headers": "Intestazioni",
"manualLabel": "Etichetta manuale",
"manualDynamicLogic": "Logica Dinamica Manuale",
"manualTeams": "Team assegnati manualmente",
"manualAccessRequired": "Accesso manuale richiesto",
"manualElementType": "Tipo di elemento manuale",
"manualElementTypeInForm": "Tipo Eemento",
"manualLabelInForm": "Etichetta",
"manualAccessRequiredInForm": "Accesso richiesto",
"manualTeamsInForm": "Per i team",
"manualDynamicLogicInForm": "Condizioni",
"manualConfirmation": "Conferma manuale",
"manualConfirmationInForm": "Finestra di dialogo di conferma",
"manualConfirmationText": "Testo di conferma manuale",
"manualConfirmationTextInForm": "Testo di conferma",
"manualStyle": "Stile pulsante manuale",
"manualStyleInForm": "Stile Pulsante",
"category": "Categoria",
"conditionsAll": "Tutte le condizioni",
"conditionsAny": "Qualsiasi condizione",
"conditionsFormula": "Condizioni da Formula",
"actions": "Azioni",
"processOrder": "Elabora ordine",
"attachmentsVariable": "Variabile allegati"
},
"links": {
"portal": "Portale",
"targetReport": "Report di destinazione",
"category": "Categoria"
},
"tooltips": {
"toEmailAddress": "È possibile specificare più indirizzi e-mail separandoli con un punto e virgola.\n\nSegnaposto disponibili:\n* '{$$variable}'",
"attachmentsVariable": "Si tratta del nome di una variabile che deve contenere lID di un allegato o un elenco di ID. Gli allegati possono essere generati in unattività di tipo Script Task eseguita prima in questo processo.",
"createEntityFormula": "Utilizza Formula per impostare gli attributi dell'entità con valori calcolati.",
"entityType": "Tipo di entità a cui viene applicata la regola.",
"targetReport": "Il flusso di lavoro pianificato eseguirà le azioni per tutti i record restituiti dal report elenco specificato.",
"type": "\n* Dopo la creazione/l'aggiornamento del record - Ogni volta che un record viene creato/aggiornato. L'azione può essere avviata da un utente, da un altro flusso di lavoro, da uno script di formule o dal sistema.\n* Manuale: un utente può avviare il flusso di lavoro facendo clic su un pulsante nella visualizzazione dei dettagli del record.\n* Pianificato: viene eseguito automaticamente in base alla pianificazione definita.\n* Sequenziale: può essere eseguito da un'altra regola del flusso di lavoro.\n* Segnale Quando il segnale specificato viene trasmesso nel sistema.",
"processOrder": "Più regole del flusso di lavoro per la stessa destinazione verranno elaborate in base al loro ordine. Più basso è il valore dell'ordine, prima viene eseguita una regola.",
"manualConfirmation": "Per visualizzare una finestra di dialogo di conferma prima di eseguire il flusso di lavoro.",
"manualConfirmationText": "Testo da mostrare a un utente quando si conferma l'avvio del flusso di lavoro.",
"schedulingApplyTimezone": "Applica il fuso orario predefinito del sistema alla pianificazione. In caso contrario, verrà utilizzato l'UTC.",
"manualDynamicLogic": "Condizioni che rendono disponibile il flusso di lavoro per un record.",
"manualTeams": "Team che avranno accesso per eseguire il flusso di lavoro. Se vuoto, solo l'amministratore avrà accesso.",
"manualAccessRequired": "L'accesso a un record è necessario per poter eseguire il flusso di lavoro.",
"manualLabel": "Testo dell'etichetta di un elemento dell'interfaccia utente.",
"requestUrl": "Segnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"requestHeaders": "Intestazioni aggiuntive.\n\nFormato:\n'''Chiave: valore'''\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'\n* '{#secrets.name}'",
"requestContent": "In formato JSON.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"requestContentVariable": "Nome di una variabile. Se specificato, i dati trasmessi verranno prelevati da questa variabile.",
"portalOnly": "Se selezionato, il flusso di lavoro verrà attivato solo nel portale.",
"portal": "Portale specifico in cui verrà attivato il flusso di lavoro. Lasciare vuoto se avete bisogno di lavorare in qualsiasi portale.",
"scheduling": "Notazione crontab. Definisce la frequenza di esecuzione delle regole del flusso di lavoro. UTC TimeZone.\n\n`*/5 * * * *`-ogni 5 minuti `0 */2 * * *`-ogni 2 ore `30 1 * * *`-a 01:30 una volta al giorno `0 0 1 * *`-il primo giorno del mese"
},
"labels": {
"Create Workflow": "Crea regola",
"General": "Generale",
"Manual Trigger": "Trigger Manuale",
"Scheduled Trigger": "Trigger programmato",
"Conditions": "Condizioni",
"Actions": "Azioni",
"All": "Tutti",
"Any": "Qualsiasi",
"Email Address": "Indirizzo Email",
"Email Template": "Modello di e-mail",
"From": "Da",
"To": "A",
"immediately": "Immediatamente",
"Reply-To": "Rispondi a",
"later": "Dopo",
"today": "oggi",
"plus": "più",
"minus": "meno",
"days": "giorni",
"hours": "ore",
"months": "mesi",
"minutes": "minuti",
"Add Field": "Aggiungi campo",
"equals": "uguale a",
"wasEqual": "era uguale",
"notEquals": "diverso da",
"wasNotEqual": "non era uguale",
"changed": "cambiato",
"notChanged": "non modificato",
"notEmpty": "non vuoto",
"isEmpty": "vuoto",
"anyOf": "uno qualsiasi di",
"noneOf": "nessuno dei",
"value": "valore",
"field": "campo",
"true": "vero",
"false": "falso",
"greaterThan": "maggiore di",
"lessThan": "minore di",
"greaterThanOrEquals": "maggiore o uguale a",
"lessThanOrEquals": "minore o uguale a",
"between": "tra",
"on": "attivo",
"before": "prima",
"after": "dopo",
"beforeToday": "prima di oggi",
"afterToday": "dopo oggi",
"recipient": "Destinatario",
"has": "ha",
"notHas": "non ha",
"contains": "contiene",
"notContains": "non contiene",
"messageTemplate": "Modello di messaggio",
"users": "Utenti",
"Target Entity": "Entità di destinazione",
"Current": "Attuale",
"Workflow": "Flusso di lavoro",
"Workflows Log": "Log flussi di lavoro",
"methodName": "Metodo di servizio",
"additionalParameters": "Parametri aggiuntivi (formato JSON)",
"doNotStore": "Non conservare e-mail inviate",
"Related": "Correlati",
"Entity Type": "Tipo di entità",
"Workflow Rule": "Regola del flusso di lavoro",
"Add Condition": "Aggiungi condizione",
"Add Action": "Aggiungi Azione",
"Created": "Creato",
"Field": "Campo",
"Entity": "Entità",
"Process": "Processo"
},
"emailAddressOptions": {
"": "Nessuno",
"currentUser": "Utente Attuale",
"specifiedEmailAddress": "Indirizzo email specificato",
"assignedUser": "Utente assegnato",
"targetEntity": "Record di destinazione",
"specifiedUsers": "Utenti specificati",
"specifiedContacts": "Contatti specificati",
"teamUsers": "Utenti di team correlati al record di destinazione",
"followers": "Seguaci del record di destinazione",
"followersExcludingAssignedUser": "Followers escluso utente assegnato",
"specifiedTeams": "Utenti di team specificati",
"system": "Sistema",
"fromOrReplyTo": "Da/Rispondi A-indirizzo"
},
"options": {
"type": {
"afterRecordSaved": "Dopo aver salvato il record",
"afterRecordCreated": "Dopo aver creato il record",
"afterRecordUpdated": "Dopo l'aggiornamento del record",
"manual": "Manuale",
"scheduled": "Programmato",
"sequential": "Sequenziale",
"signal": "Segnale"
},
"subjectType": {
"value": "valore",
"field": "campo",
"today": "oggi/ora",
"typeOf": "tipo di"
},
"assignmentRule": {
"Round-Robin": "Round Robin",
"Least-Busy": "Meno occupato"
},
"manualAccessRequired": {
"read": "leggi",
"edit": "modifica"
},
"manualElementType": {
"Button": "Pulsante",
"Dropdown-Item": "Elemento a discesa"
}
},
"actionTypes": {
"sendEmail": "Invia Email",
"createEntity": "Crea record",
"createRelatedEntity": "Crea record correlati",
"updateEntity": "Aggiorna record di destinazione",
"updateRelatedEntity": "Aggiorna record correlati",
"relateWithEntity": "Collegamento con un altro record",
"unrelateFromEntity": "Scollega da un altro record",
"makeFollowed": "Fare seguito",
"createNotification": "Crea notifica",
"triggerWorkflow": "Attivare un'altra regola del flusso di lavoro",
"runService": "Esegui azione di servizio",
"applyAssignmentRule": "Applica regola di assegnazione",
"updateCreatedEntity": "Aggiornamento record creato",
"updateProcessEntity": "Aggiorna processo record",
"startBpmnProcess": "Avvia il processo BPM",
"sendRequest": "Invia richiesta HTTP",
"executeFormula": "Esegui script di formula"
},
"texts": {
"allMustBeMet": "Tutti devono essere soddisfatte",
"atLeastOneMustBeMet": "Almeno uno deve essere soddisfatta",
"formulaInfo": "Condizioni di qualsiasi complessità in linguaggio espo-formula"
},
"messages": {
"jsonInvalid": "Non è un codice JSON valido.",
"loopNotice": "Prestare attenzione a un possibile ciclo attraverso due o più regole del flusso di lavoro contemporaneamente.",
"messageTemplateHelpText": "Variabili disponibili:\n {entity}-record di destinazione, {user}-utente corrente"
},
"serviceActions": {
"sendEventInvitations": "Invia inviti",
"addQuoteItemList": "Aggiungere elementi di citazione",
"addInvoiceItemList": "Aggiungi voci della fattura",
"addSalesOrderItemList": "Aggiungi prodotti allordine",
"convertCurrency": "Converti valuta",
"sendInEmail": "Invia e-mail",
"optOut": "Disiscrizione",
"generateAndSendPassword": "Genera Password"
},
"serviceActionsHelp": {
"generateAndSendPassword": "Verrà generata una nuova password che verrà inviata all'indirizzo e-mail dell'utente.",
"optOut": "Parametro facoltativo: targetListId. Se non specificato, l'indirizzo e-mail dell'utente viene contrassegnato come escluso.\n\nEsempio:\n'''{\"targetListId\": \"TARGET_LIST_ID\"}'''",
"convertCurrency": "Parametro facoltativo: targetCurrency. Se non specificato, verrà convertito nella valuta predefinita.",
"sendInEmail": "Parametri:\n* templateId - ID del modello PDF\n* emailTemplateId - ID del modello di email\n* a - destinatario (parametro opzionale); per impostazione predefinita verrà inviato al contatto di fatturazione o all'account; esempio: 'link:account.assignedUser'\n\nEsempio:\n\n```{\n \"templateId\": \"TEMPLATE_ID\",\n \"emailTemplateId\": \"EMAIL_TEMPLATE_ID\",\n “a”: \"link:billingContact\"\n}```",
"addQuoteItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addInvoiceItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addSalesOrderItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```"
},
"presetFilters": {
"active": "Attivo"
}
{
"fields": {
"Name": "Nome",
"entityType": "Entità di destinazione",
"type": "Tipo di trigger",
"isActive": "Attivo",
"description": "Descrizione",
"usersToMakeToFollow": "Gli utenti a fare seguire il record",
"whatToFollow": "Cosa seguire",
"portalOnly": "Solo portale",
"portal": "Portale",
"targetReport": "Report di destinazione",
"scheduling": "Programmazione",
"schedulingApplyTimezone": "Applica il fuso orario",
"methodName": "Metodo di servizio",
"assignmentRule": "Regola di assegnazione",
"targetTeam": "Team di destinazione",
"targetUserPosition": "Posizione utente di destinazione",
"listReport": "Report elenco",
"linkList": "Collegamento con l'entità di destinazione tramite relazioni",
"linkListShort": "Link",
"target": "Obiettivo",
"whoFollow": "Che fanno seguire",
"signalName": "Segnale",
"requestType": "Tipo richiesta",
"requestContentType": "Tipo di Contenuto",
"requestContent": "Dati trasmessi",
"requestContentVariable": "Dati trasmessi da variabile",
"optOutLink": "Link di disattivazione",
"headers": "Intestazioni",
"manualLabel": "Etichetta manuale",
"manualDynamicLogic": "Logica Dinamica Manuale",
"manualTeams": "Team assegnati manualmente",
"manualAccessRequired": "Accesso manuale richiesto",
"manualElementType": "Tipo di elemento manuale",
"manualElementTypeInForm": "Tipo Eemento",
"manualLabelInForm": "Etichetta",
"manualAccessRequiredInForm": "Accesso richiesto",
"manualTeamsInForm": "Per i team",
"manualDynamicLogicInForm": "Condizioni",
"manualConfirmation": "Conferma manuale",
"manualConfirmationInForm": "Finestra di dialogo di conferma",
"manualConfirmationText": "Testo di conferma manuale",
"manualConfirmationTextInForm": "Testo di conferma",
"manualStyle": "Stile pulsante manuale",
"manualStyleInForm": "Stile Pulsante",
"category": "Categoria",
"conditionsAll": "Tutte le condizioni",
"conditionsAny": "Qualsiasi condizione",
"conditionsFormula": "Condizioni da Formula",
"actions": "Azioni",
"processOrder": "Elabora ordine",
"attachmentsVariable": "Variabile allegati"
},
"links": {
"portal": "Portale",
"targetReport": "Report di destinazione",
"category": "Categoria"
},
"tooltips": {
"toEmailAddress": "È possibile specificare più indirizzi e-mail separandoli con un punto e virgola.\n\nSegnaposto disponibili:\n* '{$$variable}'",
"attachmentsVariable": "Si tratta del nome di una variabile che deve contenere lID di un allegato o un elenco di ID. Gli allegati possono essere generati in unattività di tipo Script Task eseguita prima in questo processo.",
"createEntityFormula": "Utilizza Formula per impostare gli attributi dell'entità con valori calcolati.",
"entityType": "Tipo di entità a cui viene applicata la regola.",
"targetReport": "Il flusso di lavoro pianificato eseguirà le azioni per tutti i record restituiti dal report elenco specificato.",
"type": "\n* Dopo la creazione/l'aggiornamento del record - Ogni volta che un record viene creato/aggiornato. L'azione può essere avviata da un utente, da un altro flusso di lavoro, da uno script di formule o dal sistema.\n* Manuale: un utente può avviare il flusso di lavoro facendo clic su un pulsante nella visualizzazione dei dettagli del record.\n* Pianificato: viene eseguito automaticamente in base alla pianificazione definita.\n* Sequenziale: può essere eseguito da un'altra regola del flusso di lavoro.\n* Segnale Quando il segnale specificato viene trasmesso nel sistema.",
"processOrder": "Più regole del flusso di lavoro per la stessa destinazione verranno elaborate in base al loro ordine. Più basso è il valore dell'ordine, prima viene eseguita una regola.",
"manualConfirmation": "Per visualizzare una finestra di dialogo di conferma prima di eseguire il flusso di lavoro.",
"manualConfirmationText": "Testo da mostrare a un utente quando si conferma l'avvio del flusso di lavoro.",
"schedulingApplyTimezone": "Applica il fuso orario predefinito del sistema alla pianificazione. In caso contrario, verrà utilizzato l'UTC.",
"manualDynamicLogic": "Condizioni che rendono disponibile il flusso di lavoro per un record.",
"manualTeams": "Team che avranno accesso per eseguire il flusso di lavoro. Se vuoto, solo l'amministratore avrà accesso.",
"manualAccessRequired": "L'accesso a un record è necessario per poter eseguire il flusso di lavoro.",
"manualLabel": "Testo dell'etichetta di un elemento dell'interfaccia utente.",
"requestUrl": "Segnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"requestHeaders": "Intestazioni aggiuntive.\n\nFormato:\n'''Chiave: valore'''\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'\n* '{#secrets.name}'",
"requestContent": "In formato JSON.\n\nSegnaposto disponibili:\n* '{$attribute}'\n* '{$$variable}'",
"requestContentVariable": "Nome di una variabile. Se specificato, i dati trasmessi verranno prelevati da questa variabile.",
"portalOnly": "Se selezionato, il flusso di lavoro verrà attivato solo nel portale.",
"portal": "Portale specifico in cui verrà attivato il flusso di lavoro. Lasciare vuoto se avete bisogno di lavorare in qualsiasi portale.",
"scheduling": "Notazione crontab. Definisce la frequenza di esecuzione delle regole del flusso di lavoro. UTC TimeZone.\n\n`*/5 * * * *`-ogni 5 minuti `0 */2 * * *`-ogni 2 ore `30 1 * * *`-a 01:30 una volta al giorno `0 0 1 * *`-il primo giorno del mese"
},
"labels": {
"Create Workflow": "Crea regola",
"General": "Generale",
"Manual Trigger": "Trigger Manuale",
"Scheduled Trigger": "Trigger programmato",
"Conditions": "Condizioni",
"Actions": "Azioni",
"All": "Tutti",
"Any": "Qualsiasi",
"Email Address": "Indirizzo Email",
"Email Template": "Modello di e-mail",
"From": "Da",
"To": "A",
"immediately": "Immediatamente",
"Reply-To": "Rispondi a",
"later": "Dopo",
"today": "oggi",
"plus": "più",
"minus": "meno",
"days": "giorni",
"hours": "ore",
"months": "mesi",
"minutes": "minuti",
"Add Field": "Aggiungi campo",
"equals": "uguale a",
"wasEqual": "era uguale",
"notEquals": "diverso da",
"wasNotEqual": "non era uguale",
"changed": "cambiato",
"notChanged": "non modificato",
"notEmpty": "non vuoto",
"isEmpty": "vuoto",
"anyOf": "uno qualsiasi di",
"noneOf": "nessuno dei",
"value": "valore",
"field": "campo",
"true": "vero",
"false": "falso",
"greaterThan": "maggiore di",
"lessThan": "minore di",
"greaterThanOrEquals": "maggiore o uguale a",
"lessThanOrEquals": "minore o uguale a",
"between": "tra",
"on": "attivo",
"before": "prima",
"after": "dopo",
"beforeToday": "prima di oggi",
"afterToday": "dopo oggi",
"recipient": "Destinatario",
"has": "ha",
"notHas": "non ha",
"contains": "contiene",
"notContains": "non contiene",
"messageTemplate": "Modello di messaggio",
"users": "Utenti",
"Target Entity": "Entità di destinazione",
"Current": "Attuale",
"Workflow": "Flusso di lavoro",
"Workflows Log": "Log flussi di lavoro",
"methodName": "Metodo di servizio",
"additionalParameters": "Parametri aggiuntivi (formato JSON)",
"doNotStore": "Non conservare e-mail inviate",
"Related": "Correlati",
"Entity Type": "Tipo di entità",
"Workflow Rule": "Regola del flusso di lavoro",
"Add Condition": "Aggiungi condizione",
"Add Action": "Aggiungi Azione",
"Created": "Creato",
"Field": "Campo",
"Entity": "Entità",
"Process": "Processo"
},
"emailAddressOptions": {
"": "Nessuno",
"currentUser": "Utente Attuale",
"specifiedEmailAddress": "Indirizzo email specificato",
"assignedUser": "Utente assegnato",
"targetEntity": "Record di destinazione",
"specifiedUsers": "Utenti specificati",
"specifiedContacts": "Contatti specificati",
"teamUsers": "Utenti di team correlati al record di destinazione",
"followers": "Seguaci del record di destinazione",
"followersExcludingAssignedUser": "Followers escluso utente assegnato",
"specifiedTeams": "Utenti di team specificati",
"system": "Sistema",
"fromOrReplyTo": "Da/Rispondi A-indirizzo"
},
"options": {
"type": {
"afterRecordSaved": "Dopo aver salvato il record",
"afterRecordCreated": "Dopo aver creato il record",
"afterRecordUpdated": "Dopo l'aggiornamento del record",
"manual": "Manuale",
"scheduled": "Programmato",
"sequential": "Sequenziale",
"signal": "Segnale"
},
"subjectType": {
"value": "valore",
"field": "campo",
"today": "oggi/ora",
"typeOf": "tipo di"
},
"assignmentRule": {
"Round-Robin": "Round Robin",
"Least-Busy": "Meno occupato"
},
"manualAccessRequired": {
"read": "leggi",
"edit": "modifica"
},
"manualElementType": {
"Button": "Pulsante",
"Dropdown-Item": "Elemento a discesa"
}
},
"actionTypes": {
"sendEmail": "Invia Email",
"createEntity": "Crea record",
"createRelatedEntity": "Crea record correlati",
"updateEntity": "Aggiorna record di destinazione",
"updateRelatedEntity": "Aggiorna record correlati",
"relateWithEntity": "Collegamento con un altro record",
"unrelateFromEntity": "Scollega da un altro record",
"makeFollowed": "Fare seguito",
"createNotification": "Crea notifica",
"triggerWorkflow": "Attivare un'altra regola del flusso di lavoro",
"runService": "Esegui azione di servizio",
"applyAssignmentRule": "Applica regola di assegnazione",
"updateCreatedEntity": "Aggiornamento record creato",
"updateProcessEntity": "Aggiorna processo record",
"startBpmnProcess": "Avvia il processo BPM",
"sendRequest": "Invia richiesta HTTP",
"executeFormula": "Esegui script di formula"
},
"texts": {
"allMustBeMet": "Tutti devono essere soddisfatte",
"atLeastOneMustBeMet": "Almeno uno deve essere soddisfatta",
"formulaInfo": "Condizioni di qualsiasi complessità in linguaggio espo-formula"
},
"messages": {
"jsonInvalid": "Non è un codice JSON valido.",
"loopNotice": "Prestare attenzione a un possibile ciclo attraverso due o più regole del flusso di lavoro contemporaneamente.",
"messageTemplateHelpText": "Variabili disponibili:\n {entity}-record di destinazione, {user}-utente corrente"
},
"serviceActions": {
"sendEventInvitations": "Invia inviti",
"addQuoteItemList": "Aggiungere elementi di citazione",
"addInvoiceItemList": "Aggiungi voci della fattura",
"addSalesOrderItemList": "Aggiungi prodotti allordine",
"convertCurrency": "Converti valuta",
"sendInEmail": "Invia e-mail",
"optOut": "Disiscrizione",
"generateAndSendPassword": "Genera Password"
},
"serviceActionsHelp": {
"generateAndSendPassword": "Verrà generata una nuova password che verrà inviata all'indirizzo e-mail dell'utente.",
"optOut": "Parametro facoltativo: targetListId. Se non specificato, l'indirizzo e-mail dell'utente viene contrassegnato come escluso.\n\nEsempio:\n'''{\"targetListId\": \"TARGET_LIST_ID\"}'''",
"convertCurrency": "Parametro facoltativo: targetCurrency. Se non specificato, verrà convertito nella valuta predefinita.",
"sendInEmail": "Parametri:\n* templateId - ID del modello PDF\n* emailTemplateId - ID del modello di email\n* a - destinatario (parametro opzionale); per impostazione predefinita verrà inviato al contatto di fatturazione o all'account; esempio: 'link:account.assignedUser'\n\nEsempio:\n\n```{\n \"templateId\": \"TEMPLATE_ID\",\n \"emailTemplateId\": \"EMAIL_TEMPLATE_ID\",\n “a”: \"link:billingContact\"\n}```",
"addQuoteItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addInvoiceItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```",
"addSalesOrderItemList": "Esempio: \n\n```{\n \"itemList\": [\n {\n \"quantity\": 1, \"productId\": \"productId\", “nome”: \"Nome prodotto\", \"listPrice\": 100, \"unitPrice\": 100\n }\n ]\n}```"
},
"presetFilters": {
"active": "Attivo"
}
}

View File

@@ -1,11 +1,11 @@
{
"labels": {
"Create WorkflowCategory": "Crea Categoria"
},
"fields": {
"order": "Ordine"
},
"links": {
"workflows": "Flussi di lavoro"
}
{
"labels": {
"Create WorkflowCategory": "Crea Categoria"
},
"fields": {
"order": "Ordine"
},
"links": {
"workflows": "Flussi di lavoro"
}
}

View File

@@ -1,6 +1,6 @@
{
"fields": {
"target": "Obiettivo",
"workflow": "Flusso di lavoro"
}
{
"fields": {
"target": "Obiettivo",
"workflow": "Flusso di lavoro"
}
}