forked from nulab/zxcvbn4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.properties
42 lines (35 loc) · 2.31 KB
/
messages.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Feedback
## Extra
feedback.extra.suggestions.addAnotherWord=Add another word or two. Uncommon words are better.
## Default
feedback.default.suggestions.useFewWords=Use a few words, avoid common phrases.
feedback.default.suggestions.noNeedSymbols=No need for symbols, digits, or uppercase letters.
## Dictionary
feedback.dictionary.warning.passwords.top10=This is a top-10 common password.
feedback.dictionary.warning.passwords.top100=This is a top-100 common password.
feedback.dictionary.warning.passwords.veryCommon=This is a very common password.
feedback.dictionary.warning.passwords.similar=This is similar to a commonly used password.
feedback.dictionary.warning.englishWikipedia.itself=A word by itself is easy to guess.
feedback.dictionary.warning.etc.namesThemselves=Names and surnames by themselves are easy to guess.
feedback.dictionary.warning.etc.namesCommon=Common names and surnames are easy to guess.
feedback.dictionary.suggestions.capitalization=Capitalization doesn't help very much.
feedback.dictionary.suggestions.allUppercase=All-uppercase is almost as easy to guess as all-lowercase.
feedback.dictionary.suggestions.reversed=Reversed words aren't much harder to guess.
feedback.dictionary.suggestions.l33t=Predictable substitutions like '@' instead of 'a' don't help very much.
## Spatial
feedback.spatial.warning.straightRowsOfKeys=Straight rows of keys are easy to guess.
feedback.spatial.warning.shortKeyboardPatterns=Short keyboard patterns are easy to guess.
feedback.spatial.suggestions.UseLongerKeyboardPattern=Use a longer keyboard pattern with more turns.
## Repeat
feedback.repeat.warning.likeAAA=Repeats like "aaa" are easy to guess.
feedback.repeat.warning.likeABCABCABC=Repeats like "abcabcabc" are only slightly harder to guess than "abc".
feedback.repeat.suggestions.avoidRepeatedWords=Avoid repeated words and characters.
## Sequence
feedback.sequence.warning.likeABCor6543=Sequences like abc or 6543 are easy to guess.
feedback.sequence.suggestions.avoidSequences=Avoid sequences.
## Regex
feedback.regex.warning.recentYears=Recent years are easy to guess.
feedback.regex.suggestions.avoidRecentYears=Avoid recent years, avoid years that are associated with you.
## Date
feedback.date.warning.dates=Dates are often easy to guess.
feedback.date.suggestions.avoidDates=Avoid dates and years that are associated with you.