I18N: Improve copy on blocked words error messages (#15741)

This commit is contained in:
Régis Hanol 2022-01-28 17:12:35 +01:00 committed by GitHub
parent 5cce39278a
commit e1367cdea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,8 +366,8 @@ en:
too_many_links:
one: "Sorry, new users can only put one link in a post."
other: "Sorry, new users can only put %{count} links in a post."
contains_blocked_word: "Your post contains a word that's not allowed: %{word}"
contains_blocked_words: "Your post contains multiple words that aren't allowed: %{words}"
contains_blocked_word: "Sorry, you can't post the word '%{word}'; it's not allowed."
contains_blocked_words: "Sorry, you can't post that. Not allowed: %{words}."
spamming_host: "Sorry you cannot post a link to that host."
user_is_suspended: "Suspended users are not allowed to post."