ota.ts
2.08 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
export default {
tableTitle: '包仓库', //Package warehouse
createTime: '创建时间', //Create time
title: '标题', //Title
version: '版本', //Version
versionLabel: '版本标签', //Version label
packageType: '包类型', //Packet type
firm: '固件', //Firmware
soft: '软件', //Software
direct: '直接URL', //Direct URL
noDirect: '无直接URL', // No direct URL
fileName: '文件名', //File name
fileSize: '文件大小', //File size
inBytes: '以字节为单位', //In bytes
contentType: '内容类型',
checksum: '校验和', //Checksum
isOTADel: '确认后所有选中的OTA升级将被删除',
createPackage: '新增包',
downloadPack: '下载包', //Download package
delPack: '删除包', //Delete Package
copyPackId: '复制包ID', //Copy Package ID
copyUrl: '复制直接URL', //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: '使用外部URL', //Using external URLs
binaryFiles: '二进制文件', //Binary files
place: '请', //Place
externalUrl: '外部URL', //External URL
rule: '校验和方式', //Checksum method
auto: '自动生成', //automatically
manual: '手动生成', //Manual generation
checksum: '校验和算法', //Checksum algorithm
checksumMessage: '如果校验和为空,会自动生成', //If the checksum is empty, it will be automatically generated
},
};