mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -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.7 KiB
JSON
33 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": {
|
|
"dist/dialogs/profilerCreateSessionDialog": {
|
|
"createSessionDialog.cancel": "Cancelar",
|
|
"createSessionDialog.enterSessionName": "Digite o nome da sessão:",
|
|
"createSessionDialog.createSessionFailed": "Falha ao criar uma sessão",
|
|
"createSessionDialog.dialogOwnerInvalid": "Proprietário de caixa de diálogo inválido. Não é possível abrir a caixa de diálogo",
|
|
"createSessionDialog.invalidProviderType": "Tipo de provedor inválido. Não é possível abrir a caixa de diálogo",
|
|
"createSessionDialog.templatesInvalid": "Lista de modelos inválidas. Não é possível abrir a caixa de diálogo",
|
|
"createSessionDialog.selectTemplates": "Selecione o modelo de sessão:",
|
|
"createSessionDialog.create": "Iniciar",
|
|
"createSessionDialog.title": "Iniciar Nova Sessão do Profiler"
|
|
},
|
|
"package": {
|
|
"profiler.contributes.title.openCreateSessionDialog": "Criar Temporada do Profiler",
|
|
"profiler.contributes.title.newProfler": "Iniciar Profiler",
|
|
"profiler.contributes.title.openXELFile": "Abrir Arquivo XEL",
|
|
"profiler.category": "Profiler",
|
|
"displayName": "SQL Server Profiler",
|
|
"description": "SQL Server Profiler para Azure Data Studio",
|
|
"profiler.contributes.title.start": "Iniciar",
|
|
"profiler.contributes.title.stop": "Parar"
|
|
}
|
|
}
|
|
} |