mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Missing translation
This commit is contained in:
parent
77ac14d475
commit
73fae6513f
@ -70,6 +70,7 @@
|
|||||||
|
|
||||||
{{#if suspended}}
|
{{#if suspended}}
|
||||||
<div class='suspended-message'>
|
<div class='suspended-message'>
|
||||||
|
{{i18n "admin.flags.suspended_for_post"}}
|
||||||
The user was suspended for this post.
|
The user was suspended for this post.
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -2716,6 +2716,7 @@ en:
|
|||||||
system: "System"
|
system: "System"
|
||||||
error: "Something went wrong"
|
error: "Something went wrong"
|
||||||
reply_message: "Reply"
|
reply_message: "Reply"
|
||||||
|
suspended_for_post: "The user was suspended for this post."
|
||||||
no_results: "There are no flagged posts."
|
no_results: "There are no flagged posts."
|
||||||
topic_flagged: "This <strong>topic</strong> has been flagged."
|
topic_flagged: "This <strong>topic</strong> has been flagged."
|
||||||
show_full: "show full post"
|
show_full: "show full post"
|
||||||
|
Loading…
Reference in New Issue
Block a user