Files
azuredatastudio/i18n/language-pack-ja/translations/extensions/vscode-chrome-debug-core.i18n.json
Karl Burtram e3f26e8f12 Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources

* Update loc strings
2019-06-24 13:34:30 -07:00

63 lines
4.2 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"errors": {
"eval.not.available": "無効",
"not.connected": "ランタイムに接続していません",
"restartFrame.cannot": "フレームを再起動できません",
"attribute.path.not.exist": "属性 '{0}' が存在しません ('{1}')。",
"attribute.path.not.absolute": "属性 '{0}' が絶対 ('{1}') ではありません。絶対的なものにするには、プレフィックスとして '{2}' を追加することを考慮してください。",
"more.information": "詳細情報",
"setVariable.error": "設定値がサポートされていません",
"source.not.found": "コンテンツを取得できませんでした。",
"VSND2010": "ランタイム プロセスに接続できません。{0} ミリ秒後にタイムアウトします - (理由: {1})。",
"VSND2023": "利用できる呼び出し履歴はありません。"
},
"chrome/chromeDebugAdapter": {
"exceptions.all": "すべての例外",
"exceptions.uncaught": "キャッチされない例外",
"exceptions.promise": "Promise が失敗",
"setBPTimedOut": "ブレークポイントのリクエスト タイム アウトを設定する ",
"bp.fail.unbound": "ブレークポイントを設定しましたが、まだバインドされていません",
"bp.fail.noscript": "ブレークポイントを要求するスクリプトが見つかりません",
"validateBP.sourcemapFail": "生成されたコードが見つからないので、ブレークポイントが無視されました (ソース マップの問題?)。",
"validateBP.notFound": "ターゲットのパスが見つからないため、ブレークポイントが無視されました",
"invalidHitCondition": "正しくないヒット条件: {0}",
"skipReason": "('{0}' によりスキップされました)",
"scope.exception": "例外"
},
"chrome/chromeTargetDiscoveryStrategy": {
"attach.responseButNoTargets": "ターゲット アプリケーションからの応答がありましたが、ターゲット ページが見つかりません",
"attach.cannotConnect": "ターゲットに接続できません: {0}",
"attach.invalidResponse": "ターゲットからの応答が正しくないようです。エラー: {0}。応答: {1} ",
"attach.invalidResponseArray": "ターゲットからの応答が正しくないようです: {0}",
"attach.noMatchingTarget": "一致する有効なターゲットが見つかりません: [0]。利用可能なページ: [1]",
"attach.devToolsAttached": "Chrome DevTools がこのターゲットにアタッチされている可能性があるため、アタッチできません: {0}"
},
"chrome/stoppedEvent": {
"reason.description.step": "ステップで一時停止",
"reason.description.breakpoint": "ブレークポイントで一時停止",
"reason.description.exception": "例外で一時停止",
"reason.description.uncaughtException": "キャッチされなかった例外で一時停止",
"reason.description.caughtException": "キャッチされた例外で一時停止",
"reason.description.user": "ユーザーの要求で一時停止",
"reason.description.entry": "エントリで一時停止",
"reason.description.debugger": "デバッガー ステートメントで一時停止",
"reason.description.restart": "フレーム エントリで一時停止",
"reason.description.promiseRejection": "Promise の失敗で一時停止"
},
"transformers/baseSourceMapTransformer": {
"origin.inlined.source.map": "ソース マップからの読み取り専用のインライン化されたコンテンツ"
},
"transformers/remotePathTransformer": {
"localRootAndRemoteRoot": "localRoot と remoteRoot の両方を指定する必要があります。"
}
}
}