Skip to content

Commit

Permalink
Add where is my legacy media link in empty screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrian Zheng committed Dec 6, 2021
1 parent 4a09740 commit 8641af2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion star/UI/Pages/HomeView/Components/RecentComp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct RecentComp: View {
} else {
VStack(spacing: 4) {
Text("HomeView_RecentComp_Empty").font(Font.title2)
Text("HomeView_RecentComp_Empty_Desc").foregroundColor(Color.gray)
Text("HomeView_RecentComp_Empty_Desc").multilineTextAlignment(.center).foregroundColor(Color.gray)
}.frame(maxWidth: .infinity).padding(.top, 30)
}
Text("\(logs.elements.count)").foregroundColor(Color.white.opacity(0.0)).frame(width: 0, height: 0)
Expand Down
2 changes: 1 addition & 1 deletion star/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// RecentComp
"HomeView_RecentComp_Title" = "Recent";
"HomeView_RecentComp_Empty" = "Nothing Here";
"HomeView_RecentComp_Empty_Desc" = "Try transfer some media first.";
"HomeView_RecentComp_Empty_Desc" = "Try transfer some media first.\n[Where is my legacy media?](https://help.switshot.app/qna/#where-is-my-media-transfered-before)";
"HomeView_RecentComp_Menu_Delete" = "Delete this transfer";
"HomeView_RecentComp_Menu_Share" = "Share all";
"HomeView_RecentComp_Menu_Save" = "Save all to library";
Expand Down
2 changes: 1 addition & 1 deletion star/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// RecentComp
"HomeView_RecentComp_Title" = "最近の転送";
"HomeView_RecentComp_Empty" = "まだ何もありません";
"HomeView_RecentComp_Empty_Desc" = "何かを転送しましょうか。";
"HomeView_RecentComp_Empty_Desc" = "何かを転送しましょうか。\n[オールドメディアはどこへ行ったのか?](https://help.switshot.app/qna/#where-is-my-media-transfered-before)";
"HomeView_RecentComp_Menu_Delete" = "転送を削除";
"HomeView_RecentComp_Menu_Share" = "すべてを共有";
"HomeView_RecentComp_Menu_Save" = "すべてを保存";
Expand Down
2 changes: 1 addition & 1 deletion star/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// RecentComp
"HomeView_RecentComp_Title" = "最近";
"HomeView_RecentComp_Empty" = "空空如也";
"HomeView_RecentComp_Empty_Desc" = "先试着转移一些媒体吧。";
"HomeView_RecentComp_Empty_Desc" = "先试着转移一些媒体吧。\n[以前的媒体去哪了?](https://help.switshot.app/zh-cn/qna/#%E6%88%91%E4%BB%A5%E5%89%8D%E8%BD%AC%E7%A7%BB%E7%9A%84%E5%AA%92%E4%BD%93%E5%8E%BB%E5%93%AA%E4%BA%86)";
"HomeView_RecentComp_Menu_Delete" = "删除此转移";
"HomeView_RecentComp_Menu_Share" = "分享所有";
"HomeView_RecentComp_Menu_Save" = "保存所有至图库";
Expand Down
2 changes: 1 addition & 1 deletion star/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// RecentComp
"HomeView_RecentComp_Title" = "最近";
"HomeView_RecentComp_Empty" = "空空如也";
"HomeView_RecentComp_Empty_Desc" = "先嘗試轉移一些媒體吧。";
"HomeView_RecentComp_Empty_Desc" = "先嘗試轉移一些媒體吧。[之前概媒體去佐邊度?](https://help.switshot.app/qna/#where-is-my-media-transfered-before)";
"HomeView_RecentComp_Menu_Delete" = "刪除此轉移";
"HomeView_RecentComp_Menu_Share" = "分享所有";
"HomeView_RecentComp_Menu_Save" = "保存所有至圖庫";
Expand Down

0 comments on commit 8641af2

Please sign in to comment.