UNPKG

vue-cli-locales

Version:
875 lines (874 loc) 30 kB
{ "org": { "vue": { "common": { "close": "关闭", "cancel": "取消", "back": "返回", "more-info": "更多信息", "show-more": "显示更多", "show-less": "收起内容" }, "components": { "client-addon-component": { "timeout": "组件加载超时", "timeout-info": "这个自定义组件花了太多时间加载,可能是哪里出错了" }, "connection-status": { "disconnected": "连接已断开", "connected": "已连接 Vue 项目管理器!" }, "file-diff": { "binary": "二进制文件", "actions": { "open": "在编辑器中打开" } }, "file-diff-view": { "files-changed": "文件改动", "search-file": "搜索文件", "empty": "没有改动", "error": "无法获取改动", "modals": { "commit": { "title": "提交信息", "input": "输入提交信息", "subtitle": "记录下做了哪些改动", "actions": { "commit": "提交", "cancel": "取消" } } }, "actions": { "collapse-all": "折叠全部", "expand-all": "展开全部", "commit": "提交修改", "skip": "跳过", "continue": "继续", "refresh": "刷新" } }, "folder-explorer": { "toolbar": { "tooltips": { "parent-folder": "上一层", "edit-path": "编辑路径", "favorite": "添加/取消收藏", "favorite-folders": "收藏的文件夹", "refresh": "刷新" }, "placeholder": "输入文件夹完整路径", "empty": "暂无收藏", "show-hidden": "显示隐藏文件夹" }, "new-folder": { "action": "新建文件夹", "title": "新建文件夹", "field": { "title": "文件夹名", "subtitle": "你可以使用路径分隔符来创建嵌套的文件夹" }, "cancel": "取消", "create": "创建" } }, "list-item-info": { "more-info": "查看详情" }, "logger-view": { "title": "日志", "empty": "暂无日志", "buttons": { "clear": "清空日志", "scroll": "至底部", "close": "关闭" } }, "progress-screen": { "close": "关闭" }, "project-nav": { "tooltips": { "dashboard": "仪表盘", "plugins": "插件", "dependencies": "依赖", "configuration": "配置", "tasks": "任务", "more": "更多" } }, "project-select-list": { "empty": "没有项目", "titles": { "favorite": "收藏的项目", "other": "更多项目" } }, "project-select-list-item": { "tooltips": { "favorite": "添加/取消收藏", "delete": "删除", "open-in-editor": "在编辑器中打开" } }, "project-rename": { "title": "重命名", "name-field": { "title": "名称", "subtitle": "输入新名称" }, "submit": "重命名" }, "project-plugin-item": { "version": "版本", "latest": "最新", "official": "官方", "installed": "已安装", "actions": { "update": "更新 {target}", "refresh": "强制刷新 {target}<br><i>按住 [Shift] 可以快速刷新 (node_modules 不会更新)</i>" }, "local": "本地", "features": { "generator": "这个插件带有一个生成器,可以在项目中修改或新增文件。", "ui-integration": "这个插件包含额外的 UI 功能,比如加强的任务界面、配置页面、仪表盘部件……" } }, "project-dependency-item": { "version": "版本", "wanted": "要求", "latest": "最新", "installed": "已安装", "actions": { "update": "更新 {target}", "uninstall": "卸载 {target}" } }, "project-tasks-dropdown": { "tooltips": { "tasks": "任务", "running-tasks": "{count} 个正在运行" } }, "prompt-list": { "default": "默认" }, "prompts-list": { "empty": "(暂无配置)" }, "status-bar": { "project": { "tooltip": "当前项目<br><i>点击进入项目/回到首页</i>", "empty": "(无当前项目)" }, "path": { "tooltip": "当前目录" }, "log": { "tooltip": "日志<br><i>点击显示/隐藏 Vue CLI 日志</i>", "empty": "(暂无日志)" }, "report-bug": "反馈 bug", "translate": "参与翻译", "dark-mode": "夜间模式", "reset-plugin-api": "重置插件 API" }, "suggestion-bar": { "suggestion": "建议", "modal": { "cancel": "取消", "continue": "继续" } }, "terminal-view": { "buttons": { "clear": "清空", "scroll": "至底部", "content-copy": "复制内容" } }, "top-bar": { "no-favorites": "暂无收藏", "favorite-projects": "收藏的项目", "recent-projects": "最近使用", "homepage": "首页" }, "view-badge": { "labels": { "tasks": { "error": "错误", "running": "运行中", "done": "已完成" } } }, "widget": { "remove": "移除部件", "configure": "配置部件", "save": "保存", "reset-config": "重置设定", "open-details": "显示更多" }, "widget-add-pane": { "title": "添加部件" }, "widget-add-item": { "add": "添加部件", "details": { "title": "部件细节", "max-instances": "最大实例数量:{count}/{total}", "unlimited": "不限" } } }, "mixins": { "progress": { "creating": "正在创建项目...", "git-init": "初始化 Git 仓库...", "plugins-install": "正在安装 Vue CLI 插件. 这需要一点时间...", "invoking-generators": "正在生成项目...", "deps-install": "正在安装依赖...", "completion-hooks": "即将完成...", "fetch-remote-preset": "拉取远程预设...", "done": "项目创建成功", "plugin-install": "正在安装 {arg0}...", "plugin-uninstall": "正在卸载 {arg0}...", "plugin-invoke": "正在调用 {arg0}...", "plugin-update": "正在更新 {arg0}...", "plugins-update": "正在更新 {arg0} 个插件...", "dependency-install": "正在安装 {arg0}...", "dependency-uninstall": "正在卸载 {arg0}...", "dependency-update": "正在更新 {arg0}...", "dependencies-update": "正在更新 {arg0} 个依赖项..." } }, "types": { "task": { "status": { "idle": "空闲", "running": "运行中", "done": "已完成", "error": "错误", "terminated": "已中止" } } }, "views": { "project-select": { "title": "Vue 项目管理器", "tabs": { "projects": "项目", "create": "创建", "import": "导入" }, "buttons": { "create": "在此创建新项目", "import": "导入这个文件夹" }, "import": { "no-modules": { "title": "找不到依赖", "message": "此文件夹缺少 'node_modules'。请安装依赖后再尝试导入。", "close": "知道了" }, "force": "仍然导入" } }, "project-create": { "title": "创建新项目", "tabs": { "details": { "title": "详情", "form": { "folder": { "label": "项目文件夹", "placeholder": "输入项目名", "tooltip": "修改项目路径", "action": "选定", "folder-exists": "文件夹已存在", "folder-name-invalid": "无效的文件夹名" }, "manager": { "label": "包管理器", "default": "默认" }, "options": { "label": "更多选项", "force": "若目标文件夹已存在则将其覆盖", "bare": "无新手指引的脚手架项目", "git-title": "Git", "git": "初始化 git 仓库 (建议)", "git-commit-message": "覆盖提交信息 (选填)" } }, "buttons": { "cancel": "取消", "next": "下一步" }, "modal": { "title": "取消创建项目", "body": "确定要取消创建吗?", "buttons": { "back": "不", "clear": "取消创建" } } }, "presets": { "title": "预设", "description": "预设就是一套定义好的插件和配置。 你也可以将自己的配置保存成预设,方便以后创建项目使用。", "select": "选择一套预设", "buttons": { "previous": "上一步", "next": "下一步", "create": "创建项目" }, "modal": { "title": "配置远程预设", "body": "敬请期待…" }, "manual": { "name": "手动", "description": "手动配置项目" }, "remote": { "name": "远程预设", "description": "从 git 仓库拉取预设", "url": { "title": "URL", "subtitle": "Git 仓库地址, 如 'username/repo'. 可以使用前缀如 'gitlab:' 或 'bitbucket:'." }, "options": "选项", "clone": "克隆/私有代码库", "cancel": "取消", "done": "完成" }, "default-preset": "默认", "default-preset-vue-3": "Default preset (Vue 3)" }, "features": { "title": "功能", "description": "在项目创建之后,你仍然可以通过安装插件来增加功能。", "enable": "选择功能", "buttons": { "previous": "上一步", "next": "下一步", "create": "创建项目" }, "userConfigFiles": { "name": "使用配置文件", "description": "将插件的配置保存在各自的配置文件 (比如 '.babelrc') 中。" } }, "configuration": { "title": "配置", "buttons": { "previous": "上一步", "create": "创建项目" }, "modal": { "title": "保存为新预设", "body": { "title": "预设名", "subtitle": "将功能和配置保存为一套新的预设" }, "buttons": { "cancel": "取消", "continue": "创建项目,不保存预设", "create": "保存预设并创建项目" } } } } }, "project-plugins": { "title": "插件", "button": "添加插件", "heading": "已安装的插件", "update-all": "更新所有插件" }, "project-plugins-add": { "title": "添加插件", "plugin": "插件", "tabs": { "search": { "label": "所有插件", "search-input": "查找插件", "not-found": "未找到相关插件", "buttons": { "cancel": "取消", "install": "安装 {target}", "default-install": "安装" } }, "configuration": { "label": "配置插件", "heading": "安装 {target}", "buttons": { "cancel": "取消", "finish": "完成安装" } }, "diff": { "label": "文件改动" } }, "modal": { "title": "卸载 {target}?", "body": "确认卸载插件 {target} 吗?", "buttons": { "back": "不", "cancel": "取消配置但不卸载", "uninstall": "卸载" } }, "buttons": { "add-local": "浏览本地插件" } }, "project-plugin-add-local": { "title": "添加本地插件", "buttons": { "add": "添加本地插件" } }, "project-configurations": { "title": "项目配置" }, "project-configuration-details": { "actions": { "cancel": "取消修改", "save": "保存修改", "more-info": "更多信息", "refresh": "刷新" } }, "project-tasks": { "title": "任务", "refresh": "刷新任务列表" }, "project-task-details": { "actions": { "play": "运行", "stop": "停止", "close": "关闭", "save": " 保存" }, "command": "脚本命令", "parameters": "参数", "more-info": "查看详情", "output": "输出", "override-args": { "message": "覆盖硬编码参数", "description": "若启用,硬编码在 package.json 文件中的命令行参数会被下方的配置覆盖" } }, "project-dependencies": { "title": "项目依赖", "heading": { "dependencies": "运行依赖", "devDependencies": "开发依赖" }, "actions": { "install": "安装依赖", "update-all": "更新所有依赖" }, "install": { "title": "安装新的依赖" }, "uninstall": { "title": "确认卸载", "body": "确认卸载 {id}?", "cancel": "取消", "uninstall": "卸载 {id}" } }, "project-dashboard": { "title": "项目仪表盘", "cutomize": "自定义", "done": "完成" }, "settings": { "title": "设置" }, "about": { "title": "关于", "description": "<a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-ui\" target=\"_blank\">@vue/cli-ui</a> 是 vue-cli 内置的一套成熟的 UI。", "quote": "Vue-cli 的 3.x 版本由内到外完全重写,带来了许多很棒的新特性。你可以在你的项目中选用路由、Vuex 和 Typescript 等等特性,并为项目添加“vue-cli 插件”。不过,这么多的选项也意味着它更加复杂,难以上手。因此我们认为,相比局限的命令行界面,一个成熟的 GUI 更能帮助你发掘这些新特性,搜索和安装 vue-cli 插件,解锁更多可能。总的来说,vue-cli 不仅能让你轻松启动新项目,并且在后续的工作中仍会是你的得力助手。", "links": "资源链接", "back": "返回" } }, "cli-service": { "suggestions": { "vue-router-add": { "label": "添加 vue-router", "message": "官方 SPA 路由库" }, "vuex-add": { "label": "添加 vuex", "message": "官方状态管理库" }, "vue-devtools": { "label": "安装 devtools", "message": "官方浏览器插件,用于调试 Vue.js 应用。你可以检查组件、vuex store 和事件等。" }, "progress": "正在安装 {arg0}..." } }, "vue-webpack": { "dashboard": { "title": "仪表盘", "open-app": "启动 app", "webpack-status": { "Success": "编译成功", "Failed": "编译失败", "Compiling": "编译中", "Invalidated": "无效", "Idle": "空闲" }, "build-status": { "labels": { "status": "状态", "errors": "错误", "warnings": "警告", "assets": "资源", "modules": "模块", "deps": "依赖项" } }, "speed-stats": { "title": "速度统计" }, "module-list": { "title": "依赖项" }, "asset-list": { "title": "资源", "size-warning": "资源过大,可以使用代码拆分来创建更小的资源。" } }, "analyzer": { "title": "分析", "go-up": "上一层", "go-home": "主目录", "chunk": "块" }, "sizes": { "stats": "统计", "parsed": "解析", "gzip": "Gzip", "help": "<b>统计信息:</b> 来自 Webpack 的统计信息大小。<br><b>解析:</b> 提取源大小(经过缩小插件后的结果)。更加准确。<br><b>Gzip:</b> 经过Gzip压缩的提取源的大小。" }, "modern-mode": "显示现代构建", "tasks": { "serve": { "description": "编译和热更新(用于开发环境)", "open": "在浏览器中启动", "mode": "环境", "host": "域名", "port": "端口", "https": "启用 HTTPS" }, "build": { "description": "编译并压缩(用于生产环境)", "mode": "环境", "dest": "输出目录", "target": { "description": "构建类型", "app": "App", "lib": "库", "wc": "组件", "wc-async": "异步组件" }, "name": "库名/组件名 (默认为 package.json 的 name 或 entry 文件名)", "watch": "监听变化", "modern": { "label": "现代模式", "description": "针对现代浏览器构建应用,自动向后兼容。" } }, "inspect": { "description": "检查 webpack 配置", "mode": "环境", "verbose": "完整显示函数定义" } }, "config": { "vue-cli": { "description": "配置 Vue 项目", "groups": { "general": "基础设置", "css": "CSS 设置" }, "publicPath": { "label": "公共路径", "description": "应用的部署地址,如 '/my-app/'。如果留空,所有资源将使用相对路径。" }, "outputDir": { "label": "输出目录", "description": "构建产生的文件将会生成在这里。" }, "assetsDir": { "label": "资源目录", "description": "静态资源会生成在这里。" }, "runtimeCompiler": { "label": "启用运行时编译", "description": "启用后可以在 Vue 组件中使用 template 选项,但是会让你的应用体积额外增加 10kb 左右。" }, "productionSourceMap": { "label": "在生产环境启用 Source Map", "description": "如果你不需要生产环境下的 source map,禁用此项可以加速生产环境构建。" }, "parallel": { "label": "并行编译", "description": "使用多个处理器来编译 Babel 或 Typescript。" }, "css": { "modules": { "label": "启用 CSS Modules", "description": "By default, only files that end with *.module.[ext] are treated as CSS modules. Enabling this will treat all style files as CSS modules." }, "extract": { "label": "抽取 CSS", "description": "将组件中的样式抽取为单独的样式文件(不开启则使用 JavaScript 动态注入样式)。" }, "sourceMap": { "label": "启用 CSS Source Map", "description": "启用对构建性能稍有影响。" } } } }, "suggestions": { "vue-config-open": "打开 vue 配置" } }, "eslint": { "config": { "eslint": { "description": "代码质量和纠错", "groups": { "base": "基本", "essential": "必要", "strongly-recommended": "强烈推荐", "recommended": "推荐", "uncategorized": "未分类" }, "setting": { "off": "关闭", "error": "错误", "warning": "警告", "custom": "自定义" }, "general": { "label": "通用", "lintOnSave": { "message": "保存时检查", "description": "当文件保存时自动检查" }, "config": { "message": "选择配置", "description": "选择预设配置" } }, "rules": { "label": "规则" } } }, "tasks": { "lint": { "description": "检查并修复源文件", "noFix": "仅检查,不要自动修复错误" } }, "suggestions": { "open-eslintrc": { "label": "打开 eslintrc" } } }, "pwa": { "config": { "pwa": { "description": "PWA", "workboxPluginMode": { "message": "插件模式", "description": "用于配置 `workbox-webpack-plugin`" }, "name": { "message": "App 名", "description": "用于启动页显示、 `apple-mobile-web-app-title` 等处" }, "themeColor": { "message": "主题色", "description": "显示在浏览器中的主题色" }, "backgroundColor": { "message": "启动页背景色", "description": "启动页(闪屏页)背景色" }, "msTileColor": { "message": "Windows 磁贴颜色", "description": "Windows 磁贴颜色" }, "appleMobileWebAppStatusBarStyle": { "message": "Apple 状态栏样式", "description": "iOS webapp 状态栏样式" }, "manifestCrossorigin": { "message": "manifest.json 链接标签的 crossorigin 属性的属性值", "description": "生成的 HTML 的清单链接标记中的 `crossorigin` 属性的值,如果您的 PWA 位于经过身份验证的代理之后,则可能需要设置此值" } } }, "suggestions": { "open-vue": { "label": "打开 vue 配置" }, "open-manifest": { "label": "打开 manifest" } } }, "cypress": { "tasks": { "test": { "description": "使用 `cypress run` 运行 e2e 测试", "headless": "不显示 GUI", "mode": "环境", "url": "远程测试 URL" } } }, "nightwatch": { "tasks": { "test": { "description": "使用 nightwatch 运行 e2e 测试", "url": "远程测试 URL", "config": "使用自定义 nightwatch 配置文件", "env": "浏览器环境(用逗号分隔)" } } }, "jest": { "tasks": { "test": { "description": "运行 Jest 单元测试", "watch": "监听文件变化并重新运行测试", "notify": "每次运行后显示通知", "update": "为每次失败的测试保存快照" } } }, "mocha": { "tasks": { "test": { "description": "运行 Mocha 单元测试", "watch": "监听文件变化并重新运行测试" } } }, "widgets": { "welcome": { "title": "欢迎", "description": "快速上手 tips", "content": { "title": "欢迎来到新项目!", "tip1": "这里是项目仪表盘,你可以点击右上方的“自定义”按钮来添加部件。你的改动将会自动保存。", "tip2": "左侧是各个管理页面。在「插件」页面可以添加新的 Vue CLI 插件,「依赖」页面用于管理项目的依赖包,「配置」页面用于配置各种工具,「任务」页面用于运行各个脚本(比如 webpack 打包)。", "tip3": "点击左上方的下拉菜单或状态栏上的小房子按钮来返回到项目管理器。", "ok": "了解" } }, "kill-port": { "title": "终止端口", "description": "终止占用指定端口的进程", "input": { "placeholder": "输入一个网络端口" }, "kill": "终止", "status": { "idle": "准备好终止", "killing": "正在终止进程……", "killed": "成功终止进程!", "error": "无法终止进程" } }, "status-widget": { "last-updated": "更新于", "never": "还未更新", "check": "检查更新", "more-info": "更多细节" }, "plugin-updates": { "title": "更新插件", "description": "监控插件更新", "messages": { "ok": "所有插件已是最新", "loading": "正在检查更新……", "attention": "有{n}个插件可更新" }, "page": "前往“插件”页" }, "dependency-updates": { "title": "更新依赖", "description": "监控依赖更新", "messages": { "ok": "所有依赖已是最新", "loading": "正在检查更新……", "attention": "有{n}个依赖可更新" }, "page": "前往“依赖”页" }, "vulnerability": { "title": "安全隐患检查", "description": "检查项目依赖中已知的安全隐患", "messages": { "ok": "未发现安全隐患", "loading": "正在检查项目安全性……", "attention": "发现 {n} 个安全隐患", "error": "无法检测漏洞" }, "severity": { "critical": "严重程度危险", "high": "严重程度高", "moderate": "严重程度中等", "low": "严重程度低" }, "direct-dep": "直接依赖", "versions": { "vulnerable": "易受攻击版本", "patched": "补丁后版本" }, "recheck": "再次检查" }, "run-task": { "title": "运行任务", "description": "快速运行任务", "prompts": { "task": "选择一项任务" }, "page": "前往“任务”页" }, "news": { "title": "新闻", "description": "阅读新闻流", "refresh": "强制刷新", "select-tip": "从左侧选择新闻", "prompts": { "url": "RSS 源/GitHub 仓库地址" }, "errors": { "fetch": "无法获取新闻流", "offline": "你已离线", "empty": "没有新闻" } } } } } }