microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
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 | "ExpoPackageIsNotInstalled": "[警告] 請確認已為您的專案於本機安裝 expo 套件,否則可能發生進一步錯誤。請在專案內執行 \"npm install expo --save-dev\" 來予以安裝。", |
| 10 | "YouNeedToLoginToExpo": "您必須登入 Expo。請在關閉此視窗後,於輸入方塊中提供您 Expo 帳戶的使用者名稱及密碼。若無此帳戶,請前往 https://expo.io 中建立。", |
| 11 | "ExpoUsername": "Expo 使用者名稱", |
| 12 | "ExpoPassword": "Expo 密碼" |
| 13 | } |