microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.9.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/src/extension/exponent/exponentHelper.i18n.json

13lines · 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 "MakingSureYourProjectUsesCorrectExponentDependencies": "確認您的專案為 Expo 使用了正確的相依性。這可能需要一些時間...",
8 "CheckingIfThisIsExpoApp": "正在檢查此是否為 Expo 應用程式。",
9 "YouNeedToLoginToExpo": "您必須登入 Expo。請在關閉此視窗後,於輸入方塊中提供您 Expo 帳戶的使用者名稱及密碼。若無此帳戶,請前往 https://expo.io 中建立。",
10 "ExpoUsername": "Expo 使用者名稱",
11 "ExpoPassword": "Expo 密碼",
12 "ExpoPackageIsNotInstalled": "[警告] 未於本機為您的專案安裝 expo 套件,有可能發生進一步的錯誤。請於您的專案中執行 \"npm install expo --save-dev\"。"
13}