Account profile page

This commit is contained in:
2024-07-26 16:53:05 +08:00
parent 6e3d0f9787
commit 277ba69513
10 changed files with 291 additions and 48 deletions

View File

@ -14,6 +14,9 @@ const messagesEnglish = {
'feedSearch': 'Search Feed',
'feedSearchWithTag': 'Searching with tag #@key',
'feedSearchWithCategory': 'Searching in category @category',
'visitProfilePage': 'Visit Profile Page',
'profilePosts': 'Posts',
'profileAlbum': 'Album',
'chat': 'Chat',
'apply': 'Apply',
'cancel': 'Cancel',

View File

@ -21,6 +21,9 @@ const simplifiedChineseMessages = {
'feedSearch': '搜索资讯',
'feedSearchWithTag': '检索带有 #@key 标签的资讯',
'feedSearchWithCategory': '检索位于分类 @category 的资讯',
'visitProfilePage': '造访个人主页',
'profilePosts': '帖子',
'profileAlbum': '相簿',
'chat': '聊天',
'apply': '应用',
'search': '搜索',