microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/src/common/configurationProviderHelper.i18n.json
27lines · 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 | "PlatformSelectionTitle": "選擇平台", |
| 8 | "PlatformSelectionPrompt": "運行平台", |
| 9 | "ApplicationTypeSelectionTitle": "選擇 React Native 應用程式的類型", |
| 10 | "ApplicationTypeSelectionPrompt": "React Native 應用程式的類型", |
| 11 | "UseHermesEnginePrompt": "使用Hermes引擎直接調試?", |
| 12 | "UseHermesEngineInvalid": "使用 Hermes 引擎尚未確認", |
| 13 | "ExpoPlatformTypeSelection": "選擇要運行的平台", |
| 14 | "ExpoPlatformTypeSelectionPrompt": "運行的平台類型", |
| 15 | "ExpoHostTypeSelectionTitle": "選擇Expo主機參數類型", |
| 16 | "ExpoHostTypeSelectionPrompt": "Expo主機參數類型", |
| 17 | "BrowserTypeSelectionTitle": "選擇瀏覽器類型", |
| 18 | "BrowserTypeSelectionPrompt": "瀏覽器類型", |
| 19 | "NoBrowserTargetSelected": "未選擇瀏覽器目標", |
| 20 | "AddressInputTitle": "主機位址", |
| 21 | "AddressInputPrompt": "輸入主機位址", |
| 22 | "AddressInputInvalid": "輸入有效的主機名稱或 IP 位址", |
| 23 | "PortInputTitle": "主機的連接埠", |
| 24 | "PortInputPrompt": "輸入調試伺服器正在偵聽的連接埠號", |
| 25 | "PortInputInvalid": "輸入有效的連接埠號", |
| 26 | "UseHermesEngine": "使用 Hermes 引擎" |
| 27 | } |