feat: apply figma browse mobile redesign
This commit is contained in:
@@ -118,6 +118,10 @@ const zhDict: Dict = {
|
||||
adminSearchQuery: "查询词",
|
||||
adminSearchTime: "时间",
|
||||
adminSearchId: "编号",
|
||||
favorites: "我的收藏",
|
||||
favoritesComingSoon: "功能即将推出",
|
||||
favoritesComingSoonDesc: "登入与收藏功能开发中,敬请期待。",
|
||||
backToHome: "返回首页",
|
||||
};
|
||||
|
||||
const enDict: Dict = {
|
||||
@@ -228,6 +232,11 @@ const enDict: Dict = {
|
||||
adminSearchQuery: "Query",
|
||||
adminSearchTime: "Time",
|
||||
adminSearchId: "ID",
|
||||
favorites: "My Favorites",
|
||||
favoritesComingSoon: "Coming Soon",
|
||||
favoritesComingSoonDesc:
|
||||
"Sign-in and favorites are in development. Stay tuned.",
|
||||
backToHome: "Back to Home",
|
||||
};
|
||||
|
||||
const languageNames: Record<Lang, Dict> = {
|
||||
|
||||
Reference in New Issue
Block a user