|
35 | 35 | None: "None", |
36 | 36 | Warning: "Warning", |
37 | 37 |
|
38 | | - InfoBlockLabel: { |
| 38 | + InfoBlockLabel:{ |
39 | 39 | Activity: 'Activities: ', |
40 | 40 | Transition: 'Transitions: ', |
41 | 41 | Command: 'Commands: ', |
|
76 | 76 | Condition: 'Condition', |
77 | 77 | ConditionType: 'Type', |
78 | 78 | ConditionAction: 'Action', |
79 | | - ResultOnPreExecution: 'Result on PreExecution', |
| 79 | + ResultOnPreExecution: 'PreExec. Result', |
80 | 80 | Trigger: 'Trigger', |
81 | 81 | TriggerType: 'Type', |
82 | 82 | TriggerCommand: 'Command', |
83 | 83 | TriggerTimer: 'Timer', |
84 | 84 | ConditionActionParameter: 'Action parameter', |
85 | | - ConditionInversion: 'Invert action result', |
| 85 | + ConditionExpression: 'Expression', |
| 86 | + ConditionInversion: 'Invert result', |
86 | 87 | ConditionsConcatenationType: 'Conditions concatenation type', |
87 | 88 | AllowConcatenationType: 'Concat allow as', |
88 | 89 | RestrictConcatenationType: 'Concat restrict as', |
89 | 90 | ConditionsListShouldNotBeEmpty: 'Conditions list should not be empty', |
90 | 91 | IsFork: 'Is fork', |
91 | 92 | MergeViaSetState: 'Merge subprocess via set state', |
92 | 93 | DisableParentStateControl: 'Disable parent process control', |
93 | | - ShowConcatParameters: "Show concatenation", |
94 | | - HideConcatParameters: "Hide concatenation", |
| 94 | + ShowConcatParameters : "Show concatenation", |
| 95 | + HideConcatParameters : "Hide concatenation", |
95 | 96 | Annotations: 'Annotations', |
96 | 97 | AnnotationName: 'Name', |
97 | 98 | AnnotationValue: 'Value', |
|
113 | 114 | Type: 'Type', |
114 | 115 | Value: 'Value', |
115 | 116 | Types: ['Command', 'State', 'Parameter'], |
116 | | - NotOverrideIfExists: "Do not override timer if exists" |
| 117 | + NotOverrideIfExists : "Do not override timer if exists" |
117 | 118 | }, |
118 | 119 |
|
119 | 120 | ParameterFormLabel: { |
|
123 | 124 | Purpose: 'Purpose', |
124 | 125 | Value: 'Value', |
125 | 126 | InitialValue: 'InitialValue', |
126 | | - ShowSystemParameters: 'Show system parameters' |
| 127 | + ShowSystemParameters : 'Show system parameters' |
127 | 128 | }, |
128 | 129 |
|
129 | 130 | ActorFormLabel: { |
|
167 | 168 | TimersTabNameLabel: 'Name', |
168 | 169 | TimersTabValueLabel: 'Value', |
169 | 170 | RootProcess: "Root Process", |
170 | | - TagsLabel:'Tags (separated by commas)' |
| 171 | + TagsLabel:'Tags (separated by commas)', |
171 | 172 | }, |
172 | 173 |
|
173 | 174 | CodeActionsFormLabel: { |
|
180 | 181 | GlobalDeleteMessage: "You've deleted the Global CodeAction.<br/><b>Other schemes won't be able to call this CodeAction!</b>", |
181 | 182 | 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.", |
182 | 183 | EditParameters: "Edit parameters", |
183 | | - Parameters: "Parameters", |
| 184 | + Parameters: "Parameters" , |
184 | 185 | Text: "Text", |
| 186 | + TextArea: "TextArea", |
185 | 187 | Number: "Number", |
186 | 188 | Checkbox: "Checkbox", |
187 | 189 | Dropdown: "Dropdown", |
| 190 | + MultiSelect: "MultiSelect", |
188 | 191 | DateTime: "Date/Time", |
189 | 192 | Values: 'Values', |
190 | 193 | DropdownName: 'Name', |
|
237 | 240 | ErrorActivityIsInitialCountText: "One element must be marked flag Initial", |
238 | 241 | ErrorActivityIsFinalCountText: "This scheme is Inlined. One or more elements must be marked flag Final", |
239 | 242 | ErrorReadOnlySaveText: "The Designer in ReadOnly mode, you can't save it.", |
240 | | - ErrorInvalidObjectsSaveText: function (objects) { |
| 243 | + ErrorInvalidObjectsSaveText: function(objects) { |
241 | 244 | return "Can't save the schema. Those objects are in invalid state: " + objects; |
242 | 245 | }, |
243 | 246 | BrokenReferencesDialogText: "This schema contains references to Actions, Conditions or Rules that aren't defined by this schema or current action providers. Do you want to keep them?", |
244 | | - FormMaxHeight: 700, |
245 | 247 | EditCodeSettings: { |
246 | 248 | Height: 600, |
247 | 249 | Width: 1000, |
|
273 | 275 | CreateEmptyType: "Create", |
274 | 276 | Format: "Format" |
275 | 277 | }, |
| 278 | + EditExpressionSettings: |
| 279 | + { |
| 280 | + Height: 600, |
| 281 | + Width: 1000, |
| 282 | + CodeHeight: 390, |
| 283 | + MessageBoxHeight: 400, |
| 284 | + MessageBoxWidth: 600, |
| 285 | + SuccessBoxHeight: 150, |
| 286 | + SuccessBoxWidth: 300 |
| 287 | + }, |
| 288 | + EditExpressionLabel: { |
| 289 | + Title: "Edit expression", |
| 290 | + Validate: "Validate", |
| 291 | + Succeeded: "Expression is valid.", |
| 292 | + Success: "Success", |
| 293 | + Error: "Error", |
| 294 | + OK: "OK" |
| 295 | + }, |
276 | 296 | OverviewMap: { |
277 | 297 | show: true, |
278 | 298 | width: 300, |
|
0 commit comments