microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.5.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/jpn/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}