| | | 1 | | //------------------------------------------------------------------------------ |
| | | 2 | | // <auto-generated> |
| | | 3 | | // This code was generated by a tool. |
| | | 4 | | //------------------------------------------------------------------------------ |
| | | 5 | | #nullable enable |
| | | 6 | | |
| | | 7 | | namespace MyNet.Observable.Localization; |
| | | 8 | | using System.ComponentModel; |
| | | 9 | | using System.Globalization; |
| | | 10 | | using System.Resources; |
| | | 11 | | |
| | | 12 | | public class ValidationResources |
| | | 13 | | { |
| | | 14 | | private static ResourceManager? resourceMan; |
| | | 15 | | private static CultureInfo? resourceCulture; |
| | | 16 | | |
| | | 17 | | internal ValidationResources() |
| | | 18 | | { |
| | 0 | 19 | | } |
| | | 20 | | |
| | | 21 | | [EditorBrowsable(EditorBrowsableState.Advanced)] |
| | | 22 | | public static ResourceManager ResourceManager |
| | | 23 | | { |
| | | 24 | | get |
| | | 25 | | { |
| | 264 | 26 | | resourceMan ??= new ResourceManager("MyNet.Observable.Localization.ValidationResources", typeof(ValidationRe |
| | 264 | 27 | | return resourceMan; |
| | | 28 | | } |
| | | 29 | | } |
| | | 30 | | |
| | | 31 | | [EditorBrowsable(EditorBrowsableState.Advanced)] |
| | | 32 | | public static CultureInfo Culture |
| | | 33 | | { |
| | 0 | 34 | | get => resourceCulture ?? CultureInfo.CurrentUICulture; |
| | 0 | 35 | | set => resourceCulture = value; |
| | | 36 | | } |
| | | 37 | | |
| | 0 | 38 | | public static string CollectionDuplicateItems => ResourceManager.GetString("CollectionDuplicateItems", resourceCultu |
| | 0 | 39 | | public static string CollectionRequiresAtLeastOneItem => ResourceManager.GetString("CollectionRequiresAtLeastOneItem |
| | 18 | 40 | | public static string FieldExceedsMaxLength => ResourceManager.GetString("FieldExceedsMaxLength", resourceCulture) ?? |
| | 0 | 41 | | public static string FieldFileNotFound => ResourceManager.GetString("FieldFileNotFound", resourceCulture) ?? string. |
| | 0 | 42 | | public static string FieldInvalidEmail => ResourceManager.GetString("FieldInvalidEmail", resourceCulture) ?? string. |
| | 0 | 43 | | public static string FieldInvalidFilePath => ResourceManager.GetString("FieldInvalidFilePath", resourceCulture) ?? s |
| | 0 | 44 | | public static string FieldInvalidPhoneNumber => ResourceManager.GetString("FieldInvalidPhoneNumber", resourceCulture |
| | 15 | 45 | | public static string FieldIsRequired => ResourceManager.GetString("FieldIsRequired", resourceCulture) ?? string.Empt |
| | 33 | 46 | | public static string FieldMustBeBetween => ResourceManager.GetString("FieldMustBeBetween", resourceCulture) ?? strin |
| | 0 | 47 | | public static string FieldMustBeGreaterThan => ResourceManager.GetString("FieldMustBeGreaterThan", resourceCulture) |
| | 0 | 48 | | public static string FieldMustBeGreaterThanOrEqualTo => ResourceManager.GetString("FieldMustBeGreaterThanOrEqualTo", |
| | 0 | 49 | | public static string FieldMustBeInPast => ResourceManager.GetString("FieldMustBeInPast", resourceCulture) ?? string. |
| | 0 | 50 | | public static string FieldMustBeLessThan => ResourceManager.GetString("FieldMustBeLessThan", resourceCulture) ?? str |
| | 0 | 51 | | public static string FieldMustBeLessThanOrEqualTo => ResourceManager.GetString("FieldMustBeLessThanOrEqualTo", resou |
| | 0 | 52 | | public static string PathPartNotFound => ResourceManager.GetString("PathPartNotFound", resourceCulture) ?? string.Em |
| | | 53 | | } |
| | | 54 | | |