diff options
Diffstat (limited to 'AntiSpoof/i18n/en.json')
-rw-r--r-- | AntiSpoof/i18n/en.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/AntiSpoof/i18n/en.json b/AntiSpoof/i18n/en.json new file mode 100644 index 00000000..71e5f31f --- /dev/null +++ b/AntiSpoof/i18n/en.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [] + }, + "antispoof-desc": "Blocks the creation of accounts with mixed-script, confusing and similar usernames", + "antispoof-conflict-top": "The name \"$1\" is too similar to the following {{PLURAL:$2|username|usernames}}:", + "antispoof-conflict-item": "$1", + "antispoof-conflict-bottom": "Please choose another name.", + "antispoof-name-illegal": "The name \"$1\" is not allowed to prevent confusing or spoofed usernames: $2.\nPlease choose another name.", + "antispoof-bad-char": "\"$1\" ($2)", + "antispoof-bad-char-non-printable": "$1", + "antispoof-badtype": "Bad data type", + "antispoof-empty": "Empty string", + "antispoof-blacklisted": "Contains blacklisted character $1", + "antispoof-combining": "Begins with combining mark $1", + "antispoof-unassigned": "Contains unassigned character $1", + "antispoof-deprecated": "Contains deprecated character $1", + "antispoof-noletters": "Does not contain any letters", + "antispoof-mixedscripts": "Contains incompatible mixed scripts", + "antispoof-tooshort": "Canonicalized name too short", + "antispoof-ignore": "Ignore spoofing checks", + "right-override-antispoof": "Override the spoofing checks" +}
\ No newline at end of file |