diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-25 18:46:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-25 18:46:01 +0800 |
commit | a175f8328d7a6c36464676d54fc50d03e64be0af (patch) | |
tree | c6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Resources/Models/Validation/UsernameValidator.zh.resx | |
parent | 681e2cc9ecaeefd883a7c6645374926c184fba5d (diff) | |
parent | 5790142f81f2a94ad073834b1534acbf9b02ea3c (diff) | |
download | timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.gz timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.tar.bz2 timeline-a175f8328d7a6c36464676d54fc50d03e64be0af.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.resx | 6 |
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 |