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": "経過時間"
}

View File

@@ -0,0 +1,22 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"saveAsCsv": "CSV として保存",
"saveAsJson": "JSON として保存",
"saveAsExcel": "Excel として保存",
"saveAsXml": "XML として保存",
"copySelection": "コピー",
"copyWithHeaders": "ヘッダー付きでコピー",
"selectAll": "すべてを選択",
"copyMessages": "コピー",
"copyAll": "すべてコピー",
"maximize": "最大化",
"restore": "復元",
"chart": "グラフ",
"showQueryPlan": "クエリ プランを表示"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"createInsightLabel": "洞察を作成",
"createInsightNoEditor": "アクティブなエディターが SQL エディターではないため、インサイトを作成できません",
"myWidgetName": "マイ ウィジェット",
"copyChartLabel": "イメージとしてコピー",
"chartNotFound": "保存するグラフが見つかりませんでした",
"saveImageLabel": "画像として保存",
"chartSaved": "パス : {0} に保存されたグラフ",
"chartViewer.saveAsFileTitle": "結果ファイルを選択します。"
}

View File

@@ -0,0 +1,29 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dataDirectionLabel": "データの方向",
"verticalLabel": "垂直",
"horizontalLabel": "水平方向",
"columnsAsLabelsLabel": "列名をラベルとして使用",
"labelFirstColumnLabel": "行ラベルとして先頭行を使用",
"legendLabel": "凡例の位置",
"yAxisLabel": "Y 軸のラベル",
"yAxisMinVal": "Y 軸の最小値",
"yAxisMaxVal": "Y 軸の最大値",
"xAxisLabel": "X 軸ラベル",
"xAxisMinVal": "X 軸の最小値",
"xAxisMaxVal": "X 軸の最大値",
"xAxisMinDate": "X 軸の最小日付",
"xAxisMaxDate": "X 軸の最大日付",
"dataTypeLabel": "データ型",
"numberLabel": "数値",
"pointLabel": "ポイント",
"chartTypeLabel": "グラフの種類",
"encodingOption": "エンコード",
"imageFormatOption": "画像の形式"
}

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."
],
"chartTabTitle": "グラフ"
}

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."
],
"series": "シリーズ {0}"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"gridPanel": "結果",
"messagePanel": "メッセージ",
"resultsTabTitle": "結果"
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"resultsGridConfigurationTitle": "結果グリッド",
"fontFamily": "フォント ファミリを制御します。",
"fontWeight": "フォントの太さを制御します。",
"fontSize": "フォント サイズ (ピクセル単位) を制御します。",
"letterSpacing": "文字間隔 (ピクセル単位) を制御します。",
"rowHeight": "ピクセル単位で行の高さを制御する",
"cellPadding": "セル内のスペースをピクセル単位で制御します",
"autoSizeColumns": "最初の結果について、列の幅を自動サイズ設定します。多数の列がある場合や大きいセルがある場合、パフォーマンスの問題が発生する可能性があります",
"maxColumnWidth": "自動サイズ設定される列の最大幅 (ピクセル単位)"
}

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"focusOnCurrentQueryKeyboardAction": "現在のクエリにフォーカスを移動する",
"runQueryKeyboardAction": "クエリの実行",
"runCurrentQueryKeyboardAction": "現在のクエリを実行",
"runCurrentQueryWithActualPlanKeyboardAction": "実際のプランで現在のクエリを実行",
"cancelQueryKeyboardAction": "クエリのキャンセル",
"refreshIntellisenseKeyboardAction": "IntelliSenseキャッシュの更新",
"toggleQueryResultsKeyboardAction": "クエリ結果の切り替え",
"queryShortcutNoEditor": "ショートカットを実行するにはエディター パラメーターが必要です",
"parseSyntaxLabel": "クエリの解析",
"queryActions.parseSyntaxSuccess": "コマンドが正常に完了しました",
"queryActions.parseSyntaxFailure": "コマンドに失敗しました:",
"queryActions.notConnected": "サーバーに接続してください"
}

View File

@@ -0,0 +1,20 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"runQueryLabel": "実行",
"cancelQueryLabel": "キャンセル",
"estimatedQueryPlan": "説明",
"actualQueryPlan": "実際",
"disconnectDatabaseLabel": "切断",
"changeConnectionDatabaseLabel": "接続の変更",
"connectDatabaseLabel": "接続",
"selectDatabase": "データベースの選択",
"listDatabases.toggleDatabaseNameDropdown": "データベースの選択の切り替えドロップダウン",
"changeDatabase.failed": "データベースを変更できませんでした。",
"changeDatabase.failedWithError": "データベース {0} の変更に失敗しました"
}