microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.13.2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/chs/src/common/error/errorStrings.i18n.json

109lines · modecode

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.
6{
7 "CommandFailed": "执行命令 {0} 时出错",
8 "CommandFailedWithErrorCode": "命令“{0}”失败,错误代码为 {1}",
9 "ExpectedIntegerValue": "应为整数。无法读取 {0}",
10 "PackagerStartFailed": "执行 React Native 包生成工具时出错。",
11 "IOSDeployNotFound": "找不到 iOS 部署。请确保全局安装该部署(npm install -g ios-deploy)",
12 "DeviceNotPluggedIn": "无法装载开发人员磁盘映像。",
13 "DeveloperDiskImgNotMountable": "无法装载开发人员磁盘映像。",
14 "UnableToLaunchApplication": "无法启动应用程序。",
15 "ApplicationLaunchTimedOut": "启动应用程序时超时。设备是否已锁定?",
16 "IOSSimulatorNotLaunchable": "无法启动 iOS 模拟器。请尝试指定其他目标。",
17 "OpnPackagerLocationNotFound": "找不到 Opn 包位置",
18 "OpnPackagerNotFound": "找不到 opn 包。{0}",
19 "PackageNotFound": "附加以查找包 {0} 失败,出现错误: {1}",
20 "PlatformNotSupported": "主机平台上不支持平台 {0}: {1}",
21 "ProjectVersionNotParsable": "无法分析 {0} 中的包的版本组件: 版本 = {1}",
22 "ProjectVersionUnsupported": "项目版本 = {0}",
23 "ProjectVersionNotReadable": "无法读取版本 = {0}",
24 "TelemetryInitializationFailed": "{0}。无法初始化遥测",
25 "ExtensionActivationFailed": "未能激活 React Native 工具扩展",
26 "DebuggerStubLauncherFailed": "未能为调试器设置存根启动器",
27 "IntellisenseSetupFailed": "未能设置 IntelliSense",
28 "NodeDebuggerConfigurationFailed": "未能配置调试器的节点调试器位置",
29 "FailedToStopPackagerOnExit": "关闭 React Native 工具时未能停止该包生成工具",
30 "FailedToRunOnAndroid": "未能在 Android 中运行应用程序",
31 "FailedToRunOnIos": "未能在 iOS 中运行应用程序",
32 "FailedToRunExponent": "未能在 Expo 中运行应用程序",
33 "FailedToStartPackager": "未能启动 React Native 包生成工具",
34 "FailedToStopPackager": "未能停止 React Native 包生成工具",
35 "FailedToRestartPackager": "未能重启 React Native 包生成工具",
36 "DebuggingFailed": "无法调试应用程序",
37 "DebuggingFailedInNodeWrapper": "由于节点调试器内部出现错误,无法调试应用程序",
38 "RNTempFolderDeletionFailed": "无法删除临时文件夹 {0}",
39 "CouldNotFindLocationOfNodeDebugger": "找不到节点调试器扩展的位置",
40 "PackagerRunningInDifferentPort": "无法在端口 {0} 上启动包生成工具,因为端口 {1} 上正在运行某个包生成工具进程",
41 "ErrorWhileProcessingMessageInIPMSServer": "处理消息时出错: {0}",
42 "ErrorNoPipeFound": "无法设置与 VSCode react-native 扩展进行通信。这是一个 react-native 项目吗,你确定在根目录安装了 react-native npm 包吗?",
43 "NotAllSuccessPatternsMatched": "未知错误: 并非所有成功模式都匹配。\n 这意味着 \"react-native run-{0}\" 命令失败。\n 请检查“视图”->“切换输出”-> React Native,\n“视图”->“切换输出”-> React Native: 运行 {1} 输出窗口。",
44 "CouldNotParsePackageVersion": "无法分析 {0} 中的包的版本组件: 版本 = {1}",
45 "UnsupportedCommandStatus": "不支持的命令状态",
46 "ExpectedExponentTunnelPath": "Expo 未提供任何链接。你的项目是否设置正确?",
47 "WorkspaceNotFound": "使用工作区时出错: {0}",
48 "RNVersionNotSupportedByExponent": "Expo 不支持 React Native 版本。支持的主要版本为: {0}",
49 "UserCancelledExpoLogin": "用户已取消登录。",
50 "CannotAttachToPackagerCheckPackagerRunningOnPort": "无法附加到包生成工具。确定存在包生成工具并且其正在端口 {0} 中运行吗? 如果包生成工具被配置为在另一个端口中运行,请确保将该端口添加到 settings.json。",
51 "AnotherDebuggerConnectedToPackager": "另一个调试器已连接到包生成工具。请先将其关闭,然后再尝试使用 VSCode 进行调试。",
52 "NotInReactNativeFolderError": "似乎你尝试在不是 React Native 项目根目录的目录中进行调试。\n 如果是这样,请遵循以下说明: https://github.com/microsoft/vscode-react-native/blob/master/doc/customization.md#project-structure。",
53 "SourcesStoragePathIsNullOrEmpty": "SourcesStoragePath 参数为 null 或为空",
54 "AndroidCouldNotInstallTheAppOnAnyAvailibleDevice": "无法在任何可用的设备上安装该应用。请确保已正确配置 \n 设备或运行模拟器。请参阅 https://facebook.github.io/react-native/docs/android-setup.html。",
55 "AndroidShellCommandTimedOut": "Android shell 命令超时。请重试该操作。",
56 "AndroidProjectNotFound": "未找到 Android 项目。",
57 "AndroidMoreThanOneDeviceOrEmulator": "多个设备/模拟器",
58 "AndroidFailedToLaunchTheSpecifiedActivity": "未能启动指定的活动。请尝试手动运行应用程序并使用“附加到包生成工具”启动配置启动调试。",
59 "IOSFoundMoreThanOneExecutablesCleanupBuildFolder": "在 {0} 中找到多个可执行文件。请清理生成文件夹或设置 \"productName\" 启动选项。",
60 "IOSCouldNotFoundExecutableInFolder": "{0} 中找不到可执行文件",
61 "WinRNMPPluginIsNotInstalled": "未安装 \"rnpm-plugin-windows\"。",
62 "ReactDevtoolsIsNotInstalled": "未安装 React Devtools。请在终端运行 `npm install -g react-devtools` 命令以安装该工具。",
63 "DebuggingWontWorkReloadJSAndReconnect": "{0}。调试将不起作用: 请尝试从应用内重新加载 JS,或重新连接 VS Code 调试器",
64 "ReconnectionToPackagerFailedCheckForErrorsOrRestartReactNative": "重新连接到代理(包生成工具)失败。请检查输出窗口是否存在包生成工具错误(如有)。如果错误仍然存在,请重启 React Native 调试器。",
65 "FailedToProcessMessageFromReactNativeApp": "未能处理 React Native 应用中的消息。消息:\n{0}",
66 "FailedToPrepareJSRuntimeEnvironment": "未能准备 JavaScript 运行时环境。消息:\n{0}",
67 "FailedToSendMessageToTheReactNativeApp": "未能将消息发送到 React Native 应用。消息:\n{0}",
68 "ReactNativeWorkerProcessThrownAnError": "React Native 辅助进程引发错误",
69 "CouldntImportScriptAt": "无法在 <{0}> 处导入脚本",
70 "RNMessageWithMethodExecuteApplicationScriptDoesntHaveURLProperty": "包含方法 executeApplicationScript 的 RNMessage 没有 \"url\" 属性",
71 "CommandCanceled": "命令“{0}”已被用户取消",
72 "DebuggingCommandFailed": "执行调试命令“{0}”时出错",
73 "ApplicationLaunchFailed": "启动应用程序时出错:{0}",
74 "CouldNotAttachToDebugger": "将调试器附加到应用程序时出错:{0}",
75 "CouldNotFindProjectVersion": "在当前工作区或文件夹中找不到 React Native 版本",
76 "FailedToConfigEASBuild": "无法使用 EAS 构建配置 Expo 应用程序",
77 "FailedToOpenProjectPage": "无法在网页中打开 EAS 项目",
78 "FailedToLaunchExpoWeb": "无法启动 ExpoWeb",
79 "FailedToRevertOpenModule": "无法恢复打开模块",
80 "FailedToOpenRNUpgradeHelper": "无法打开反应本机升级助手",
81 "FailedToInstallExpoGo": "无法下载并安装 Expo Go 应用程序",
82 "CouldNotFindWorkspace": "找不到任何工作区或 React Native 项目文件夹",
83 "ReactNativePackageIsNotInstalled": "在node_modules中找不到react-native包,请在项目中运行“npm install”来安装它",
84 "ReactNativeWindowsIsNotInstalled": "您似乎没有安装“react-native-windows”软件包,请继续访问 https://github.com/microsoft/react-native-windows#getting-started 了解更多信息",
85 "NgrokIsNotInstalledGlobally": "似乎“@expo/ngrok{0}”软件包未全局安装,使用 Expo 隧道需要此软件包,请运行“npm i -g @expo/ngrok{0}”以全局安装它",
86 "WinRunCommandFailed": "{0}\n ",
87 "CancellationTokenTriggered": "操作已取消",
88 "WorkspaceIsNotTrusted": "应信任项目路径“{0}”旁的工作区以使用“{1}”",
89 "CouldNotConnectToDebugTarget": "无法连接到位于 {0} 的调试目标:{1}",
90 "CannotAttachtoiOSDeviceDirectly": "无法找到 iOS 目标设备/模拟器,请检查“设置 > Safari > 高级 > Web Inspector = ON”或尝试在 launch.json 中指定不同的“端口”参数,另外请确保调试中的“目标”属性",
91 "FailedToStartAndroidEmulator": "启动Android模拟器时出错",
92 "FailedToStartIOSSimulator": "启动iOS模拟器时出错",
93 "AndroidThereIsNoAnyOnlineDebuggableTarget": "没有任何Android可调试在线目标",
94 "IOSThereIsNoAnyDebuggableTarget": "没有任何 iOS 可调试目标",
95 "TargetSelectionError": "目标启动已完成,但出现异常:{0}",
96 "CouldNotRecognizeTargetType": "无法识别目标 {0} 的类型",
97 "ReactNativemacOSIsNotInstalled": "您似乎没有安装“react-native-macos”软件包,请继续访问 https://microsoft.github.io/react-native-windows/docs/rnm-getting-started 了解更多信息",
98 "ErrorWhileStartMonitoringLogCat": "开始监控 LogCat 时出错",
99 "ErrorWhileStopMonitoringLogCat": "停止监控 LogCat 时出错",
100 "ErrorWhileSelectMonitoringLogCat": "未找到活动的 Android LogCat 监视器",
101 "CouldNotDirectDebugWithoutHermesEngine": "在没有启用 Hermes 引擎的情况下,无法开始直接调试 {0} 应用程序。请检查您的项目中是否启用了 Hermes 引擎,并且您的调试配置中是否包含设置为“true”的“useHermesEngine”属性",
102 "ErrorWhileStartNetworkInspector": "启动网络检查器时出错",
103 "ErrorWhileStopNetworkInspector": "停止网络检查器时出错",
104 "ErrorWhileCheckingDevEnvironment": "检查开发环境配置时出错",
105 "UserInputCanceled": "用户取消数据输入",
106 "FailedToRunPrebuild": "无法运行预构建",
107 "FailedToRunPrebuildClean": "无法运行干净的预构建",
108 "FailedToReopenQRCode": "重新打开二维码失败"
109}