correcting errors in translation sources
* Update client.en.yml
This commit is contained in:
parent
2c508f205a
commit
9410c2b986
|
@ -546,7 +546,7 @@ en:
|
|||
|
||||
change_about:
|
||||
title: "Change About Me"
|
||||
error: "There was an error changing ths value."
|
||||
error: "There was an error changing this value."
|
||||
|
||||
change_username:
|
||||
title: "Change Username"
|
||||
|
|
|
@ -422,7 +422,7 @@ en:
|
|||
create_like: "You've reached the maximum number of likes today. Please wait %{time_left} before trying again."
|
||||
create_bookmark: "You've reached the maximum number of bookmarks today. Please wait %{time_left} before trying again."
|
||||
edit_post: "You've reached the maximun number of edits today. Please wait %{time_left} before trying again."
|
||||
live_post_counts: "You've asking for live post counts too quickly. Please wait %{time_left} before trying again."
|
||||
live_post_counts: "You're asking for live post counts too quickly. Please wait %{time_left} before trying again."
|
||||
unsubscribe_via_email: "You've reached the maximum number of unsubscribe via email today. Please wait %{time_left} before trying again."
|
||||
topic_invitations_per_day: "You've reached the maximum number of topic invitations today. Please wait %{time_left} before trying again."
|
||||
|
||||
|
@ -863,7 +863,7 @@ en:
|
|||
anon_polling_interval: "How often should anonymous clients poll in milliseconds"
|
||||
background_polling_interval: "How often should the clients poll in milliseconds (when the window is in the background)"
|
||||
|
||||
flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and PM sent to the user (0 for never)"
|
||||
flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and message sent to the user (0 for never)"
|
||||
cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit a post hidden via community flagging"
|
||||
|
||||
max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site"
|
||||
|
@ -1274,7 +1274,7 @@ en:
|
|||
|
||||
approve_post_count: "The amount of posts from a new or basic user that must be approved"
|
||||
approve_unless_trust_level: "Posts for users below this trust level must be approved"
|
||||
notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, an email will be sent to the contact email. Set to 0 to disable these emails."
|
||||
notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, an email will be sent to the contact_email. Set to 0 to disable these emails."
|
||||
|
||||
default_email_digest_frequency: "How often users receive digest emails by default."
|
||||
default_include_tl0_in_digests: "Include posts from new users in digest emails by default. Users can change this in their preferences."
|
||||
|
|
Loading…
Reference in New Issue