Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"displayName": "サーバーの準備完了アクション",
"description": "デバッグ対象のサーバーが準備完了になったら、URI をブラウザーで開きます。",
"debug.server.ready.serverReadyAction.description": "デバッグ中のサーバー プログラムの準備ができたら URI に対して実行します (準備が整うと 'listening on port 3000' または 'Now listening on: https://localhost:5001' の形式でデバッグ コンソールに出力が送信されます)。",
"debug.server.ready.action.description": "サーバーの準備が整ったときにURIをどうするか。",
"debug.server.ready.action.openExternally.description": "既定のアプリケーションで外部 URI を開きます。",
"debug.server.ready.action.debugWithChrome.description": "'Chrome用のデバッガー' でデバッグを開始します。",
"debug.server.ready.pattern.description": "このパターンがデバッグコンソールに表示される場合、サーバーは準備完了です。最初のキャプチャーグループはURIまたはポート番号を含める必要があります。",
"debug.server.ready.uriFormat.description": "ポート番号から URI を構築するときに使用する書式設定文字列。最初の '%s' は、ポート番号に置き換えられます。",
"debug.server.ready.webRoot.description": "'Chrome用デバッガー' のデバッグ構成に値が渡されます。"
},
"out/extension": {
"server.ready.nocapture.error": "URI ('{0}') 形式では代入プレースホルダーを使用していますが、パターンによって何も取り込まれませんでした。",
"server.ready.placeholder.error": "URI ('{0}') 形式には代入プレースホルダーを 1 つだけ含める必要があります。",
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
}
}
}