microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/src/extension/commands/installExpoGoApplication.i18n.json

16lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
    "CheckExpoEnvironment": "檢查Expo專案環境",
    "DownloadAndroidExpoGo": "\n下載 Android 版 Expo Go。 \n",
    "FailedToDownloadExpoGo": "下載 Expo Go 失敗",
    "FailedToInstallExpoGo": "無法安裝 Expo Go",
    "ManualInstall": "請從專案根路徑手動安裝 Expo Go。 \n",
    "NotDarwinPlatform": "目前作業系統可能不支援 iOS 安裝程序,Expo Go 可能無法安裝。\n",
    "DownloadiOSExpoGo": "\n下載 iOS 版 Expo Go。 \n",
    "CannotAutoInstall": "無法自動安裝 Expo Go,選擇手動安裝或目標機器不是 MacOS。 \n",
    "NotExpoProject": "目前專案不屬於Expo管理範圍"
}