kiota/vscode/microsoft-kiota/package.nls.json

34 строки
2.6 KiB
JSON
Исходник Обычный вид История

2023-02-24 17:30:54 +03:00
{
"kiota.dependenciesInfo.name": "Kiota Dependencies Information",
"kiota.dependenciesInfo.contextualTitle": "Dependencies Information",
"kiota.openApiExplorer.name": "API Explorer",
"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",
"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",
"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",
"kiota.searchLock.title": "Search for a lock file",
"kiota.openApiExplorer.filterDescription.title": "Filter API description",
"kiota.openApiExplorer.openDocumentationPage.title": "Open documentation page",
"kiota.openApiExplorer.openManifestPath.title": "Open API manifest",
"kiota.openApiExplorer.pasteManifest.title": "Paste API manifest",
"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",
"kiota.generate.disabledValidationRules.description": "The OpenAPI description validation rules to disable: \nDivergentResponseSchema\nGetWithBody\nInconsistentTypeFormatPair\nKnownAndNotSupportedFormats\nMissingDiscriminator\nMultipleServerEntries\nNoContentWithBody\nNoServerEntry\nUrlFormEncodedComplex\nValidationRuleSetExtensions\nAll",
"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",
"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-04-15 15:02:53 +03:00
"kiota.workspace.name": "My Workspace",
"kiota.openApiExplorer.openFile.title": "Open file"
2023-02-24 17:30:54 +03:00
}