uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/messages/zh_CN.js
2023-12-05 10:11:10 +08:00

48 lines
3.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
'app.compiler.version': '编译器版本:{version}',
compiling: '正在编译中...',
'dev.performance': '请注意运行模式下因日志输出、sourcemap 以及未压缩源码等原因,性能和包体积,均不及发行模式。',
'dev.exclusion': '请在杀毒软件中设置扫描排除名单,减少系统资源消耗。[详情](https://uniapp.dcloud.net.cn/uni-app-x/compiler/#tips)',
'dev.performance.nvue': '尤其是 app-nvue 的 sourcemap 影响较大',
'dev.performance.mp': '若要正式发布,请点击发行菜单或使用 cli 发布命令进行发布',
'build.done': 'DONE Build complete.',
'dev.watching.start': '开始差量编译...',
'dev.watching.end': 'DONE Build complete. Watching for changes...',
'dev.watching.end.pages': 'DONE Build complete. PAGES:{pages}',
'dev.watching.end.files': 'DONE Build complete. FILES:{files}',
'build.failed': 'DONE Build failed.',
'compiler.build.failed': '编译失败',
'stat.warn.appid': '当前应用未配置 appid无法使用 uni 统计详情参考https://ask.dcloud.net.cn/article/36303',
'stat.warn.version': '当前应用未配置uni统计版本默认使用1.0版本建议使用uni统计2.0版本 私有部署数据更安全代码开源可定制。详情https://uniapp.dcloud.io/uni-stat',
'stat.warn.tip': '已开启 uni统计{version} 版本',
'i18n.fallbackLocale.default': '当前应用未在 manifest.json 配置 fallbackLocale默认使用{locale}',
'i18n.fallbackLocale.missing': '当前应用配置的 fallbackLocale 或 locale 为:{locale},但 locale 目录缺少该语言文件',
'easycom.conflict': 'easycom组件冲突',
'mp.component.args[0]': '{0}的第一个参数必须为静态字符串',
'mp.component.args[1]': '{0}需要两个参数',
'mp.360.unsupported': 'vue3暂不支持360小程序',
'file.notfound': '{file} 文件不存在',
'uts.ios.tips': '项目使用了uts插件iOS平台uts插件代码修改后需要重新生成[自定义基座](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground)才能生效',
'uts.android.compiler.server': '项目使用了uts插件正在安装 uts Android 运行扩展...',
'uts.ios.windows.tips': 'iOS手机在windows上使用标准基座真机运行无法使用uts插件如需使用uts插件请提交云端打包自定义基座',
'uts.ios.standard.tips': 'iOS手机在标准基座真机运行暂不支持uts插件如需调用uts插件请使用自定义基座',
'prompt.run.message': '运行方式:打开 {devtools}, 导入 {outputDir} 运行。',
'prompt.run.devtools.app': 'HBuilderX',
'prompt.run.devtools.mp-alipay': '支付宝小程序开发者工具',
'prompt.run.devtools.mp-baidu': '百度开发者工具',
'prompt.run.devtools.mp--kuaishou': '快手开发者工具',
'prompt.run.devtools.mp-lark': '飞书开发者工具',
'prompt.run.devtools.mp-qq': 'QQ小程序开发者工具',
'prompt.run.devtools.mp-toutiao': '抖音开发者工具',
'prompt.run.devtools.mp-weixin': '微信开发者工具',
'prompt.run.devtools.mp-jd': '京东开发者工具',
'prompt.run.devtools.mp-xhs': '小红书开发者工具',
'prompt.run.devtools.quickapp-webview': '快应用联盟开发者工具 | 华为快应用开发者工具',
'prompt.run.devtools.quickapp-webview-huawei': '华为快应用开发者工具',
'prompt.run.devtools.quickapp-webview-union': '快应用联盟开发者工具',
'uvue.unsupported': 'uvue 暂不支持 {platform} 平台',
'uvue.dev.watching.end.empty': '本次代码变更,编译结果未发生变化,跳过同步手机端程序文件。',
};