@jinyaoma/vuepress-theme-mustom
Version:
Simple design theme for VuePress,Blog,耀 の 个人网站 | Mark の Personal Website (QQ Group: 595614161)
170 lines (148 loc) • 3.65 kB
JavaScript
module.exports = {
sitename: 'Mark の Personal Website',
notfound: {
caption: '404',
text: 'Page [:path:] not found.'
},
visibilitychange: {
away: '╭(°A°`)╮ Opps, page crashes~ ',
back: '(ฅ>ω<*ฅ) Eh, restore again~ '
},
footer: {
copyright: '© [:start_year:] - [:build_year:] [:author:]',
powered: 'Powered by [:vuepress:]',
themed: 'Theme [:theme:] By [:author:]',
pv: 'Site total page views',
uv: 'Site total visitors',
wd: 'Site total word count',
license: 'Creative Commons Attribution-Noncommercial-ShareAlike 4.0 International license'
},
brand: {
caption: 'CARD',
pstCount: 'Count of Posts',
catCount: 'Count of Categories',
tagCount: 'Count of Tags'
},
skins: {
caption: 'SKIN',
names: {
default: 'Default',
whiteblack: 'White & Black',
jshine: 'JShine',
memariani: 'Memariani'
}
},
settings: {
caption: 'SETTINGS',
names: {
nightshift: 'Night Shift',
nocanvas: 'Disable Canvas',
language: '简体中文'
}
},
panels: {
captions: {
categories: 'CATEGORIES',
tags: 'TAGS'
}
},
audioplayer: {
caption: 'PLAYLIST'
},
translate: {
tooltip: 'Highlight words to translate - Supported by Baidu Translation API',
copytip: 'Click to copy highlighted content above translation bar',
result: 'Translation Result',
copied: 'Copied!',
zh: '中文',
en: 'English',
jp: '日本語',
error: {
empty: 'ERROR: QUERY IS EMPTY',
huge: 'ERROR: QUERY IS TOO LONG',
wrong: 'ERROR: BAIDU TRANSLATION API CRASH'
}
},
hitokoto: {
caption: 'HITOKOTO'
},
recent: {
caption: 'RECENT POSTS',
more: 'MORE POSTS'
},
comment: {
caption: 'COMMENTS'
},
timeline: {
caption: 'POST ARCHIVE',
yearTotal: 'have [:total:] posts written this year'
},
article: {
caption: 'PAGE CONTENT',
minuteUnit: '[:time:] min.',
ending: {
left: 'The post above ended',
right: 'Thanks for your reading'
},
friend: {
text: 'Come on! Write some comments, and your suggestions will improve the quality of my creative!',
button: 'FRIEND ME'
},
license: {
author: 'Post Author:',
link: 'Post Link:',
copyright: 'Copyright Notice:',
notice: {
name: '<i class="fab fa-creative-commons"></i> BY-NC-SA',
text: 'All articles/posts in this website are licensed under [:license:] unless stating additionally.'
}
},
prev: 'Older Post: ',
next: 'Newer Post: ',
readmode: {
open: 'Enable Read Mode',
close: 'Disable Read Mode'
}
},
toc: {
caption: 'TABLE OF CONTENTS'
},
records: {
empty: 'N/A',
labels: {
type: 'Type: ',
source: 'Link/Source: ',
author: 'Author/Relevent: ',
progress: 'Progress: ',
summary: 'Summary: '
},
types: {
book: 'Book',
article: 'Article',
paper: 'Papaer',
newspaper: 'Newspaper',
report: 'Report',
picture: 'Picture',
anime: 'Anime',
video: 'Video',
movie: 'Movie',
audio: 'Audio',
project: 'Project',
website: 'Website'
}
},
readme: {
caption: 'UPDATES',
more: 'MORE',
less: 'LESS'
},
stack: {
caption: 'CODE STACK'
},
iframe: {
caption: 'ICON FRAME'
},
clustrmaps: {
caption: 'Clustrmaps'
}
}