补充英文和繁体中文语言文件缺失的字段
- 添加 hasAddFile: 拷贝附加文件 字段到英文和繁体中文 - 添加 template: 模板 字段到英文和繁体中文 - 添加 iso: 生成ISO后再拷贝 字段到英文和繁体中文 - 确保所有语言文件字段保持一致
This commit is contained in:
@@ -391,14 +391,17 @@ export default {
|
|||||||
templateFile: "Fail to read template file"
|
templateFile: "Fail to read template file"
|
||||||
},
|
},
|
||||||
work: {
|
work: {
|
||||||
|
template: "Template",
|
||||||
mixMode: "Mix mode",
|
mixMode: "Mix mode",
|
||||||
spanUSBcard: "span USB card",
|
spanUSBcard: "span USB card",
|
||||||
|
hasAddFile: "Copy additional files",
|
||||||
size_form_error: "Please choose the size form",
|
size_form_error: "Please choose the size form",
|
||||||
size: "Capacity:",
|
size: "Capacity:",
|
||||||
content: "Content:",
|
content: "Content:",
|
||||||
fileAnd: "Files & Folders",
|
fileAnd: "Files & Folders",
|
||||||
eCd: "VirtualDisc",
|
eCd: "VirtualDisc",
|
||||||
zip: "ZipArchive",
|
zip: "ZipArchive",
|
||||||
|
iso: "Generate ISO then copy",
|
||||||
passZip: "EncryptZip",
|
passZip: "EncryptZip",
|
||||||
forbidCopyU: "Anti-Copy",
|
forbidCopyU: "Anti-Copy",
|
||||||
partType: "USBFormat",
|
partType: "USBFormat",
|
||||||
|
|||||||
@@ -369,14 +369,17 @@ export default {
|
|||||||
fileready:"檔案準備中",
|
fileready:"檔案準備中",
|
||||||
},
|
},
|
||||||
work: {
|
work: {
|
||||||
|
template: "模板",
|
||||||
mixMode: "混合模式",
|
mixMode: "混合模式",
|
||||||
spanUSBcard: "允許跨卡",
|
spanUSBcard: "允許跨卡",
|
||||||
|
hasAddFile: "拷貝附加文件",
|
||||||
size_form_error: "請選擇容量",
|
size_form_error: "請選擇容量",
|
||||||
size: "容量:",
|
size: "容量:",
|
||||||
content: "拷貝類型:",
|
content: "拷貝類型:",
|
||||||
fileAnd: "文件和文件夾",
|
fileAnd: "文件和文件夾",
|
||||||
eCd: "電子光盤",
|
eCd: "電子光盤",
|
||||||
zip: "ZIP存檔",
|
zip: "ZIP存檔",
|
||||||
|
iso: "生成ISO後再拷貝",
|
||||||
passZip: "加密ZIP",
|
passZip: "加密ZIP",
|
||||||
forbidCopyU: "防拷貝U盤",
|
forbidCopyU: "防拷貝U盤",
|
||||||
partType: "U盤格式",
|
partType: "U盤格式",
|
||||||
|
|||||||
Reference in New Issue
Block a user