This commit is contained in:
2018-11-11 11:49:16 +08:00
parent 88b72a554f
commit df7b4271de
5 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
'use strict';
systemDictionary = {
"Username": { "cn": "用户名"},
"Password": { "cn": "密码", "en": "Password"},
" for %s": { "cn": " for %s", "en": " for %s"},
"%s added to %s": { "cn": "%s added to %s", "en": "%s added to %s"},
"%s processes": { "cn": "%s processes", "en": "%s processes"},
@@ -260,7 +262,6 @@ systemDictionary = {
"Owner user": { "cn": "Owner user", "en": "Owner user"},
"Parent": { "cn": "父类", "en": "Parent"},
"Parse error": { "cn": "Parse error", "en": "Parse error"},
"Password": { "cn": "密码", "en": "Password"},
"Password and confirmation are not equal!": { "cn": "Password and confirmation are not equal!", "en": "Password and confirmation are not equal!"},
"Password cannot be empty!": { "cn": "密码不能为空!", "en": "Password cannot be empty!"},
"Password repeat": { "cn": "Password repeat", "en": "Password repeat"},