mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
UX: Add tooltips for messages and notifications in header
This commit is contained in:
parent
772301bc65
commit
05f5df69b1
2 changed files with 13 additions and 2 deletions
|
@ -1287,6 +1287,13 @@ en:
|
|||
admin_options_title: "Optional staff settings for this topic"
|
||||
|
||||
notifications:
|
||||
tooltip:
|
||||
regular:
|
||||
one: "1 unseen notification"
|
||||
other: "{{count}} unseen notifications"
|
||||
message:
|
||||
one: "1 unread message"
|
||||
other: "{{count}} unread messages"
|
||||
title: "notifications of @name mentions, replies to your posts and topics, messages, etc"
|
||||
none: "Unable to load notifications at this time."
|
||||
empty: "No notifications found."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue