microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/src/extension/debugConfigurationProvider.i18n.json
12lines · modeblame
5c5d70eaDaniel Ye6 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. | |
| 6 | { | |
| 7 | "DebugAndroidConfigDesc": "執行並偵錯 Android 應用程式", | |
| 8 | "DebugiOSConfigDesc": "執行並偵錯 iOS 應用程式", | |
| 9 | "AttachToPackagerConfigDesc": "附加到已在運作的應用程式封裝工具", | |
| 10 | "DebugExpoConfigDesc": "在 Expo 中偵錯 Expo 應用程式或 React Native 應用程式", | |
| 11 | "DebugConfigQuickPickLabel": "挑選偵錯組態" | |
| 12 | } |