mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Updates translated strings in web/ that do not need updates to any tests. The majority of these strings are also unique to the file/ template that they are in. A few have overlap with one other file. Some changes here update placeholders/variables in these strings to no longer use stream so that all the translation updates for this rename happen at the same time. The exception to this are cases of "<z-stream>" placeholders in these translated strings. Part of the stream to channel rename project.
31 lines
1.1 KiB
Handlebars
31 lines
1.1 KiB
Handlebars
<div class="history-limited-box">
|
|
<p>
|
|
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
|
{{#tr}}
|
|
Some older messages are unavailable.
|
|
<z-link>Upgrade your organization</z-link>
|
|
to access your full message history.
|
|
{{#*inline "z-link"}}<a href="/plans/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
</p>
|
|
</div>
|
|
<div class="all-messages-search-caution hidden-for-spectators" hidden>
|
|
<p>
|
|
<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
|
|
{{#tr}}
|
|
End of results from your
|
|
<z-link>history</z-link>.
|
|
{{#*inline "z-link"}}<a href="/help/search-for-messages#searching-shared-history"
|
|
target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
|
|
<span>
|
|
{{#tr}}
|
|
Consider <z-link>searching all public channels</z-link>.
|
|
{{#*inline "z-link"}}<a class="search-shared-history" href="">{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
</span>
|
|
</p>
|
|
</div>
|
|
<div class="empty_feed_notice_main"></div>
|