2023-02-24 17:30:54 +03:00
{
2023-03-23 17:21:23 +03:00
"kiota.dependenciesInfo.name" : "Kiota Dependencies Information" ,
"kiota.dependenciesInfo.contextualTitle" : "Dependencies Information" ,
2024-04-11 18:22:21 +03:00
"kiota.openApiExplorer.name" : "API Explorer" ,
2023-03-23 17:21:23 +03:00
"kiota.openApiExplorer.contextualTitle" : "OpenAPI Explorer" ,
2023-02-24 17:30:54 +03:00
"kiota-dependencies-info.panel.title" : "Kiota Dependencies Information" ,
2024-04-03 17:47:39 +03:00
"kiota-openapi-explorer.activitybar.title" : "Kiota" ,
2023-03-23 17:21:23 +03:00
"kiota.selectLock.title" : "Select lock file for API explorer view" ,
"kiota.updateClients.title" : "Update API clients in the current workspace" ,
2024-05-02 16:06:17 +03:00
"kiota.openApiExplorer.generateClient.title" : "Generate" ,
2023-03-23 17:21:23 +03:00
"kiota.openApiExplorer.addToSelectedEndpoints.title" : "Add" ,
"kiota.openApiExplorer.removeFromSelectedEndpoints.title" : "Remove" ,
"kiota.openApiExplorer.addAllToSelectedEndpoints.title" : "Add all" ,
"kiota.openApiExplorer.removeAllFromSelectedEndpoints.title" : "Remove all" ,
"kiota.openApiExplorer.closeDescription.title" : "Close API description" ,
2024-04-15 15:02:53 +03:00
"kiota.openApiExplorer.openDescription.title" : "Add API description" ,
2023-04-14 10:45:25 +03:00
"kiota.searchLock.title" : "Search for a lock file" ,
2023-04-26 22:12:45 +03:00
"kiota.openApiExplorer.filterDescription.title" : "Filter API description" ,
2023-08-21 19:54:36 +03:00
"kiota.openApiExplorer.openDocumentationPage.title" : "Open documentation page" ,
2023-10-12 21:40:01 +03:00
"kiota.generate.backingStore.description" : "Enables backing store for models" ,
"kiota.generate.excludeBackwardCompatible.description" : "Excludes backward compatible and obsolete assets from the generated result. Should be used for new clients" ,
"kiota.cleanOutput.description" : "Removes all files from the output directory before generating the code files" ,
2023-10-13 21:06:21 +03:00
"kiota.generate.disabledValidationRules.description" : "The OpenAPI description validation rules to disable: \nDivergentResponseSchema\nGetWithBody\nInconsistentTypeFormatPair\nKnownAndNotSupportedFormats\nMissingDiscriminator\nMultipleServerEntries\nNoContentWithBody\nNoServerEntry\nUrlFormEncodedComplex\nValidationRuleSetExtensions\nAll" ,
2023-10-12 21:40:01 +03:00
"kiota.clearCache.description" : "Clears any cached data" ,
"kiota.generate.serializer.description" : "The fully qualified class names for serializers" ,
"kiota.generate.deserializer.description" : "The fully qualified class names for deserializers" ,
2023-10-13 21:06:21 +03:00
"kiota.generate.structuredMimeTypes.description" : "The MIME types and preference to use for structured data model generation. As per RFC9110 Accept header notation." ,
2024-04-03 17:47:39 +03:00
"kiota.generate.includeAdditionalData.description" : "Will include the 'AdditionalData' property for models" ,
2024-05-16 18:01:26 +03:00
"kiota.openApiExplorer.openFile.title" : "Open file" ,
2024-04-15 15:02:53 +03:00
"kiota.workspace.name" : "My Workspace" ,
2024-05-13 18:45:50 +03:00
"kiota.openApiExplorer.regenerateButton.title" : "Re-generate" ,
"kiota.openApiExplorer.editPaths.title" : "Edit paths"
2023-02-24 17:30:54 +03:00
}