microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.8.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/jpn/package.i18n.json

65lines · 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 "reactNative.description": "React Native のコード ヒント、デバック、統合されたコマンド",
8 "reactNative.license": "LICENSE.txt でライセンスを確認",
9 "reactNative.command.runAndroidSimulator.title": "シミュレーターの Android で実行",
10 "reactNative.command.runAndroidDevice.title": "デバイスの Android で実行",
11 "reactNative.command.runIosSimulator.title": "シミュレーターの iOS で実行",
12 "reactNative.command.runIosDevice.title": "デバイスの iOS で実行",
13 "reactNative.command.runExponent.title": "Exponent で実行",
14 "reactNative.command.startPackager.title": "Packager の開始",
15 "reactNative.command.stopPackager.title": "Packager の停止",
16 "reactNative.command.restartPackager.title": "Packager の再起動",
17 "reactNative.command.publishToExpHost.title": "Exponent に公開",
18 "reactNative.command.showDevMenu.title": "開発者メニューを表示",
19 "reactNative.command.reloadApp.title": "アプリを再読み込み",
20 "reactNative.command.runInspector.title": "要素の検証を実行",
21 "reactNative.snippets.debugAndroid.description": "Android で react-native アプリを起動するための新しい構成",
22 "reactNative.snippets.debugiOS.description": "iOS で react-native アプリを起動するための新しい構成",
23 "reactNative.snippets.attachPackager.description": "パッケージャーにアタッチする新しい構成",
24 "reactNative.snippets.debugExpo.description": "Expo アプリを起動するための新しい構成",
25 "reactNative.attach.program.description": "vscode フォルダー内の launchReactNative.js へのパス",
26 "reactNative.attach.sourceMaps.description": "生成されたバンドル コードを元のソースにマップし直すために JavaScript を使用するかどうか",
27 "reactNative.attach.outDir.description": "生成された JavaScript コード (バンドル ファイル) の場所。通常、これは \"${workspaceRoot}/.vscode/.react\" になります",
28 "reactNative.attach.sourceMapsPathOverrides.description": "ソース ファイルの場所をソースマップが示している場所からディスク上の場所に書き換えるための一連のマッピングです。 詳細は README を参照してください。",
29 "reactNative.attach.trace.description": "デバッガーのログ レベルを設定します。",
30 "reactNative.attach.address.description": "デバッグ ポートの TCP/IP アドレス。既定は 'localhost' です。",
31 "reactNative.attach.port.description": "アタッチ先のデバッグ ポート。既定は 8081 です。",
32 "reactNative.attach.remoteRoot.description": "リモート ホストのソース ルート。",
33 "reactNative.attach.localRoot.description": "'RemoteRoot' に対応するローカルのソース ルート。",
34 "reactNative.attach.skipFiles.description": "デバッグ時にスキップするファイル、またはフォルダー名、glob パターンの配列。",
35 "reactNative.launch.platform.description": "対象のプラットフォーム",
36 "reactNative.launch.program.description": "vscode フォルダー内の launchReactNative.js へのパス",
37 "reactNative.launch.target.description": "実行対象のデバイス (デバイスまたはシミュレーターのいずれか)",
38 "reactNative.launch.sourceMaps.description": "生成されたバンドル コードを元のソースにマップし直すために JavaScript ソース マップを使用するかどうか",
39 "reactNative.launch.logCatArguments.description": "LogCat で使用される引数 (LogCat の出力は出力チャネルに表示されます)。[\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"] などの配列または \":S ReactNative:V ReactNativeJS:V\" などの文字列のいずれかにする必要があります",
40 "reactNative.launch.outDir.description": "生成された JavaScript コード (バンドル ファイル) の場所。通常、これは \"${workspaceRoot}/.vscode/.react\" になります",
41 "reactNative.launch.runArguments.description": "'react-native run-<platform>' コマンドに渡される実行引数 (他のすべての構成パラメーターを上書きします)",
42 "reactNative.launch.env.description": "プログラムに渡される環境変数。",
43 "reactNative.launch.envFile.description": "環境変数の定義を含むファイルへの絶対パス。",
44 "reactNative.launch.variant.description": "react-native run-android に渡されるバリアント (例: variant=devDebug を指定する 'devDebug')",
45 "reactNative.launch.scheme.description": "react-native run-ios に渡されるスキーム名 (例: scheme=devDebug を指定する 'devDebug')",
46 "reactNative.launch.productName.description": "バンドルの表示名 (例: 'AwesomeProject')",
47 "reactNative.launch.skipFiles.description": "デバッグ時にスキップするファイル、またはフォルダー名、glob パターンの配列。",
48 "reactNative.launch.trace.description": "デバッガーのログ レベルをセットアップします。",
49 "reactNative.configuration.title": "React-Native 構成",
50 "reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "'react-native run-ios' コマンドに渡される実行引数",
51 "reactNative.configuration.properties.react-native.ios.runArguments.device.description": "'react-native run-ios' コマンドに渡される実行引数",
52 "reactNative.configuration.properties.react-native.ios.env.simulator.description": "プログラムに渡される環境変数。",
53 "reactNative.configuration.properties.react-native.ios.env.device.description": "プログラムに渡される環境変数。",
54 "reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "環境変数の定義を含むファイルへの絶対パス。",
55 "reactNative.configuration.properties.react-native.ios.envFile.device.description": "環境変数の定義を含むファイルへの絶対パス。",
56 "reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "'react-native run-android' コマンドに渡される実行引数",
57 "reactNative.configuration.properties.react-native.android.runArguments.device.description": "'react-native run-android' コマンドに渡される実行引数",
58 "reactNative.configuration.properties.react-native.android.env.simulator.description": "プログラムに渡される環境変数。",
59 "reactNative.configuration.properties.react-native.android.env.device.description": "プログラムに渡される環境変数。",
60 "reactNative.configuration.properties.react-native.android.envFile.simulator.description": "環境変数の定義を含むファイルへの絶対パス。",
61 "reactNative.configuration.properties.react-native.android.envFile.device.description": "環境変数の定義を含むファイルへの絶対パス。",
62 "reactNative.configuration.properties.react-native.packager.port.description": "React-native パッケージャ ポート",
63 "reactNative.configuration.properties.react-native-tools.projectRoot.description": "react-native プロジェクトがあるサブフォルダー",
64 "reactNative.configuration.properties.react-native-tools.logLevel.description": "拡張機能のログ レベル"
65}