aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Models/Validation/Validator.Designer.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-25 18:46:01 +0800
committerGitHub <noreply@github.com>2019-10-25 18:46:01 +0800
commitf08f53d6fcd9baf9dd3b95209f7c7448ae8168d4 (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Models/Validation/Validator.Designer.cs
parent20089ee8a29f9c59a28779baadf5560bca9f7be1 (diff)
parent2528710897c6995eaa6b04a63c1daa8cdffbf29d (diff)
downloadtimeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.tar.gz
timeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.tar.bz2
timeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.zip
Merge pull request #52 from crupest/i18n
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Models/Validation/Validator.Designer.cs')
-rw-r--r--Timeline/Resources/Models/Validation/Validator.Designer.cs30
1 files changed, 15 insertions, 15 deletions
diff --git a/Timeline/Resources/Models/Validation/Validator.Designer.cs b/Timeline/Resources/Models/Validation/Validator.Designer.cs
index 4cbc13de..74d4c169 100644
--- a/Timeline/Resources/Models/Validation/Validator.Designer.cs
+++ b/Timeline/Resources/Models/Validation/Validator.Designer.cs
@@ -61,47 +61,47 @@ namespace Timeline.Resources.Models.Validation {
}
/// <summary>
- /// Looks up a localized string similar to Value is not of type {0}..
+ /// Looks up a localized string similar to Failed to create a validator instance from default constructor. See inner exception..
/// </summary>
- internal static string InvariantValidatorMessageBadType {
+ internal static string ValidateWithAttributeExceptionCreateFail {
get {
- return ResourceManager.GetString("InvariantValidatorMessageBadType", resourceCulture);
+ return ResourceManager.GetString("ValidateWithAttributeExceptionCreateFail", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Value can&apos;t be null..
+ /// Looks up a localized string similar to Given type is not assignable to IValidator..
/// </summary>
- internal static string InvariantValidatorMessageNull {
+ internal static string ValidateWithAttributeExceptionNotValidator {
get {
- return ResourceManager.GetString("InvariantValidatorMessageNull", resourceCulture);
+ return ResourceManager.GetString("ValidateWithAttributeExceptionNotValidator", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Validation succeeded..
+ /// Looks up a localized string similar to Value is not of type {0}..
/// </summary>
- internal static string InvariantValidatorMessageSuccess {
+ internal static string ValidatorMessageBadType {
get {
- return ResourceManager.GetString("InvariantValidatorMessageSuccess", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageBadType", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Failed to create a validator instance from default constructor. See inner exception..
+ /// Looks up a localized string similar to Value can&apos;t be null..
/// </summary>
- internal static string ValidateWithAttributeCreateFail {
+ internal static string ValidatorMessageNull {
get {
- return ResourceManager.GetString("ValidateWithAttributeCreateFail", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageNull", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to Given type is not assignable to IValidator..
+ /// Looks up a localized string similar to Validation succeeded..
/// </summary>
- internal static string ValidateWithAttributeNotValidator {
+ internal static string ValidatorMessageSuccess {
get {
- return ResourceManager.GetString("ValidateWithAttributeNotValidator", resourceCulture);
+ return ResourceManager.GetString("ValidatorMessageSuccess", resourceCulture);
}
}
}