en.json 1.6 KB

1234567891011121314151617181920212223
  1. {
  2. "compute.pci.passthrough_device": "passthrough device",
  3. "compute.pci.passthrough_device_type": "passthrough device type",
  4. "compute.pci.dev_type": "Device Type",
  5. "compute.pci.dev_type.placeholder": "Please enter the device type, such as GPU, NPU, USB, etc.",
  6. "compute.pci.model": "Device model",
  7. "compute.pci.model.placeholder": "Please enter the device model",
  8. "compute.pci.vendor_id": "Device VendorID",
  9. "compute.pci.vendor_id.placeholder": "Please enter the device VendorId",
  10. "compute.pci.vendor_id.extra": "Reference for obtaining the device VendorId parameter",
  11. "compute.pci.vendor_id.reg_error_msg": "Please enter 4 digits containing lowercase letters or numbers",
  12. "compute.pci.device_id": "Device ID",
  13. "compute.pci.device_id.placeholder": "Please enter DeviceId",
  14. "compute.pci.device_id.extra": "Reference for obtaining the DeviceId parameter",
  15. "compute.pci.device_id.reg_error_msg": "Please enter 4 digits containing lowercase letters or numbers",
  16. "compute.pci.host": "Host",
  17. "compute.pci.host.placeholder": "Please select a host",
  18. "compute.pci.host.extra": "After the host is selected, the corresponding host will automatically report the corresponding transparent transmission device. If no device is selected, the host service needs to be restarted to take effect!",
  19. "compute.pci.document": "Document",
  20. "compute.pci.hot_pluggable": "Hot Pluggable",
  21. "compute.pci.hot_pluggable.tips": "The support for hot swap of the pass-through device is determined by the device itself. After verification, you can decide whether or not to enable hot swapping.",
  22. "compute.pci.disable_auto_detect": "Automatic detection"
  23. }