mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Annulla",
|
||||
"createSessionDialog.enterSessionName": "Immetti il nome della sessione:",
|
||||
"createSessionDialog.createSessionFailed": "Non è stato possibile creare una sessione",
|
||||
"createSessionDialog.dialogOwnerInvalid": "Il proprietario della finestra di dialogo non è valido. Non è possibile aprire la finestra di dialogo",
|
||||
"createSessionDialog.invalidProviderType": "Il tipo di provider non è valido. Non è possibile aprire la finestra di dialogo",
|
||||
"createSessionDialog.templatesInvalid": "L'elenco di modelli non è valido. Non è possibile aprire la finestra di dialogo",
|
||||
"createSessionDialog.selectTemplates": "Seleziona il modello di sessione:",
|
||||
"createSessionDialog.create": "Avvia",
|
||||
"createSessionDialog.title": "Avvia nuova sessione del profiler"
|
||||
},
|
||||
"package": {
|
||||
"profiler.contributes.title.openCreateSessionDialog": "Creare stagione del Profiler",
|
||||
"profiler.contributes.title.newProfler": "Avvia profiler",
|
||||
"profiler.contributes.title.openXELFile": "Apri file XEL",
|
||||
"profiler.category": "Profiler",
|
||||
"displayName": "SQL Server Profiler",
|
||||
"description": "SQL Server Profiler per Azure Data Studio",
|
||||
"profiler.contributes.title.start": "Avvia",
|
||||
"profiler.contributes.title.stop": "Arresta"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user