aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
committer杨宇千 <crupest@outlook.com>2019-10-25 18:36:02 +0800
commit5790142f81f2a94ad073834b1534acbf9b02ea3c (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
parent681e2cc9ecaeefd883a7c6645374926c184fba5d (diff)
downloadtimeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.gz
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.tar.bz2
timeline-5790142f81f2a94ad073834b1534acbf9b02ea3c.zip
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Resources/Models/Validation/UsernameValidator.zh.resx')
-rw-r--r--Timeline/Resources/Models/Validation/UsernameValidator.zh.resx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx b/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
index 1c8a936c..89d519b0 100644
--- a/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
+++ b/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
@@ -117,13 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
- <data name="ValidationMessageEmptyString" xml:space="preserve">
+ <data name="MessageEmptyString" xml:space="preserve">
<value>空字符串是不允许的。</value>
</data>
- <data name="ValidationMessageInvalidChar" xml:space="preserve">
+ <data name="MessageInvalidChar" xml:space="preserve">
<value>无效的字符,只能使用字母、数字、下划线和连字符。</value>
</data>
- <data name="ValidationMessageTooLong" xml:space="preserve">
+ <data name="MessageTooLong" xml:space="preserve">
<value>太长了,不能大于26个字符。</value>
</data>
</root> \ No newline at end of file