This commit is contained in:
2018-11-11 12:19:51 +08:00
parent e8672af466
commit 840c3791a6
5 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -3,8 +3,8 @@
'use strict';
systemDictionary = {
"Username": { "cn": "用户名"},
"Password": { "cn": "密码", "en": "Password"},
"Username:": { "cn": "用户名", "en": "用户名"},
"Password:": { "cn": "密码", "en": "密码"},
" 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"},
@@ -262,6 +262,7 @@ 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"},