Articles

This commit is contained in:
2024-07-10 10:50:10 +08:00
parent 505290b2ae
commit 8dbf6ff4f3
15 changed files with 270 additions and 40 deletions

View File

@ -23,6 +23,7 @@ const messagesEnglish = {
'delete': 'Delete',
'search': 'Search',
'post': 'Post',
'article': 'Article',
'reply': 'Reply',
'repost': 'Repost',
'openInBrowser': 'Open in browser',
@ -77,8 +78,9 @@ const messagesEnglish = {
'notifyAllRead': 'Mark all as read',
'notifyEmpty': 'All notifications read',
'notifyEmptyCaption': 'It seems like nothing happened recently',
'postCreate': 'Create new post',
'articleCreate': 'Create new article',
'postEditor': 'Create new post',
'articleEditor': 'Create new article',
'articleDetail': 'Article details',
'draftBoxOpen': 'Open draft box',
'postNew': 'Create a new post',
'postNewInRealmHint': 'Add post in realm @realm',

View File

@ -23,6 +23,7 @@ const simplifiedChineseMessages = {
'apply': '应用',
'search': '搜索',
'post': '帖子',
'article': '文章',
'reply': '回复',
'repost': '转帖',
'openInBrowser': '在浏览器中打开',
@ -71,8 +72,9 @@ const simplifiedChineseMessages = {
'notifyAllRead': '已读所有通知',
'notifyEmpty': '通知箱为空',
'notifyEmptyCaption': '看起来最近没发生什么呢',
'postCreate': '发个帖子',
'articleCreate': '撰写文章',
'postEditor': '发个帖子',
'articleEditor': '撰写文章',
'articleDetail': '文章详情',
'draftBoxOpen': '打开草稿箱',
'postNew': '创建新帖子',
'postNewInRealmHint': '在领域 @realm 里发表新帖子',