🍱 Update app icon for v1.2.0
This commit is contained in:
@ -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',
|
||||
|
@ -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': '打开草稿箱',
|
||||
|
Reference in New Issue
Block a user