Poll notifications (#1229)
* show poll notifications in the app * show poll notifications in the app * allow filtering poll notifications in the poll fragment * show poll notifications in system notifications
This commit is contained in:
parent
647238052b
commit
e735e4843e
44 changed files with 1076 additions and 318 deletions
|
@ -185,14 +185,14 @@
|
|||
<string name="media_hide_sensitive">自动隐藏敏感媒体</string>
|
||||
<string name="media_hide_none">总是显示敏感媒体</string>
|
||||
<string name="media_hide_all">总是隐藏所有媒体</string>
|
||||
<string name="notification_channel_mention_name">被提及</string>
|
||||
<string name="notification_channel_mention_descriptions">当有用户在嘟文中提及我时</string>
|
||||
<string name="notification_channel_follow_name">关注者</string>
|
||||
<string name="notification_channel_follow_description">当有用户关注我时</string>
|
||||
<string name="notification_channel_boost_name">转嘟</string>
|
||||
<string name="notification_channel_boost_description">当有用户转嘟了我的嘟文时</string>
|
||||
<string name="notification_channel_favourite_name">被收藏</string>
|
||||
<string name="notification_channel_favourite_description">当有用户收藏了我的嘟文时</string>
|
||||
<string name="notification_mention_name">被提及</string>
|
||||
<string name="notification_mention_descriptions">当有用户在嘟文中提及我时</string>
|
||||
<string name="notification_follow_name">关注者</string>
|
||||
<string name="notification_follow_description">当有用户关注我时</string>
|
||||
<string name="notification_boost_name">转嘟</string>
|
||||
<string name="notification_boost_description">当有用户转嘟了我的嘟文时</string>
|
||||
<string name="notification_favourite_name">被收藏</string>
|
||||
<string name="notification_favourite_description">当有用户收藏了我的嘟文时</string>
|
||||
<string name="notification_mention_format">%s 提及了你</string>
|
||||
<string name="notification_summary_large">%1$s, %2$s, %3$s 和 %4$d 人</string>
|
||||
<string name="notification_summary_medium">%1$s, %2$s, 和 %3$s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue