Improve display text

This commit is contained in:
Ash 2022-04-03 00:47:50 +08:00
parent 14047ac5c7
commit 31a8445df2
3 changed files with 11 additions and 10 deletions

View File

@ -86,6 +86,7 @@ fun ReadPage(
) {
TopBar(
isShow = viewState.articleWithFeed == null || !isScrollDown,
isShowActions = viewState.articleWithFeed != null,
onScrollToPage = onScrollToPage,
onClearArticle = {
readViewModel.dispatch(ReadViewAction.ClearArticle)

View File

@ -33,9 +33,9 @@
<string name="open_with">打开 %1$s</string>
<string name="options">选项</string>
<string name="delete">删除</string>
<string name="has_been_deleted">%1$s 已被删除</string>
<string name="has_been_deleted">%1$s 已被删除</string>
<string name="unsubscribe">取消订阅</string>
<string name="unsubscribe_tip">不再订阅 %1$s同时删除其所有已归档的文章。</string>
<string name="unsubscribe_tip">不再订阅 %1$s,同时删除其所有已归档的文章。</string>
<string name="today">今天</string>
<string name="yesterday">昨天</string>
<string name="date_at_time">%1$s %2$s</string>

View File

@ -33,9 +33,9 @@
<string name="open_with">Open %1$s</string>
<string name="options">Options</string>
<string name="delete">Delete</string>
<string name="has_been_deleted">%1$s has been deleted</string>
<string name="has_been_deleted">"%1$s" has been deleted</string>
<string name="unsubscribe">Unsubscribe</string>
<string name="unsubscribe_tip">Unsubscribe %1$s and delete all its archived articles.</string>
<string name="unsubscribe_tip">Unsubscribe "%1$s" and delete all its archived articles.</string>
<string name="today">Today</string>
<string name="yesterday">Yesterday</string>
<string name="date_at_time">%1$s At %2$s</string>