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

36 строки
2.7 KiB
JSON

{
"kiota.dependenciesInfo.name": "Kiota Dependencies Information",
"kiota.dependenciesInfo.contextualTitle": "Dependencies Information",
"kiota.openApiExplorer.name": "API Explorer",
"kiota.openApiExplorer.contextualTitle": "OpenAPI Explorer",
"kiota-dependencies-info.panel.title": "Kiota Dependencies Information",
"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",
"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",
"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.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.",
"kiota.generate.includeAdditionalData.description": "Will include the 'AdditionalData' property for models",
"kiota.openApiExplorer.openFile.title": "Open file",
"kiota.workspace.name": "My Workspace",
"kiota.openApiExplorer.regenerateButton.title": "Re-generate",
"kiota.openApiExplorer.editPaths.title": "Edit paths",
"kiota.openApiExplorer.refresh.title": "Refresh",
"kiota.migrateClients.title": "Migrate API clients"
}