✨ Post overview w/ content length limit indicator
This commit is contained in:
@ -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',
|
||||
|
@ -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': '撰写文章',
|
||||
|
Reference in New Issue
Block a user