2023-04-28 02:19:36 +02:00
|
|
|
<template id="view-user-card-tooltip-template">
|
|
|
|
{{t 'View user card' }}
|
|
|
|
{{tooltip_hotkey_hints "U"}}
|
|
|
|
</template>
|
2024-02-26 00:00:38 +01:00
|
|
|
<template id="view-bot-card-tooltip-template">
|
|
|
|
{{t 'View bot card' }}
|
|
|
|
{{tooltip_hotkey_hints "U"}}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="scroll-to-bottom-button-tooltip-template">
|
|
|
|
{{t 'Scroll to bottom' }}
|
|
|
|
{{tooltip_hotkey_hints "End"}}
|
|
|
|
</template>
|
|
|
|
<template id="compose_reply_message_button_tooltip_template">
|
|
|
|
{{t 'Reply to selected message' }}
|
|
|
|
{{tooltip_hotkey_hints "R"}}
|
|
|
|
</template>
|
|
|
|
<template id="compose_reply_selected_topic_button_tooltip_template">
|
|
|
|
{{t 'Reply to selected conversation' }}
|
|
|
|
{{tooltip_hotkey_hints "R"}}
|
|
|
|
</template>
|
2024-04-18 19:10:40 +02:00
|
|
|
<template id="compose_reply_direct_disabled_button_tooltip_template">
|
2023-05-09 18:54:26 +02:00
|
|
|
{{t 'You are not allowed to send direct messages in this organization.' }}
|
|
|
|
</template>
|
|
|
|
<template id="left_bar_compose_mobile_button_tooltip_template">
|
|
|
|
{{t 'New message' }}
|
|
|
|
{{tooltip_hotkey_hints "C"}}
|
|
|
|
</template>
|
|
|
|
<template id="new_topic_message_button_tooltip_template">
|
|
|
|
{{t 'New topic' }}
|
|
|
|
{{tooltip_hotkey_hints "C"}}
|
|
|
|
</template>
|
|
|
|
<template id="new_stream_message_button_tooltip_template">
|
2024-04-18 18:36:57 +02:00
|
|
|
{{t 'New channel message' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "C"}}
|
|
|
|
</template>
|
|
|
|
<template id="new_direct_message_button_tooltip_template">
|
|
|
|
{{t 'New direct message' }}
|
|
|
|
{{tooltip_hotkey_hints "X"}}
|
|
|
|
</template>
|
|
|
|
<template id="compose_close_tooltip_template">
|
|
|
|
{{t 'Cancel compose' }}
|
|
|
|
{{tooltip_hotkey_hints "Esc"}}
|
|
|
|
</template>
|
|
|
|
<template id="compose_close_and_save_tooltip_template">
|
|
|
|
{{t 'Cancel compose and save draft' }}
|
|
|
|
{{tooltip_hotkey_hints "Esc"}}
|
|
|
|
</template>
|
|
|
|
<template id="send-enter-tooltip-template">
|
|
|
|
{{t 'Send' }}
|
|
|
|
{{tooltip_hotkey_hints "Enter"}}
|
|
|
|
</template>
|
|
|
|
<template id="send-ctrl-enter-tooltip-template">
|
|
|
|
{{t 'Send' }}
|
|
|
|
{{tooltip_hotkey_hints "Ctrl" "Enter"}}
|
|
|
|
</template>
|
2024-05-07 22:46:10 +02:00
|
|
|
<template id="preview-tooltip">
|
|
|
|
{{t 'Preview' }}
|
|
|
|
{{tooltip_hotkey_hints "Alt" "P"}}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="add-global-time-tooltip">
|
|
|
|
<div>
|
2023-10-02 00:59:35 +02:00
|
|
|
<div>{{t "Add global time" }}</div>
|
|
|
|
<div class="tooltip-inner-content italic">{{t "Everyone sees global times in their own time zone." }}</div>
|
2023-05-09 18:54:26 +02:00
|
|
|
</div>
|
|
|
|
</template>
|
2022-07-16 14:40:59 +02:00
|
|
|
<template id="add-poll-tooltip">
|
|
|
|
<div>
|
|
|
|
<span>{{t "Add poll" }}</span><br/>
|
|
|
|
<span class="tooltip-inner-content italic">{{t "A poll must be an entire message." }}</span>
|
|
|
|
</div>
|
|
|
|
</template>
|
2024-05-07 22:46:10 +02:00
|
|
|
<template id="link-tooltip">
|
|
|
|
{{t 'Link' }}
|
|
|
|
{{tooltip_hotkey_hints "Ctrl" "Shift" "L"}}
|
|
|
|
</template>
|
|
|
|
<template id="bold-tooltip">
|
|
|
|
{{t 'Bold' }}
|
|
|
|
{{tooltip_hotkey_hints "Ctrl" "B"}}
|
|
|
|
</template>
|
|
|
|
<template id="italic-tooltip">
|
|
|
|
{{t 'Italic' }}
|
|
|
|
{{tooltip_hotkey_hints "Ctrl" "I"}}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="delete-draft-tooltip-template">
|
|
|
|
{{t 'Delete draft' }}
|
|
|
|
{{tooltip_hotkey_hints "Backspace"}}
|
|
|
|
</template>
|
|
|
|
<template id="restore-draft-tooltip-template">
|
|
|
|
{{t 'Restore draft' }}
|
|
|
|
{{tooltip_hotkey_hints "Enter"}}
|
|
|
|
</template>
|
|
|
|
<template id="gear-menu-tooltip-template">
|
2023-06-09 20:48:32 +02:00
|
|
|
{{t 'Main menu' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "G"}}
|
|
|
|
</template>
|
2023-10-21 01:28:30 +02:00
|
|
|
<template id="personal-menu-tooltip-template">
|
|
|
|
{{t 'Personal menu' }}
|
|
|
|
{{tooltip_hotkey_hints "G" "→"}}
|
|
|
|
</template>
|
2023-10-21 13:57:36 +02:00
|
|
|
<template id="help-menu-tooltip-template">
|
|
|
|
{{t 'Help menu' }}
|
|
|
|
{{tooltip_hotkey_hints "G" "←"}}
|
|
|
|
</template>
|
2024-03-08 22:54:17 +01:00
|
|
|
<template id="automatic-theme-template">
|
|
|
|
<div>
|
|
|
|
<div>{{t "Automatic theme" }}</div>
|
|
|
|
<div class="tooltip-inner-content italic">{{t "Follows system settings." }}</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="all-message-tooltip-template">
|
2023-10-23 22:26:06 +02:00
|
|
|
<div class="views-tooltip-container" data-view-code="all_messages">
|
2024-04-02 13:10:48 +02:00
|
|
|
<div>{{t 'Combined feed' }}</div>
|
2023-10-23 22:26:06 +02:00
|
|
|
<div class="tooltip-inner-content views-tooltip-home-view-note italic hide">{{t 'This is your home view.' }}</div>
|
|
|
|
</div>
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "A"}}
|
|
|
|
</template>
|
|
|
|
<template id="recent-conversations-tooltip-template">
|
2023-10-23 22:26:06 +02:00
|
|
|
<div class="views-tooltip-container" data-view-code="recent_topics">
|
|
|
|
<div>{{t 'Recent conversations' }}</div>
|
|
|
|
<div class="tooltip-inner-content views-tooltip-home-view-note italic hide">{{t 'This is your home view.' }}</div>
|
|
|
|
</div>
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "T"}}
|
|
|
|
</template>
|
2024-02-28 12:24:44 +01:00
|
|
|
<template id="my-reactions-tooltip-template">
|
|
|
|
<div class="views-tooltip-container" data-view-code="recent_topics">
|
|
|
|
<div>{{t 'Reactions to your messages' }}</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
2023-09-14 11:10:47 +02:00
|
|
|
<template id="inbox-tooltip-template">
|
2023-10-23 22:26:06 +02:00
|
|
|
<div class="views-tooltip-container" data-view-code="inbox">
|
|
|
|
<div>{{t 'Inbox' }}</div>
|
|
|
|
<div class="tooltip-inner-content views-tooltip-home-view-note italic hide">{{t 'This is your home view.' }}</div>
|
|
|
|
</div>
|
2023-09-14 11:10:47 +02:00
|
|
|
{{tooltip_hotkey_hints "Shift" "I"}}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="drafts-tooltip-template">
|
|
|
|
{{t 'Drafts' }}
|
|
|
|
{{tooltip_hotkey_hints "D"}}
|
|
|
|
</template>
|
2024-06-07 05:34:30 +02:00
|
|
|
<template id="show-all-direct-messages-template">
|
2024-04-17 20:53:00 +02:00
|
|
|
{{t 'Direct message feed' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Shift" "P"}}
|
|
|
|
</template>
|
2023-10-18 17:47:01 +02:00
|
|
|
<template id="mentions-tooltip-template">
|
|
|
|
{{t 'Mentions' }}
|
|
|
|
</template>
|
|
|
|
<template id="starred-tooltip-template">
|
|
|
|
{{t 'Starred messages' }}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="filter-streams-tooltip-template">
|
2024-04-18 18:36:57 +02:00
|
|
|
{{t 'Filter channels' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Q"}}
|
|
|
|
</template>
|
|
|
|
<template id="message-expander-tooltip-template">
|
|
|
|
{{t 'Show more' }}
|
|
|
|
{{tooltip_hotkey_hints "-"}}
|
|
|
|
</template>
|
|
|
|
<template id="message-condenser-tooltip-template">
|
|
|
|
{{t 'Show less' }}
|
|
|
|
{{tooltip_hotkey_hints "-"}}
|
|
|
|
</template>
|
|
|
|
<template id="edit-content-tooltip-template">
|
|
|
|
{{t "Edit message" }}
|
|
|
|
{{tooltip_hotkey_hints "E"}}
|
|
|
|
</template>
|
|
|
|
<template id="move-message-tooltip-template">
|
|
|
|
{{t "Move message" }}
|
|
|
|
{{tooltip_hotkey_hints "M"}}
|
|
|
|
</template>
|
|
|
|
<template id="add-emoji-tooltip-template">
|
|
|
|
{{t "Add emoji reaction" }}
|
|
|
|
{{tooltip_hotkey_hints ":"}}
|
|
|
|
</template>
|
|
|
|
<template id="message-actions-tooltip-template">
|
|
|
|
{{t "Message actions" }}
|
|
|
|
{{tooltip_hotkey_hints "I"}}
|
|
|
|
</template>
|
2024-02-29 11:23:43 +01:00
|
|
|
<template id="dismiss-failed-send-button-tooltip-template">
|
|
|
|
<div>
|
|
|
|
<div>{{t "Dismiss failed message" }}</div>
|
|
|
|
<div class="italic tooltip-inner-content">
|
|
|
|
{{t "This content remains saved in your drafts." }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<template id="slow-send-spinner-tooltip-template">
|
|
|
|
<div>
|
|
|
|
<div>{{t "Sending…" }}</div>
|
|
|
|
<div class="italic">
|
|
|
|
{{t "This message will remain saved in your drafts until it is successfully sent." }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="star-message-tooltip-template">
|
2023-10-02 00:59:35 +02:00
|
|
|
<div class="starred-status">{{t "Star this message" }}</div>
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Ctrl" "S"}}
|
|
|
|
</template>
|
|
|
|
<template id="unstar-message-tooltip-template">
|
2023-10-02 00:59:35 +02:00
|
|
|
<div class="starred-status">{{t "Unstar this message" }}</div>
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Ctrl" "S"}}
|
|
|
|
</template>
|
|
|
|
<template id="search-query-tooltip-template">
|
|
|
|
{{t 'Search' }}
|
|
|
|
{{tooltip_hotkey_hints "/"}}
|
|
|
|
</template>
|
2024-04-22 10:32:21 +02:00
|
|
|
<template id="show-left-sidebar-tooltip-template" >
|
|
|
|
{{t 'Show left sidebar' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Q"}}
|
|
|
|
</template>
|
2024-04-22 10:32:21 +02:00
|
|
|
<template id="hide-left-sidebar-tooltip-template" >
|
|
|
|
{{t 'Hide left sidebar' }}
|
|
|
|
</template>
|
2024-03-19 10:51:24 +01:00
|
|
|
<template id="show-userlist-tooltip-template">
|
|
|
|
{{t 'Show user list' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "W"}}
|
|
|
|
</template>
|
2024-03-19 10:51:24 +01:00
|
|
|
<template id="hide-userlist-tooltip-template">
|
|
|
|
{{t 'Hide user list' }}
|
|
|
|
</template>
|
2023-05-09 18:54:26 +02:00
|
|
|
<template id="topic-unmute-tooltip-template">
|
|
|
|
{{t "Unmute topic" }}
|
|
|
|
{{tooltip_hotkey_hints "Shift" "M"}}
|
|
|
|
</template>
|
|
|
|
<template id="topic-mute-tooltip-template">
|
|
|
|
{{t "Mute topic" }}
|
|
|
|
{{tooltip_hotkey_hints "Shift" "M"}}
|
|
|
|
</template>
|
|
|
|
<template id="restore-scheduled-message-tooltip-template">
|
|
|
|
{{t 'Edit and reschedule message' }}
|
2023-05-15 07:25:44 +02:00
|
|
|
{{tooltip_hotkey_hints "Enter"}}
|
2023-05-09 18:54:26 +02:00
|
|
|
</template>
|
|
|
|
<template id="delete-scheduled-message-tooltip-template">
|
|
|
|
{{t 'Delete scheduled message' }}
|
2023-05-15 07:25:44 +02:00
|
|
|
{{tooltip_hotkey_hints "Backspace"}}
|
2023-05-09 18:54:26 +02:00
|
|
|
</template>
|
|
|
|
<template id="create-new-stream-tooltip-template">
|
2024-04-18 18:36:57 +02:00
|
|
|
{{t 'Create new channel' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "N"}}
|
|
|
|
</template>
|
|
|
|
<template id="toggle-subscription-tooltip-template">
|
|
|
|
{{t 'Toggle subscription' }}
|
|
|
|
{{tooltip_hotkey_hints "Shift" "S"}}
|
|
|
|
</template>
|
|
|
|
<template id="view-stream-tooltip-template">
|
2024-04-18 18:36:57 +02:00
|
|
|
{{t 'View channel' }}
|
2023-05-09 18:54:26 +02:00
|
|
|
{{tooltip_hotkey_hints "Shift" "V"}}
|
|
|
|
</template>
|
2023-11-22 23:14:29 +01:00
|
|
|
<template id="mobile-push-notification-tooltip-template">
|
2023-11-22 23:16:16 +01:00
|
|
|
{{t 'Mobile push notifications are not enabled on this server.' }}
|
2023-11-22 23:14:29 +01:00
|
|
|
</template>
|