Files
mixly3/common/msg/mixly/en.json

199 lines
8.9 KiB
JSON

{
"footerbar.message": "message",
"footerbar.message.clear": "clear",
"footerbar.message.empty": "no message",
"footerbar.examples": "example",
"footerbar.config": "configuration",
"footerbar.config.default": "use default configuration",
"footerbar.cursor.row": "row",
"footerbar.cursor.column": "column",
"footerbar.cursor.selected": "selected",
"footerbar.board.unknown": "unknown board",
"footerbar.board.on": "on",
"footerbar.language.unknown": "unknown language",
"footerlayer.close": "close window",
"editor.viewReadOnly": "this view is read-only",
"statusbar.output": "output",
"statusbar.serial.sendInfo": "message supports sending \"string e.g. mixly\" and \"byte data e.g. 00 03\" (Enter to send)",
"statusbar.serial.noPort": "No serial port available",
"statusbar.serial.noDevice": "No device available",
"statusbar.serial.output": "Monitor",
"statusbar.serial.output.empty": "Clear",
"statusbar.serial.output.scroll": "Scroll",
"statusbar.serial.output.timestamp": "Timestamp",
"statusbar.serial.chart": "Chart",
"statusbar.serial.chart.pointsNum": "Drawing points",
"statusbar.serial.chart.yMin": "y minimum value",
"statusbar.serial.chart.yMax": "y maximum value",
"statusbar.serial.port": "Port",
"statusbar.serial.open": "Open",
"statusbar.serial.close": "Close",
"statusbar.serial.interrupt": "Interrupt",
"statusbar.serial.reset": "Reset",
"statusbar.serial.toggle": "Toggle",
"statusbar.openSelectedPort": "Open selected port",
"statusbar.openPort": "Open port",
"statusbar.ampy": "Board FS",
"statusbar.ampy.loadBoardFS": "Load board FS",
"statusbar.ampy.refresh": "Refresh",
"statusbar.ampy.exit": "Exit",
"statusbar.ampy.cannotEdit": "This file type does not support editing",
"statusbar.dropdownMenu.noOptions": "No options",
"statusbar.fs.newMapFolder": "Create a new mapping directory",
"statusbar.fs.localFolderNotExist": "Local mapping directory does not exist",
"statusbar.fs.mapFolder": "Map directory",
"statusbar.fs.comment": "Comment",
"statusbar.fs.commentInfo": "Comment information",
"statusbar.fs.filesystem": "File system",
"statusbar.fs.path": "Path",
"statusbar.fs.selectFolder": "Select folder",
"statusbar.fs.download": "Download",
"statusbar.fs.upload": "Upload",
"fileTree.loading": "Loading",
"fileTree.newFolder": "New folder",
"fileTree.newFile": "New file",
"fileTree.copyPath": "Copy path",
"fileTree.rename": "Rename",
"fileTree.delete": "Delete",
"nav.selectPort": "Select port",
"nav.selectBoard": "Select board",
"nav.more": "More",
"nav.btn.undo": "Undo",
"nav.btn.redo": "Redo",
"nav.btn.addDevice": "Add device",
"nav.btn.compile": "Compile",
"nav.btn.upload": "Upload",
"nav.btn.burn": "Initialize firmware",
"nav.btn.run": "Run",
"nav.btn.stop": "Cancel",
"nav.btn.ok": "OK",
"nav.btn.cancel": "Cancel",
"nav.btn.toggleStatusbar": "Toggle status bar",
"nav.btn.file": "File",
"nav.btn.file.new": "New",
"nav.btn.file.open": "Open",
"nav.btn.file.save": "Save",
"nav.btn.file.saveAs": "Save as",
"nav.btn.file.exportAs": "Export lib",
"nav.btn.setting": "Settings",
"nav.btn.setting.manageLibs": "Manage libs",
"nav.btn.setting.firmware": "Firmware",
"nav.btn.setting.feedback": "Feedback",
"nav.btn.setting.wiki": "Wiki",
"shell.compiling": "Compiling",
"shell.compileFailed": "Compile failed",
"shell.compileSucc": "Compile successful",
"shell.compileCanceled": "Compile canceled",
"shell.uploading": "Uploading",
"shell.uploadFailed": "Upload failed",
"shell.uploadSucc": "Upload successful",
"shell.uploadCanceled": "Upload canceled",
"shell.burning": "Burn in progress",
"shell.burnFailed": "Burn failed",
"shell.burnSucc": "Burn successful",
"shell.burnCanceled": "Burn canceled",
"shell.downloading": "Download in progress",
"shell.downloadFailed": "Download failed",
"shell.downloadSucc": "Download successful",
"shell.downloadCanceled": "Download canceled",
"shell.aborting": "Aborting",
"shell.timeCost": "Time",
"shell.saving": "Saving",
"shell.saveSucc": "Save successfully",
"shell.copyLib": "Copy library",
"shell.uploadWithFileInfo": "Opened files can be uploaded directly",
"shell.tooManyDevicesInfo": "Multiple devices of the same type are detected, please select:",
"shell.running": "Program is running",
"shell.finish": "Program is finished",
"shell.bin.reading": "Firmware reading",
"shell.bin.readFailed": "Firmware reading failed",
"ampy.interruptFailed": "Interrupt failed",
"ampy.enterRawREPLFailed": "Unable to enter Raw REPL",
"ampy.exitRawREPLFailed": "Unable to exit Raw REPL",
"ampy.exitREPLFailed": "Unable to exit REPL",
"ampy.portIsNotOpen": "Serial port is not open",
"ampy.executePythonCodeFailed": "Unable to execute python code",
"ampy.dataReadInterrupt": "Data reading interrupted",
"ampy.waitingFirstEOFTimeout": "timeout waiting for first EOF reception",
"ampy.waitingSecondEOFTimeout": "timeout waiting for second EOF reception",
"editor.contextMenu.cut": "Cut",
"editor.contextMenu.copy": "Copy",
"editor.contextMenu.paste": "Paste",
"editor.contextMenu.togglecomment": "Toggle line comment",
"editor.contextMenu.toggleBlockComment": "Toggle block comment",
"editor.contextMenu.enterCodeEditor": "Enter the code editor",
"editor.contextMenu.exitCodeEditor": "Exit the code editor",
"editor.invalidData": "No valid data found",
"editor.cancel": "Cancel",
"editor.ignoreBlocks": "Ignore undefined blocks",
"editor.loadCode": "Load code",
"editor.parseMixErrorInfo": "Some graphical modules have not been defined",
"editor.codeEditorEmpty": "The code area has been cleared",
"editor.blockEditorEmpty": "The workspace has been cleared",
"editor.block": "block",
"editor.mix": "mix",
"editor.code": "code",
"file.type.mix": "Mixly file",
"file.type.python": "Python file",
"file.type.arduino": "Arduino file",
"file.type.hex": "Hex file",
"file.type.bin": "Bin file",
"file.type.mil": "Mixly library file",
"file.type.error": "File extension error",
"file.open": "Open",
"file.openFile": "Open file",
"file.openFolder": "Open folder",
"file.save": "Save",
"file.saveAs": "Save as",
"file.exportAs": "Export library",
"file.saveFailed": "Save failed",
"file.saveSucc": "Save successfully",
"file.saving": "File is saving...",
"file.notExist": "File does not exist",
"toolboxSearcher.search": "Search",
"toolboxSearcher.empty": "No data",
"toolboxSearcher.tooManyResultsInfo": "There are too many matching graphic blocks, only the first 30 are displayed, please add keywords to display all. For example: pin number",
"libManager.selectAtLeastOneLibInfo": "Please select at least one library",
"libManager.import": "Import",
"libManager.import.cloud": "Cloud import",
"libManager.import.local": "Local import",
"libManager.manage": "Manage",
"libManager.delete": "Delete library",
"libManager.layerTitle": "Library Manager",
"libManager.pendingUpgrade": "Pending update",
"libManager.installed": "Installed",
"libManager.notInstalled": "Not installed",
"libManager.lib.cloud": "Cloud library",
"libManager.lib.local.reading": "Local library reading",
"libManager.lib.local.readFailed": "Local library reading failed",
"libManager.lib.donwloading": "Downloading",
"libManager.lib.donwloadFailed": "Download failed",
"libManager.lib.donwloadSucc": "Download successful",
"libManager.lib.deleting": "Deleting",
"libManager.lib.deleteFailed": "Deletion failed",
"libManager.lib.deleteSucc": "Deletion succeeded",
"libManager.lib.importing": "Importing",
"libManager.lib.importFailed": "Import failed",
"libManager.lib.importSucc": "Import succeeded",
"libManager.lib.unzipping": "Unzipping",
"libManager.lib.unzipFailed": "Unzip failed",
"libManager.lib.unzipSucc": "Unzip succeeded",
"libManager.lib.exist": "This library has been imported",
"libManager.lib.status": "Status",
"libManager.lib.name": "Name",
"libManager.lib.version": "Version",
"libManager.lib.desc": "Introduction",
"libManager.lib.path": "Path",
"libManager.lib.latestVersion": "Already the latest version",
"libManager.json.downloading": "Downloading the cloud library JSON",
"libManager.empty": "No data",
"wiki.home": "Homepage",
"wiki.pageNotFound": "Wiki page not found",
"wiki.open": "Open Wiki",
"layer.devices.serial": "Add Serial device",
"layer.devices.hid": "Add HID device",
"layer.devices.usb": "Add USB device",
"layer.devices.select": "Select device",
"burn.notSupport": "Unable to flash firmware with this device",
"websocket.offline": "The server is offline"
}