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
2.1 KiB
JSON
33 lines
2.1 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": "Приложение SQL Server Profiler для Azure Data Studio",
|
||
"profiler.contributes.title.start": "Запуск",
|
||
"profiler.contributes.title.stop": "Остановить"
|
||
}
|
||
}
|
||
} |