i18n: Remove period from more messages

The period is after $2 of antispoof-name-illegal
where this message are shown.

Follow-Up: Ie88841009610804bd17357323155af9de237ef9b
Change-Id: I300a25a3295dca8b28b0b313a8461c1eaac5547e
(cherry picked from commit c9d4d2aabb)
这个提交包含在:
Umherirrender 2024-02-18 22:19:38 +01:00 提交者 Anterdc99
父节点 a35f0abf1e
当前提交 d51796ce19
共有 1 个文件被更改,包括 5 次插入5 次删除

查看文件

@ -15,15 +15,15 @@
"antispoof-name-illegal": "To prevent confusion, the username \"$1\" cannot be used: $2.\nPlease choose another username.",
"antispoof-bad-char": "$1 ($2)",
"antispoof-bad-char-non-printable": "$1",
"antispoof-badtype": "The provided username is an invalid type.",
"antispoof-empty": "No username was provided.",
"antispoof-badtype": "The provided username is an invalid type",
"antispoof-empty": "No username was provided",
"antispoof-prohibited": "Usernames cannot contain the character \"$1\" because it is prohibited",
"antispoof-combining": "Usernames cannot contain the combining character \"$1\"",
"antispoof-unassigned": "Usernames cannot contain the character \"$1\" because it is an unknown character",
"antispoof-deprecated": "Usernames cannot contain the character \"$1\" because it is deprecated",
"antispoof-noletters": "Usernames must contain one or more characters.",
"antispoof-mixedscripts": "Usernames cannot contain characters from different writing systems.",
"antispoof-tooshort": "Your provided username is too short.",
"antispoof-noletters": "Usernames must contain one or more characters",
"antispoof-mixedscripts": "Usernames cannot contain characters from different writing systems",
"antispoof-tooshort": "Your provided username is too short",
"antispoof-ignore": "Ignore spoofing checks",
"antispoof-ignore-help": "Allows users with sufficient privileges to create an account even if its name is similar to that of an existing account.",
"action-override-antispoof": "override the spoofing checks",