microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/services/tipsNotificationsService/tipsStorage.i18n.json
15lines · 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 | "TipElementInspector": "コマンド パレットで「要素インスペクターの実行」コマンドを開始することで、React DevTools 要素インスペクターを実行してアプリケーションの UI 要素を検査できます。「react-devtools」パッケージはグローバルにインストールする必要があることに注意してください。", |
| 8 | "TipLogCatMonitor": "選択したオンライン Android デバイスの RNT 拡張機能によって提供される LogCat モニターを作成して、デバイスの LogCat ログを確認できます。試してみるには、コマンド パレットで「Run React Native LogCat Monitor」コマンドを開始するだけです。", |
| 9 | "TipNetworkInspector": "RNT 拡張機能によって提供される Network Inspector を使用して、アプリのネットワーク トラフィックを検査できます。試してみるには、コマンド パレットで「Run Network Inspector」コマンドを開始するだけです。", |
| 10 | "TipDirectDebuggingWithHermes": "RNT 拡張機能を使用すると、Hermes エンジンを使用して RN アプリケーションをデバッグできます。試してみるには、適切なデバッグ シナリオを追加するだけです。", |
| 11 | "TipDebuggingRNWAndMacOSApps": "RNT 拡張機能を介して React Native Windows および React Native Macos アプリをデバッグできます。試してみるには、適切なデバッグ シナリオを追加するだけです。", |
| 12 | "TipExpoHostType": "デバッグ構成で「expoHostType」パラメーターを指定することで、Expo デバッグで使用される接続タイプ (LAN、トンネル、またはローカル) を構成して、デバイスまたはエミュレーターと通信できます。", |
| 13 | "TipCustomEnvVariables": "RNT 拡張機能は、カスタム環境変数を RN Packager プロセス コンテキストに渡すことをサポートしています。これを行うには、プロジェクトのルート フォルダーにある '.env' ファイルにカスタム変数を追加します。", |
| 14 | "TipNetworkInspectorLogsColorTheme": "この拡張機能は、Network Inspector ログの「ダーク」および「ライト」カラー テーマを提供します。テーマは、[設定] タブの拡張機能構成で変更できます。" |
| 15 | } |
| 16 | |