diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-22 20:49:52 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-22 20:49:52 +0800 |
commit | 3ddb38839ac07de4edf071faeb753b62acb0bed1 (patch) | |
tree | cd8dea96c88e9784ceeb7342f486160ceadc6a58 /Timeline/Resources/Models/Validation/Validator.resx | |
parent | ec7dfb73ace61a1aba5156cc1048cbe32ee1cee6 (diff) | |
download | timeline-3ddb38839ac07de4edf071faeb753b62acb0bed1.tar.gz timeline-3ddb38839ac07de4edf071faeb753b62acb0bed1.tar.bz2 timeline-3ddb38839ac07de4edf071faeb753b62acb0bed1.zip |
...
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.resx')
-rw-r--r-- | Timeline/Resources/Models/Validation/Validator.resx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.resx b/Timeline/Resources/Models/Validation/Validator.resx index 8843dc42..0e8f53a6 100644 --- a/Timeline/Resources/Models/Validation/Validator.resx +++ b/Timeline/Resources/Models/Validation/Validator.resx @@ -117,6 +117,15 @@ <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="InvariantValidatorMessageBadType" xml:space="preserve">
+ <value>Value is not of type {0}.</value>
+ </data>
+ <data name="InvariantValidatorMessageNull" xml:space="preserve">
+ <value>Value can't be null.</value>
+ </data>
+ <data name="InvariantValidatorMessageSuccess" xml:space="preserve">
+ <value>Validation succeeded.</value>
+ </data>
<data name="ValidateWithAttributeCreateFail" xml:space="preserve">
<value>Failed to create a validator instance from default constructor. See inner exception.</value>
</data>
|