|
@@ -257,4 +257,35 @@ navs.myprofile=\u6211\u7684\u8D44\u6599
|
|
|
navs.audit=\u5BA1\u8BA1
|
|
|
navs.audit.login=\u767B\u5F55\u65E5\u5FD7
|
|
|
navs.audit.signon=\u8BBF\u95EE\u65E5\u5FD7
|
|
|
-navs.audit.operation=\u64CD\u4F5C\u65E5\u5FD7
|
|
|
+navs.audit.operation=\u64CD\u4F5C\u65E5\u5FD7
|
|
|
+
|
|
|
+#password
|
|
|
+HISTORY_VIOLATION=Password matches one of %1$s previous passwords.
|
|
|
+ILLEGAL_WORD=Password contains the dictionary word '%1$s'.
|
|
|
+ILLEGAL_WORD_REVERSED=Password contains the reversed dictionary word '%1$s'.
|
|
|
+ILLEGAL_DIGEST_WORD=Password contains a dictionary word.
|
|
|
+ILLEGAL_DIGEST_WORD_REVERSED=Password contains a reversed dictionary word.
|
|
|
+ILLEGAL_MATCH=Password matches the illegal pattern '%1$s'.
|
|
|
+ALLOWED_MATCH=Password must match pattern '%1$s'.
|
|
|
+ILLEGAL_CHAR=Password %2$s the illegal character '%1$s'.
|
|
|
+ALLOWED_CHAR=Password %2$s the illegal character '%1$s'.
|
|
|
+ILLEGAL_QWERTY_SEQUENCE=Password contains the illegal QWERTY sequence '%1$s'.
|
|
|
+ILLEGAL_ALPHABETICAL_SEQUENCE=Password contains the illegal alphabetical sequence '%1$s'.
|
|
|
+ILLEGAL_NUMERICAL_SEQUENCE=Password contains the illegal numerical sequence '%1$s'.
|
|
|
+ILLEGAL_USERNAME=Password %2$s the user id '%1$s'.
|
|
|
+ILLEGAL_USERNAME_REVERSED=Password %2$s the user id '%1$s' in reverse.
|
|
|
+ILLEGAL_WHITESPACE=Password %2$s a whitespace character.
|
|
|
+ILLEGAL_NUMBER_RANGE=Password %2$s the number '%1$s'.
|
|
|
+ILLEGAL_REPEATED_CHARS=Password contains %3$s sequences of %1$s or more repeated characters, but only %2$s allowed: %4$s.
|
|
|
+INSUFFICIENT_UPPERCASE=Password must contain %1$s or more uppercase characters.
|
|
|
+INSUFFICIENT_LOWERCASE=Password must contain %1$s or more lowercase characters.
|
|
|
+INSUFFICIENT_ALPHABETICAL=Password must contain %1$s or more alphabetical characters.
|
|
|
+INSUFFICIENT_DIGIT=Password must contain %1$s or more digit characters.
|
|
|
+INSUFFICIENT_SPECIAL=Password must contain %1$s or more special characters.
|
|
|
+INSUFFICIENT_CHARACTERISTICS=Password matches %1$s of %3$s character rules, but %2$s are required.
|
|
|
+INSUFFICIENT_COMPLEXITY=Password meets %2$s complexity rules, but %3$s are required.
|
|
|
+INSUFFICIENT_COMPLEXITY_RULES=No rules have been configured for a password of length %1$s.
|
|
|
+SOURCE_VIOLATION=Password cannot be the same as your %1$s password.
|
|
|
+TOO_LONG=Password must be no more than %2$s characters in length.
|
|
|
+TOO_SHORT=Password must be %1$s or more characters in length \u592A\u77ED.
|
|
|
+TOO_MANY_OCCURRENCES=Password contains %2$s occurrences of the character '%1$s', but at most %3$s are allowed.
|