Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 4e7be72

Browse files
committed
loc
1 parent 533a0e3 commit 4e7be72

13 files changed

Lines changed: 13 additions & 0 deletions

package.nls.cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Retry for this number of milliseconds to connect to Chrome. Default is 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Controls whether to skip the network cache for each request",
2525
"chrome.urlFilter.description": "Will search for a page with this url and attach to it, if found. Can have * wildcards.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Show the async calls that led to the current call stack",
2728
"chrome.breakOnLoad.description": "Experimental feature - If true, the debug adapter will attempt to set breakpoints in scripts before they are loaded, so it can hit breakpoints at the beginnings of those scripts. Has a perf impact.",
2829
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",

package.nls.de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Führt für diese Anzahl von Millisekunden Wiederholungsversuche aus, um eine Verbindung mit Chrome herzustellen. Der Standardwert sind 10.000 Millisekunden.",
2424
"chrome.disableNetworkCache.description": "Steuert, ob der Netzwerkcache für jede Anforderung übersprungen werden soll",
2525
"chrome.urlFilter.description": "Eine Seite mit dieser URL wird gesucht und daran angefügt, falls gefunden. Kann den Platzhalter * enthalten.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Zeigt die asynchronen Aufrufe an, die zur aktuellen Aufrufliste geführt haben",
2728
"chrome.breakOnLoad.description": "Experimentelles Feature - Falls true wird der Debug-Adapter versuchen Breakpoints in Skripte zu setzen, bevor sie geladen sind, sodass er am Anfang der Skripte auf Breakpoints stoßen kann. Beeinflusst die Performance.",
2829
"chrome.breakOnLoadStrategy.description": "Die Strategie für breakOnLoad.",

package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Reintentar durante este número de milisegundos la conexión a Chrome. El valor predeterminado es 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Controla si se omite la caché de red para cada petición",
2525
"chrome.urlFilter.description": "Buscará una página con esta URL y la adjuntará, si la encuentra. Puede contener * como comodín.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Muestra las llamadas asincrónicas que condujeron a la pila actual.",
2728
"chrome.breakOnLoad.description": "Función experimental - si es True, el adaptador de depuración intentará establecer puntos de interrupción en secuencias de comandos antes de que se carguen, por lo que puede tocar puntos de interrupción en los inicios de esas secuencias de comandos. Tiene un impacto en el rendimiento.",
2829
"chrome.breakOnLoadStrategy.description": "La estrategia de utilizar para breakOnLoad.",

package.nls.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Réessayer pendant ce nombre de millisecondes de se connecter àChrome. La valeur par défaut est 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Contrôle s’il faut ignorer le cache de réseau pour chaque requête",
2525
"chrome.urlFilter.description": "Recherchera une page avec cette url et l'attachera, si trouvée. Peut contenir des caractères génériques *.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Afficher les appels asynchrones qui ont conduit à la pile des appels actuelle",
2728
"chrome.breakOnLoad.description": "Fonctionnalité expérimentale - Si true, l'adaptateur de débogage essaiera d'affecter les points d'arrêt dans les scripts avant de les charger afin d'atteindre les points d'arrêt au début de ces scripts. Cela a un impact sur les performances.",
2829
"chrome.breakOnLoadStrategy.description": "La stratégie à utiliser pour breakOnLoad.",

package.nls.it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Riprova a connettersi a Chrome per il numero di millisecondi indicato. Il valore predefinito è 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Controlla se ignorare la cache di rete per ogni richiesta",
2525
"chrome.urlFilter.description": "Cerca una pagina con questo url e lo allega ad essa, se trovato. Può avere caratteri jolly \"*\".",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Visualizza le chiamate asincrone che hanno portato allo stack di chiamate corrente",
2728
"chrome.breakOnLoad.description": "Funzionalità sperimentale - Se impostato a true, l'adapter di debug proverà ad impostare i breakpoint negli script prima che questi ultimi siano caricati in modo da raggiungere i breakpoint all'inizio di tali script. Ha un impatto sulle performance.",
2829
"chrome.breakOnLoadStrategy.description": "Strategia da utilizzare per breakOnLoad.",

