129
129
<data name =" IndentationLevelInvalid" xml : space =" preserve" >
130
130
<value >Indentation level cannot be lower than 0.</value >
131
131
</data >
132
+ <data name =" InputItemShouldBeType" xml : space =" preserve" >
133
+ <value >The input item should be in type of '{0}'.</value >
134
+ </data >
132
135
<data name =" ObjectScopeNeededForPropertyNameWriting" xml : space =" preserve" >
133
136
<value >The active scope must be an object scope for property name '{0}' to be written.</value >
134
137
</data >
177
180
<data name =" SourceExpressionHasInvalidFormat" xml : space =" preserve" >
178
181
<value >The source expression '{0}' has invalid format.</value >
179
182
</data >
183
+ <data name =" UnknownVisitorType" xml : space =" preserve" >
184
+ <value >Can not find visitor type registered for type '{0}'.</value >
185
+ </data >
186
+ <data name =" Validation_ComponentsKeyMustMatchRegularExpr" xml : space =" preserve" >
187
+ <value >The key '{0}' in '{1}' of components MUST match the regular expression '{2}'.</value >
188
+ </data >
189
+ <data name =" Validation_ExtensionNameMustBeginWithXDash" xml : space =" preserve" >
190
+ <value >The extension name '{0}' in '{1}' object MUST begin with 'x-'.</value >
191
+ </data >
192
+ <data name =" Validation_FieldIsRequired" xml : space =" preserve" >
193
+ <value >The field '{0}' in '{1}' object is REQUIRED.</value >
194
+ </data >
195
+ <data name =" Validation_PathItemMustBeginWithSlash" xml : space =" preserve" >
196
+ <value >The path item name '{0}' MUST begin with a slash.</value >
197
+ </data >
198
+ <data name =" Validation_RuleAddTwice" xml : space =" preserve" >
199
+ <value >The same rule cannot be in the same rule set twice.</value >
200
+ </data >
201
+ <data name =" Validation_StringMustBeEmailAddress" xml : space =" preserve" >
202
+ <value >The string '{0}' MUST be in the format of an email address.</value >
203
+ </data >
180
204
</root >
0 commit comments