✨ Dashboard basis
This commit is contained in:
@ -8,6 +8,8 @@ const i18nEnglish = {
|
||||
'home': 'Home',
|
||||
'guest': 'Guest',
|
||||
'draft': 'Draft',
|
||||
'dashboard': 'Dashboard',
|
||||
'today': 'Today',
|
||||
'draftSave': 'Save',
|
||||
'draftBox': 'Draft Box',
|
||||
'more': 'More',
|
||||
@ -40,6 +42,7 @@ const i18nEnglish = {
|
||||
'openInAlbum': 'Open in album',
|
||||
'openInBrowser': 'Open in browser',
|
||||
'notification': 'Notification',
|
||||
'notificationUnreadCount': '@count unread notifications',
|
||||
'errorHappened': 'An error occurred',
|
||||
'errorHappenedUnauthorized':
|
||||
'Unauthorized request, please sign in or try resign in.',
|
||||
|
@ -24,6 +24,8 @@ const i18nSimplifiedChinese = {
|
||||
'alias': '别名',
|
||||
'feed': '资讯',
|
||||
'unlink': '移除链接',
|
||||
'dashboard': '仪表盘',
|
||||
'today': '今日',
|
||||
'feedSearch': '搜索资讯',
|
||||
'feedSearchWithTag': '检索带有 #@key 标签的资讯',
|
||||
'feedSearchWithCategory': '检索位于分类 @category 的资讯',
|
||||
@ -40,6 +42,7 @@ const i18nSimplifiedChinese = {
|
||||
'openInAlbum': '在相簿中打开',
|
||||
'openInBrowser': '在浏览器中打开',
|
||||
'notification': '通知',
|
||||
'notificationUnreadCount': '@count 条未读通知',
|
||||
'errorHappened': '发生错误了',
|
||||
'errorHappenedUnauthorized': '未经授权的请求,请登录或尝试重新登录。',
|
||||
'errorHappenedRequestBad': '请求错误,服务器拒绝处理该请求,请检查您的请求数据。',
|
||||
|
Reference in New Issue
Block a user