microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/common/packager.i18n.json
25lines · modeblame
efbe1ba6Yuri Skorokhodov7 years ago | 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. | |
| 4 | *--------------------------------------------------------------------------------------------*/ | |
| 5 | // Do not edit this file. It is machine generated. | |
2c9fc8b9Daniel Ye7 years ago | 6 | { |
5c5d70eaDaniel Ye6 years ago | 7 | "CouldNotReadPackagerOptions": "无法从 exp.json 读取包生成工具的选项,继续...", |
| 8 | "StartingPackager": "正在启动包生成工具", | |
| 9 | "PackagerStarted": "已启动包生成工具。", | |
| 10 | "PackagerIsAlreadyRunning": "包生成工具已在运行。", | |
| 11 | "PackagerRunningOutsideVSCode": "React Native 包生成工具在 VS Code 外部运行。如果想要调试,请使用“附加到包生成工具”选项", | |
| 12 | "PackagerIsStillRunning": "包生成工具仍在运行。如果包生成工具已在 VS Code 外部启动,请使用任务管理器退出该包生成工具进程。", | |
| 13 | "PackagerIsNotRunning": "包生成工具未运行", | |
2c9fc8b9Daniel Ye7 years ago | 14 | "EntryPointDoesntExist": "index.js 和 index.{0}.js 中都不存在入口点。跳过预热...", |
| 15 | "AboutToGetURL": "即将获得: {0}", | |
| 16 | "BundleCacheWasPrewarmed": "已预热捆绑缓存。", | |
5c5d70eaDaniel Ye6 years ago | 17 | "CouldNotStartPackager": "无法启动包生成工具。", |
a4e6c228Ezio Li1 years ago | 18 | "StoppingPackager": "正在停止包生成工具", |
| 19 | "PackagerIsRunningBeforeStarting": "打包器已经在运行,如果您想调试,请使用“附加到打包器”选项", | |
| 20 | "VerifyOpenModuleMainFileAndEntry": "需要检查主文件和打开模块的入口点,如果不存在则设置并写入新内容,路径:{0}", | |
| 21 | "NoOpenMainFile": "在打开的模块中找不到主文件,正在执行安装程序...", | |
| 22 | "CopyOpenMainFile": "复制 open-main.js 打开模块...", | |
| 23 | "AddOpenMainEntry": "将 open-main.js 条目添加到 package.json 'main' 字段...", | |
| 24 | "OpenMainEntryIsExisting": "在打开的模块中找到 open-main.js 和入口,跳过设置..." | |
2c9fc8b9Daniel Ye7 years ago | 25 | } |