forked from Alnyli07/vscode-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.ja.json
63 lines (63 loc) · 9.29 KB
/
package.nls.ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"reactNative.description": "React Native 用のデバッグおよび統合コマンド",
"reactNative.license": "LICENSE.txt のライセンスを参照してください",
"reactNative.command.runAndroidSimulator.title": "エミュレーター上での Android の実行",
"reactNative.command.runAndroidDevice.title": "デバイス上での Android の実行",
"reactNative.command.runIosSimulator.title": "シミュレーター上での iOS の実行",
"reactNative.command.runIosDevice.title": "デバイス上での IOS の実行",
"reactNative.command.runExponent.title": "Expo の実行",
"reactNative.command.startPackager.title": "パッケージャーの起動",
"reactNative.command.stopPackager.title": "パッケージャーの停止",
"reactNative.command.restartPackager.title": "パッケージャーの再起動",
"reactNative.command.publishToExpHost.title": "Expo に公開",
"reactNative.command.showDevMenu.title": "Dev メニューの表示",
"reactNative.command.reloadApp.title": "アプリの再読み込み",
"reactNative.command.runInspector.title": "要素インスペクターの実行",
"reactNative.snippets.debugAndroid.description": "Android 上で react-native アプリを起動するための新しい構成",
"reactNative.snippets.debugiOS.description": "iOS 上で react-native アプリを起動するための新しい構成",
"reactNative.snippets.attachPackager.description": "パッケージャーにアタッチするための新しい構成",
"reactNative.snippets.debugExpo.description": "Expo アプリを起動するための新しい構成",
"reactNative.attach.program.description": "[非推奨。代わりに cwd を使用] vscode フォルダー内の launchReactNative.js へのパスです",
"reactNative.attach.cwd.description": "プロジェクト ルート フォルダーへのパスです",
"reactNative.attach.sourceMaps.description": "JavaScript ソース マップを使用して、生成されたバンドル コードをその元のソースにマップするかどうか",
"reactNative.attach.sourceMapsPathOverrides.description": "ソース ファイルの場所をソース マップに指定されている場所からディスク上の場所へ書き換えるための一連のマッピング。詳しくは https://github.com/microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-with-typescript-and-haul をご覧ください",
"reactNative.attach.trace.description": "デバッガー プロセスのログ レベルです。診断に役立つ可能性があります。[トレース] に設定すると、すべてのデバッガー プロセスのログが [デバッグ コンソール] 出力ウィンドウに表示されます。",
"reactNative.attach.address.description": "デバッグ用にアタッチするパッケージャーの TCP/IP アドレスです。既定値は 'localhost' です。",
"reactNative.attach.port.description": "デバッグ用にアタッチするパッケージャーのポートです。既定値は 8081 です。",
"reactNative.attach.remoteRoot.description": "リモート ホストのソース ルート。",
"reactNative.attach.localRoot.description": "'remoteRoot' に対応するローカル ソース ルート。",
"reactNative.attach.skipFiles.description": "デバッグ時にスキップするファイル名またはフォルダー名の配列、または glob パターン。",
"reactNative.attach.debuggerWorkerUrlPath.description": "オーバーライドするアプリのデバッガー ワーカーへのパス。たとえば、デバッガーが http://localhost:8081/debugger-ui/debuggerWorker.js にアタッチしようとしてパッケージャー出力から 404 エラーを受け取る場合、debuggerWorkerUrlPath をパッケージャーに合った別の適切な値に変更することができます (\"debugger-ui\" は指定する値に置き換えられます)。",
"reactNative.launch.platform.description": "ターゲットのプラットフォームです。使用可能な値: 'android'、'ios'、'exponent'、'windows'、'wpf'",
"reactNative.launch.program.description": "[非推奨。代わりに cwd を使用] vscode フォルダー内の launchReactNative.js へのパスです",
"reactNative.launch.cwd.description": "プロジェクト ルート フォルダーへのパスです",
"reactNative.launch.target.description": "実行するターゲットです。使用可能な値: 'simulator'、'device'、'<Android emulator/device id>'、'<iOS simulator/device name>'",
"reactNative.launch.sourceMaps.description": "JavaScript ソース マップを使用して、生成されたバンドル コードをその元のソースにマップするかどうか",
"reactNative.launch.logCatArguments.description": "LogCat に使用される引数 (LogCat の出力は出力チャネルに表示されます)。それは、[\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"] のような配列です。",
"reactNative.launch.outDir.description": "生成された JavaScript コード (バンドル ファイル) の場所。通常、これは \"${workspaceRoot}/.vscode/.react\" です。",
"reactNative.launch.runArguments.description": "'react-native run-<platform>' コマンドに渡される実行引数 (他のすべての構成パラメーターをオーバーライドします)",
"reactNative.launch.env.description": "デバッガーに渡された環境変数と 'react-native run-<platform>' コマンドです。",
"reactNative.launch.envFile.description": "環境変数定義が含まれているファイルへの絶対パス。",
"reactNative.launch.variant.description": "'react-native run-android' に渡されるバリアントです (例: '--variant=devDebug' を指定するには 'devDebug' を使用します)",
"reactNative.launch.scheme.description": "'react-native run-ios' に渡されるスキーマ名です (例: '--scheme=devDebug' を指定するには 'devDebug' です)",
"reactNative.launch.productName.description": "iOS バンドルの表示名 (例: 'AwesomeProject' 値) は、拡張機能によって 'AwesomeProject.app' バンドルが検索されることを意味します",
"reactNative.launch.skipFiles.description": "デバッグ時にスキップするファイル名またはフォルダー名の配列、または glob パターン。",
"reactNative.launch.trace.description": "デバッガー プロセスのログ レベルです。診断に役立つ可能性があります。[トレース] に設定すると、すべてのデバッガー プロセスのログが [デバッグ コンソール] 出力ウィンドウに表示されます。",
"reactNative.launch.debuggerWorkerUrlPath.description": "オーバーライドするアプリのデバッガー ワーカーへのパス。たとえば、デバッガーが http://localhost:8081/debugger-ui/debuggerWorker.js にアタッチしようとしてパッケージャー出力から 404 エラーを受け取る場合、debuggerWorkerUrlPath をパッケージャーに合った別の適切な値に変更することができます (\"debugger-ui\" は指定する値に置き換えられます)。",
"reactNative.configuration.title": "React-Native 構成",
"reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "'react-native run-ios' コマンドに渡される実行引数",
"reactNative.configuration.properties.react-native.ios.runArguments.device.description": "'react-native run-ios' コマンドに渡される実行引数",
"reactNative.configuration.properties.react-native.ios.env.simulator.description": "プログラムに渡される環境変数。",
"reactNative.configuration.properties.react-native.ios.env.device.description": "プログラムに渡される環境変数。",
"reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "環境変数定義が含まれているファイルへの絶対パス。",
"reactNative.configuration.properties.react-native.ios.envFile.device.description": "環境変数定義が含まれているファイルへの絶対パス。",
"reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "'react-native run-android' コマンドに渡される実行引数",
"reactNative.configuration.properties.react-native.android.runArguments.device.description": "'react-native run-android' コマンドに渡される実行引数",
"reactNative.configuration.properties.react-native.android.env.simulator.description": "プログラムに渡される環境変数。",
"reactNative.configuration.properties.react-native.android.env.device.description": "プログラムに渡される環境変数。",
"reactNative.configuration.properties.react-native.android.envFile.simulator.description": "環境変数定義が含まれているファイルへの絶対パス。",
"reactNative.configuration.properties.react-native.android.envFile.device.description": "環境変数定義が含まれているファイルへの絶対パス。",
"reactNative.configuration.properties.react-native.packager.port.description": "React-Native パッケージャー ポート",
"reactNative.configuration.properties.react-native-tools.projectRoot.description": "react-native プロジェクトがあるサブフォルダー",
"reactNative.configuration.properties.react-native-tools.logLevel.description": "拡張機能でのログ レベル"
}