mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
30 lines
1.0 KiB
Handlebars
30 lines
1.0 KiB
Handlebars
<p>
|
|
{{#tr}}Archiving this channel will:{{/tr}}
|
|
</p>
|
|
<ul>
|
|
<li>{{#tr}}Remove it from the left sidebar for all users.{{/tr}}</li>
|
|
<li>{{#tr}}Prevent new messages from being sent to this channel.{{/tr}}</li>
|
|
<li>{{#tr}}Prevent messages in this channel from being edited, deleted, or moved.{{/tr}}</li>
|
|
{{#if is_announcement_stream}}
|
|
<li>{{#tr}}Disable announcements that are currently sent to this channel:{{/tr}}
|
|
<ul>
|
|
{{#if is_new_stream_announcements_stream}}
|
|
<li>{{#tr}}New channel announcements{{/tr}}</li>
|
|
{{/if}}
|
|
{{#if is_signup_announcements_stream}}
|
|
<li>{{#tr}}New user announcements{{/tr}}</li>
|
|
{{/if}}
|
|
{{#if is_zulip_update_announcements_stream}}
|
|
<li>{{#tr}}Zulip update announcements{{/tr}}</li>
|
|
{{/if}}
|
|
</ul>
|
|
</li>
|
|
{{/if}}
|
|
</ul>
|
|
<p>
|
|
{{#tr}}
|
|
Users can still search for messages in archived channels.
|
|
You can always unarchive this channel.
|
|
{{/tr}}
|
|
</p>
|