mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
97 lines
2.4 KiB
JavaScript
97 lines
2.4 KiB
JavaScript
export default {
|
|
LOCALE: 'English',
|
|
MENU: {
|
|
WALK_AROUND: 'Walk Around',
|
|
CATEGORY: 'Category',
|
|
TAGS: 'Tags',
|
|
SHARE_URL: 'Share URL',
|
|
DARK_MODE: 'Dark Mode',
|
|
LIGHT_MODE: 'Light Mode',
|
|
THEME_SWITCH: 'Theme Switch',
|
|
COPY: 'Copy'
|
|
},
|
|
NAV: {
|
|
INDEX: 'Home',
|
|
RSS: 'RSS',
|
|
SEARCH: 'Search',
|
|
NAVIGATOR: 'NAV',
|
|
ABOUT: 'About',
|
|
MAIL: 'E-Mail',
|
|
ARCHIVE: 'Archive',
|
|
PAGE_NOT_FOUND: 'Page Not Found',
|
|
PAGE_NOT_FOUND_REDIRECT: 'Page Not Found, Redirecting to Home Page...'
|
|
},
|
|
COMMON: {
|
|
THEME: 'Theme',
|
|
SIGN_IN: 'Sign In',
|
|
SIGN_OUT: 'Sign Out',
|
|
ARTICLE_LIST: 'Article List',
|
|
RECOMMEND_POSTS: 'Recommend Posts',
|
|
MORE: 'More',
|
|
NO_MORE: 'No More',
|
|
LATEST_POSTS: 'Latest posts',
|
|
TAGS: 'Tags',
|
|
NO_TAG: 'NoTag',
|
|
CATEGORY: 'Category',
|
|
SHARE: 'Share',
|
|
SCAN_QR_CODE: 'Scan QRCode',
|
|
URL_COPIED: 'URL has copied!',
|
|
TABLE_OF_CONTENTS: 'Catalog',
|
|
RELATE_POSTS: 'Relate Posts',
|
|
COPYRIGHT: 'Copyright',
|
|
AUTHOR: 'Author',
|
|
URL: 'URL',
|
|
NOW: 'NOW',
|
|
RECOMMEND_BADGES: 'Recommend',
|
|
BLOG: 'Blog',
|
|
POSTS: 'Posts',
|
|
ARTICLE: 'Article',
|
|
VISITORS: 'Visitors',
|
|
VIEWS: 'Views',
|
|
PAGE_URL_COPIED: 'Page URL copied',
|
|
COPYRIGHT_NOTICE:
|
|
'All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!',
|
|
RESULT_OF_SEARCH: 'Results Found',
|
|
ARTICLE_DETAIL: 'Article Details',
|
|
PASSWORD_ERROR: 'Password Error!',
|
|
ARTICLE_LOCK_TIPS: 'Please Enter the password:',
|
|
ARTICLE_UNLOCK_TIPS: 'Article Unlocked',
|
|
NO_RESULTS_FOUND: 'No results found.',
|
|
SUBMIT: 'Submit',
|
|
POST_TIME: 'Post on',
|
|
LAST_EDITED_TIME: 'Last edited',
|
|
COMMENTS: 'Comments',
|
|
RECENT_COMMENTS: 'Recent Comments',
|
|
DEBUG_OPEN: 'Debug',
|
|
DEBUG_CLOSE: 'Close',
|
|
THEME_SWITCH: 'Theme Switch',
|
|
ANNOUNCEMENT: 'Announcement',
|
|
START_READING: 'Start Reading',
|
|
MINUTE: 'min',
|
|
WORD_COUNT: 'Words',
|
|
READ_TIME: 'Read Time',
|
|
NEXT_POST: 'Next',
|
|
PREV_POST: 'Prev'
|
|
},
|
|
PAGINATION: {
|
|
PREV: 'Prev',
|
|
NEXT: 'Next'
|
|
},
|
|
SEARCH: {
|
|
ARTICLES: 'Search Articles',
|
|
TAGS: 'Search in'
|
|
},
|
|
POST: {
|
|
BACK: 'Back',
|
|
TOP: 'Top'
|
|
},
|
|
MAILCHIMP: {
|
|
SUBSCRIBE: 'Subscribe',
|
|
MSG: 'Get the latest news and articles to your inbox every month.',
|
|
EMAIL: 'Email'
|
|
},
|
|
AI_SUMMARY: {
|
|
NAME: 'AI intelligent summary',
|
|
}
|
|
}
|