Migrate documents

This commit is contained in:
BruceChen 2022-11-02 21:01:32 +08:00
parent de3e21dd64
commit e5529eead9
31 changed files with 14988 additions and 1 deletions

View file

@ -0,0 +1,32 @@
{
"title": "Minecraft Console Client",
"description": "Documentation website for the Minecraft Console Client (MCC)",
"theme":{
"selectLanguageName": "English",
"selectLanguageText": "Languages",
"selectLanguageAriaLabel": "Select language",
"editLinkText": "Edit this page",
"lastUpdatedText": "Last Updated",
"contributorsText": "Contributors",
"tip": "tip",
"warning": "warning",
"danger": "danger",
"notFound": [
"There's nothing here.",
"How did we get here?",
"That's a Four-Oh-Four.",
"Looks like we've got some broken links."
],
"backToHome": "Take me home",
"openInNewWindow": "open in new window",
"toggleColorMode": "toggle color mode",
"toggleSidebar": "toggle sidebar"
},
"navbar": {
"AboutAndFeatures": "About & Features",
"Installation": "Installation",
"Usage": "Usage",
"Configuration": "Configuration",
"ChatBots": "ChatBots"
}
}

View file

@ -0,0 +1,32 @@
{
"title": "Minecraft命令行客户端",
"description": "Minecraft Console Client (MCC) 文档站点",
"theme":{
"selectLanguageName": "简体中文",
"selectLanguageText": "选择语言",
"selectLanguageAriaLabel": "选择语言",
"editLinkText": "在 GitHub 上编辑此页",
"lastUpdatedText": "上次更新",
"contributorsText": "贡献者",
"tip": "提示",
"warning": "注意",
"danger": "警告",
"notFound": [
"这里什么都没有",
"我们怎么到这来了?",
"这是一个 404 页面",
"看起来我们进入了错误的链接"
],
"backToHome": "返回首页",
"openInNewWindow": "在新窗口打开",
"toggleColorMode": "切换颜色模式",
"toggleSidebar": "切换侧边栏"
},
"navbar": {
"AboutAndFeatures": "关于 & 特性",
"Installation": "安装",
"Usage": "使用方法",
"Configuration": "配置",
"ChatBots": "ChatBots"
}
}