ota.ts 1.47 KB
export default {
  tableTitle: 'Package warehouse',
  createTime: 'Create time',
  title: 'Title',
  version: 'Version',
  versionLabel: 'Version label',
  packageType: 'Packet type',
  firm: 'Firmware',
  soft: 'Software',
  direct: 'Direct URL',
  noDirect: 'No direct URL',
  fileName: 'File name',
  fileSize: 'File size',
  inBytes: '(In bytes)',
  contentType: 'Content type',
  checksum: 'Checksum',
  isOTADel: 'After confirmation, all selected OTA upgrades will be deleted',

  createPackage: 'Create package',
  downloadPack: 'Download package',
  delPack: 'Delete Package',
  copyPackId: 'Copy Package ID',
  copyUrl: 'Copy Direct URL',
  modal: {
    packManage: 'Package Management',
    packType: 'Packet type',
    versionLabelMessage:
      'Custom tags should match the software package version reported by your device',
    productMessage:
      'The uploaded package is only applicable to devices with the selected configuration file',
    packMessage:
      'After uploading the package, you will not be able to modify the title, version, product file, and package type',
    uploadMethod: 'Upload method',
    uploadFiles: 'Upload binary files',
    usingURL: 'Using external URLs',
    binaryFiles: 'Binary files',
    place: 'Place',
    externalUrl: 'External URL',
    rule: 'Checksum method',
    auto: 'Automatically',
    manual: 'Manual generation',
    checksum: 'Checksum algorithm',
    checksumMessage: 'If the checksum is empty, it will be automatically generated',
  },
};