Specifically mention the visitor user level in the error messages for posts.
This commit is contained in:
parent
a30c019275
commit
6366c9f86d
|
@ -13,18 +13,17 @@ en:
|
|||
is_reserved: "is reserved"
|
||||
|
||||
too_many_mentions:
|
||||
zero: "Sorry, you can't mention any users at your trust level."
|
||||
one: "Sorry, you can only mention one user at your trust level."
|
||||
other: "Sorry, you can only mention %{count} users at your trust level."
|
||||
|
||||
zero: "Sorry, visitors can't mention other users."
|
||||
one: "Sorry, visitors can only mention one other user in a post."
|
||||
other: "Sorry, visitors can only mention %{count} users in a post."
|
||||
too_many_images:
|
||||
zero: "Sorry, you can't put any images in a post at your trust level."
|
||||
one: "Sorry, we only allow one image in a post at your trust level."
|
||||
other: "Sorry, we only allow %{count} images in a post at your trust level."
|
||||
zero: "Sorry, visitors can't put images in posts."
|
||||
one: "Sorry, visitors can only put one image in a post."
|
||||
other: "Sorry, visitors can only put %{count} images in a post."
|
||||
too_many_links:
|
||||
zero: "Sorry, you can't put any links in a post at your trust level."
|
||||
one: "Sorry, we only allow one link in a post at your trust level."
|
||||
other: "Sorry, we only allow %{count} links in a post at your trust level."
|
||||
zero: "Sorry, visitors can't put links in posts."
|
||||
one: "Sorry, visitors can only put one link in a post."
|
||||
other: "Sorry, visitors can only put %{count} links in a post."
|
||||
|
||||
just_posted_that: "is too similar to what you recently posted"
|
||||
has_already_been_used: "has already been used"
|
||||
|
|
Loading…
Reference in New Issue