Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,20 @@
"driverIndex": "Type",
"capacity": "Capacity",
"capacityHint": "Supports numbers, hexadecimal (0x...) or with units (16M)",
"capacityRequired": "Please enter capacity",
"requiredField": "Required",
"manufacturerId": "Manufacturer ID",
"deviceType": "Device Type",
"densityId": "Density ID",
"flags": "Flags",
"deviceType": "Device ID1",
"densityId": "Device ID2",
"flags": "Flag",
"flagsNorDtr": "DTR supported",
"flagsNandDualPlane": "double plane",
"flagsNandPageSize": "Page size",
"flagsNandBlockSize": "Block size",
"flagsNandEccMode": "ECC mode",
"flagsOptionEnabled": "Enabled",
"flagsOptionDisabled": "Disabled",
"chipIdTooltip": "The first three bytes read by the 9Fh instruction.",
"deviceInvalid": "Invalid",
"sectionInvalid": "Invalid",
"noDevices": "No FLASH devices added",
Expand Down Expand Up @@ -366,7 +376,7 @@
}
},
"stubConfig": {
"title": "",
"title": " ",
"apply": "Apply Custom Stub Configuration",
"invalidConfig": "Configuration contains errors and cannot be enabled",
"configHasErrors": "Configuration contains errors, please check and correct on the Stub configuration page"
Expand Down
16 changes: 13 additions & 3 deletions src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,20 @@
"driverIndex": "Type",
"capacity": "容量",
"capacityHint": "支持数字、十六进制 (0x...) 或带单位 (16M)",
"manufacturerId": "制造商 ID",
"deviceType": "设备类型",
"densityId": "颗粒 ID",
"capacityRequired": "请输入容量",
"requiredField": "必填项",
"manufacturerId": "Manufacturer ID",
"deviceType": "Device ID1",
"densityId": "Device ID2",
"flags": "标志",
"flagsNorDtr": "DTR 支持",
"flagsNandDualPlane": "双 plane",
"flagsNandPageSize": "Page 大小",
"flagsNandBlockSize": "Block 大小",
"flagsNandEccMode": "ECC 模式",
"flagsOptionEnabled": "开启",
"flagsOptionDisabled": "关闭",
"chipIdTooltip": "9Fh指令读取到的前三个byte",
"deviceInvalid": "配置有误",
"sectionInvalid": "配置有误",
"noDevices": "尚未添加 FLASH 设备",
Expand Down
Loading