New translations
This commit is contained in:
Родитель
7a600e991d
Коммит
28edc1ace8
|
@ -10,8 +10,12 @@
|
|||
"chrome.address.description": "TCP/IP Adresse des Debugports",
|
||||
"chrome.file.description": "Eine lokale html-Datei im Browser zu öffnen",
|
||||
"chrome.url.description": "Es wird eine Registerkarte mit exakt dieser URL gesucht und daran angefügt, falls gefunden",
|
||||
"chrome.webRoot.description": "Dies gibt den absoluten Arbeitsbereichspfad zum Webserverstamm an. Wird zum Auflösen von Pfaden wie \"/apps.js\" für Dateien auf einem Datenträger verwendet. Kurz für ein pathMapping für \"/\".",
|
||||
"chrome.pathMapping.description": "Eine Zuordnung an URLs/Pfaden auf lokale Ordner, um Skripte in Chrome aufzulösen für Skripte auf lokalem Speicher",
|
||||
"chrome.runtimeExecutable.description": "Absoluter Arbeitsbereichspfad zur ausführbaren Laufzeitdatei, die verwendet werden soll. Ist dieser nicht angegeben, wird Chrome vom Standardinstallationsort verwendet.",
|
||||
"chrome.runtimeArgs.description": "Optionale Argumente, die an die ausführbare Laufzeitdatei übergeben werden.",
|
||||
"chrome.env.description": "Optionales Wörterbuch von Umgebungs- Schlüssel-Wert-Paaren.",
|
||||
"chrome.cwd.description": "Optionales Arbeitsverzeichnis für die ausführbare Laufzeitdatei.",
|
||||
"chrome.sourceMaps.description": "Verwendet JavaScript-Quellzuordnungen (wenn vorhanden).",
|
||||
"chrome.diagnosticLogging.description": "Bei \"true\" protokolliert der Adapter seine eigenen Diagnoseinformationen in einem für Menschen lesbares Format an die Konsole.",
|
||||
"chrome.verboseDiagnosticLogging.description": "Bei \"true\" protokolliert der Adapter den gesamten Datenverkehr mit dem Client und Ziel (sowie die von \"diagnosticLogging\" protokollierten Informationen).",
|
||||
|
@ -21,5 +25,7 @@
|
|||
"chrome.smartStep.description": "Durchläuft automatisch den generierten Code, der nicht der ursprünglichen Quelle erneut zugeordnet werden kann.",
|
||||
"chrome.skipFiles.description": "Ein Feld von Datei- oder Ordnernamen oder glob Mustern , die beim Debuggen übersprungen werden sollen.",
|
||||
"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.",
|
||||
"chrome.disableNetworkCache.description": "Steuert, ob der Netzwerkcache für jede Anforderung übersprungen werden soll",
|
||||
"chrome.urlFilter.description": "Eine Seite mit dieser URL wird gesucht und daran angefügt, falls gefunden. Kann den Platzhalter * enthalten.",
|
||||
"chrome.showAsyncStacks.description": "Zeigt die asynchronen Aufrufe an, die zur aktuellen Aufrufliste geführt haben"
|
||||
}
|
|
@ -4,5 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"chrome.launch.name": "Запустить Chrome для localhost"
|
||||
"chrome.launch.name": "Запустить Chrome для localhost",
|
||||
"chrome.targets.placeholder": "Выберите вкладку"
|
||||
}
|
|
@ -5,12 +5,12 @@
|
|||
"chrome.address.description": "TCP/IP Adresse des Debugports",
|
||||
"chrome.file.description": "Eine lokale html-Datei im Browser zu öffnen",
|
||||
"chrome.url.description": "Es wird eine Registerkarte mit exakt dieser URL gesucht und daran angefügt, falls gefunden",
|
||||
"chrome.webRoot.description": "This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"",
|
||||
"chrome.webRoot.description": "Dies gibt den absoluten Arbeitsbereichspfad zum Webserverstamm an. Wird zum Auflösen von Pfaden wie \"/apps.js\" für Dateien auf einem Datenträger verwendet. Kurz für ein pathMapping für \"/\".",
|
||||
"chrome.pathMapping.description": "Eine Zuordnung an URLs/Pfaden auf lokale Ordner, um Skripte in Chrome aufzulösen für Skripte auf lokalem Speicher",
|
||||
"chrome.runtimeExecutable.description": "Workspace absolute path to the runtime executable to be used. If not specified, Chrome will be used from the default install location.",
|
||||
"chrome.runtimeExecutable.description": "Absoluter Arbeitsbereichspfad zur ausführbaren Laufzeitdatei, die verwendet werden soll. Ist dieser nicht angegeben, wird Chrome vom Standardinstallationsort verwendet.",
|
||||
"chrome.runtimeArgs.description": "Optionale Argumente, die an die ausführbare Laufzeitdatei übergeben werden.",
|
||||
"chrome.env.description": "Optional dictionary of environment key/value pairs.",
|
||||
"chrome.cwd.description": "Optional working directory for the runtime executable.",
|
||||
"chrome.env.description": "Optionales Wörterbuch von Umgebungs- Schlüssel-Wert-Paaren.",
|
||||
"chrome.cwd.description": "Optionales Arbeitsverzeichnis für die ausführbare Laufzeitdatei.",
|
||||
"chrome.sourceMaps.description": "Verwendet JavaScript-Quellzuordnungen (wenn vorhanden).",
|
||||
"chrome.diagnosticLogging.description": "Bei \"true\" protokolliert der Adapter seine eigenen Diagnoseinformationen in einem für Menschen lesbares Format an die Konsole.",
|
||||
"chrome.verboseDiagnosticLogging.description": "Bei \"true\" protokolliert der Adapter den gesamten Datenverkehr mit dem Client und Ziel (sowie die von \"diagnosticLogging\" protokollierten Informationen).",
|
||||
|
@ -20,7 +20,12 @@
|
|||
"chrome.smartStep.description": "Durchläuft automatisch den generierten Code, der nicht der ursprünglichen Quelle erneut zugeordnet werden kann.",
|
||||
"chrome.skipFiles.description": "Ein Feld von Datei- oder Ordnernamen oder glob Mustern , die beim Debuggen übersprungen werden sollen.",
|
||||
"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.",
|
||||
"chrome.disableNetworkCache.description": "Controls whether to skip the network cache for each request",
|
||||
"chrome.urlFilter.description": "Will search for a page with this url and attach to it, if found. Can have * wildcards.",
|
||||
"chrome.showAsyncStacks.description": "Zeigt die asynchronen Aufrufe an, die zur aktuellen Aufrufliste geführt haben"
|
||||
"chrome.disableNetworkCache.description": "Steuert, ob der Netzwerkcache für jede Anforderung übersprungen werden soll",
|
||||
"chrome.urlFilter.description": "Eine Seite mit dieser URL wird gesucht und daran angefügt, falls gefunden. Kann den Platzhalter * enthalten.",
|
||||
"chrome.showAsyncStacks.description": "Zeigt die asynchronen Aufrufe an, die zur aktuellen Aufrufliste geführt haben",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "Reintentar durante este número de milisegundos la conexión a Chrome. El valor predeterminado es 10000 ms.",
|
||||
"chrome.disableNetworkCache.description": "Controla si se omite la caché de red para cada petición",
|
||||
"chrome.urlFilter.description": "Buscará una página con esta URL y la adjuntará, si la encuentra. Puede contener * como comodín.",
|
||||
"chrome.showAsyncStacks.description": "Mostrar las llamadas asincrónicas que condujeron a la pila de llamadas actual"
|
||||
"chrome.showAsyncStacks.description": "Mostrar las llamadas asincrónicas que condujeron a la pila de llamadas actual",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "Réessayer pendant ce nombre de millisecondes de se connecter àChrome. La valeur par défaut est 10000 ms.",
|
||||
"chrome.disableNetworkCache.description": "Contrôle s’il faut ignorer le cache de réseau pour chaque requête",
|
||||
"chrome.urlFilter.description": "Recherchera une page avec cette url et l'attachera, si trouvée. Peut contenir des caractères génériques *.",
|
||||
"chrome.showAsyncStacks.description": "Afficher les appels asynchrones qui ont conduit à la pile des appels actuelle"
|
||||
"chrome.showAsyncStacks.description": "Afficher les appels asynchrones qui ont conduit à la pile des appels actuelle",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "Riprova a connettersi a Chrome per il numero di millisecondi indicato. Il valore predefinito è 10000 ms.",
|
||||
"chrome.disableNetworkCache.description": "Controlla se ignorare la cache di rete per ogni richiesta",
|
||||
"chrome.urlFilter.description": "Cerca una pagina con questo url e lo allega ad essa, se trovato. Può avere caratteri jolly \"*\".",
|
||||
"chrome.showAsyncStacks.description": "Visualizza le chiamate asincrone che hanno portato allo stack di chiamate corrente"
|
||||
"chrome.showAsyncStacks.description": "Visualizza le chiamate asincrone che hanno portato allo stack di chiamate corrente",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "この数値分のミリ秒の間、Chrome への接続を再試行します。既定値は 10000 ミリ秒です。",
|
||||
"chrome.disableNetworkCache.description": "各リクエストのネットワーク キャッシュをスキップするかどうかの制御",
|
||||
"chrome.urlFilter.description": "この URL でページを検索し、見つかった場合はアタッチします。ワイルドカードとして * を使用できます。",
|
||||
"chrome.showAsyncStacks.description": "現在の呼び出し履歴の原因となった非同期呼び出しを表示する"
|
||||
"chrome.showAsyncStacks.description": "現在の呼び出し履歴の原因となった非同期呼び出しを表示する",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "이 시간(밀리초) 동안 Chrome에 연결하려고 다시 시도합니다. 기본값은 10000ms입니다.",
|
||||
"chrome.disableNetworkCache.description": "매 요청에 대해 네트워크 캐시를 건너뛸지를 제어합니다.",
|
||||
"chrome.urlFilter.description": "이 url로 페이지를 검색하고 찾는 경우 연결합니다. * 와일드카드를 사용할 수 있습니다.",
|
||||
"chrome.showAsyncStacks.description": "현재 호출 스택을 발생시킨 비동기 호출을 표시합니다."
|
||||
"chrome.showAsyncStacks.description": "현재 호출 스택을 발생시킨 비동기 호출을 표시합니다.",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "Повторять в течение этого указанного количества миллисекунд для подключения к Node.js. Значение по умолчанию — 10000 мс. ",
|
||||
"chrome.disableNetworkCache.description": "Определяет, нужно ли пропустить сетевой кэш для каждого запроса",
|
||||
"chrome.urlFilter.description": "Найдет страницу с указанным URL-адресом и присоединится к ней, если она найдена. Можно указывать подстановочные знаки *.",
|
||||
"chrome.showAsyncStacks.description": "Отображение асинхронных вызовов, которые привели к текущему стеку вызовов"
|
||||
"chrome.showAsyncStacks.description": "Отображение асинхронных вызовов, которые привели к текущему стеку вызовов",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "在此段时间(单位: 毫秒)内一直尝试连接到 Chrome。默认值为 10000 ms。",
|
||||
"chrome.disableNetworkCache.description": "控制每次请求是否跳过网络缓存",
|
||||
"chrome.urlFilter.description": "将搜索 URL 为此的页面,若找到则附加于其之上。可以包含 * 通配符。",
|
||||
"chrome.showAsyncStacks.description": "显示导致当前调用堆栈的异步调用"
|
||||
"chrome.showAsyncStacks.description": "显示导致当前调用堆栈的异步调用",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
|
@ -22,5 +22,10 @@
|
|||
"chrome.timeout.description": "重試連接到 Chrome 前要等待的毫秒數。預設值為 10000 毫秒。",
|
||||
"chrome.disableNetworkCache.description": "控制是否跳過每次要求的網路快取",
|
||||
"chrome.urlFilter.description": "會以此 URL 搜尋頁面,如果有找到的話就將 URL 附加到頁面上。可以有 * 萬用字元。",
|
||||
"chrome.showAsyncStacks.description": "顯示導致目前呼叫堆疊的非同步呼叫"
|
||||
"chrome.showAsyncStacks.description": "顯示導致目前呼叫堆疊的非同步呼叫",
|
||||
"chrome.breakOnLoad.description": "If true, the debug adapter will pause briefly as each script is loaded, giving it a chance to hit breakpoints at the beginnings of those scripts. Has a perf impact.",
|
||||
"chrome.breakOnLoadStrategy.description": "The strategy to use for breakOnLoad.",
|
||||
"chrome.breakOnLoadStrategy.off.description": "Disable breakOnLoad",
|
||||
"chrome.breakOnLoadStrategy.instrument.description": "Tell Chrome to pause as each script is loaded, resolving sourcemaps and setting breakpoints",
|
||||
"chrome.breakOnLoadStrategy.regex.description": "Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set."
|
||||
}
|
Загрузка…
Ссылка в новой задаче