@optimajet/workflow-designer 0.0.19 → 5.2.1
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/README.md +40 -20
- package/dist/workflowdesigner.min.css +14 -0
- package/dist/workflowdesignerfull.min.js +3 -3
- package/localization/{readme.txt → readme.md} +10 -10
- package/localization/workflowdesigner.localization_de.js +124 -67
- package/localization/workflowdesigner.localization_en.js +262 -280
- package/localization/workflowdesigner.localization_es.js +124 -67
- package/localization/workflowdesigner.localization_fr.js +124 -67
- package/localization/workflowdesigner.localization_it.js +124 -67
- package/localization/workflowdesigner.localization_pt.js +123 -66
- package/localization/workflowdesigner.localization_ru.js +121 -63
- package/localization/workflowdesigner.localization_tr.js +124 -67
- package/package.json +19 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
var WorkflowDesignerConstants = {
|
|
2
2
|
ActivityColor: "#ECF0F1",
|
|
3
3
|
ActivityTextColor: "#2D3436",
|
|
4
4
|
ActivityInitialColor: "#27AE60",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
SelectSubProcessColor: "#e3b015",
|
|
12
12
|
SelectSubProcessTextColor: "#FFFFFF",
|
|
13
13
|
ButtonActive: "#D4D8D9",
|
|
14
|
-
BarColor: "#EDF1F2",
|
|
15
14
|
DateTimeFormat: "YYYY-MM-DD HH:mm:ss.SSS",
|
|
15
|
+
BarColor: "#EDF1F2",
|
|
16
16
|
BarSeparatorColor: "#D9DEE0",
|
|
17
17
|
IsRequiredColor: "#F56C6C",
|
|
18
18
|
ParameterFromProcessColor: "#1f8dd6",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
FieldIsRequired: "Field is required!",
|
|
22
22
|
FieldIsNotCorrected: "Field is not corrected!",
|
|
23
23
|
FieldMustBeUnique: "Field must be unique!",
|
|
24
|
-
FieldMustContainAt:
|
|
24
|
+
FieldMustContainAt: "Field must contain @",
|
|
25
25
|
ButtonTextDelete: "Delete",
|
|
26
26
|
ButtonTextCreate: "Create",
|
|
27
27
|
ButtonTextSave: "Save",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
IsForSetState: "For set state",
|
|
58
58
|
IsAutoSchemeUpdate: "Auto scheme update",
|
|
59
59
|
DisablePersist: "Disable persist",
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
60
|
+
DisablePersists: {
|
|
61
|
+
DisablePersistTransitionHistory: "Disable persist transition history",
|
|
62
|
+
DisablePersistState: "Disable persist process state",
|
|
63
|
+
DisablePersistParameters: "Disable persist process parameters"
|
|
64
|
+
},
|
|
65
65
|
Implementation: "Implementation",
|
|
66
66
|
PreExecutionImplementation: "PreExecution Implementation",
|
|
67
67
|
ImpOrder: "Order",
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
Decision: {
|
|
92
92
|
Title: "Decision",
|
|
93
93
|
TitleForInline: "Decision Inline",
|
|
94
|
+
To: "To activity",
|
|
95
|
+
WhenTrue: "When True",
|
|
96
|
+
WhenFalse: "When False",
|
|
97
|
+
Transition: "Transitions to activities",
|
|
94
98
|
Name: "Name",
|
|
95
99
|
State: "State",
|
|
96
100
|
IsInitial: "Initial",
|
|
@@ -101,10 +105,6 @@
|
|
|
101
105
|
PreExecutionImplementation: "PreExecution Implementation",
|
|
102
106
|
Annotations: "Annotations",
|
|
103
107
|
Scheme: "Inline scheme",
|
|
104
|
-
To: "To activity",
|
|
105
|
-
WhenTrue: "When True",
|
|
106
|
-
WhenFalse: "When False",
|
|
107
|
-
Transition: "Transitions to activities",
|
|
108
108
|
Condition: "Condition",
|
|
109
109
|
ConditionType: "Type",
|
|
110
110
|
ConditionAction: "Action",
|
|
@@ -118,6 +118,9 @@
|
|
|
118
118
|
DecisionTable: {
|
|
119
119
|
Title: "Decision table",
|
|
120
120
|
TitleForInline: "Decision table Inline",
|
|
121
|
+
To: "To activity",
|
|
122
|
+
Transition: "Transitions to activities",
|
|
123
|
+
Parameters: "Parameters",
|
|
121
124
|
Name: "Name",
|
|
122
125
|
State: "State",
|
|
123
126
|
IsInitial: "Initial",
|
|
@@ -128,11 +131,8 @@
|
|
|
128
131
|
PreExecutionImplementation: "PreExecution Implementation",
|
|
129
132
|
Annotations: "Annotations",
|
|
130
133
|
Scheme: "Inline scheme",
|
|
131
|
-
To: "To activity",
|
|
132
|
-
Transition: "Transitions to activities",
|
|
133
134
|
ConditionType: "Type",
|
|
134
135
|
Condition: "Condition",
|
|
135
|
-
Parameters: "Parameters",
|
|
136
136
|
ConditionAction: "Action",
|
|
137
137
|
ResultOnPreExecution: "PreExec. Result",
|
|
138
138
|
ConditionActionParameter: "Action parameter",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
From: "From activity",
|
|
148
148
|
To: "To activity",
|
|
149
149
|
Classifier: "Classifier",
|
|
150
|
+
ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
|
|
150
151
|
Restrictions: "Restrictions",
|
|
151
152
|
RestrictionsType: "Type",
|
|
152
153
|
RestrictionsActor: "Actor",
|
|
@@ -184,6 +185,7 @@
|
|
|
184
185
|
ActionLabel: "Action",
|
|
185
186
|
ExpressionLabel: "Expression",
|
|
186
187
|
OtherwiseLabel: "Otherwise",
|
|
188
|
+
UserComment: "Comment",
|
|
187
189
|
Subprocess: "Subprocess",
|
|
188
190
|
SubprocessNone: "None",
|
|
189
191
|
SubprocessStart: "Start",
|
|
@@ -218,44 +220,36 @@
|
|
|
218
220
|
IsDefault: "IsDefault",
|
|
219
221
|
Culture: "Culture",
|
|
220
222
|
Value: "Value",
|
|
221
|
-
Types: [
|
|
222
|
-
"Command",
|
|
223
|
-
"State",
|
|
224
|
-
"Parameter"
|
|
225
|
-
]
|
|
223
|
+
Types: ["Command", "State", "Parameter"]
|
|
226
224
|
},
|
|
227
225
|
TimerFormLabel: {
|
|
228
226
|
Title: "Timers",
|
|
229
227
|
Name: "Name",
|
|
230
228
|
Type: "Type",
|
|
231
229
|
Value: "Value",
|
|
232
|
-
Types: [
|
|
233
|
-
"Command",
|
|
234
|
-
"State",
|
|
235
|
-
"Parameter"
|
|
236
|
-
],
|
|
230
|
+
Types: ["Command", "State", "Parameter"],
|
|
237
231
|
OverrideHint: "Override timer if exists",
|
|
238
232
|
Override: "Override"
|
|
239
233
|
},
|
|
240
234
|
AssignmentFormLabel: {
|
|
241
|
-
Title:
|
|
242
|
-
Code:
|
|
243
|
-
Name:
|
|
244
|
-
Executor:
|
|
245
|
-
ExecutorId:
|
|
246
|
-
Status:
|
|
247
|
-
DateCreation:
|
|
248
|
-
Description:
|
|
249
|
-
DateStart:
|
|
250
|
-
DateFinish:
|
|
251
|
-
DeadlineToStart:
|
|
252
|
-
DeadlineToFinish:
|
|
253
|
-
Observers:
|
|
254
|
-
ObserverId:
|
|
255
|
-
Tags:
|
|
256
|
-
ProhibitedForExecution:
|
|
257
|
-
AssignmentDeleted:
|
|
258
|
-
TypeSomething:
|
|
235
|
+
Title: "Assignments",
|
|
236
|
+
Code: "Code",
|
|
237
|
+
Name: "Name",
|
|
238
|
+
Executor: "Executor",
|
|
239
|
+
ExecutorId: "Executor Id",
|
|
240
|
+
Status: "Status",
|
|
241
|
+
DateCreation: "Date creation",
|
|
242
|
+
Description: "Description",
|
|
243
|
+
DateStart: "Date start",
|
|
244
|
+
DateFinish: "Date finish",
|
|
245
|
+
DeadlineToStart: "Deadline to start",
|
|
246
|
+
DeadlineToFinish: "Deadline to finish",
|
|
247
|
+
Observers: "Observers",
|
|
248
|
+
ObserverId: "Observer Id",
|
|
249
|
+
Tags: "Tags",
|
|
250
|
+
ProhibitedForExecution: "Prohibited for execution",
|
|
251
|
+
AssignmentDeleted: "Assignment deleted",
|
|
252
|
+
TypeSomething: "Type something"
|
|
259
253
|
},
|
|
260
254
|
ParameterFormLabel: {
|
|
261
255
|
Title: "Parameters",
|
|
@@ -273,10 +267,7 @@
|
|
|
273
267
|
Value: "Value",
|
|
274
268
|
ShowPredefinedActors: "Show predefined actors"
|
|
275
269
|
},
|
|
276
|
-
CommandFormLabel: {
|
|
277
|
-
Title: "Command",
|
|
278
|
-
Name: "Name"
|
|
279
|
-
},
|
|
270
|
+
CommandFormLabel: {Title: "Command", Name: "Name"},
|
|
280
271
|
CommandParametersFormLabel: {
|
|
281
272
|
Title: "command parameters",
|
|
282
273
|
InputParametersName: "Name",
|
|
@@ -331,7 +322,7 @@
|
|
|
331
322
|
IsGlobal: "Is global",
|
|
332
323
|
IsAsync: "Async",
|
|
333
324
|
Type: "Type",
|
|
334
|
-
GlobalDeleteMessage: "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it
|
|
325
|
+
GlobalDeleteMessage: "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it!<\/b>",
|
|
335
326
|
UnGlobalMessage: "You've changed the state of the global flag.<br/>There will be created a Local CodeAction based on this Global CodeAction after saving this scheme.",
|
|
336
327
|
EditParameters: "Edit parameters",
|
|
337
328
|
Parameters: "Parameters",
|
|
@@ -361,130 +352,128 @@
|
|
|
361
352
|
SwitchToConstructor: "Switch to parameter values editor",
|
|
362
353
|
InvalidJson: "JSON object is invalid or does not match the model",
|
|
363
354
|
CustomForms: {
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
}
|
|
487
|
-
// you can add custom parameter labels for specific form . example - SetLoopState
|
|
355
|
+
HTTPRequest: {
|
|
356
|
+
Name: "Name",
|
|
357
|
+
State: "State",
|
|
358
|
+
UseAuth: "Use authentication",
|
|
359
|
+
Heading: "Request",
|
|
360
|
+
Url: "Url",
|
|
361
|
+
Post: "Post",
|
|
362
|
+
StoreResponse: "Store response",
|
|
363
|
+
Username: "Username",
|
|
364
|
+
Password: "Password",
|
|
365
|
+
ParameterName: "Parameter name",
|
|
366
|
+
ParameterPurpose: "Parameter purpose",
|
|
367
|
+
ContentType: "Content type",
|
|
368
|
+
AddProcessInstanceParameters: "Add process instance parameters",
|
|
369
|
+
Parameters: "Parameters",
|
|
370
|
+
Headers: "Headers"
|
|
371
|
+
},
|
|
372
|
+
SendEmail: {
|
|
373
|
+
Name: "Name",
|
|
374
|
+
State: "State",
|
|
375
|
+
Heading: "Form",
|
|
376
|
+
UseAuth: "Use authentication",
|
|
377
|
+
MailServer: "Mail server",
|
|
378
|
+
MailServerPort: "Mail server port",
|
|
379
|
+
MailServerFrom: "Mail server from",
|
|
380
|
+
To: "To",
|
|
381
|
+
Subject: "Subject",
|
|
382
|
+
MailServerSsl: "MailServerSsl",
|
|
383
|
+
IsHTML: "IsHTML",
|
|
384
|
+
MailServerLogin: "Mail server login",
|
|
385
|
+
MailServerPass: "Mail server pass",
|
|
386
|
+
Body: "Body"
|
|
387
|
+
},
|
|
388
|
+
StartLoopFor: {
|
|
389
|
+
Name: "Name",
|
|
390
|
+
State: "State",
|
|
391
|
+
Heading: "Loop",
|
|
392
|
+
DateRange: "Date range",
|
|
393
|
+
RangeSeparator: "To",
|
|
394
|
+
StartDate: "Start date",
|
|
395
|
+
EndDate: "End date",
|
|
396
|
+
Reverse: "Reverse",
|
|
397
|
+
LoopName: "Loop name",
|
|
398
|
+
LoopStateParameterName: "Loop state parameter name",
|
|
399
|
+
LoopCounterValueParameterName: "Loop counter value parameter name",
|
|
400
|
+
CounterType: "Counter type",
|
|
401
|
+
StartValue: "Start value",
|
|
402
|
+
EndValue: "End value",
|
|
403
|
+
Step: "Step",
|
|
404
|
+
StepType: "Step type",
|
|
405
|
+
IncludeLastValue: "Include last value"
|
|
406
|
+
},
|
|
407
|
+
StartLoopForeach: {
|
|
408
|
+
Name: "Name",
|
|
409
|
+
State: "State",
|
|
410
|
+
Heading: "Loop",
|
|
411
|
+
ValuesError: "None value cannot be empty!",
|
|
412
|
+
Values: "Values",
|
|
413
|
+
LoopName: "Loop name",
|
|
414
|
+
LoopStateParameterName: "Loop state parameter name",
|
|
415
|
+
LoopCounterValueParameterName: "Loop counter value parameter name",
|
|
416
|
+
Reverse: "Reverse"
|
|
417
|
+
},
|
|
418
|
+
CreateProcess: {
|
|
419
|
+
Name: "Name",
|
|
420
|
+
State: "State",
|
|
421
|
+
Heading: "Main settings",
|
|
422
|
+
ParameterName: "Name",
|
|
423
|
+
ParameterPurpose: "Purpose",
|
|
424
|
+
ParameterValue: "Value",
|
|
425
|
+
Scheme: "Scheme",
|
|
426
|
+
ProcessId: "Process id",
|
|
427
|
+
ProcessCreationParameters: "Process creation parameters"
|
|
428
|
+
},
|
|
429
|
+
AssignmentCreate: {
|
|
430
|
+
Name: "Name",
|
|
431
|
+
State: "State",
|
|
432
|
+
Heading: "Assignment",
|
|
433
|
+
Code: "Code",
|
|
434
|
+
NewTag: "New Tag",
|
|
435
|
+
Executors: "Executors",
|
|
436
|
+
IsActive: "Is active",
|
|
437
|
+
Description: "Description",
|
|
438
|
+
DeadlineToStart: "Deadline to start",
|
|
439
|
+
DeadlineToComplete: "Deadline to complete",
|
|
440
|
+
Observers: "Observers",
|
|
441
|
+
Tags: "Tags"
|
|
442
|
+
},
|
|
443
|
+
AssignmentChange: {
|
|
444
|
+
Name: "Name",
|
|
445
|
+
State: "State",
|
|
446
|
+
Heading: "Assignment",
|
|
447
|
+
Code: "Code",
|
|
448
|
+
ReplacementExecutors: "Replacement of executors",
|
|
449
|
+
OldExecutor: "Old executor",
|
|
450
|
+
NewExecutor: "New executor",
|
|
451
|
+
AllExecutors: "All",
|
|
452
|
+
Change: "Change",
|
|
453
|
+
Status: "Status",
|
|
454
|
+
DeadlineToStart: "Deadline to start",
|
|
455
|
+
DeadlineToComplete: "Deadline to complete",
|
|
456
|
+
Tags: "Tags",
|
|
457
|
+
Observers: "Observers",
|
|
458
|
+
NewTag: "New Tag",
|
|
459
|
+
StatusState: "Status state",
|
|
460
|
+
IsActive: "Is active"
|
|
461
|
+
},
|
|
462
|
+
AssignmentsHaveStatus: {
|
|
463
|
+
Name: "Name",
|
|
464
|
+
State: "State",
|
|
465
|
+
Code: "Code",
|
|
466
|
+
Condition: "Condition",
|
|
467
|
+
IncludeInactive: "Include inactive",
|
|
468
|
+
StatusState: "Status state",
|
|
469
|
+
Assignments: "Assignments"
|
|
470
|
+
},
|
|
471
|
+
SetLoopState: {
|
|
472
|
+
Name: "Name",
|
|
473
|
+
State: "State",
|
|
474
|
+
LoopName: "Loop name",
|
|
475
|
+
LoopState: "Loop state"
|
|
476
|
+
}
|
|
488
477
|
},
|
|
489
478
|
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."
|
|
490
479
|
},
|
|
@@ -505,7 +494,7 @@
|
|
|
505
494
|
Actors: "Actors",
|
|
506
495
|
Commands: "Commands",
|
|
507
496
|
Parameters: "Parameters",
|
|
508
|
-
Assignments:
|
|
497
|
+
Assignments: "Assignments",
|
|
509
498
|
Localization: "Localization",
|
|
510
499
|
Timers: "Timers",
|
|
511
500
|
AdditionalParameters: "Additional Parameters",
|
|
@@ -524,13 +513,20 @@
|
|
|
524
513
|
ResetSettings: "Reset settings",
|
|
525
514
|
ZoomPositionDefault: "Zoom default"
|
|
526
515
|
},
|
|
527
|
-
LibraryLabel: {
|
|
528
|
-
PluginRequired: "Plugin required:"
|
|
529
|
-
},
|
|
516
|
+
LibraryLabel: {PluginRequired: "Plugin required:"},
|
|
530
517
|
Logs: {
|
|
531
518
|
Label: "Logs",
|
|
532
519
|
ParamName: "LogEnabled",
|
|
533
|
-
Description: "This parameter is the default value for logging processes based on this scheme"
|
|
520
|
+
Description: "This parameter is the default value for logging processes based on this scheme",
|
|
521
|
+
AutoRefresh: "Auto refresh",
|
|
522
|
+
Empty: "Empty",
|
|
523
|
+
Timestamp: "Timestamp",
|
|
524
|
+
Message: "Message",
|
|
525
|
+
Exception: "Exception",
|
|
526
|
+
Show: "Show",
|
|
527
|
+
ExceptionInfo: "Exception info",
|
|
528
|
+
HideDetails: "Hide details",
|
|
529
|
+
ShowDetails: "Show details"
|
|
534
530
|
},
|
|
535
531
|
ErrorActivityIsInitialCountText: "One element must be marked flag Initial",
|
|
536
532
|
ErrorActivityIsFinalCountText: "This scheme is Inlined. One or more elements must be marked flag Final",
|
|
@@ -593,134 +589,120 @@
|
|
|
593
589
|
Title: "Set loop state",
|
|
594
590
|
Description: "The action for set loop state"
|
|
595
591
|
}
|
|
596
|
-
// you can add custom element labels. example - SetLoopState
|
|
597
|
-
},
|
|
598
|
-
OverviewMap: {
|
|
599
|
-
show: true,
|
|
600
|
-
width: 300,
|
|
601
|
-
height: 150
|
|
602
592
|
},
|
|
593
|
+
OverviewMap: {show: true, width: 300, height: 150},
|
|
603
594
|
UndoDepth: 200,
|
|
604
595
|
DefaultCulture: "en-US",
|
|
605
596
|
ErrorInBrowserConsole: "See more info in the browser console.",
|
|
606
597
|
ELEMENT: {
|
|
607
598
|
el: {
|
|
608
|
-
colorpicker: {
|
|
609
|
-
confirm: 'OK',
|
|
610
|
-
clear: 'Clear'
|
|
611
|
-
},
|
|
599
|
+
colorpicker: {confirm: "OK", clear: "Clear"},
|
|
612
600
|
datepicker: {
|
|
613
|
-
now:
|
|
614
|
-
today:
|
|
615
|
-
cancel:
|
|
616
|
-
clear:
|
|
617
|
-
confirm:
|
|
618
|
-
selectDate:
|
|
619
|
-
selectTime:
|
|
620
|
-
startDate:
|
|
621
|
-
startTime:
|
|
622
|
-
endDate:
|
|
623
|
-
endTime:
|
|
624
|
-
prevYear:
|
|
625
|
-
nextYear:
|
|
626
|
-
prevMonth:
|
|
627
|
-
nextMonth:
|
|
628
|
-
year:
|
|
629
|
-
month1:
|
|
630
|
-
month2:
|
|
631
|
-
month3:
|
|
632
|
-
month4:
|
|
633
|
-
month5:
|
|
634
|
-
month6:
|
|
635
|
-
month7:
|
|
636
|
-
month8:
|
|
637
|
-
month9:
|
|
638
|
-
month10:
|
|
639
|
-
month11:
|
|
640
|
-
month12:
|
|
641
|
-
week:
|
|
601
|
+
now: "Now",
|
|
602
|
+
today: "Today",
|
|
603
|
+
cancel: "Cancel",
|
|
604
|
+
clear: "Clear",
|
|
605
|
+
confirm: "OK",
|
|
606
|
+
selectDate: "Select date",
|
|
607
|
+
selectTime: "Select time",
|
|
608
|
+
startDate: "Start Date",
|
|
609
|
+
startTime: "Start Time",
|
|
610
|
+
endDate: "End Date",
|
|
611
|
+
endTime: "End Time",
|
|
612
|
+
prevYear: "Previous Year",
|
|
613
|
+
nextYear: "Next Year",
|
|
614
|
+
prevMonth: "Previous Month",
|
|
615
|
+
nextMonth: "Next Month",
|
|
616
|
+
year: "",
|
|
617
|
+
month1: "January",
|
|
618
|
+
month2: "February",
|
|
619
|
+
month3: "March",
|
|
620
|
+
month4: "April",
|
|
621
|
+
month5: "May",
|
|
622
|
+
month6: "June",
|
|
623
|
+
month7: "July",
|
|
624
|
+
month8: "August",
|
|
625
|
+
month9: "September",
|
|
626
|
+
month10: "October",
|
|
627
|
+
month11: "November",
|
|
628
|
+
month12: "December",
|
|
629
|
+
week: "week",
|
|
642
630
|
weeks: {
|
|
643
|
-
sun:
|
|
644
|
-
mon:
|
|
645
|
-
tue:
|
|
646
|
-
wed:
|
|
647
|
-
thu:
|
|
648
|
-
fri:
|
|
649
|
-
sat:
|
|
631
|
+
sun: "Sun",
|
|
632
|
+
mon: "Mon",
|
|
633
|
+
tue: "Tue",
|
|
634
|
+
wed: "Wed",
|
|
635
|
+
thu: "Thu",
|
|
636
|
+
fri: "Fri",
|
|
637
|
+
sat: "Sat"
|
|
650
638
|
},
|
|
651
639
|
months: {
|
|
652
|
-
jan:
|
|
653
|
-
feb:
|
|
654
|
-
mar:
|
|
655
|
-
apr:
|
|
656
|
-
may:
|
|
657
|
-
jun:
|
|
658
|
-
jul:
|
|
659
|
-
aug:
|
|
660
|
-
sep:
|
|
661
|
-
oct:
|
|
662
|
-
nov:
|
|
663
|
-
dec:
|
|
640
|
+
jan: "Jan",
|
|
641
|
+
feb: "Feb",
|
|
642
|
+
mar: "Mar",
|
|
643
|
+
apr: "Apr",
|
|
644
|
+
may: "May",
|
|
645
|
+
jun: "Jun",
|
|
646
|
+
jul: "Jul",
|
|
647
|
+
aug: "Aug",
|
|
648
|
+
sep: "Sep",
|
|
649
|
+
oct: "Oct",
|
|
650
|
+
nov: "Nov",
|
|
651
|
+
dec: "Dec"
|
|
664
652
|
}
|
|
665
653
|
},
|
|
666
654
|
select: {
|
|
667
|
-
loading:
|
|
668
|
-
noMatch:
|
|
669
|
-
noData:
|
|
670
|
-
placeholder:
|
|
655
|
+
loading: "Loading",
|
|
656
|
+
noMatch: "No matching data",
|
|
657
|
+
noData: "No data",
|
|
658
|
+
placeholder: "Select"
|
|
671
659
|
},
|
|
672
660
|
cascader: {
|
|
673
|
-
noMatch:
|
|
674
|
-
loading:
|
|
675
|
-
placeholder:
|
|
676
|
-
noData:
|
|
661
|
+
noMatch: "No matching data",
|
|
662
|
+
loading: "Loading",
|
|
663
|
+
placeholder: "Select",
|
|
664
|
+
noData: "No data"
|
|
677
665
|
},
|
|
678
666
|
pagination: {
|
|
679
|
-
goto:
|
|
680
|
-
pagesize:
|
|
681
|
-
total:
|
|
682
|
-
pageClassifier:
|
|
667
|
+
goto: "Go to",
|
|
668
|
+
pagesize: "/page",
|
|
669
|
+
total: "Total {total}",
|
|
670
|
+
pageClassifier: ""
|
|
683
671
|
},
|
|
684
672
|
messagebox: {
|
|
685
|
-
title:
|
|
686
|
-
confirm:
|
|
687
|
-
cancel:
|
|
688
|
-
error:
|
|
673
|
+
title: "Message",
|
|
674
|
+
confirm: "OK",
|
|
675
|
+
cancel: "Cancel",
|
|
676
|
+
error: "Illegal input"
|
|
689
677
|
},
|
|
690
678
|
upload: {
|
|
691
|
-
deleteTip:
|
|
692
|
-
delete:
|
|
693
|
-
preview:
|
|
694
|
-
continue:
|
|
679
|
+
deleteTip: "press delete to remove",
|
|
680
|
+
delete: "Delete",
|
|
681
|
+
preview: "Preview",
|
|
682
|
+
continue: "Continue"
|
|
695
683
|
},
|
|
696
684
|
table: {
|
|
697
|
-
emptyText:
|
|
698
|
-
confirmFilter:
|
|
699
|
-
resetFilter:
|
|
700
|
-
clearFilter:
|
|
701
|
-
sumText:
|
|
702
|
-
},
|
|
703
|
-
tree: {
|
|
704
|
-
emptyText: 'No Data'
|
|
685
|
+
emptyText: "No Data",
|
|
686
|
+
confirmFilter: "Confirm",
|
|
687
|
+
resetFilter: "Reset",
|
|
688
|
+
clearFilter: "All",
|
|
689
|
+
sumText: "Sum"
|
|
705
690
|
},
|
|
691
|
+
tree: {emptyText: "No Data"},
|
|
706
692
|
transfer: {
|
|
707
|
-
noMatch:
|
|
708
|
-
noData:
|
|
709
|
-
titles: [
|
|
710
|
-
filterPlaceholder:
|
|
711
|
-
noCheckedFormat:
|
|
712
|
-
hasCheckedFormat:
|
|
713
|
-
},
|
|
714
|
-
image: {
|
|
715
|
-
error: 'FAILED'
|
|
716
|
-
},
|
|
717
|
-
pageHeader: {
|
|
718
|
-
title: 'Back' // to be translated
|
|
693
|
+
noMatch: "No matching data",
|
|
694
|
+
noData: "No data",
|
|
695
|
+
titles: ["List 1", "List 2"],
|
|
696
|
+
filterPlaceholder: "Enter keyword",
|
|
697
|
+
noCheckedFormat: "{total} items",
|
|
698
|
+
hasCheckedFormat: "{checked}/{total} checked"
|
|
719
699
|
},
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
}
|
|
700
|
+
image: {error: "FAILED"},
|
|
701
|
+
pageHeader: {title: "Back"},
|
|
702
|
+
popconfirm: {confirmButtonText: "Yes", cancelButtonText: "No"},
|
|
703
|
+
empty: {description: "No Data"}
|
|
724
704
|
}
|
|
725
705
|
}
|
|
726
|
-
};
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
window.WorkflowDesignerConstants = WorkflowDesignerConstants;
|