Post content local cache

This commit is contained in:
2024-07-30 16:29:30 +08:00
parent 6590062dcb
commit 58bb549217
8 changed files with 228 additions and 2 deletions

View File

@@ -93,8 +93,11 @@ const i18nEnglish = {
'totalPostCount': 'Posts',
'totalUpvote': 'Upvote',
'totalDownvote': 'Downvote',
'clear': 'Clear',
'pinPost': 'Pin this post',
'unpinPost': 'Unpin this post',
'postRestoreFromLocal': 'Restore from local',
'postAutoSaveAt': 'Auto saved at @date',
'postOverview': 'Overview',
'postPinned': 'Pinned',
'postListNews': 'News',

View File

@@ -87,8 +87,11 @@ const i18nSimplifiedChinese = {
'totalPostCount': '总帖数',
'totalUpvote': '获顶数',
'totalDownvote': '获踩数',
'clear': '清除',
'pinPost': '置顶本帖',
'unpinPost': '取消置顶本帖',
'postRestoreFromLocal': '内容从本地暂存回复',
'postAutoSaveAt': '已自动保存于 @date',
'postOverview': '帖子概览',
'postPinned': '已置顶',
'postEditorModeStory': '发个帖子',