Post overview w/ content length limit indicator

This commit is contained in:
2024-07-30 14:49:26 +08:00
parent 6ace977bf6
commit 6590062dcb
10 changed files with 412 additions and 177 deletions

View File

@ -40,6 +40,7 @@ const i18nEnglish = {
'username': 'Username',
'nickname': 'Nickname',
'password': 'Password',
'title': 'Title',
'description': 'Description',
'birthday': 'Birthday',
'firstName': 'First Name',
@ -94,6 +95,7 @@ const i18nEnglish = {
'totalDownvote': 'Downvote',
'pinPost': 'Pin this post',
'unpinPost': 'Unpin this post',
'postOverview': 'Overview',
'postPinned': 'Pinned',
'postListNews': 'News',
'postListShuffle': 'Random',

View File

@ -40,6 +40,7 @@ const i18nSimplifiedChinese = {
'username': '用户名',
'nickname': '显示名',
'password': '密码',
'title': '标题',
'description': '简介',
'birthday': '生日',
'firstName': '名称',
@ -88,6 +89,7 @@ const i18nSimplifiedChinese = {
'totalDownvote': '获踩数',
'pinPost': '置顶本帖',
'unpinPost': '取消置顶本帖',
'postOverview': '帖子概览',
'postPinned': '已置顶',
'postEditorModeStory': '发个帖子',
'postEditorModeArticle': '撰写文章',