@@ -11,13 +11,13 @@ This document lists all the I18N keys used in the Sequential Workflow Editor.
11
11
"anyVariables.noVariablesSelected" : " No variables selected" ,
12
12
"anyVariables.variableIsLost" : " Variable :name is lost" ,
13
13
"boolean.false" : " False" ,
14
- "boolean.invalidType" : " The value must be a boolean. " ,
14
+ "boolean.invalidType" : " The value must be a boolean" ,
15
15
"boolean.true" : " True" ,
16
- "branches.empty" : " No branches defined. " ,
17
- "branches.invalidLength" : " Invalid number of branches. " ,
18
- "branches.missingBranch" : " Missing branch: :name. " ,
19
- "branches.mustBeObject" : " The value must be object. " ,
20
- "choice.notSupportedValue" : " Value is not supported. " ,
16
+ "branches.empty" : " No branches defined" ,
17
+ "branches.invalidLength" : " Invalid number of branches" ,
18
+ "branches.missingBranch" : " Missing branch: :name" ,
19
+ "branches.mustBeObject" : " The value must be object" ,
20
+ "choice.notSupportedValue" : " Value is not supported" ,
21
21
"generatedString.differentValue" : " Generator returns different value than the current value" ,
22
22
"nullableAnyVariable.invalidVariableType" : " The variable :name has invalid type" ,
23
23
"nullableAnyVariable.select" : " - Select -" ,
@@ -29,12 +29,12 @@ This document lists all the I18N keys used in the Sequential Workflow Editor.
29
29
"nullableVariableDefinition.expectedType" : " Variable type must be :type" ,
30
30
"nullableVariableDefinition.variableIsDuplicated" : " Variable name is already used" ,
31
31
"nullableVariableDefinition.variableIsRequired" : " The variable is required" ,
32
- "number.valueMustBeNumber" : " The value must be a number. " ,
33
- "number.valueTooHigh" : " The value must be at most :max. " ,
34
- "number.valueTooLow" : " The value must be at least :min. " ,
35
- "string.valueDoesNotMatchPattern" : " The value does not match the required pattern. " ,
36
- "string.valueMustBeString" : " The value must be a string. " ,
37
- "string.valueTooShort" : " The value must be at least :min characters long. " ,
32
+ "number.valueMustBeNumber" : " The value must be a number" ,
33
+ "number.valueTooHigh" : " The value must be at most :max" ,
34
+ "number.valueTooLow" : " The value must be at least :min" ,
35
+ "string.valueDoesNotMatchPattern" : " The value does not match the required pattern" ,
36
+ "string.valueMustBeString" : " The value must be a string" ,
37
+ "string.valueTooShort" : " The value must be at least :min characters long" ,
38
38
"stringDictionary.addItem" : " Add item" ,
39
39
"stringDictionary.delete" : " Delete" ,
40
40
"stringDictionary.duplicatedKey" : " Key name is duplicated" ,
0 commit comments