This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
azuredatastudio/i18n/ads-language-pack-ja/translations/extensions/query-history.i18n.json
T
Alex Ma e1952b8d12 Langpack source file update for August (#20328)
* [Loc] Update to August langpack XLF files

* [Loc] Update for langpack source files

* xlf update 8-12-2022

* added update to json files
2022-08-12 12:31:44 -07:00

27 lines
1.7 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"queryHistory.captureEnabledDesc": "Query History キャプチャが有効かどうか。false の場合、実行されたクエリはキャプチャされません。",
"queryHistory.clear": "すべての履歴をクリア",
"queryHistory.delete": "削除",
"queryHistory.description": "以前に実行したクエリを表示して実行します",
"queryHistory.disableCapture": "Query History キャプチャの一時停止",
"queryHistory.displayName": "Query History",
"queryHistory.doubleClickAction": "履歴項目がダブルクリックされたときに実行されるアクション",
"queryHistory.doubleClickAction.open": "選択した履歴項目のクエリを使用して、切断された新しいエディターを開きます",
"queryHistory.doubleClickAction.run": "クエリーと選択した履歴項目からの接続を使用して新しい接続されたエディターを開き、クエリを自動的に実行します",
"queryHistory.enableCapture": "Query History キャプチャの開始",
"queryHistory.noEntries": "表示するクエリはありません",
"queryHistory.open": "クエリを開く",
"queryHistory.run": "クエリの実行"
}
}
}