package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "この数値分のミリ秒の間、Chrome への接続を再試行します。既定値は 10000 ミリ秒です。",
2424
"chrome.disableNetworkCache.description": "各リクエストのネットワーク キャッシュをスキップするかどうかの制御",
2525
"chrome.urlFilter.description": "この URL でページを検索し、見つかった場合はアタッチします。ワイルドカードとして * を使用できます。",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "現在の呼び出し履歴の原因となった非同期呼び出しを表示する",
2728
"chrome.breakOnLoad.description": "試験的な機能 - true である場合、デバッグ アダプターはスクリプトが読み込まれる前にブレークポイントの設定を試みます。これによってスクリプトの開始時にブレークポイントをヒットできるようになります。パフォーマンスに影響があります。",
2829
"chrome.breakOnLoadStrategy.description": "breakOnLoad に使用するストラテジ",

package.nls.ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "이 시간(밀리초) 동안 Chrome에 연결하려고 다시 시도합니다. 기본값은 10000ms입니다.",
2424
"chrome.disableNetworkCache.description": "매 요청에 대해 네트워크 캐시를 건너뛸지를 제어합니다.",
2525
"chrome.urlFilter.description": "이 url로 페이지를 검색하고 찾는 경우 연결합니다. * 와일드카드를 사용할 수 있습니다.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "현재 호출 스택을 발생시킨 비동기 호출을 표시합니다.",
2728
"chrome.breakOnLoad.description": "실험적인 기능 - true이면 디버그 어댑터가 로딩이 이루어지기 전에 스크립트에서 중단점을 설정하도록 시도하므로 해당 스크립트 시작 부분에서 중단점을 누를 수 있습니다. 성능에 영향이 있습니다.",
2829
"chrome.breakOnLoadStrategy.description": "breakOnLoad를 위해 사용하는 전략입니다.",

package.nls.pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Retry for this number of milliseconds to connect to Chrome. Default is 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Controls whether to skip the network cache for each request",
2525
"chrome.urlFilter.description": "Will search for a page with this url and attach to it, if found. Can have * wildcards.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Show the async calls that led to the current call stack",
2728
"chrome.breakOnLoad.description": "Experimental feature - If true, the debug adapter will attempt to set breakpoints in scripts before they are loaded, so it can hit breakpoints at the beginnings of those scripts. Has a perf impact.",
2829
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",

package.nls.pt-br.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Esperar este número de milissegundos para se reconectar ao Chrome. O padrão é 10000 ms.",
2424
"chrome.disableNetworkCache.description": "Controla se deve ignorar o cache de rede para cada solicitação",
2525
"chrome.urlFilter.description": "Procura uma página com esta url e anexa-a à ela, se encontrado. Pode ter caracteres curingas *.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Mostra as chamadas assíncronas que levam à pilha de chamadas atual",
2728
"chrome.breakOnLoad.description": "Funcionalidade experimental. Se verdadeiro, o adaptador de depuração tentará definir pontos de parada nos scripts antes que eles sejam carregados, para que eles possam ser atingidos no início destes scripts. Há impacto de performance.",
2829
"chrome.breakOnLoadStrategy.description": "A estratégia a ser usada para breakOnLoad.",

package.nls.ru.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chrome.timeout.description": "Повторять в течение этого указанного количества миллисекунд для подключения к Node.js. Значение по умолчанию — 10000 мс. ",
2424
"chrome.disableNetworkCache.description": "Определяет, нужно ли пропустить сетевой кэш для каждого запроса",
2525
"chrome.urlFilter.description": "Найдет страницу с указанным URL-адресом и присоединится к ней, если она найдена. Можно указывать подстановочные знаки *.",
26+
"chrome.targetTypes.description": "An array of acceptable target types. The default is `[\"page\"]`.",
2627
"chrome.showAsyncStacks.description": "Отображение асинхронных вызовов, которые привели к текущему стеку вызовов",
2728
"chrome.breakOnLoad.description": "Экспериментальная функция: если для этого параметра установлено значение true, адаптер отладки попытается установить точки останова в сценариях до их загрузки и поэтому может переходить на точки останова в начале сценариев. Оказывает влияние на производительность.",
2829
"chrome.breakOnLoadStrategy.description": "Стратегия использования breakOnLoad.",

0 commit comments

Comments
 (0)