fix strings

This commit is contained in:
Conny Duck 2019-05-05 21:25:11 +02:00
commit a5b2d8b813
7 changed files with 40 additions and 67 deletions

View file

@ -249,14 +249,14 @@
<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>
@ -462,10 +462,6 @@
<string name="hashtag">話題</string>
<string name="notifications_clear">清除</string>
<string name="notifications_apply_filter">過濾</string>
<string name="filter_favorites">@string/notification_channel_favourite_name</string>
<string name="filter_boosts">@string/notification_channel_boost_name</string>
<string name="filter_follows">@string/notification_channel_follow_name</string>
<string name="filter_mentions">@string/notification_channel_mention_name</string>
<string name="filter_apply">應用</string>
<string name="compose_shortcut_long_label">發表新嘟文</string>