@optimajet/workflow-designer 5.3.3 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/workflowdesigner.min.css +582 -261
- package/dist/workflowdesignerfull.min.js +5 -5
- package/localization/index.js +11 -0
- package/localization/readme.md +4 -12
- package/localization/workflowdesigner.localization_en.json +614 -0
- package/package.json +16 -5
- package/localization/workflowdesigner.localization_de.js +0 -726
- package/localization/workflowdesigner.localization_en.js +0 -712
- package/localization/workflowdesigner.localization_es.js +0 -724
- package/localization/workflowdesigner.localization_fr.js +0 -724
- package/localization/workflowdesigner.localization_it.js +0 -724
- package/localization/workflowdesigner.localization_pt.js +0 -724
- package/localization/workflowdesigner.localization_ru.js +0 -733
- package/localization/workflowdesigner.localization_tr.js +0 -724
|
@@ -1,726 +0,0 @@
|
|
|
1
|
-
var WorkflowDesignerConstants = {
|
|
2
|
-
ActivityColor: "#ECF0F1",
|
|
3
|
-
ActivityTextColor: "#2D3436",
|
|
4
|
-
ActivityInitialColor: "#27AE60",
|
|
5
|
-
ActivityInitialTextColor: "#FFFFFF",
|
|
6
|
-
ActivityFinalColor: "#2980B9",
|
|
7
|
-
ActivityFinalTextColor: "#FFFFFF",
|
|
8
|
-
ActivityShape: "#CECECE",
|
|
9
|
-
SelectColor: "#F39C12",
|
|
10
|
-
SelectTextColor: "#FFFFFF",
|
|
11
|
-
SelectSubProcessColor: "#e3b015",
|
|
12
|
-
SelectSubProcessTextColor: "#FFFFFF",
|
|
13
|
-
ButtonActive: "#D4D8D9",
|
|
14
|
-
DateTimeFormat: "YYYY-MM-DD HH:MM:SS",
|
|
15
|
-
BarColor: "#EDF1F2",
|
|
16
|
-
BarSeparatorColor: "#D9DEE0",
|
|
17
|
-
IsRequiredColor: "#F56C6C",
|
|
18
|
-
ParameterFromProcessColor: "#1f8dd6",
|
|
19
|
-
DeleteConfirm: "Sind Sie sicher, dass Sie gewählten Einträge löschen möchten?",
|
|
20
|
-
DeleteConfirmCurrent: "Sind Sie sicher, dass Sie diesen Eintrag löschen möchten?",
|
|
21
|
-
FieldIsRequired: "Feld ist erforderlich!",
|
|
22
|
-
FieldIsNotCorrected: "Field is not corrected!",
|
|
23
|
-
FieldMustBeUnique: "Feld muss eindeutig sein!",
|
|
24
|
-
FieldMustContainAt: "Field must contain @",
|
|
25
|
-
ButtonTextDelete: "Löschen",
|
|
26
|
-
ButtonTextCreate: "Erstellen",
|
|
27
|
-
ButtonTextSave: "Speichern",
|
|
28
|
-
ButtonTextYes: "Ja",
|
|
29
|
-
ButtonTextNo: "Nein",
|
|
30
|
-
ButtonTextOk: "Ok",
|
|
31
|
-
ButtonTextCancel: "Abbrechen",
|
|
32
|
-
ButtonTextClose: "Schließen",
|
|
33
|
-
ButtonTextUndo: "Rückgängig machen",
|
|
34
|
-
ButtonTextRedo: "Wiederholen",
|
|
35
|
-
SaveConfirm: "Änderungen speichern?",
|
|
36
|
-
CloseWithoutSaving: "Änderungen verwerfen?",
|
|
37
|
-
TransitionAuto: "Auto",
|
|
38
|
-
DialogConfirmText: "Frage",
|
|
39
|
-
AlertTitle: "Warning",
|
|
40
|
-
None: "Keiner",
|
|
41
|
-
Warning: "Warnung",
|
|
42
|
-
SwitchToExpertMode: "Switch To Expert Mode",
|
|
43
|
-
SwitchToDefaultMode: "Switch To Default Mode",
|
|
44
|
-
InfoBlockLabel: {
|
|
45
|
-
Activity: "Aktivitäten:",
|
|
46
|
-
Transition: "Übergänge:",
|
|
47
|
-
Command: "Befehle:"
|
|
48
|
-
},
|
|
49
|
-
ActivityNamePrefix: "Aktivität_",
|
|
50
|
-
ActivityFormLabel: {
|
|
51
|
-
Title: "Aktivität",
|
|
52
|
-
TitleForInline: "Aktivität (eingebettet)",
|
|
53
|
-
Name: "Name",
|
|
54
|
-
State: "Zustand",
|
|
55
|
-
IsInitial: "Initial",
|
|
56
|
-
IsFinal: "Final",
|
|
57
|
-
IsForSetState: "Für gesetzten Zustand",
|
|
58
|
-
IsAutoSchemeUpdate: "Automatisches Schema-Update",
|
|
59
|
-
DisablePersist: "Disable persist",
|
|
60
|
-
DisablePersists: {
|
|
61
|
-
DisablePersistTransitionHistory: "Disable persist transition history",
|
|
62
|
-
DisablePersistState: "Disable persist process state",
|
|
63
|
-
DisablePersistParameters: "Disable persist process parameters"
|
|
64
|
-
},
|
|
65
|
-
Implementation: "Implementierung",
|
|
66
|
-
PreExecutionImplementation: "Implementierung Vorabausführung",
|
|
67
|
-
ImpOrder: "Reihenfolge",
|
|
68
|
-
ExecutionTimeoutLabel: "Execution timeout",
|
|
69
|
-
ExecutionTimeoutWarning: "Execution timeout works only with async actions. Check the cancellation token for proper timeout handling.",
|
|
70
|
-
TimeoutsLabel: "Timeouts",
|
|
71
|
-
TypeLabel: "Type",
|
|
72
|
-
ActivityLabel: "Activity",
|
|
73
|
-
StateLabel: "State",
|
|
74
|
-
RetryCountLabel: "Retry count",
|
|
75
|
-
SetActivityLabel: "SetActivity",
|
|
76
|
-
SetStateLabel: "SetState",
|
|
77
|
-
RetryLabel: "Retry",
|
|
78
|
-
IgnoreLabel: "Ignore",
|
|
79
|
-
AllExceptions: "*",
|
|
80
|
-
IdleTimeoutLabel: "Idle timeout",
|
|
81
|
-
ExceptionsHandling: "Exceptions handling",
|
|
82
|
-
Exceptions: "Exceptions",
|
|
83
|
-
ImpAction: "Aktion",
|
|
84
|
-
ImpActionParameter: "Parameter",
|
|
85
|
-
Annotations: "Anmerkungen",
|
|
86
|
-
AnnotationName: "Name",
|
|
87
|
-
AnnotationValue: "Wert",
|
|
88
|
-
Scheme: "Schema einbetten",
|
|
89
|
-
UserComment: "Kommentar",
|
|
90
|
-
AlwaysConditionShouldBeSingle: "Die Immer-Bedingung muss die einzige Bedingung sein",
|
|
91
|
-
OtherwiseConditionShouldBeSingle: "Die Andernfalls-Bedingung muss die einzige Bedingung sein"
|
|
92
|
-
},
|
|
93
|
-
Decision: {
|
|
94
|
-
Title: "Decision",
|
|
95
|
-
TitleForInline: "Decision Inline",
|
|
96
|
-
To: "To activity",
|
|
97
|
-
WhenTrue: "When True",
|
|
98
|
-
WhenFalse: "When False",
|
|
99
|
-
Transition: "Transitions to activities",
|
|
100
|
-
Name: "Name",
|
|
101
|
-
State: "State",
|
|
102
|
-
IsInitial: "Initial",
|
|
103
|
-
IsFinal: "Final",
|
|
104
|
-
IsForSetState: "For set state",
|
|
105
|
-
IsAutoSchemeUpdate: "Auto scheme update",
|
|
106
|
-
Implementation: "Implementation",
|
|
107
|
-
PreExecutionImplementation: "PreExecution Implementation",
|
|
108
|
-
Annotations: "Annotations",
|
|
109
|
-
Scheme: "Inline scheme",
|
|
110
|
-
Condition: "Condition",
|
|
111
|
-
ConditionType: "Type",
|
|
112
|
-
ConditionAction: "Action",
|
|
113
|
-
ResultOnPreExecution: "PreExec. Result",
|
|
114
|
-
ConditionActionParameter: "Action parameter",
|
|
115
|
-
ConditionInversion: "Invert result",
|
|
116
|
-
ActionLabel: "Action",
|
|
117
|
-
ExpressionLabel: "Expression",
|
|
118
|
-
UserComment: "Comment"
|
|
119
|
-
},
|
|
120
|
-
DecisionTable: {
|
|
121
|
-
Title: "Decision table",
|
|
122
|
-
TitleForInline: "Decision table Inline",
|
|
123
|
-
To: "To activity",
|
|
124
|
-
Transition: "Transitions to activities",
|
|
125
|
-
Parameters: "Parameters",
|
|
126
|
-
Name: "Name",
|
|
127
|
-
State: "State",
|
|
128
|
-
IsInitial: "Initial",
|
|
129
|
-
IsFinal: "Final",
|
|
130
|
-
IsForSetState: "For set state",
|
|
131
|
-
IsAutoSchemeUpdate: "Auto scheme update",
|
|
132
|
-
Implementation: "Implementation",
|
|
133
|
-
PreExecutionImplementation: "PreExecution Implementation",
|
|
134
|
-
Annotations: "Annotations",
|
|
135
|
-
Scheme: "Inline scheme",
|
|
136
|
-
ConditionType: "Type",
|
|
137
|
-
Condition: "Condition",
|
|
138
|
-
ConditionAction: "Action",
|
|
139
|
-
ResultOnPreExecution: "PreExec. Result",
|
|
140
|
-
ConditionActionParameter: "Action parameter",
|
|
141
|
-
ConditionInversion: "Invert result",
|
|
142
|
-
ActionLabel: "Action",
|
|
143
|
-
ExpressionLabel: "Expression",
|
|
144
|
-
UserComment: "Comment"
|
|
145
|
-
},
|
|
146
|
-
TransitionFormLabel: {
|
|
147
|
-
Title: "Übergang",
|
|
148
|
-
Name: "Name",
|
|
149
|
-
From: "Von der Aktivität",
|
|
150
|
-
To: "Zur Aktivität",
|
|
151
|
-
Classifier: "Klassifizierer",
|
|
152
|
-
ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
|
|
153
|
-
Restrictions: "Beschränkungen",
|
|
154
|
-
RestrictionsType: "Art",
|
|
155
|
-
RestrictionsActor: "Anwender",
|
|
156
|
-
Condition: "Bedingung",
|
|
157
|
-
ConditionType: "Art",
|
|
158
|
-
ConditionAction: "Aktion",
|
|
159
|
-
ResultOnPreExecution: "Ergebnis der Vorabausführung",
|
|
160
|
-
Trigger: "Auslöser",
|
|
161
|
-
TriggerType: "Art",
|
|
162
|
-
TriggerAuto: "Auto",
|
|
163
|
-
TriggerCommand: "Befehl",
|
|
164
|
-
TriggerTimer: "Timer",
|
|
165
|
-
ConditionActionParameter: "Parameter",
|
|
166
|
-
ConditionExpression: "Expression",
|
|
167
|
-
ConditionInversion: "Ergebnis umkehren",
|
|
168
|
-
ConditionsConcatenationType: "Bedingungen Verkettungstyp",
|
|
169
|
-
AllowConcatenationType: "Verkettung erlauben als",
|
|
170
|
-
RestrictConcatenationType: "Verkettung einschränken als",
|
|
171
|
-
IsFork: "Ist eine Verzweigung",
|
|
172
|
-
MergeViaSetState: "Teilprozess über gesetzten Zustand zusammenführen",
|
|
173
|
-
DisableParentStateControl: "Deaktivieren Sie die übergeordnete Prozesssteuerung",
|
|
174
|
-
ShowConcatParameters: "Verkettung anzeigen",
|
|
175
|
-
HideConcatParameters: "Verkettung ausblenden",
|
|
176
|
-
Annotations: "Anmerkungen",
|
|
177
|
-
AnnotationName: "Name",
|
|
178
|
-
AnnotationValue: "Wert",
|
|
179
|
-
InlinedFinalActivityName: "Eingebettete Abschlussaktivität",
|
|
180
|
-
Allow: "Allow",
|
|
181
|
-
Restrict: "Restrict",
|
|
182
|
-
ConditionsListShouldNotBeEmpty: "Die Liste der Bedingungen sollte nicht leer sein",
|
|
183
|
-
AlwaysConditionShouldBeSingle: "Always condition should be single",
|
|
184
|
-
OtherwiseConditionShouldBeSingle: "Otherwise condition should be single",
|
|
185
|
-
ConditionalLabel: "Conditional",
|
|
186
|
-
AlwaysLabel: "Always",
|
|
187
|
-
ActionLabel: "Action",
|
|
188
|
-
ExpressionLabel: "Expression",
|
|
189
|
-
OtherwiseLabel: "Otherwise",
|
|
190
|
-
UserComment: "Kommentar",
|
|
191
|
-
Subprocess: "Subprocess",
|
|
192
|
-
SubprocessNone: "None",
|
|
193
|
-
SubprocessStart: "Start",
|
|
194
|
-
SubprocessFinalize: "Finalize",
|
|
195
|
-
SubprocessAuto: "Auto",
|
|
196
|
-
SubprocessStartSettings: "Subprocess start settings",
|
|
197
|
-
SubprocessFinalizeSettings: "Subprocess finalize settings",
|
|
198
|
-
SubprocessName: "Subprocess name",
|
|
199
|
-
SubprocessId: "Subprocess id",
|
|
200
|
-
SubprocessIdPlaceholder: "Autogenerated GUID",
|
|
201
|
-
SubprocessNamePlaceholder: "Same as transition name",
|
|
202
|
-
SubprocessStartupType: "Subprocess startup type",
|
|
203
|
-
SubprocessStartupTypeSameThread: "Same thread",
|
|
204
|
-
SubprocessStartupTypeAnotherThread: "Another thread",
|
|
205
|
-
SubprocessStartupTypeTimerQueue: "Timer queue",
|
|
206
|
-
SubprocessStartupParameterCopyStrategy: "Parameters copy strategy",
|
|
207
|
-
SubprocessStartupParameterCopyStrategyCopyAll: "Copy all",
|
|
208
|
-
SubprocessStartupParameterCopyStrategyIgnoreAll: "Ignore all",
|
|
209
|
-
SubprocessStartupParameterCopyStrategyCopySpecified: "Copy specified",
|
|
210
|
-
SubprocessStartupParameterCopyStrategyIgnoreSpecified: "Ignore specified",
|
|
211
|
-
SubprocessSpecifiedParameters: "Specified parameters",
|
|
212
|
-
SubprocessFinalizeParameterMergeStrategy: "Parameters merge strategy",
|
|
213
|
-
SubprocessFinalizeParameterMergeStrategyOverwriteAllNulls: "Overwrite all nulls",
|
|
214
|
-
SubprocessFinalizeParameterMergeStrategyOverwriteAll: "Overwrite all",
|
|
215
|
-
SubprocessFinalizeParameterMergeStrategyOverwriteSpecified: "Overwrite specified",
|
|
216
|
-
SubprocessFinalizeParameterMergeStrategyDontOverwriteSpecified: "Don't overwrite specified"
|
|
217
|
-
},
|
|
218
|
-
LocalizationFormLabel: {
|
|
219
|
-
Title: "Lokalisierung",
|
|
220
|
-
ObjectName: "Objektname",
|
|
221
|
-
Type: "Art",
|
|
222
|
-
IsDefault: "Standardwert",
|
|
223
|
-
Culture: "Kultur",
|
|
224
|
-
Value: "Wert",
|
|
225
|
-
Types: ["Befehl", "Status", "Parameter"]
|
|
226
|
-
},
|
|
227
|
-
TimerFormLabel: {
|
|
228
|
-
Title: "Timer",
|
|
229
|
-
Name: "Name",
|
|
230
|
-
Type: "Art",
|
|
231
|
-
Value: "Wert",
|
|
232
|
-
Types: ["Befehl", "Status", "Parameter"],
|
|
233
|
-
OverrideHint: "Den Timer überschreiben, falls er existiert",
|
|
234
|
-
Override: "Überschreiben"
|
|
235
|
-
},
|
|
236
|
-
AssignmentFormLabel: {
|
|
237
|
-
Title: "Assignments",
|
|
238
|
-
Code: "Code",
|
|
239
|
-
Name: "Name",
|
|
240
|
-
Executor: "Executor",
|
|
241
|
-
ExecutorId: "Executor Id",
|
|
242
|
-
Status: "Status",
|
|
243
|
-
DateCreation: "Date creation",
|
|
244
|
-
Description: "Description",
|
|
245
|
-
DateStart: "Date start",
|
|
246
|
-
DateFinish: "Date finish",
|
|
247
|
-
DeadlineToStart: "Deadline to start",
|
|
248
|
-
DeadlineToFinish: "Deadline to finish",
|
|
249
|
-
Observers: "Observers",
|
|
250
|
-
ObserverId: "Observer Id",
|
|
251
|
-
Tags: "Tags",
|
|
252
|
-
ProhibitedForExecution: "Prohibited for execution",
|
|
253
|
-
AssignmentDeleted: "Assignment deleted",
|
|
254
|
-
TypeSomething: "Type something"
|
|
255
|
-
},
|
|
256
|
-
ParameterFormLabel: {
|
|
257
|
-
Title: "Parameter",
|
|
258
|
-
Name: "Name",
|
|
259
|
-
Type: "Art",
|
|
260
|
-
Purpose: "Zweck",
|
|
261
|
-
Value: "Wert",
|
|
262
|
-
InitialValue: "Ursprünglicher Wert",
|
|
263
|
-
ShowSystemParameters: "Zeige Systemparameter"
|
|
264
|
-
},
|
|
265
|
-
ActorFormLabel: {
|
|
266
|
-
Title: "Anwender",
|
|
267
|
-
Name: "Name",
|
|
268
|
-
Rule: "Regel",
|
|
269
|
-
Value: "Wert",
|
|
270
|
-
ShowPredefinedActors: "Show predefined actors"
|
|
271
|
-
},
|
|
272
|
-
CommandFormLabel: {
|
|
273
|
-
Title: "Befehl",
|
|
274
|
-
Name: "Name",
|
|
275
|
-
InputParameters: "Eingabeparameter",
|
|
276
|
-
InputParametersName: "Name",
|
|
277
|
-
InputParametersIsRequired: "Erforderlich",
|
|
278
|
-
InputParametersParameter: "Parameter",
|
|
279
|
-
InputParametersDefaultValue: "Standard"
|
|
280
|
-
},
|
|
281
|
-
CommandParametersFormLabel: {
|
|
282
|
-
Title: "command parameters",
|
|
283
|
-
InputParametersName: "Name",
|
|
284
|
-
InputParametersIsRequired: "Required",
|
|
285
|
-
InputParametersParameter: "Parameter",
|
|
286
|
-
InputParametersDefaultValue: "Default"
|
|
287
|
-
},
|
|
288
|
-
ProcessInfoFormLabel: {
|
|
289
|
-
Title: "Zusätzliche Parameter",
|
|
290
|
-
IsObsolete: "Veraltet",
|
|
291
|
-
DefiningParameters: "Parameter definieren",
|
|
292
|
-
ProcessParameters: "Parameter verarbeiten",
|
|
293
|
-
SystemParametersTabName: "Systemparameter",
|
|
294
|
-
ProcessParametersTabName: "Prozessparameter",
|
|
295
|
-
HistoryTabName: "Historie",
|
|
296
|
-
TimersTabName: "Timer",
|
|
297
|
-
TagsTabName: "Tags",
|
|
298
|
-
TagsInputPlaceholder: "Start entering a name to add a tag",
|
|
299
|
-
HistoryTabFromLabel: "Von",
|
|
300
|
-
HistoryTabFromStateLabel: "Von Status",
|
|
301
|
-
HistoryTabToLabel: "Nach",
|
|
302
|
-
HistoryTabToStateLabel: "Nach Status",
|
|
303
|
-
HistoryTabExecutorIdLabel: "Ausgeführt von Id",
|
|
304
|
-
HistoryTabActorIdLabel: "Anwender Id",
|
|
305
|
-
HistoryTabExecutorLabel: "Executor",
|
|
306
|
-
HistoryTabActorLabel: "Actor",
|
|
307
|
-
HistoryTabTimeLabel: "Zeit",
|
|
308
|
-
HistoryTabStartTimeLabel: "Start Time",
|
|
309
|
-
HistoryTabDurationLabel: "Duration (ms)",
|
|
310
|
-
HistoryTabTriggerNameLabel: "Timer Name",
|
|
311
|
-
HistoryTabTransitionClassifierNameLabel: "",
|
|
312
|
-
ParametersNameLabel: "Name",
|
|
313
|
-
ParametersValueLabel: "Wert",
|
|
314
|
-
TimersTabNameLabel: "Name",
|
|
315
|
-
TimersTabValueLabel: "Wert",
|
|
316
|
-
RootProcess: "Wurzelprozess",
|
|
317
|
-
TagsLabel: "Tags (durch Komma getrennt)",
|
|
318
|
-
GeneralTabLabel: "General",
|
|
319
|
-
ProcessIdLabel: "Process Id"
|
|
320
|
-
},
|
|
321
|
-
DropdownValues: {
|
|
322
|
-
Name: "Name",
|
|
323
|
-
Value: "Value",
|
|
324
|
-
Dropdown: "Dropdown",
|
|
325
|
-
Values: "values"
|
|
326
|
-
},
|
|
327
|
-
CodeActionsFormLabel: {
|
|
328
|
-
Title: "Codeaktionen",
|
|
329
|
-
Name: "Name",
|
|
330
|
-
ActionCode: "Aktionscode",
|
|
331
|
-
CommonUsings: "Common Usings",
|
|
332
|
-
IsGlobal: "Ist global",
|
|
333
|
-
IsAsync: "Asynchron",
|
|
334
|
-
Type: "Art",
|
|
335
|
-
GlobalDeleteMessage: "Sie haben die globale CodeAction gelöscht. <br/><b> Andere Schemata können diese CodeAction nicht aufrufen! <\/b>",
|
|
336
|
-
UnGlobalMessage: "Sie haben den Status des globalen Flags geändert. <br/> Nach dem Speichern dieses Schemas wird auf der Grundlage dieser globalen CodeAction eine lokale CodeAction erstellt.",
|
|
337
|
-
EditParameters: "Parameter editieren",
|
|
338
|
-
Parameters: "Parameter",
|
|
339
|
-
Text: "Text",
|
|
340
|
-
TextArea: "TextArea",
|
|
341
|
-
Number: "Zahl",
|
|
342
|
-
Checkbox: "Auswahlbox",
|
|
343
|
-
Dropdown: "Auswahlliste",
|
|
344
|
-
MultiSelect: "MultiSelect",
|
|
345
|
-
DateTime: "Datum/Uhrzeit",
|
|
346
|
-
Date: "Date",
|
|
347
|
-
Time: "Time",
|
|
348
|
-
Values: "Werte",
|
|
349
|
-
DropdownName: "Name",
|
|
350
|
-
DropdownValue: "Wert",
|
|
351
|
-
DropdownShouldContainValues: "Die Auswahlliste sollte Einträge enthalten",
|
|
352
|
-
IsRequired: "Benötigt",
|
|
353
|
-
DefaultValue: "Standardwert",
|
|
354
|
-
Json: "Json",
|
|
355
|
-
TitleField: "Title"
|
|
356
|
-
},
|
|
357
|
-
EditParametersFormlabel: {
|
|
358
|
-
Title: "Parameterwerte editieren",
|
|
359
|
-
NumberRequired: "Muss ein numerischer Wert sein",
|
|
360
|
-
DateShouldBeInISOFormat: "Der Datums-/Zeitwert sollte dem ISO8601-Format entsprechen",
|
|
361
|
-
SwitchToJson: "Zum JSON-Editor wechseln",
|
|
362
|
-
SwitchToConstructor: "Zum Parameter-Editor wechseln",
|
|
363
|
-
InvalidJson: "Das JSON-Object ist ungültig oder entspricht nicht dem Modell",
|
|
364
|
-
CustomForms: {
|
|
365
|
-
HTTPRequest: {
|
|
366
|
-
Name: "Name",
|
|
367
|
-
State: "State",
|
|
368
|
-
UseAuth: "Use authentication",
|
|
369
|
-
Heading: "Request",
|
|
370
|
-
Url: "Url",
|
|
371
|
-
Post: "Post",
|
|
372
|
-
StoreResponse: "Store response",
|
|
373
|
-
Username: "Username",
|
|
374
|
-
Password: "Password",
|
|
375
|
-
ParameterName: "Parameter name",
|
|
376
|
-
ParameterPurpose: "Parameter purpose",
|
|
377
|
-
ContentType: "Content type",
|
|
378
|
-
AddProcessInstanceParameters: "Add process instance parameters",
|
|
379
|
-
Parameters: "Parameters",
|
|
380
|
-
Headers: "Headers"
|
|
381
|
-
},
|
|
382
|
-
SendEmail: {
|
|
383
|
-
Name: "Name",
|
|
384
|
-
State: "State",
|
|
385
|
-
Heading: "Form",
|
|
386
|
-
UseAuth: "Use authentication",
|
|
387
|
-
MailServer: "Mail server",
|
|
388
|
-
MailServerPort: "Mail server port",
|
|
389
|
-
MailServerFrom: "Mail server from",
|
|
390
|
-
To: "To",
|
|
391
|
-
CcList: "CC address list",
|
|
392
|
-
BccList: "BCC address list",
|
|
393
|
-
ReplyToList: "Reply to address list",
|
|
394
|
-
Subject: "Subject",
|
|
395
|
-
MailServerSsl: "MailServerSsl",
|
|
396
|
-
IsHTML: "IsHTML",
|
|
397
|
-
MailServerLogin: "Mail server login",
|
|
398
|
-
MailServerPass: "Mail server pass",
|
|
399
|
-
Body: "Body"
|
|
400
|
-
},
|
|
401
|
-
StartLoopFor: {
|
|
402
|
-
Name: "Name",
|
|
403
|
-
State: "State",
|
|
404
|
-
Heading: "Loop",
|
|
405
|
-
DateRange: "Date range",
|
|
406
|
-
RangeSeparator: "To",
|
|
407
|
-
StartDate: "Start date",
|
|
408
|
-
EndDate: "End date",
|
|
409
|
-
Reverse: "Reverse",
|
|
410
|
-
LoopName: "Loop name",
|
|
411
|
-
LoopStateParameterName: "Loop state parameter name",
|
|
412
|
-
LoopCounterValueParameterName: "Loop counter value parameter name",
|
|
413
|
-
CounterType: "Counter type",
|
|
414
|
-
StartValue: "Start value",
|
|
415
|
-
EndValue: "End value",
|
|
416
|
-
Step: "Step",
|
|
417
|
-
StepType: "Step type",
|
|
418
|
-
IncludeLastValue: "Include last value"
|
|
419
|
-
},
|
|
420
|
-
StartLoopForeach: {
|
|
421
|
-
Name: "Name",
|
|
422
|
-
State: "State",
|
|
423
|
-
Heading: "Loop",
|
|
424
|
-
ValuesError: "None value cannot be empty!",
|
|
425
|
-
Values: "Values",
|
|
426
|
-
LoopName: "Loop name",
|
|
427
|
-
LoopStateParameterName: "Loop state parameter name",
|
|
428
|
-
LoopCounterValueParameterName: "Loop counter value parameter name",
|
|
429
|
-
Reverse: "Reverse"
|
|
430
|
-
},
|
|
431
|
-
CreateProcess: {
|
|
432
|
-
Name: "Name",
|
|
433
|
-
State: "State",
|
|
434
|
-
Heading: "Main settings",
|
|
435
|
-
ParameterName: "Name",
|
|
436
|
-
ParameterPurpose: "Purpose",
|
|
437
|
-
ParameterValue: "Value",
|
|
438
|
-
Scheme: "Scheme",
|
|
439
|
-
ProcessId: "Process id",
|
|
440
|
-
ProcessCreationParameters: "Process creation parameters",
|
|
441
|
-
ParameterInitialValue: "Initial value"
|
|
442
|
-
},
|
|
443
|
-
AssignmentCreate: {
|
|
444
|
-
Name: "Name",
|
|
445
|
-
State: "State",
|
|
446
|
-
Heading: "Assignment",
|
|
447
|
-
Code: "Code",
|
|
448
|
-
NewTag: "New Tag",
|
|
449
|
-
Executors: "Executors",
|
|
450
|
-
IsActive: "Is active",
|
|
451
|
-
Description: "Description",
|
|
452
|
-
DeadlineToStart: "Deadline to start",
|
|
453
|
-
DeadlineToComplete: "Deadline to complete",
|
|
454
|
-
Observers: "Observers",
|
|
455
|
-
Tags: "Tags"
|
|
456
|
-
},
|
|
457
|
-
AssignmentChange: {
|
|
458
|
-
Name: "Name",
|
|
459
|
-
State: "State",
|
|
460
|
-
Heading: "Assignment",
|
|
461
|
-
Code: "Code",
|
|
462
|
-
ReplacementExecutors: "Replacement of executors",
|
|
463
|
-
OldExecutor: "Old executor",
|
|
464
|
-
NewExecutor: "New executor",
|
|
465
|
-
AllExecutors: "All",
|
|
466
|
-
Change: "Change",
|
|
467
|
-
Status: "Status",
|
|
468
|
-
DeadlineToStart: "Deadline to start",
|
|
469
|
-
DeadlineToComplete: "Deadline to complete",
|
|
470
|
-
Tags: "Tags",
|
|
471
|
-
Observers: "Observers",
|
|
472
|
-
NewTag: "New Tag",
|
|
473
|
-
StatusState: "Status state",
|
|
474
|
-
IsActive: "Is active"
|
|
475
|
-
},
|
|
476
|
-
AssignmentsHaveStatus: {
|
|
477
|
-
Name: "Name",
|
|
478
|
-
State: "State",
|
|
479
|
-
Code: "Code",
|
|
480
|
-
Condition: "Condition",
|
|
481
|
-
IncludeInactive: "Include inactive",
|
|
482
|
-
StatusState: "Status state",
|
|
483
|
-
Assignments: "Assignments"
|
|
484
|
-
},
|
|
485
|
-
SetLoopState: {
|
|
486
|
-
Name: "Name",
|
|
487
|
-
State: "State",
|
|
488
|
-
LoopName: "Loop name",
|
|
489
|
-
LoopState: "Loop state"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
IncorrectForm: "Your form contains greater than one element, and at least one element doesn't have a Name. Please specify the Name for each element."
|
|
493
|
-
},
|
|
494
|
-
ToolbarLabel: {
|
|
495
|
-
CreateActivity: "Aktivität erstellen",
|
|
496
|
-
CreateInline: "Eingebettete Aktivität erstellen (Vorlage)",
|
|
497
|
-
CopySelected: "Ausgewählte kopieren",
|
|
498
|
-
Undo: "Rückgängig machen",
|
|
499
|
-
Redo: "Wiederholen",
|
|
500
|
-
Move: "Bewegung",
|
|
501
|
-
ZoomIn: "Hineinzoomen",
|
|
502
|
-
ZoomOut: "Rauszoomen",
|
|
503
|
-
FitToScreen: "Fit to screen",
|
|
504
|
-
ZoomTo100: "Set zoom to 100%",
|
|
505
|
-
FullScreen: "Vollbildschirm",
|
|
506
|
-
Refresh: "Aktualisierung",
|
|
507
|
-
AutoArrangement: "Automatische Anordnung",
|
|
508
|
-
Actors: "Anwender",
|
|
509
|
-
Commands: "Befehle",
|
|
510
|
-
Parameters: "Parameter",
|
|
511
|
-
Assignments: "Assignments",
|
|
512
|
-
Localization: "Lokalisierung",
|
|
513
|
-
Timers: "Auslöser",
|
|
514
|
-
AdditionalParameters: "Zusätzliche Parameter",
|
|
515
|
-
CodeActions: "Codeaktionen",
|
|
516
|
-
Info: "Erweiterte Info",
|
|
517
|
-
Delete: "Löschen",
|
|
518
|
-
Clone: "Duplizieren",
|
|
519
|
-
Settings: "die Einstellungen",
|
|
520
|
-
CreateTransition: "Erstellen Sie einen Übergang",
|
|
521
|
-
CreateActivityTransition: "Erstellen Sie eine Aktivität und einen Übergang",
|
|
522
|
-
Legend: "Legende",
|
|
523
|
-
ProcessInfo: "Prozessinformationen",
|
|
524
|
-
Inline: "Das Schema kann eingebettet werden",
|
|
525
|
-
Elements: "Elements",
|
|
526
|
-
Library: "Library",
|
|
527
|
-
ResetSettings: "Reset settings",
|
|
528
|
-
ZoomPositionDefault: "Auf Standard zoomen"
|
|
529
|
-
},
|
|
530
|
-
LibraryLabel: {PluginRequired: "Plugin required:"},
|
|
531
|
-
Logs: {
|
|
532
|
-
Label: "Logs",
|
|
533
|
-
ParamName: "LogEnabled",
|
|
534
|
-
Description: "This parameter is the default value for logging processes based on this scheme",
|
|
535
|
-
Refresh: "Refresh",
|
|
536
|
-
AutoRefresh: "Auto refresh",
|
|
537
|
-
Empty: "Empty",
|
|
538
|
-
Timestamp: "Timestamp",
|
|
539
|
-
Message: "Message",
|
|
540
|
-
Exception: "Exception",
|
|
541
|
-
Show: "Show",
|
|
542
|
-
ExceptionInfo: "Exception info",
|
|
543
|
-
HideDetails: "Hide details",
|
|
544
|
-
ShowDetails: "Show details"
|
|
545
|
-
},
|
|
546
|
-
ErrorActivityIsInitialCountText: "Eine Aktivität muss als Initial gekennzeichnet sein",
|
|
547
|
-
ErrorActivityIsFinalCountText: "Dieses Schema ist eingebettet. Eine oder mehrere Aktivitäten müssen als final gekennzeichnet sein.",
|
|
548
|
-
ErrorReadOnlySaveText: "Im ReadOnly-Modus können Änderungen im Designer nicht gespeichert werden.",
|
|
549
|
-
ErrorInvalidObjectsSaveText: "Das Schema kann nicht gespeichert werden. Die folgenden Objekte sind in einem ungültigen Zustand",
|
|
550
|
-
BrokenReferencesDialogText: "This schema contains references to ELEMENTS that aren't defined by this schema or current action providers. Do you want to keep them?",
|
|
551
|
-
EditCodeSettings: {
|
|
552
|
-
Height: 600,
|
|
553
|
-
Width: 1000,
|
|
554
|
-
CodeHeight: 390,
|
|
555
|
-
MessageBoxHeight: 400,
|
|
556
|
-
MessageBoxWidth: 600,
|
|
557
|
-
SuccessBoxHeight: 150,
|
|
558
|
-
SuccessBoxWidth: 300
|
|
559
|
-
},
|
|
560
|
-
EditCodeLabel: {
|
|
561
|
-
Title: "Code bearbeiten",
|
|
562
|
-
EditCodeButton: "Code bearbeiten",
|
|
563
|
-
Usings: "Verweise",
|
|
564
|
-
Compile: "Kompilieren",
|
|
565
|
-
CompileSucceeded: "Kompilierung erfolgreich.",
|
|
566
|
-
Success: "Erfolg",
|
|
567
|
-
Error: "Fehler",
|
|
568
|
-
OK: "OK",
|
|
569
|
-
ShowUsings: "Verweise anzeigen",
|
|
570
|
-
HideUsings: "Verbergen"
|
|
571
|
-
},
|
|
572
|
-
EditJSONLabel: {
|
|
573
|
-
Title: "Bearbeiten Sie den Wert in JSON-Format",
|
|
574
|
-
CreateEmptyType: "Erstellen",
|
|
575
|
-
Format: "Format"
|
|
576
|
-
},
|
|
577
|
-
EditExpressionSettings: {
|
|
578
|
-
Height: 600,
|
|
579
|
-
Width: 1000,
|
|
580
|
-
CodeHeight: 390,
|
|
581
|
-
MessageBoxHeight: 400,
|
|
582
|
-
MessageBoxWidth: 600,
|
|
583
|
-
SuccessBoxHeight: 150,
|
|
584
|
-
SuccessBoxWidth: 300
|
|
585
|
-
},
|
|
586
|
-
EditExpressionLabel: {
|
|
587
|
-
Title: "Edit expression",
|
|
588
|
-
Validate: "Validate",
|
|
589
|
-
Succeeded: "Expression is valid.",
|
|
590
|
-
Success: "Success",
|
|
591
|
-
Error: "Error",
|
|
592
|
-
OK: "OK"
|
|
593
|
-
},
|
|
594
|
-
Elements: {
|
|
595
|
-
Header: "Elements",
|
|
596
|
-
BasicActivity: "Basic Activity",
|
|
597
|
-
BasicActivityDesc: "It determines a state and the order, in which Actions are executed in your process.",
|
|
598
|
-
InlineHeader: "Inline",
|
|
599
|
-
InitialActivity: "Initial Activity",
|
|
600
|
-
InitialActivityDesc: "It a initial state.",
|
|
601
|
-
FinalActivity: "Final Activity",
|
|
602
|
-
FinalActivityDesc: "It a final state.",
|
|
603
|
-
SetLoopState: {
|
|
604
|
-
Title: "Set loop state",
|
|
605
|
-
Description: "The action for set loop state"
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
OverviewMap: {show: true, width: 300, height: 150},
|
|
609
|
-
UndoDepth: 200,
|
|
610
|
-
DefaultCulture: "de-de",
|
|
611
|
-
ErrorInBrowserConsole: "Weitere Informationen sehen Sie in der Browserconsole.",
|
|
612
|
-
ELEMENT: {
|
|
613
|
-
el: {
|
|
614
|
-
colorpicker: {confirm: "OK", clear: "Leeren"},
|
|
615
|
-
datepicker: {
|
|
616
|
-
now: "Jetzt",
|
|
617
|
-
today: "Heute",
|
|
618
|
-
cancel: "Abbrechen",
|
|
619
|
-
clear: "Leeren",
|
|
620
|
-
confirm: "OK",
|
|
621
|
-
selectDate: "Datum wählen",
|
|
622
|
-
selectTime: "Uhrzeit wählen",
|
|
623
|
-
startDate: "Startdatum",
|
|
624
|
-
startTime: "Startzeit",
|
|
625
|
-
endDate: "Enddatum",
|
|
626
|
-
endTime: "Endzeit",
|
|
627
|
-
prevYear: "Letztes Jahr",
|
|
628
|
-
nextYear: "Nächtes Jahr",
|
|
629
|
-
prevMonth: "Letzter Monat",
|
|
630
|
-
nextMonth: "Nächster Monat",
|
|
631
|
-
year: "",
|
|
632
|
-
month1: "Januar",
|
|
633
|
-
month2: "Februar",
|
|
634
|
-
month3: "März",
|
|
635
|
-
month4: "April",
|
|
636
|
-
month5: "Mai",
|
|
637
|
-
month6: "Juni",
|
|
638
|
-
month7: "Juli",
|
|
639
|
-
month8: "August",
|
|
640
|
-
month9: "September",
|
|
641
|
-
month10: "Oktober",
|
|
642
|
-
month11: "November",
|
|
643
|
-
month12: "Dezember",
|
|
644
|
-
week: "Woche",
|
|
645
|
-
weeks: {
|
|
646
|
-
sun: "So",
|
|
647
|
-
mon: "Mo",
|
|
648
|
-
tue: "Di",
|
|
649
|
-
wed: "Mi",
|
|
650
|
-
thu: "Do",
|
|
651
|
-
fri: "Fr",
|
|
652
|
-
sat: "Sa"
|
|
653
|
-
},
|
|
654
|
-
months: {
|
|
655
|
-
jan: "Jan",
|
|
656
|
-
feb: "Feb",
|
|
657
|
-
mar: "Mär",
|
|
658
|
-
apr: "Apr",
|
|
659
|
-
may: "Mai",
|
|
660
|
-
jun: "Jun",
|
|
661
|
-
jul: "Jul",
|
|
662
|
-
aug: "Aug",
|
|
663
|
-
sep: "Sep",
|
|
664
|
-
oct: "Okt",
|
|
665
|
-
nov: "Nov",
|
|
666
|
-
dec: "Dez"
|
|
667
|
-
},
|
|
668
|
-
day: "Tag",
|
|
669
|
-
month: "Monat"
|
|
670
|
-
},
|
|
671
|
-
select: {
|
|
672
|
-
loading: "Lädt.",
|
|
673
|
-
noMatch: "Nichts gefunden.",
|
|
674
|
-
noData: "Keine Daten",
|
|
675
|
-
placeholder: "Daten wählen"
|
|
676
|
-
},
|
|
677
|
-
cascader: {
|
|
678
|
-
noMatch: "Nichts gefunden.",
|
|
679
|
-
loading: "Lädt.",
|
|
680
|
-
placeholder: "Daten wählen",
|
|
681
|
-
noData: "Keine Daten"
|
|
682
|
-
},
|
|
683
|
-
pagination: {
|
|
684
|
-
goto: "Gehe zu",
|
|
685
|
-
pagesize: " pro Seite",
|
|
686
|
-
total: "Gesamt {total}",
|
|
687
|
-
pageClassifier: ""
|
|
688
|
-
},
|
|
689
|
-
messagebox: {
|
|
690
|
-
title: "Message",
|
|
691
|
-
confirm: "OK",
|
|
692
|
-
cancel: "Abbrechen",
|
|
693
|
-
error: "Fehler"
|
|
694
|
-
},
|
|
695
|
-
upload: {
|
|
696
|
-
deleteTip: "Klicke löschen zum entfernen",
|
|
697
|
-
delete: "Löschen",
|
|
698
|
-
preview: "Vorschau",
|
|
699
|
-
continue: "Fortsetzen"
|
|
700
|
-
},
|
|
701
|
-
table: {
|
|
702
|
-
emptyText: "Keine Daten",
|
|
703
|
-
confirmFilter: "Anwenden",
|
|
704
|
-
resetFilter: "Zurücksetzen",
|
|
705
|
-
clearFilter: "Alles ",
|
|
706
|
-
sumText: "Summe"
|
|
707
|
-
},
|
|
708
|
-
tree: {emptyText: "Keine Einträge"},
|
|
709
|
-
transfer: {
|
|
710
|
-
noMatch: "Nichts gefunden.",
|
|
711
|
-
noData: "Keine Einträge",
|
|
712
|
-
titles: ["Liste 1", "Liste 2"],
|
|
713
|
-
filterPlaceholder: "Einträge filtern",
|
|
714
|
-
noCheckedFormat: "{total} Einträge",
|
|
715
|
-
hasCheckedFormat: "{checked}/{total} ausgewählt"
|
|
716
|
-
},
|
|
717
|
-
image: {error: "FAILED"},
|
|
718
|
-
pageHeader: {title: "Back"},
|
|
719
|
-
popconfirm: {confirmButtonText: "Yes", cancelButtonText: "No"},
|
|
720
|
-
empty: {description: "Keine Daten"}
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
EditJSONSettings: {Height: 600, Width: 1000, CodeHeight: 480}
|
|
724
|
-
};
|
|
725
|
-
|
|
726
|
-
window.WorkflowDesignerConstants = WorkflowDesignerConstants;
|