🍱 Update app icon for v1.2.0

This commit is contained in:
2024-07-30 11:50:26 +08:00
parent 8ab3ca5633
commit 18bb0d3db2
55 changed files with 27 additions and 90 deletions

View File

@ -1,4 +1,4 @@
const messagesEnglish = {
const i18nEnglish = {
'done': 'Done',
'hide': 'Hide',
'okay': 'Okay',
@ -97,7 +97,9 @@ const messagesEnglish = {
'postPinned': 'Pinned',
'postListNews': 'News',
'postListShuffle': 'Random',
'postEditor': 'Create new post',
'postEditorModeStory': 'Post a post',
'postEditorModeArticle': 'Post an article',
'postEditor': 'Post editor',
'articleEditor': 'Create new article',
'articleDetail': 'Article details',
'draftBoxOpen': 'Open draft box',

View File

@ -1,4 +1,4 @@
const simplifiedChineseMessages = {
const i18nSimplifiedChinese = {
'done': '完成',
'hide': '隐藏',
'okay': '确认',
@ -89,7 +89,9 @@ const simplifiedChineseMessages = {
'pinPost': '置顶本帖',
'unpinPost': '取消置顶本帖',
'postPinned': '已置顶',
'postEditor': '发个帖子',
'postEditorModeStory': '发个帖子',
'postEditorModeArticle': '撰写文章',
'postEditor': '帖子编辑器',
'articleEditor': '撰写文章',
'articleDetail': '文章详情',
'draftBoxOpen': '打开草稿箱',