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,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"chooseSqlLang": "SQL 言語の選択",
"changeProvider": "SQL 言語プロバイダーの変更",
"changeSqlProvider": "SQL エンジン プロバイダーの変更",
"alreadyConnected": "エンジン {0} を使用している接続が存在します。変更するには、切断するか、接続を変更してください",
"noEditor": "この時点でアクティブなテキスト エディターはありません",
"pickSqlProvider": "SQL 言語プロバイダーを選択します。"
}

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"runQueryBatchStartMessage": "クエリの実行を開始しました。",
"runQueryBatchStartLine": "行 {0}",
"msgCancelQueryFailed": "失敗したクエリのキャンセル中: {0}",
"msgSaveStarted": "以下の場所への結果の保存を開始しました: ",
"msgSaveFailed": "結果を保存できませんでした。",
"msgSaveSucceeded": "結果が正常に保存されました",
"msgStatusRunQueryInProgress": "クエリを実行しています...",
"maximizeLabel": "最大化",
"resultsPane.restoreLabel": "復元",
"saveCSVLabel": "CSV として保存",
"saveJSONLabel": "JSON として保存",
"saveExcelLabel": "Excel として保存",
"saveXMLLabel": "XML として保存",
"viewChartLabel": "グラフとして表示",
"resultPaneLabel": "結果",
"executeQueryLabel": "クエリを実行中",
"messagePaneLabel": "メッセージ",
"elapsedTimeLabel": "総実行時間: {0}",
"msgCannotSaveMultipleSelections": "結果の保存コマンドは、複数が選択された状態では使用できません。"
}

View File

@@ -0,0 +1,34 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"sql.messagesDefaultOpen": "既定で開いているメッセージ ウィンドウの場合は true。閉じている場合はfalse。",
"sql.saveAsCsv.includeHeaders": "[オプション] true の場合、CSV として結果を保存する際に列ヘッダーが含まれます。",
"sql.saveAsCsv.delimiter": "[省略可能] CSV として保存するときに値の間に使用する独自の区切り記号",
"sql.saveAsCsv.lineSeperator": "[省略可能] CSV として結果を保存するときに行を分離するために使用する文字",
"sql.saveAsCsv.textIdentifier": "[省略可能] 結果を CSV として保存するときに、テキスト フィールドを囲むために使用する文字",
"sql.saveAsCsv.encoding": "[オプション] 結果を CSV として保存するときに使用するファイル エンコーディング",
"sql.results.streaming": "結果のストリーミングを有効にします。視覚上の小さな問題がいくつかあります",
"sql.saveAsXml.formatted": "[オプション] trueの場合、XML 形式で結果を保存すると XML 出力にフォーマットされます。",
"sql.saveAsXml.encoding": "[オプション] XML として結果を保存するときに適用されるファイル エンコーディング",
"sql.copyIncludeHeaders": "[オプション]結果を結果ビューからコピーするための構成オプション",
"sql.copyRemoveNewLine": "[オプション]複数行の結果を結果ビューからコピーするための構成オプション",
"sql.showBatchTime": "[オプション]各バッチの実行時間を表示するか",
"defaultChartType": "[省略可能] クエリ結果からグラフ ビューアーを開くときに使用する既定のグラフの種類",
"tabColorMode.off": "タブの色指定は無効になります",
"tabColorMode.border": "各エディター タブの上部境界線は、関連するサーバー グループと同じ色が付きます。",
"tabColorMode.fill": "各エディター タブの背景色は関連するサーバー グループと同じになります",
"tabColorMode": "アクティブな接続のサーバーグループに基づくタブに色を付ける方法を制御します。",
"showConnectionInfoInTitle": "タイトルにタブの接続情報を表示するかどうかを制御します。",
"sql.promptToSaveGeneratedFiles": "生成された SQL ファイルを保存するかどうかを確認する",
"mssql.intelliSense.enableIntelliSense": "IntelliSense を有効にするか",
"mssql.intelliSense.enableErrorChecking": "IntelliSense エラー チェックを有効にするか",
"mssql.intelliSense.enableSuggestions": "IntelliSense 提案を有効にするか",
"mssql.intelliSense.enableQuickInfo": "IntelliSense クイック ヒントを有効にするか",
"mssql.intelliSense.lowerCaseSuggestions": "IntelliSense 提案を小文字するか",
"queryShortcutDescription": "ショートカット テキストをプロシージャ呼び出しとして実行するにはキーバインド workbench.action.query.shortcut{0} を設定します。クエリ エディターで選択したテキストはパラメーターとして渡されます"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disconnected": "切断"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"extensionsInputName": "拡張子"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"rowStatus": "行数",
"rowCount": "{0} 行"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"timeElapsed": "経過時間"
}