aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Models/Validation/UsernameValidator.zh.resx
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/UsernameValidator.zh.resx
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/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