@@ -11,13 +11,13 @@ This document lists all the I18N keys used in the Sequential Workflow Editor.
1111 "anyVariables.noVariablesSelected" : " No variables selected" ,
1212 "anyVariables.variableIsLost" : " Variable :name is lost" ,
1313 "boolean.false" : " False" ,
14- "boolean.invalidType" : " The value must be a boolean. " ,
14+ "boolean.invalidType" : " The value must be a boolean" ,
1515 "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" ,
2121 "generatedString.differentValue" : " Generator returns different value than the current value" ,
2222 "nullableAnyVariable.invalidVariableType" : " The variable :name has invalid type" ,
2323 "nullableAnyVariable.select" : " - Select -" ,
@@ -29,12 +29,12 @@ This document lists all the I18N keys used in the Sequential Workflow Editor.
2929 "nullableVariableDefinition.expectedType" : " Variable type must be :type" ,
3030 "nullableVariableDefinition.variableIsDuplicated" : " Variable name is already used" ,
3131 "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" ,
3838 "stringDictionary.addItem" : " Add item" ,
3939 "stringDictionary.delete" : " Delete" ,
4040 "stringDictionary.duplicatedKey" : " Key name is duplicated" ,
0 commit comments