microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/package.i18n.json
68lines · 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": "Expo の実行", |
| 14 | "reactNative.command.startPackager.title": "パッケージャーの起動", |
| 15 | "reactNative.command.stopPackager.title": "パッケージャーの停止", |
| 16 | "reactNative.command.restartPackager.title": "パッケージャーの再起動", |
| 17 | "reactNative.command.publishToExpHost.title": "Expo に公開", |
| 18 | "reactNative.command.showDevMenu.title": "Dev メニューの表示", |
| 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": "[非推奨。代わりに cwd を使用] vscode フォルダー内の launchReactNative.js へのパスです", |
| 26 | "reactNative.attach.cwd.description": "プロジェクト ルート フォルダーへのパスです", |
| 27 | "reactNative.attach.sourceMaps.description": "JavaScript ソース マップを使用して、生成されたバンドル コードをその元のソースにマップするかどうか", |
| 28 | "reactNative.attach.sourceMapsPathOverrides.description": "ソース ファイルの場所をソース マップに指定されている場所からディスク上の場所へ書き換えるための一連のマッピング。詳しくは https://github.com/microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-with-typescript-and-haul をご覧ください", |
| 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.attach.debuggerWorkerUrlPath.description": "オーバーライドするアプリのデバッガー ワーカーへのパス。たとえば、デバッガーが http://localhost:8081/debugger-ui/debuggerWorker.js にアタッチしようとしてパッケージャー出力から 404 エラーを受け取る場合、debuggerWorkerUrlPath をパッケージャーに合った別の適切な値に変更することができます (\"debugger-ui\" は指定する値に置き換えられます)。", |
| 36 | "reactNative.launch.platform.description": "ターゲットのプラットフォームです。使用可能な値: 'android'、'ios'、'exponent'、'windows'、'wpf'", |
| 37 | "reactNative.launch.program.description": "[非推奨。代わりに cwd を使用] vscode フォルダー内の launchReactNative.js へのパスです", |
| 38 | "reactNative.launch.cwd.description": "プロジェクト ルート フォルダーへのパスです", |
| 39 | "reactNative.launch.target.description": "実行するターゲットです。使用可能な値: 'simulator'、'device'、'<Android emulator/device id>'、'<iOS simulator/device name>'", |
| 40 | "reactNative.launch.sourceMaps.description": "JavaScript ソース マップを使用して、生成されたバンドル コードをその元のソースにマップするかどうか", |
| 41 | "reactNative.launch.logCatArguments.description": "LogCat に使用される引数 (LogCat の出力は出力チャネルに表示されます)。それは、[\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"] のような配列です。", |
| 42 | "reactNative.launch.outDir.description": "生成された JavaScript コード (バンドル ファイル) の場所。通常、これは \"${workspaceRoot}/.vscode/.react\" です。", |
| 43 | "reactNative.launch.runArguments.description": "'react-native run-<platform>' コマンドに渡される実行引数 (他のすべての構成パラメーターをオーバーライドします)", |
| 44 | "reactNative.launch.env.description": "デバッガーに渡された環境変数と 'react-native run-<platform>' コマンドです。", |
| 45 | "reactNative.launch.envFile.description": "環境変数定義が含まれているファイルへの絶対パス。", |
| 46 | "reactNative.launch.variant.description": "'react-native run-android' に渡されるバリアントです (例: '--variant=devDebug' を指定するには 'devDebug' を使用します)", |
| 47 | "reactNative.launch.scheme.description": "'react-native run-ios' に渡されるスキーマ名です (例: '--scheme=devDebug' を指定するには 'devDebug' です)", |
| 48 | "reactNative.launch.productName.description": "iOS バンドルの表示名 (例: 'AwesomeProject' 値) は、拡張機能によって 'AwesomeProject.app' バンドルが検索されることを意味します", |
| 49 | "reactNative.launch.skipFiles.description": "デバッグ時にスキップするファイル名またはフォルダー名の配列、または glob パターン。", |
| 50 | "reactNative.launch.trace.description": "デバッガー プロセスのログ レベルです。診断に役立つ可能性があります。[トレース] に設定すると、すべてのデバッガー プロセスのログが [デバッグ コンソール] 出力ウィンドウに表示されます。", |
| 51 | "reactNative.launch.debuggerWorkerUrlPath.description": "オーバーライドするアプリのデバッガー ワーカーへのパス。たとえば、デバッガーが http://localhost:8081/debugger-ui/debuggerWorker.js にアタッチしようとしてパッケージャー出力から 404 エラーを受け取る場合、debuggerWorkerUrlPath をパッケージャーに合った別の適切な値に変更することができます (\"debugger-ui\" は指定する値に置き換えられます)。", |
| 52 | "reactNative.configuration.title": "React-Native 構成", |
| 53 | "reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "'react-native run-ios' コマンドに渡される実行引数", |
| 54 | "reactNative.configuration.properties.react-native.ios.runArguments.device.description": "'react-native run-ios' コマンドに渡される実行引数", |
| 55 | "reactNative.configuration.properties.react-native.ios.env.simulator.description": "プログラムに渡される環境変数。", |
| 56 | "reactNative.configuration.properties.react-native.ios.env.device.description": "プログラムに渡される環境変数。", |
| 57 | "reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "環境変数定義が含まれているファイルへの絶対パス。", |
| 58 | "reactNative.configuration.properties.react-native.ios.envFile.device.description": "環境変数定義が含まれているファイルへの絶対パス。", |
| 59 | "reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "'react-native run-android' コマンドに渡される実行引数", |
| 60 | "reactNative.configuration.properties.react-native.android.runArguments.device.description": "'react-native run-android' コマンドに渡される実行引数", |
| 61 | "reactNative.configuration.properties.react-native.android.env.simulator.description": "プログラムに渡される環境変数。", |
| 62 | "reactNative.configuration.properties.react-native.android.env.device.description": "プログラムに渡される環境変数。", |
| 63 | "reactNative.configuration.properties.react-native.android.envFile.simulator.description": "環境変数定義が含まれているファイルへの絶対パス。", |
| 64 | "reactNative.configuration.properties.react-native.android.envFile.device.description": "環境変数定義が含まれているファイルへの絶対パス。", |
| 65 | "reactNative.configuration.properties.react-native.packager.port.description": "React-Native パッケージャー ポート", |
| 66 | "reactNative.configuration.properties.react-native-tools.projectRoot.description": "react-native プロジェクトがあるサブフォルダー", |
| 67 | "reactNative.configuration.properties.react-native-tools.logLevel.description": "拡張機能でのログ レベル" |
| 68 | } |