vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
13 lines • 963 B
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.
{
"attach.responseButNoTargets": "Hedef uygulamadan cevap alındı, fakat hiçbir hedef sayfa bulunamadı",
"attach.cannotConnect": "Hedefe bağlanılamıyor: {0}",
"attach.invalidResponseArray": "Hedeften alınan cevap geçersiz görünüyor: {0}",
"attach.invalidResponse": "Hedeften alınan cevap geçersiz görünüyor. Hata: {0}. Cevap: {1}",
"attach.noMatchingTarget": "{0} ile eşleşen geçerli bir hedef bulunamıyor. Mevcut sayfalar: {1}",
"attach.devToolsAttached": "Chrome DevTools'un bağlanmış olabileceği bu hedefe bağlanamadı: {0}"
}