💄 Optimized for navigation drawer

This commit is contained in:
2024-07-13 18:54:08 +08:00
parent 201c38800b
commit a68a78597e
15 changed files with 143 additions and 93 deletions

View File

@ -6,6 +6,7 @@ const messagesEnglish = {
'reset': 'Reset',
'page': 'Page',
'home': 'Home',
'guest': 'Guest',
'draft': 'Draft',
'draftSave': 'Save',
'draftBox': 'Draft Box',
@ -53,6 +54,7 @@ const messagesEnglish = {
'aspectRatioSquare': 'Square',
'aspectRatioPortrait': 'Portrait',
'aspectRatioLandscape': 'Landscape',
'unsignedIn': 'Unsigned in',
'signin': 'Sign in',
'signinRequired': 'Sign in',
'signinRequiredHint': 'Sign in to get full access of Solar Network',
@ -88,6 +90,7 @@ const messagesEnglish = {
'postAction': 'Post',
'postEdited': 'Edited at @date',
'postNewCreated': 'Created at @date',
'postAttachmentTip': '@count attachment(s)',
'postInRealm': 'In realm @realm',
'postDetail': 'Post',
'postReplies': 'Replies',

View File

@ -9,6 +9,7 @@ const simplifiedChineseMessages = {
'confirm': '确认',
'leave': '离开',
'loading': '载入中…',
'guest': '游客',
'about': '关于',
'edit': '编辑',
'delete': '删除',
@ -52,6 +53,7 @@ const simplifiedChineseMessages = {
'aspectRatioSquare': '方型',
'aspectRatioPortrait': '竖型',
'aspectRatioLandscape': '横型',
'unsignedIn': '未登录',
'signin': '登录',
'signinRequired': '需要登录',
'signinRequiredHint': '登陆以获得 Solar Network 的全部功能使用权。',
@ -83,6 +85,7 @@ const simplifiedChineseMessages = {
'postEdited': '编辑于 @date',
'postNewCreated': '创建于 @date',
'postInRealm': '发表于 @realm',
'postAttachmentTip': '@count 个附件',
'postDetail': '帖子详情',
'postReplies': '帖子回复',
'postPublish': '编辑帖子',