microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/debuggingConfiguration/reactNativeDebugConfigProvider.i18n.json
32lines · modeblame
21e2e2f0Ezio Li1 years ago | 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 | "DebugAndroidConfigDesc": "Android アプリケーションの実行とデバッグ", | |
| 8 | "RunAndroidConfigDesc": "Androidアプリケーションを実行する", | |
| 9 | "DebugiOSConfigDesc": "iOS アプリケーションの実行とデバッグ", | |
| 10 | "RuniOSConfigDesc": "iOSアプリケーションを実行する", | |
| 11 | "DebugWindowsConfigDesc": "Windows アプリケーションの実行とデバッグ", | |
| 12 | "DebugmacOSConfigDesc": "macOS アプリケーションの実行とデバッグ", | |
| 13 | "AttachToPackagerConfigDesc": "すでに動作しているアプリケーション パッケージャーにアタッチする", | |
| 14 | "DebugExpoConfigDesc": "Expo アプリケーションまたは Expo での React Native アプリケーションをデバッグする", | |
| 15 | "DebugHermesExpoConfigDesc": "Empire Expo アプリケーションまたは Expo での React Native アプリケーションをデバッグする", | |
| 16 | "DebugExpoWebConfigDesc": "Webブラウザ上でHermes Expoアプリケーションをデバッグする", | |
| 17 | "DebugAndroidHermesConfigDesc": "AndroidのHermesアプリケーションを実行してデバッグする", | |
| 18 | "RunAndroidHermesConfigDesc": "AndroidのHermesアプリケーションを実行する", | |
| 19 | "DebugIosHermesConfigDesc": "iOSのHermesアプリケーションを実行してデバッグする", | |
| 20 | "RunIosHermesConfigDesc": "iOSのHermesアプリケーションを実行する", | |
| 21 | "DebugMacOSHermesConfigDesc": "macOS Herme アプリケーションの実行とデバッグ", | |
| 22 | "DebugWindowsHermesConfigDesc": "WindowsHermeアプリケーションの実行とデバッグ", | |
| 23 | "AttachToPackagerHermesConfigDesc": "Android 上ですでに動作している React Native Herme アプリケーションに直接アタッチします", | |
| 24 | "DebugDirectiOSConfigDesc": "iOS アプリケーションを直接実行してデバッグする", | |
| 25 | "RunDirectiOSConfigDesc": "直接デバッグをサポートして iOS アプリケーションを実行", | |
| 26 | "AttachToPackageriOSConfigDesc": "すでに動作している React Native iOS アプリケーションに直接アタッチします", | |
| 27 | "RunApplicationScenario": "デバッグせずに React Native アプリケーションを実行する", | |
| 28 | "DebugApplicationScenario": "React Native アプリケーションをデバッグする", | |
| 29 | "AttachApplicationScenario": "実行中の React Native アプリケーションにアタッチする", | |
| 30 | "DebugConfigQuickPickSequentialLabel": "デバッグ構成を選択します", | |
| 31 | "DebugConfigQuickPickLabel": "デバッグ構成を選択する" | |
| 32 | } |