From 1e5f122e96ec974b77c2eaab3a9daf7d6c8970f1 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 30 Apr 2021 18:09:01 +0800 Subject: refactor: ... --- BackEnd/Timeline/Models/Validation/Resource.resx | 150 +++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 BackEnd/Timeline/Models/Validation/Resource.resx (limited to 'BackEnd/Timeline/Models/Validation/Resource.resx') diff --git a/BackEnd/Timeline/Models/Validation/Resource.resx b/BackEnd/Timeline/Models/Validation/Resource.resx new file mode 100644 index 00000000..68ba3810 --- /dev/null +++ b/BackEnd/Timeline/Models/Validation/Resource.resx @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + it can't be null + + + name can't be empty + + + name can't be longer than {0} + + + name can't has the same pattern of unique id + + + name can only consists of alphabet, number, '_' and '-' + + + nickname can't be longer than 25 + + + it is not of type {0} + + + Failed to create validator instance. + + + Given type is not a IValidator instance. + + + validation passed + + \ No newline at end of file -- cgit v1.2.3