mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* 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
33 lines
1.6 KiB
JSON
33 lines
1.6 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": {
|
|
"dist/dialogs/profilerCreateSessionDialog": {
|
|
"createSessionDialog.cancel": "取消",
|
|
"createSessionDialog.enterSessionName": "输入会话名称:",
|
|
"createSessionDialog.createSessionFailed": "未能创建会话",
|
|
"createSessionDialog.dialogOwnerInvalid": "对话所有者无效,无法打开对话",
|
|
"createSessionDialog.invalidProviderType": "提供程序类型无效,无法打开对话",
|
|
"createSessionDialog.templatesInvalid": "模板列表无效,无法打开对话",
|
|
"createSessionDialog.selectTemplates": "选择会话模板:",
|
|
"createSessionDialog.create": "开始",
|
|
"createSessionDialog.title": "启动新的探查器会话"
|
|
},
|
|
"package": {
|
|
"profiler.contributes.title.openCreateSessionDialog": "创建探查器季度",
|
|
"profiler.contributes.title.newProfler": "启动探查器",
|
|
"profiler.contributes.title.openXELFile": "打开 XEL 文件",
|
|
"profiler.category": "探查器",
|
|
"displayName": "SQL Server Profiler",
|
|
"description": "Azure Data Studio 的 SQL Server Profiler",
|
|
"profiler.contributes.title.start": "开始",
|
|
"profiler.contributes.title.stop": "停止"
|
|
}
|
|
}
|
|
} |