mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Missing translation
This commit is contained in:
parent
77ac14d475
commit
73fae6513f
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue