microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/src/extension/exponent/exponentHelper.i18n.json
18lines · 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 | "MissingFieldsInExpoApp": "package.json 中缺少「名稱」或「版本」字段,您的應用程式可能需要這些字段", |
| 10 | "ExpoPackageIsNotInstalled": "[警告] 請確保您的專案已本地安裝了 expo 軟體包,否則可能會出現進一步的錯誤,請在您的專案中執行 'npm install expo --save-dev' 來安裝它", |
| 11 | "YouNeedToLoginToExpo": "您需要登入Expo,請在關閉此視窗後在輸入框中輸入您的Expo帳戶使用者名稱和密碼,如果您沒有帳戶,請前往https://expo.io建立帳戶", |
| 12 | "ExpoUsername": "Expo戶名", |
| 13 | "ExpoPassword": "Expo密碼", |
| 14 | "ExpoInstallNgrokGlobally": "似乎「{0}」軟體包未全域安裝,使用 Expo 隧道需要此軟體包,您要全域安裝嗎?", |
| 15 | "InstallNgrokGloballyButtonOK": "安裝", |
| 16 | "InstallNgrokGloballyButtonCancel": "取消", |
| 17 | "NgrokInstalledGlobally": "“{0}”軟體包已成功全域安裝" |
| 18 | } |