mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-05 08:53:41 +00:00
79 lines
3.2 KiB
TypeScript
79 lines
3.2 KiB
TypeScript
// @ts-nocheck
|
|
// This file is generated by Umi automatically
|
|
// DO NOT CHANGE IT MANUALLY!
|
|
export const locales = [
|
|
{
|
|
"id": "zh-CN",
|
|
"name": "中文",
|
|
"base": "/"
|
|
}
|
|
];
|
|
export const messages = {
|
|
"en-US": {
|
|
"header.search.placeholder": "Type keywords...",
|
|
"header.color.mode.light": "Light Mode",
|
|
"header.color.mode.dark": "Dark Mode",
|
|
"header.color.mode.auto": "Follow System",
|
|
"header.social.github": "GitHub",
|
|
"header.social.weibo": "Weibo",
|
|
"header.social.twitter": "Twitter",
|
|
"header.social.gitlab": "GitLab",
|
|
"header.social.facebook": "Facebook",
|
|
"header.social.zhihu": "Zhihu",
|
|
"header.social.yuque": "Yuque",
|
|
"header.social.linkedin": "Linkedin",
|
|
"previewer.actions.code.expand": "Show Code",
|
|
"previewer.actions.code.shrink": "Hide Code",
|
|
"previewer.actions.codesandbox": "Open in CodeSandbox",
|
|
"previewer.actions.codepen": "Open in CodePen (Not implemented)",
|
|
"previewer.actions.stackblitz": "Open in StackBlitz",
|
|
"previewer.actions.separate": "Open in separate page",
|
|
"404.title": "PAGE NOT FOUND",
|
|
"404.back": "Back to homepage",
|
|
"api.component.name": "Name",
|
|
"api.component.description": "Description",
|
|
"api.component.type": "Type",
|
|
"api.component.default": "Default",
|
|
"api.component.required": "(required)",
|
|
"api.component.unavailable": "apiParser must be enabled to use auto-generated API",
|
|
"api.component.loading": "Properties definition is resolving, wait a moment...",
|
|
"api.component.not.found": "Properties definition not found for {id} component",
|
|
"content.tabs.default": "Doc",
|
|
"search.not.found": "No content was found",
|
|
"layout.sidebar.btn": "Sidebar"
|
|
},
|
|
"zh-CN": {
|
|
"header.search.placeholder": "输入关键字搜索...",
|
|
"header.color.mode.light": "亮色模式",
|
|
"header.color.mode.dark": "暗色模式",
|
|
"header.color.mode.auto": "跟随系统",
|
|
"header.social.github": "GitHub",
|
|
"header.social.weibo": "微博",
|
|
"header.social.twitter": "Twitter",
|
|
"header.social.gitlab": "GitLab",
|
|
"header.social.facebook": "Facebook",
|
|
"header.social.zhihu": "知乎",
|
|
"header.social.yuque": "语雀",
|
|
"header.social.linkedin": "Linkedin",
|
|
"previewer.actions.code.expand": "展开代码",
|
|
"previewer.actions.code.shrink": "收起代码",
|
|
"previewer.actions.codesandbox": "在 CodeSandbox 中打开",
|
|
"previewer.actions.codepen": "在 CodePen 中打开(未实现)",
|
|
"previewer.actions.stackblitz": "在 StackBlitz 中打开",
|
|
"previewer.actions.separate": "在独立页面中打开",
|
|
"404.title": "页面未找到",
|
|
"404.back": "返回首页",
|
|
"api.component.name": "属性名",
|
|
"api.component.description": "描述",
|
|
"api.component.type": "类型",
|
|
"api.component.default": "默认值",
|
|
"api.component.required": "(必选)",
|
|
"api.component.unavailable": "必须启用 apiParser 才能使用自动 API 特性",
|
|
"api.component.loading": "属性定义正在解析中,稍等片刻...",
|
|
"api.component.not.found": "未找到 {id} 组件的属性定义",
|
|
"content.tabs.default": "文档",
|
|
"search.not.found": "未找到相关内容",
|
|
"layout.sidebar.btn": "侧边菜单"
|
|
}
|
|
};
|