mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
i18n: Swap three docs for ellipsis.
This commit is contained in:
@@ -388,7 +388,7 @@ function create_stream(): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
loading.make_indicator($("#stream_creating_indicator"), {
|
loading.make_indicator($("#stream_creating_indicator"), {
|
||||||
text: $t({defaultMessage: "Creating channel..."}),
|
text: $t({defaultMessage: "Creating channel…"}),
|
||||||
});
|
});
|
||||||
|
|
||||||
const topics_policy = $("#id_new_topics_policy").val();
|
const topics_policy = $("#id_new_topics_policy").val();
|
||||||
|
@@ -214,7 +214,7 @@ function create_user_group(): void {
|
|||||||
subgroups: JSON.stringify(subgroup_ids),
|
subgroups: JSON.stringify(subgroup_ids),
|
||||||
};
|
};
|
||||||
loading.make_indicator($("#user_group_creating_indicator"), {
|
loading.make_indicator($("#user_group_creating_indicator"), {
|
||||||
text: $t({defaultMessage: "Creating group..."}),
|
text: $t({defaultMessage: "Creating group…"}),
|
||||||
});
|
});
|
||||||
|
|
||||||
const permission_settings = Object.keys(realm.server_supported_permission_settings.group);
|
const permission_settings = Object.keys(realm.server_supported_permission_settings.group);
|
||||||
|
@@ -73,14 +73,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="compose-direct-recipient" data-before="{{t 'You and' }}">
|
<div id="compose-direct-recipient" data-before="{{t 'You and' }}">
|
||||||
<div class="pill-container">
|
<div class="pill-container">
|
||||||
<div class="input" contenteditable="true" id="private_message_recipient" data-no-recipients-text="{{t 'Add one or more users' }}" data-some-recipients-text="{{t 'Add another user...' }}"></div>
|
<div class="input" contenteditable="true" id="private_message_recipient" data-no-recipients-text="{{t 'Add one or more users' }}" data-some-recipients-text="{{t 'Add another user…' }}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="messagebox">
|
<div class="messagebox">
|
||||||
<div id="message-content-container" class="surround-formatting-buttons-row">
|
<div id="message-content-container" class="surround-formatting-buttons-row">
|
||||||
<textarea class="new_message_textarea message-textarea" name="content" id='compose-textarea' placeholder="{{t 'Compose your message here' }}" tabindex="0" aria-label="{{t 'Compose your message here...' }}"></textarea>
|
<textarea class="new_message_textarea message-textarea" name="content" id='compose-textarea' placeholder="{{t 'Compose your message here' }}" tabindex="0" aria-label="{{t 'Compose your message here…' }}"></textarea>
|
||||||
<div id="preview-message-area-container">
|
<div id="preview-message-area-container">
|
||||||
<div class="scrolling_list preview_message_area" data-simplebar data-simplebar-tab-index="-1" id="preview_message_area" style="display:none;">
|
<div class="scrolling_list preview_message_area" data-simplebar data-simplebar-tab-index="-1" id="preview_message_area" style="display:none;">
|
||||||
<div class="markdown_preview_spinner"></div>
|
<div class="markdown_preview_spinner"></div>
|
||||||
|
@@ -377,7 +377,7 @@ class AltchaWidget(forms.TextInput):
|
|||||||
orjson.dumps(
|
orjson.dumps(
|
||||||
{
|
{
|
||||||
"verified": _("Verified that you're a human user!"),
|
"verified": _("Verified that you're a human user!"),
|
||||||
"verifying": _("Verifying that you're not a bot..."),
|
"verifying": _("Verifying that you're not a bot…"),
|
||||||
}
|
}
|
||||||
).decode(),
|
).decode(),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user