microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/src/extension/appLauncher.i18n.json
17lines · 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 | "PrewarmingBundleCache": "預熱捆綁包緩存,這可能需要一段時間...", |
| 8 | "BuildingAndRunningApplication": "建置並運行應用程式", |
| 9 | "PrepareHermesDebugging": "準備Hermes調試", |
| 10 | "PrepareHermesLaunch": "準備 Hermes 發布會", |
| 11 | "PrepareDirectIosDebugging": "準備直接iOS調試(實驗性)", |
| 12 | "PrepareDirectIosLaunch": "準備直接 iOS 啟動(實驗性)", |
| 13 | "DisableJSDebugging": "禁用 JS 調試", |
| 14 | "EnableJSDebugging": "啟用 JS 調試", |
| 15 | "BrowserError": "瀏覽器錯誤:{0}", |
| 16 | "BrowserExit": "瀏覽器已關閉,退出代碼:{0}" |
| 17 | } |