microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
improve-configuration

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/jpn/src/common/configurationProviderHelper.i18n.json

27lines · 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 "PlatformSelectionTitle": "プラットフォームの選択",
8 "PlatformSelectionPrompt": "実行するプラットフォーム",
9 "ApplicationTypeSelectionTitle": "React Native アプリケーションのタイプを選択してください",
10 "ApplicationTypeSelectionPrompt": "React Native アプリケーションの種類",
11 "UseHermesEnginePrompt": "直接デバッグにHermesエンジンを使用しますか?",
12 "UseHermesEngineInvalid": "ヘルメスエンジンの使用は未確認",
13 "ExpoPlatformTypeSelection": "実行するプラットフォームを選択してください",
14 "ExpoPlatformTypeSelectionPrompt": "実行するプラットフォームの種類",
15 "ExpoHostTypeSelectionTitle": "Expo ホストパラメータのタイプを選択してください",
16 "ExpoHostTypeSelectionPrompt": "Expo ホストパラメータのタイプ",
17 "BrowserTypeSelectionTitle": "ブラウザの種類を選択してください",
18 "BrowserTypeSelectionPrompt": "ブラウザの種類",
19 "NoBrowserTargetSelected": "ブラウザターゲットが選択されていません",
20 "AddressInputTitle": "ホストのアドレス",
21 "AddressInputPrompt": "ホストのアドレスを入力してください",
22 "AddressInputInvalid": "有効なホスト名またはIPアドレスを入力してください",
23 "PortInputTitle": "ホストのポート",
24 "PortInputPrompt": "デバッグサーバーがリッスンしているポート番号を入力します",
25 "PortInputInvalid": "有効なポート番号を入力してください",
26 "UseHermesEngine": "ヘルメスエンジンを使用する"
27}