diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:46:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-25 18:46:01 +0800 |
commit | a175f8328d7a6c36464676d54fc50d03e64be0af (patch) | |
tree | c6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Models/Validation/Validator.resx | |
parent | 681e2cc9ecaeefd883a7c6645374926c184fba5d (diff) | |
parent | 5790142f81f2a94ad073834b1534acbf9b02ea3c (diff) | |
download | timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.gz timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.bz2 timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.zip |
Merge pull request #52 from crupest/i18n
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.resx')
-rw-r--r-- | Timeline/Resources/Models/Validation/Validator.resx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.resx b/Timeline/Resources/Models/Validation/Validator.resx index 0e8f53a6..8317e3eb 100644 --- a/Timeline/Resources/Models/Validation/Validator.resx +++ b/Timeline/Resources/Models/Validation/Validator.resx @@ -117,19 +117,19 @@ <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">
+ <data name="ValidateWithAttributeExceptionCreateFail" xml:space="preserve">
+ <value>Failed to create a validator instance from default constructor. See inner exception.</value>
+ </data>
+ <data name="ValidateWithAttributeExceptionNotValidator" xml:space="preserve">
+ <value>Given type is not assignable to IValidator.</value>
+ </data>
+ <data name="ValidatorMessageBadType" xml:space="preserve">
<value>Value is not of type {0}.</value>
</data>
- <data name="InvariantValidatorMessageNull" xml:space="preserve">
+ <data name="ValidatorMessageNull" xml:space="preserve">
<value>Value can't be null.</value>
</data>
- <data name="InvariantValidatorMessageSuccess" xml:space="preserve">
+ <data name="ValidatorMessageSuccess" 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>
- <data name="ValidateWithAttributeNotValidator" xml:space="preserve">
- <value>Given type is not assignable to IValidator.</value>
- </data>
</root>
\ No newline at end of file |