ota.ts
1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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',
},
};