@optimajet/workflow-designer 5.3.5 → 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,724 +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: "Êtes-vous sûr de vouloir supprimer le ou les éléments sélectionnés?",
|
|
20
|
-
DeleteConfirmCurrent: "Êtes-vous sûr de bien vouloir supprimer cet élément?",
|
|
21
|
-
FieldIsRequired: "Champ requis!",
|
|
22
|
-
FieldIsNotCorrected: "Field is not corrected!",
|
|
23
|
-
FieldMustBeUnique: "Le champ doit être unique!",
|
|
24
|
-
FieldMustContainAt: "Field must contain @",
|
|
25
|
-
ButtonTextDelete: "Effacer",
|
|
26
|
-
ButtonTextCreate: "Créer",
|
|
27
|
-
ButtonTextSave: "Sauver",
|
|
28
|
-
ButtonTextYes: "Oui",
|
|
29
|
-
ButtonTextNo: "Non",
|
|
30
|
-
ButtonTextOk: "Ok",
|
|
31
|
-
ButtonTextCancel: "Annuler",
|
|
32
|
-
ButtonTextClose: "Fermer",
|
|
33
|
-
ButtonTextUndo: "annuler",
|
|
34
|
-
ButtonTextRedo: "Refaire",
|
|
35
|
-
SaveConfirm: "Sauver les modifications?",
|
|
36
|
-
CloseWithoutSaving: "Fermer sans enregistrer?",
|
|
37
|
-
TransitionAuto: "Auto",
|
|
38
|
-
DialogConfirmText: "Question",
|
|
39
|
-
AlertTitle: "Warning",
|
|
40
|
-
None: "Aucun",
|
|
41
|
-
Warning: "Attention",
|
|
42
|
-
SwitchToExpertMode: "Switch To Expert Mode",
|
|
43
|
-
SwitchToDefaultMode: "Switch To Default Mode",
|
|
44
|
-
InfoBlockLabel: {
|
|
45
|
-
Activity: "Activités:",
|
|
46
|
-
Transition: "Transitions:",
|
|
47
|
-
Command: "Commandes:"
|
|
48
|
-
},
|
|
49
|
-
ActivityNamePrefix: "Activité_",
|
|
50
|
-
ActivityFormLabel: {
|
|
51
|
-
Title: "Activité",
|
|
52
|
-
TitleForInline: "Activity Inline",
|
|
53
|
-
Name: "Prénom",
|
|
54
|
-
State: "Etat",
|
|
55
|
-
IsInitial: "Initiale",
|
|
56
|
-
IsFinal: "Final",
|
|
57
|
-
IsForSetState: "Pour l'état défini",
|
|
58
|
-
IsAutoSchemeUpdate: "Mise à jour automatique",
|
|
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: "La mise en oeuvre",
|
|
66
|
-
PreExecutionImplementation: "La mise en oeuvre PreExecution",
|
|
67
|
-
ImpOrder: "Ordre",
|
|
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: "Action",
|
|
84
|
-
ImpActionParameter: "Paramètre d'action",
|
|
85
|
-
Annotations: "Annotations",
|
|
86
|
-
AnnotationName: "Name",
|
|
87
|
-
AnnotationValue: "Value",
|
|
88
|
-
Scheme: "Inline scheme",
|
|
89
|
-
UserComment: "Commenter",
|
|
90
|
-
AlwaysConditionShouldBeSingle: "Toujours condition devrait être célibataire",
|
|
91
|
-
OtherwiseConditionShouldBeSingle: "Sinon, la condition devrait être unique"
|
|
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: "Transition",
|
|
148
|
-
Name: "Prénom",
|
|
149
|
-
From: "De l'activité",
|
|
150
|
-
To: "À l'activité",
|
|
151
|
-
Classifier: "Classificateur",
|
|
152
|
-
ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
|
|
153
|
-
Restrictions: "Restrictions",
|
|
154
|
-
RestrictionsType: "Type",
|
|
155
|
-
RestrictionsActor: "Acteur",
|
|
156
|
-
Condition: "État",
|
|
157
|
-
ConditionType: "Type",
|
|
158
|
-
ConditionAction: "action",
|
|
159
|
-
ResultOnPreExecution: "Résultat sur la pré-exécution",
|
|
160
|
-
Trigger: "Déclencheur",
|
|
161
|
-
TriggerType: "Type",
|
|
162
|
-
TriggerAuto: "Auto",
|
|
163
|
-
TriggerCommand: "Commander",
|
|
164
|
-
TriggerTimer: "Minuteur",
|
|
165
|
-
ConditionActionParameter: "Paramètre d'action",
|
|
166
|
-
ConditionExpression: "Expression",
|
|
167
|
-
ConditionInversion: "Inverser le résultat de l'action",
|
|
168
|
-
ConditionsConcatenationType: "Type de concaténation des conditions",
|
|
169
|
-
AllowConcatenationType: "Concat permettent comme",
|
|
170
|
-
RestrictConcatenationType: "Concat restreindre comme",
|
|
171
|
-
IsFork: "Est la fourche",
|
|
172
|
-
MergeViaSetState: "Fusionner le sous-processus via l'état défini",
|
|
173
|
-
DisableParentStateControl: "Désactiver le contrôle de processus parent",
|
|
174
|
-
ShowConcatParameters: "Afficher la concaténation",
|
|
175
|
-
HideConcatParameters: "Masquer la concaténation",
|
|
176
|
-
Annotations: "Annotations",
|
|
177
|
-
AnnotationName: "Name",
|
|
178
|
-
AnnotationValue: "Value",
|
|
179
|
-
InlinedFinalActivityName: "Inlined Final Activity Name",
|
|
180
|
-
Allow: "Allow",
|
|
181
|
-
Restrict: "Restrict",
|
|
182
|
-
ConditionsListShouldNotBeEmpty: "La liste des conditions ne doit pas être vide",
|
|
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: "Commenter",
|
|
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: "Localisation",
|
|
220
|
-
ObjectName: "ObjectName",
|
|
221
|
-
Type: "Type",
|
|
222
|
-
IsDefault: "IsDefault",
|
|
223
|
-
Culture: "Culture",
|
|
224
|
-
Value: "Valeur",
|
|
225
|
-
Types: ["Command", "State", "Parameter"]
|
|
226
|
-
},
|
|
227
|
-
TimerFormLabel: {
|
|
228
|
-
Title: "Minuteries",
|
|
229
|
-
Name: "Prénom",
|
|
230
|
-
Type: "Type",
|
|
231
|
-
Value: "Valeur",
|
|
232
|
-
Types: ["Command", "State", "Parameter"],
|
|
233
|
-
OverrideHint: "Écraser le timer s'il existe",
|
|
234
|
-
Override: "Écraser"
|
|
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: "Paramètres",
|
|
258
|
-
Name: "Prénom",
|
|
259
|
-
Type: "Type",
|
|
260
|
-
Purpose: "Objectif",
|
|
261
|
-
Value: "Valeur",
|
|
262
|
-
InitialValue: "Valeur initiale",
|
|
263
|
-
ShowSystemParameters: "Afficher les paramètres du système"
|
|
264
|
-
},
|
|
265
|
-
ActorFormLabel: {
|
|
266
|
-
Title: "Acteurs",
|
|
267
|
-
Name: "Prénom",
|
|
268
|
-
Rule: "Règle",
|
|
269
|
-
Value: "Valeur",
|
|
270
|
-
ShowPredefinedActors: "Show predefined actors"
|
|
271
|
-
},
|
|
272
|
-
CommandFormLabel: {
|
|
273
|
-
Title: "Commander",
|
|
274
|
-
Name: "Prénom",
|
|
275
|
-
InputParameters: "Paramètres d'entrée",
|
|
276
|
-
InputParametersName: "Prénom",
|
|
277
|
-
InputParametersIsRequired: "Champs obligatoires",
|
|
278
|
-
InputParametersParameter: "Paramètre",
|
|
279
|
-
InputParametersDefaultValue: "Défaut"
|
|
280
|
-
},
|
|
281
|
-
CommandParametersFormLabel: {
|
|
282
|
-
Title: "command parameters",
|
|
283
|
-
InputParametersName: "Name",
|
|
284
|
-
InputParametersIsRequired: "Required",
|
|
285
|
-
InputParametersParameter: "Parameter",
|
|
286
|
-
InputParametersDefaultValue: "Default"
|
|
287
|
-
},
|
|
288
|
-
ProcessInfoFormLabel: {
|
|
289
|
-
Title: "Additional Parameters",
|
|
290
|
-
IsObsolete: "IsObsolete",
|
|
291
|
-
DefiningParameters: "Defining parameters",
|
|
292
|
-
ProcessParameters: "Process parameters",
|
|
293
|
-
SystemParametersTabName: "System Parameters",
|
|
294
|
-
ProcessParametersTabName: "Process Parameters",
|
|
295
|
-
HistoryTabName: "History",
|
|
296
|
-
TimersTabName: "Timers",
|
|
297
|
-
TagsTabName: "Tags",
|
|
298
|
-
TagsInputPlaceholder: "Start entering a name to add a tag",
|
|
299
|
-
HistoryTabFromLabel: "From",
|
|
300
|
-
HistoryTabFromStateLabel: "From State",
|
|
301
|
-
HistoryTabToLabel: "To",
|
|
302
|
-
HistoryTabToStateLabel: "To State",
|
|
303
|
-
HistoryTabExecutorIdLabel: "Executor Id",
|
|
304
|
-
HistoryTabActorIdLabel: "Actor Id",
|
|
305
|
-
HistoryTabExecutorLabel: "Executor",
|
|
306
|
-
HistoryTabActorLabel: "Actor",
|
|
307
|
-
HistoryTabTimeLabel: "Time",
|
|
308
|
-
HistoryTabStartTimeLabel: "Start Time",
|
|
309
|
-
HistoryTabDurationLabel: "Duration (ms)",
|
|
310
|
-
HistoryTabTriggerNameLabel: "Trigger Name",
|
|
311
|
-
HistoryTabTransitionClassifierNameLabel: "",
|
|
312
|
-
ParametersNameLabel: "Name",
|
|
313
|
-
ParametersValueLabel: "Value",
|
|
314
|
-
TimersTabNameLabel: "Name",
|
|
315
|
-
TimersTabValueLabel: "Value",
|
|
316
|
-
RootProcess: "Root Process",
|
|
317
|
-
TagsLabel: "Tags (separated by commas)",
|
|
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: "Actions de code",
|
|
329
|
-
Name: "Prénom",
|
|
330
|
-
ActionCode: "Code d'action",
|
|
331
|
-
CommonUsings: "Common Usings",
|
|
332
|
-
IsGlobal: "Est globale",
|
|
333
|
-
IsAsync: "Async",
|
|
334
|
-
Type: "Type",
|
|
335
|
-
GlobalDeleteMessage: "Si vous supprimez Global CodeAction - <br/> <b> les autres schémas ne pourront pas l'appeler! <\/b>",
|
|
336
|
-
UnGlobalMessage: "Vous avez modifié l'état de l'indicateur global. <br/> Une action Code Local sera créée à partir de cette Action Code Global après avoir enregistré ce schéma.",
|
|
337
|
-
EditParameters: "Edit parameters",
|
|
338
|
-
Parameters: "Parameters",
|
|
339
|
-
Text: "Text",
|
|
340
|
-
TextArea: "TextArea",
|
|
341
|
-
Number: "Number",
|
|
342
|
-
Checkbox: "Checkbox",
|
|
343
|
-
Dropdown: "Dropdown",
|
|
344
|
-
MultiSelect: "MultiSelect",
|
|
345
|
-
DateTime: "Date/Time",
|
|
346
|
-
Date: "Date",
|
|
347
|
-
Time: "Time",
|
|
348
|
-
Values: "Values",
|
|
349
|
-
DropdownName: "Name",
|
|
350
|
-
DropdownValue: "Value",
|
|
351
|
-
DropdownShouldContainValues: "Dropdown should contain values",
|
|
352
|
-
IsRequired: "Required",
|
|
353
|
-
DefaultValue: "Default value",
|
|
354
|
-
Json: "Json",
|
|
355
|
-
TitleField: "Title"
|
|
356
|
-
},
|
|
357
|
-
EditParametersFormlabel: {
|
|
358
|
-
Title: "Edit parameter values",
|
|
359
|
-
NumberRequired: "Should be a numeric value",
|
|
360
|
-
DateShouldBeInISOFormat: "Date/Time parameter should be in ISO8601 format",
|
|
361
|
-
SwitchToJson: "Switch to JSON editor",
|
|
362
|
-
SwitchToConstructor: "Switch to parameter values editor",
|
|
363
|
-
InvalidJson: "JSON object is invalid or does not match the model",
|
|
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: "Créer une activité",
|
|
496
|
-
CreateInline: "Create inline (template)",
|
|
497
|
-
CopySelected: "Copier sélectionné",
|
|
498
|
-
Undo: "annuler",
|
|
499
|
-
Redo: "Refaire",
|
|
500
|
-
Move: "Bouge toi",
|
|
501
|
-
ZoomIn: "Agrandir",
|
|
502
|
-
ZoomOut: "Dézoomer",
|
|
503
|
-
FitToScreen: "Fit to screen",
|
|
504
|
-
ZoomTo100: "Set zoom to 100%",
|
|
505
|
-
FullScreen: "Plein écran",
|
|
506
|
-
Refresh: "Rafraîchir",
|
|
507
|
-
AutoArrangement: "Arrangement automatique",
|
|
508
|
-
Actors: "Acteurs",
|
|
509
|
-
Commands: "Les commandes",
|
|
510
|
-
Parameters: "Paramètres",
|
|
511
|
-
Assignments: "Assignments",
|
|
512
|
-
Localization: "Localisation",
|
|
513
|
-
Timers: "Minuteries",
|
|
514
|
-
AdditionalParameters: "Paramètres additionnels",
|
|
515
|
-
CodeActions: "Actions de code",
|
|
516
|
-
Info: "Informations étendues",
|
|
517
|
-
Delete: "Effacer",
|
|
518
|
-
Clone: "Cloner",
|
|
519
|
-
Settings: "Réglages",
|
|
520
|
-
CreateTransition: "Créer une transition",
|
|
521
|
-
CreateActivityTransition: "Créer une activité et une transition",
|
|
522
|
-
Legend: "Légende",
|
|
523
|
-
ProcessInfo: "Process Info",
|
|
524
|
-
Inline: "The scheme can be inlined",
|
|
525
|
-
Elements: "Elements",
|
|
526
|
-
Library: "Library",
|
|
527
|
-
ResetSettings: "Reset settings",
|
|
528
|
-
ZoomPositionDefault: "Zoom par défaut"
|
|
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: "Un élément doit être marqué flag Initial",
|
|
547
|
-
ErrorActivityIsFinalCountText: "This scheme is Inlined. One or more elements must be marked flag Final",
|
|
548
|
-
ErrorReadOnlySaveText: "Le concepteur en mode lecture seule, vous ne pouvez pas l'enregistrer.",
|
|
549
|
-
ErrorInvalidObjectsSaveText: "Can't save the schema. Those objects are in invalid state:",
|
|
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: "Éditer le code",
|
|
562
|
-
EditCodeButton: "Éditer le code",
|
|
563
|
-
Usings: "Usings",
|
|
564
|
-
Compile: "Compiler",
|
|
565
|
-
CompileSucceeded: "La compilation a réussi.",
|
|
566
|
-
Success: "Succès",
|
|
567
|
-
Error: "Erreur",
|
|
568
|
-
OK: "D'accord",
|
|
569
|
-
ShowUsings: "Afficher les usings",
|
|
570
|
-
HideUsings: "Masquer les usings"
|
|
571
|
-
},
|
|
572
|
-
EditJSONLabel: {
|
|
573
|
-
Title: "Modifier la valeur en JSON",
|
|
574
|
-
CreateEmptyType: "Créer",
|
|
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: "fr-FR",
|
|
611
|
-
ErrorInBrowserConsole: "See more info in the browser console.",
|
|
612
|
-
ELEMENT: {
|
|
613
|
-
el: {
|
|
614
|
-
colorpicker: {confirm: "OK", clear: "Effacer"},
|
|
615
|
-
datepicker: {
|
|
616
|
-
now: "Maintenant",
|
|
617
|
-
today: "Auj.",
|
|
618
|
-
cancel: "Annuler",
|
|
619
|
-
clear: "Effacer",
|
|
620
|
-
confirm: "OK",
|
|
621
|
-
selectDate: "Choisir date",
|
|
622
|
-
selectTime: "Choisir horaire",
|
|
623
|
-
startDate: "Date début",
|
|
624
|
-
startTime: "Horaire début",
|
|
625
|
-
endDate: "Date fin",
|
|
626
|
-
endTime: "Horaire fin",
|
|
627
|
-
prevYear: "Année précédente",
|
|
628
|
-
nextYear: "Année suivante",
|
|
629
|
-
prevMonth: "Mois précédent",
|
|
630
|
-
nextMonth: "Mois suivant",
|
|
631
|
-
year: "",
|
|
632
|
-
month1: "Janvier",
|
|
633
|
-
month2: "Février",
|
|
634
|
-
month3: "Mars",
|
|
635
|
-
month4: "Avril",
|
|
636
|
-
month5: "Mai",
|
|
637
|
-
month6: "Juin",
|
|
638
|
-
month7: "Juillet",
|
|
639
|
-
month8: "Août",
|
|
640
|
-
month9: "Septembre",
|
|
641
|
-
month10: "Octobre",
|
|
642
|
-
month11: "Novembre",
|
|
643
|
-
month12: "Décembre",
|
|
644
|
-
week: "week",
|
|
645
|
-
weeks: {
|
|
646
|
-
sun: "Dim",
|
|
647
|
-
mon: "Lun",
|
|
648
|
-
tue: "Mar",
|
|
649
|
-
wed: "Mer",
|
|
650
|
-
thu: "Jeu",
|
|
651
|
-
fri: "Ven",
|
|
652
|
-
sat: "Sam"
|
|
653
|
-
},
|
|
654
|
-
months: {
|
|
655
|
-
jan: "Jan",
|
|
656
|
-
feb: "Fév",
|
|
657
|
-
mar: "Mar",
|
|
658
|
-
apr: "Avr",
|
|
659
|
-
may: "Mai",
|
|
660
|
-
jun: "Jun",
|
|
661
|
-
jul: "Jul",
|
|
662
|
-
aug: "Aoû",
|
|
663
|
-
sep: "Sep",
|
|
664
|
-
oct: "Oct",
|
|
665
|
-
nov: "Nov",
|
|
666
|
-
dec: "Déc"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
select: {
|
|
670
|
-
loading: "Chargement",
|
|
671
|
-
noMatch: "Aucune correspondance",
|
|
672
|
-
noData: "Aucune donnée",
|
|
673
|
-
placeholder: "Choisir"
|
|
674
|
-
},
|
|
675
|
-
cascader: {
|
|
676
|
-
noMatch: "Aucune correspondance",
|
|
677
|
-
loading: "Chargement",
|
|
678
|
-
placeholder: "Choisir",
|
|
679
|
-
noData: "Aucune donnée"
|
|
680
|
-
},
|
|
681
|
-
pagination: {
|
|
682
|
-
goto: "Aller à",
|
|
683
|
-
pagesize: "/page",
|
|
684
|
-
total: "Total {total}",
|
|
685
|
-
pageClassifier: ""
|
|
686
|
-
},
|
|
687
|
-
messagebox: {
|
|
688
|
-
title: "Message",
|
|
689
|
-
confirm: "Confirmer",
|
|
690
|
-
cancel: "Annuler",
|
|
691
|
-
error: "Erreur"
|
|
692
|
-
},
|
|
693
|
-
upload: {
|
|
694
|
-
deleteTip: "Cliquer sur supprimer pour retirer le fichier",
|
|
695
|
-
delete: "Supprimer",
|
|
696
|
-
preview: "Aperçu",
|
|
697
|
-
continue: "Continuer"
|
|
698
|
-
},
|
|
699
|
-
table: {
|
|
700
|
-
emptyText: "Aucune donnée",
|
|
701
|
-
confirmFilter: "Confirmer",
|
|
702
|
-
resetFilter: "Réinitialiser",
|
|
703
|
-
clearFilter: "Tous",
|
|
704
|
-
sumText: "Somme"
|
|
705
|
-
},
|
|
706
|
-
tree: {emptyText: "Aucune donnée"},
|
|
707
|
-
transfer: {
|
|
708
|
-
noMatch: "Aucune correspondance",
|
|
709
|
-
noData: "Aucune donnée",
|
|
710
|
-
titles: ["Liste 1", "Liste 2"],
|
|
711
|
-
filterPlaceholder: "Entrer un mot clef",
|
|
712
|
-
noCheckedFormat: "{total} elements",
|
|
713
|
-
hasCheckedFormat: "{checked}/{total} coché(s)"
|
|
714
|
-
},
|
|
715
|
-
image: {error: "FAILED"},
|
|
716
|
-
pageHeader: {title: "Back"},
|
|
717
|
-
popconfirm: {confirmButtonText: "Yes", cancelButtonText: "No"},
|
|
718
|
-
empty: {description: "Aucune donnée"}
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
EditJSONSettings: {Height: 600, Width: 1000, CodeHeight: 480}
|
|
722
|
-
};
|
|
723
|
-
|
|
724
|
-
window.WorkflowDesignerConstants = WorkflowDesignerConstants;
|