Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/Microsoft.query-history.i18n.json
Alex Ma 523dd8ad4b Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode

* more cleanup for vscode git german.

* added working alias replacer, need to add all string entities

* added aliased bundle strings

* added extension files, need to update package and readme

* added update to changelog, and restored vscode extensions

* added comments
2023-09-14 10:10:49 -07:00

36 lines
2.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"dist/localizedConstants": {
"errorLoading": "加载保存的查询历史记录项时出错。{0}",
"failed": "失败",
"succeeded": "成功"
},
"package": {
"queryHistory.clear": "清除所有历史记录",
"queryHistory.delete": "删除",
"queryHistory.loading": "正在加载已保存的条目...",
"queryHistory.maxEntries": "要存储的最大条目数。0 表示存储无限条目。增加此上限可能会影响性能,尤其是在启用持久性的情况下。",
"queryHistory.noEntries": "没有要显示的查询",
"queryHistory.open": "打开查询",
"queryHistory.doubleClickAction.run": "使用所选历史记录项中的查询和连接打开新的连接编辑器,并自动运行查询",
"queryHistory.doubleClickAction.open": "使用所选历史记录项中的查询打开新的断开连接的编辑器",
"queryHistory.openStorageFolder": "打开存储文件夹",
"queryHistory.disableCapture": "暂停查询历史记录捕获",
"queryHistory.displayName": "查询历史记录",
"queryHistory.run": "运行查询",
"queryHistory.enableCapture": "开始查询历史记录捕获",
"queryHistory.doubleClickAction": "双击历史记录项时执行的操作",
"queryHistory.description": "查看并运行以前执行的查询",
"queryHistory.captureEnabledDesc": "是否启用查询历史记录捕获。若为 false则不捕获所执行的查询。",
"queryHistory.persistHistory": "查询历史记录是否在重新启动时保留。如果为 false则在应用程序退出时清除历史记录。"
}
}
}