vscode-azure-iot-toolkit/package.nls.json

64 строки
5.3 KiB
JSON

{
"azure-iot-toolkit.name": "Azure IoT Hub",
"azure-iot-toolkit.category": "Azure IoT Hub",
"azure-iot-toolkit.category-edge": "Azure IoT Edge",
"azure-iot-toolkit.command.sendD2CMessage.title": "Send D2C Message to IoT Hub",
"azure-iot-toolkit.command.startMonitorIoTHubMessage.title": "Start Monitoring Built-in Event Endpoint",
"azure-iot-toolkit.command.startMonitorIoTHubMessageWithAbbreviation.title": "Start Monitoring",
"azure-iot-toolkit.command.stopMonitorIoTHubMessage.title": "Stop Monitoring Built-in Event Endpoint",
"azure-iot-toolkit.command.sendC2DMessage.title": "Send C2D Message to Device",
"azure-iot-toolkit.command.startMonitorC2DMessage.title": "Start Receiving C2D Message",
"azure-iot-toolkit.command.stopMonitorC2DMessage.title": "Stop Receiving C2D Message",
"azure-iot-toolkit.command.listDevice.title": "List Devices",
"azure-iot-toolkit.command.createDevice.title": "Create Device",
"azure-iot-toolkit.command.deleteDevice.title": "Delete Device",
"azure-iot-toolkit.command.invokeDeviceMethod.title": "Invoke Device Direct Method",
"azure-iot-toolkit.command.invokeModuleDirectMethod.title": "Invoke Module Direct Method",
"azure-iot-toolkit.command.getDevice.title": "Get Device Info",
"azure-iot-toolkit.command.getDeviceTwin.title": "Edit Device Twin",
"azure-iot-toolkit.command.updateDeviceTwin.title": "Update Device Twin",
"azure-iot-toolkit.command.setIoTHubConnectionString.title": "Set IoT Hub Connection String",
"azure-iot-toolkit.command.createIoTHub.title": "Create IoT Hub",
"azure-iot-toolkit.command.selectIoTHub.title": "Select IoT Hub",
"azure-iot-toolkit.command.copyIoTHubConnectionString.title": "Copy IoT Hub Connection String",
"azure-iot-toolkit.command.copyDeviceConnectionString.title": "Copy Device Connection String",
"azure-iot-toolkit.command.createEdgeDevice.title": "Create IoT Edge Device",
"azure-iot-toolkit.command.createDeployment.title": "Create Deployment for Single Device",
"azure-iot-toolkit.command.createDeploymentAtScale.title": "Create Deployment at Scale",
"azure-iot-toolkit.command.showWelcomePage.title": "Show Welcome Page",
"azure-iot-toolkit.command.refresh.title": "Refresh",
"azure-iot-toolkit.command.getModuleTwin.title": "Edit Module Twin",
"azure-iot-toolkit.command.updateModuleTwin.title": "Update Module Twin",
"azure-iot-toolkit.command.generateSasTokenForDevice.title": "Generate SAS Token for Device",
"azure-iot-toolkit.command.generateSasTokenForIotHub.title": "Generate SAS Token for IoT Hub",
"azure-iot-toolkit.command.generateCode.title": "Generate Code",
"azure-iot-toolkit.command.createModule.title": "Create Module",
"azure-iot-toolkit.command.updateDistributedTracingSetting.title": "Update Distributed Tracing Setting (Preview)",
"azure-iot-toolkit.command.editDistributedTracingMode.title": "Edit...",
"azure-iot-toolkit.command.editDistributedTracingSamplingRate.title": "Edit...",
"azure-iot-toolkit.command.deleteModule.title": "Delete Module",
"azure-iot-toolkit.command.getModule.title": "Get Module Info",
"azure-iot-toolkit.command.copyModuleConnectionString.title": "Copy Module Connection String",
"azure-iot-toolkit.command.startMonitorCustomEventHubEndpoint.title": "Start Monitoring",
"azure-iot-toolkit.command.stopMonitorCustomEventHubEndpoint.title": "Stop Monitoring Custom Event Hub Endpoint",
"azure-iot-toolkit.configuration.title": "Azure IoT Hub configuration",
"azure-iot-toolkit.configuration.deviceConnectionString.description": "Device Connection String",
"azure-iot-toolkit.configuration.iotHubConnectionString.description": "IoT Hub Connection String",
"azure-iot-toolkit.configuration.iotHubConsumerGroup.description": "IoT Hub Consumer Group",
"azure-iot-toolkit.configuration.monitorD2CBeforeNowInMinutes.description": "The time span (in minutes) of monitoring built-in event endpoint before current time.",
"azure-iot-toolkit.configuration.showVerboseMessage.description": "Whether to show verbose info when monitoring messages.",
"azure-iot-toolkit.configuration.iotHubD2CMessageStringify.description": "Whether to stringify device-to-cloud messages.",
"azure-iot-toolkit.configuration.showIoTHubInfo.description": "Whether to show IoT Hub info when IoT Hub Connection String is not set.",
"azure-iot-toolkit.configuration.terminalRoot.description": "(Windows Only) Replace the Windows style drive letter in the command with a Unix style root when using a custom shell as the terminal, like Bash on Windows, Git Bash or Cgywin. Example: For Bash on Windows, setting this to '/mnt/' will replace 'C:\\foo\\bar' with '/mnt/c/foo/bar'",
"azure-iot-toolkit.configuration.treeViewAutoRefreshEnable.description": "Whether to enable auto refresh of tree view.",
"azure-iot-toolkit.configuration.treeViewAutoRefreshIntervalInSeconds.description": "Time interval in seconds for tree view auto refresh, auto refresh has to be enabled for it to work.",
"azure-iot-hub.category": "Azure IoT Hub",
"azure-iot-hub.command.setIoTHub.title": "Scope this in Explorer",
"azure-iot-hub.command.loadMore.title": "Load More",
"azure-iot-hub.command.refresh.title": "Refresh",
"azure-iot-dps.category": "Azure IoT Hub Device Provisioning Service",
"azure-iot-dps.command.viewProperties.title": "View Properties",
"azure-iot-dps.command.loadMore.title": "Load More",
"azure-iot-dps.command.refresh.title": "Refresh"
}