microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/rn-extension.i18n.json
11lines · 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 | "ReactNativeToolsRequiresMoreRecentVersionThan019": "React Native 工具需要在 <PROJECT_ROOT>/node_modules/ 中安装 React Native 版本 0.19.0 或更高版本", |
| 8 | "ReactNativeShowDevMenu": "React Native: 显示应用的开发人员菜单", |
| 9 | "ReactNativeReloadApp": "React Native: 重新加载应用", |
| 10 | "ReactNativeRunElementInspector": "React Native: 运行元素检查器" |
| 11 | } |