feat: sync mixly root files and common folder
This commit is contained in:
204
mixly/common/msg/mixly/en.json
Normal file
204
mixly/common/msg/mixly/en.json
Normal file
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"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.ampy.uploadFile": "Upload file",
|
||||
"statusbar.ampy.uploadFolder": "Upload folder",
|
||||
"statusbar.ampy.download": "Download",
|
||||
"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.formatDocument": "Format the document",
|
||||
"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",
|
||||
"file.emptyInfo": "Do you want to clear all the contents?",
|
||||
"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"
|
||||
}
|
||||
204
mixly/common/msg/mixly/zh-hans.json
Normal file
204
mixly/common/msg/mixly/zh-hans.json
Normal file
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"footerbar.message": "消息",
|
||||
"footerbar.message.clear": "清空",
|
||||
"footerbar.message.empty": "无消息",
|
||||
"footerbar.examples": "例程",
|
||||
"footerbar.config": "配置",
|
||||
"footerbar.config.default": "使用默认配置",
|
||||
"footerbar.cursor.row": "行",
|
||||
"footerbar.cursor.column": "列",
|
||||
"footerbar.cursor.selected": "已选择",
|
||||
"footerbar.board.unknown": "未知板卡",
|
||||
"footerbar.board.on": "在",
|
||||
"footerbar.language.unknown": "未知语言",
|
||||
"footerlayer.close": "关闭窗口",
|
||||
"editor.viewReadOnly": "此视图只读",
|
||||
"statusbar.output": "输出",
|
||||
"statusbar.serial.sendInfo": "消息 支持发送「字符串 e.g. mixly」和「字节数据 e.g. 00 03」 (Enter 发送)",
|
||||
"statusbar.serial.noPort": "无可用串口",
|
||||
"statusbar.serial.noDevice": "无可用设备",
|
||||
"statusbar.serial.output": "监视器",
|
||||
"statusbar.serial.output.empty": "清空",
|
||||
"statusbar.serial.output.scroll": "滚屏",
|
||||
"statusbar.serial.output.timestamp": "时间戳",
|
||||
"statusbar.serial.chart": "绘图器",
|
||||
"statusbar.serial.chart.pointsNum": "绘制点数",
|
||||
"statusbar.serial.chart.yMin": "y最小值",
|
||||
"statusbar.serial.chart.yMax": "y最大值",
|
||||
"statusbar.serial.port": "串口",
|
||||
"statusbar.serial.open": "开启",
|
||||
"statusbar.serial.close": "关闭",
|
||||
"statusbar.serial.interrupt": "中断",
|
||||
"statusbar.serial.reset": "复位",
|
||||
"statusbar.serial.toggle": "翻转串口",
|
||||
"statusbar.openSelectedPort": "打开选中串口",
|
||||
"statusbar.openPort": "打开串口",
|
||||
"statusbar.ampy": "板卡文件管理",
|
||||
"statusbar.ampy.loadBoardFS": "载入板卡文件夹",
|
||||
"statusbar.ampy.refresh": "刷新",
|
||||
"statusbar.ampy.exit": "退出",
|
||||
"statusbar.ampy.cannotEdit": "该文件类型不支持编辑",
|
||||
"statusbar.ampy.uploadFile": "上传文件",
|
||||
"statusbar.ampy.uploadFolder": "上传文件夹",
|
||||
"statusbar.ampy.download": "下载",
|
||||
"statusbar.dropdownMenu.noOptions": "无选项",
|
||||
"statusbar.fs.newMapFolder": "新建映射目录",
|
||||
"statusbar.fs.localFolderNotExist": "本地映射目录不存在",
|
||||
"statusbar.fs.mapFolder": "映射目录",
|
||||
"statusbar.fs.comment": "注释",
|
||||
"statusbar.fs.commentInfo": "注释信息",
|
||||
"statusbar.fs.filesystem": "文件系统",
|
||||
"statusbar.fs.path": "路径",
|
||||
"statusbar.fs.selectFolder": "选择文件夹",
|
||||
"statusbar.fs.download": "下载",
|
||||
"statusbar.fs.upload": "上载",
|
||||
"fileTree.loading": "正在加载中",
|
||||
"fileTree.newFolder": "新建文件夹",
|
||||
"fileTree.newFile": "新建文件",
|
||||
"fileTree.copyPath": "复制路径",
|
||||
"fileTree.rename": "重命名",
|
||||
"fileTree.delete": "删除",
|
||||
"nav.selectPort": "选择串口",
|
||||
"nav.selectBoard": "选择板卡",
|
||||
"nav.more": "更多",
|
||||
"nav.btn.undo": "撤销",
|
||||
"nav.btn.redo": "重做",
|
||||
"nav.btn.addDevice": "添加设备",
|
||||
"nav.btn.compile": "编译",
|
||||
"nav.btn.upload": "上传",
|
||||
"nav.btn.burn": "初始化固件",
|
||||
"nav.btn.run": "运行",
|
||||
"nav.btn.stop": "取消",
|
||||
"nav.btn.ok": "确定",
|
||||
"nav.btn.cancel": "取消",
|
||||
"nav.btn.toggleStatusbar": "切换状态栏",
|
||||
"nav.btn.file": "文件",
|
||||
"nav.btn.file.new": "新建",
|
||||
"nav.btn.file.open": "打开",
|
||||
"nav.btn.file.save": "保存",
|
||||
"nav.btn.file.saveAs": "另存为",
|
||||
"nav.btn.file.exportAs": "导出库",
|
||||
"nav.btn.setting": "设置",
|
||||
"nav.btn.setting.manageLibs": "管理库",
|
||||
"nav.btn.setting.firmware": "固件",
|
||||
"nav.btn.setting.feedback": "反馈",
|
||||
"nav.btn.setting.wiki": "文档",
|
||||
"shell.compiling": "编译中",
|
||||
"shell.compileFailed": "编译失败",
|
||||
"shell.compileSucc": "编译成功",
|
||||
"shell.compileCanceled": "已取消编译",
|
||||
"shell.uploading": "上传中",
|
||||
"shell.uploadFailed": "上传失败",
|
||||
"shell.uploadSucc": "上传成功",
|
||||
"shell.uploadCanceled": "已取消上传",
|
||||
"shell.burning": "烧录中",
|
||||
"shell.burnFailed": "烧录失败",
|
||||
"shell.burnSucc": "烧录成功",
|
||||
"shell.burnCanceled": "已取消烧录",
|
||||
"shell.downloading": "下载中",
|
||||
"shell.downloadFailed": "下载失败",
|
||||
"shell.downloadSucc": "下载成功",
|
||||
"shell.downloadCanceled": "已取消下载",
|
||||
"shell.aborting": "终止中",
|
||||
"shell.timeCost": "用时",
|
||||
"shell.saving": "保存中",
|
||||
"shell.saveSucc": "保存成功",
|
||||
"shell.copyLib": "拷贝库",
|
||||
"shell.uploadWithFileInfo": "所打开文件可直接上传",
|
||||
"shell.tooManyDevicesInfo": "检测到多个同类型设备,请选择:",
|
||||
"shell.running": "程序正在运行",
|
||||
"shell.finish": "程序运行完成",
|
||||
"shell.bin.reading": "固件读取中",
|
||||
"shell.bin.readFailed": "固件读取失败",
|
||||
"ampy.interruptFailed": "中断失败",
|
||||
"ampy.enterRawREPLFailed": "无法进入Raw REPL",
|
||||
"ampy.exitRawREPLFailed": "无法退出Raw REPL",
|
||||
"ampy.exitREPLFailed": "无法退出REPL",
|
||||
"ampy.portIsNotOpen": "串口未打开",
|
||||
"ampy.executePythonCodeFailed": "无法执行python代码",
|
||||
"ampy.dataReadInterrupt": "数据读取中断",
|
||||
"ampy.waitingFirstEOFTimeout": "等待第一个EOF超时",
|
||||
"ampy.waitingSecondEOFTimeout": "等待第二个EOF超时",
|
||||
"editor.contextMenu.cut": "剪切",
|
||||
"editor.contextMenu.copy": "复制",
|
||||
"editor.contextMenu.paste": "粘贴",
|
||||
"editor.contextMenu.togglecomment": "切换行注释",
|
||||
"editor.contextMenu.toggleBlockComment": "切换块注释",
|
||||
"editor.contextMenu.formatDocument": "格式化文档",
|
||||
"editor.contextMenu.enterCodeEditor": "进入代码编辑器",
|
||||
"editor.contextMenu.exitCodeEditor": "退出代码编辑器",
|
||||
"editor.invalidData": "未找到有效数据",
|
||||
"editor.cancel": "取消",
|
||||
"editor.ignoreBlocks": "忽略未定义块",
|
||||
"editor.loadCode": "载入代码",
|
||||
"editor.parseMixErrorInfo": "一些图形化模块尚未定义",
|
||||
"editor.codeEditorEmpty": "代码区已清空",
|
||||
"editor.blockEditorEmpty": "工作区已清空",
|
||||
"editor.block": "模块",
|
||||
"editor.mix": "混合",
|
||||
"editor.code": "代码",
|
||||
"file.type.mix": "Mixly文件",
|
||||
"file.type.python": "Python文件",
|
||||
"file.type.arduino": "Arduino文件",
|
||||
"file.type.hex": "Hex文件",
|
||||
"file.type.bin": "Bin文件",
|
||||
"file.type.mil": "Mixly库文件",
|
||||
"file.type.error": "文件扩展名错误",
|
||||
"file.open": "打开",
|
||||
"file.openFile": "打开文件",
|
||||
"file.openFolder": "打开文件夹",
|
||||
"file.save": "保存",
|
||||
"file.saveAs": "另存为",
|
||||
"file.exportAs": "导出库",
|
||||
"file.saveFailed": "保存失败",
|
||||
"file.saveSucc": "保存成功",
|
||||
"file.saving": "正在保存...",
|
||||
"file.notExist": "文件不存在",
|
||||
"file.emptyInfo": "是否希望清除画布所有内容?",
|
||||
"toolboxSearcher.search": "查找",
|
||||
"toolboxSearcher.empty": "无数据",
|
||||
"toolboxSearcher.tooManyResultsInfo": "匹配图形块数量过多, 仅展示前30个, 请添加关键词以全部显示。例如:管脚 数字",
|
||||
"libManager.selectAtLeastOneLibInfo": "请选择至少一个库",
|
||||
"libManager.import": "导入库",
|
||||
"libManager.import.cloud": "云端导入",
|
||||
"libManager.import.local": "本地导入",
|
||||
"libManager.manage": "管理库",
|
||||
"libManager.delete": "删除库",
|
||||
"libManager.layerTitle": "库管理器",
|
||||
"libManager.pendingUpgrade": "待更新",
|
||||
"libManager.installed": "已安装",
|
||||
"libManager.notInstalled": "未安装",
|
||||
"libManager.lib.cloud": "云端库",
|
||||
"libManager.lib.local.reading": "本地库读取中",
|
||||
"libManager.lib.local.readFailed": "本地库读取失败",
|
||||
"libManager.lib.donwloading": "下载中",
|
||||
"libManager.lib.donwloadFailed": "下载失败",
|
||||
"libManager.lib.donwloadSucc": "下载成功",
|
||||
"libManager.lib.deleting": "删除中",
|
||||
"libManager.lib.deleteFailed": "删除失败",
|
||||
"libManager.lib.deleteSucc": "删除成功",
|
||||
"libManager.lib.importing": "导入中",
|
||||
"libManager.lib.importFailed": "导入失败",
|
||||
"libManager.lib.importSucc": "导入成功",
|
||||
"libManager.lib.unzipping": "解压中",
|
||||
"libManager.lib.unzipFailed": "解压失败",
|
||||
"libManager.lib.unzipSucc": "解压成功",
|
||||
"libManager.lib.exist": "此库已导入",
|
||||
"libManager.lib.status": "状态",
|
||||
"libManager.lib.name": "名称",
|
||||
"libManager.lib.version": "版本",
|
||||
"libManager.lib.desc": "介绍",
|
||||
"libManager.lib.path": "路径",
|
||||
"libManager.lib.latestVersion": "已是最新版",
|
||||
"libManager.json.downloading": "云端库JSON下载中",
|
||||
"libManager.empty": "无数据",
|
||||
"wiki.home": "首页",
|
||||
"wiki.pageNotFound": "未找到Wiki页",
|
||||
"wiki.open": "打开Wiki",
|
||||
"layer.devices.serial": "添加Serial设备",
|
||||
"layer.devices.hid": "添加HID设备",
|
||||
"layer.devices.usb": "添加USB设备",
|
||||
"layer.devices.select": "选择设备",
|
||||
"burn.notSupport": "无法使用此设备烧录固件",
|
||||
"websocket.offline": "服务端已离线"
|
||||
}
|
||||
205
mixly/common/msg/mixly/zh-hant.json
Normal file
205
mixly/common/msg/mixly/zh-hant.json
Normal file
@@ -0,0 +1,205 @@
|
||||
{
|
||||
"此视图只读": "此視圖只讀",
|
||||
"footerbar.message": "訊息",
|
||||
"footerbar.message.clear": "清空",
|
||||
"footerbar.message.empty": "無訊息",
|
||||
"footerbar.examples": "例行公事",
|
||||
"footerbar.config": "配置",
|
||||
"footerbar.config.default": "使用預設設定",
|
||||
"footerbar.cursor.row": "行",
|
||||
"footerbar.cursor.column": "列",
|
||||
"footerbar.cursor.selected": "已選擇",
|
||||
"footerbar.board.unknown": "未知闆卡",
|
||||
"footerbar.board.on": "在",
|
||||
"footerbar.language.unknown": "未知語言",
|
||||
"footerlayer.close": "關閉視窗",
|
||||
"editor.viewReadOnly": "此視圖唯讀",
|
||||
"statusbar.output": "輸出",
|
||||
"statusbar.serial.sendInfo": "訊息 支援發送「字串 e.g. mixly」和「位元組資料 e.g. 00 03」 (Enter 傳送)",
|
||||
"statusbar.serial.noPort": "無可用串列埠",
|
||||
"statusbar.serial.noDevice": "無可用設備",
|
||||
"statusbar.serial.output": "監視器",
|
||||
"statusbar.serial.output.empty": "清空",
|
||||
"statusbar.serial.output.scroll": "滾屏",
|
||||
"statusbar.serial.output.timestamp": "時間戳記",
|
||||
"statusbar.serial.chart": "繪圖器",
|
||||
"statusbar.serial.chart.pointsNum": "畫出點數",
|
||||
"statusbar.serial.chart.yMin": "y最小值",
|
||||
"statusbar.serial.chart.yMax": "y最大值",
|
||||
"statusbar.serial.port": "串口",
|
||||
"statusbar.serial.open": "開啟",
|
||||
"statusbar.serial.close": "關閉",
|
||||
"statusbar.serial.interrupt": "中斷",
|
||||
"statusbar.serial.reset": "重設",
|
||||
"statusbar.serial.toggle": "翻轉串列埠",
|
||||
"statusbar.openSelectedPort": "開啟選取串列埠",
|
||||
"statusbar.openPort": "開啟串列埠",
|
||||
"statusbar.ampy": "闆卡檔案管理",
|
||||
"statusbar.ampy.loadBoardFS": "載入卡卡資料夾",
|
||||
"statusbar.ampy.refresh": "刷新",
|
||||
"statusbar.ampy.exit": "退出",
|
||||
"statusbar.ampy.cannotEdit": "該文件類型不支援編輯",
|
||||
"statusbar.ampy.uploadFile": "上傳檔案",
|
||||
"statusbar.ampy.uploadFolder": "上傳資料夾",
|
||||
"statusbar.ampy.download": "下載",
|
||||
"statusbar.dropdownMenu.noOptions": "無選項",
|
||||
"statusbar.fs.newMapFolder": "新映射目錄",
|
||||
"statusbar.fs.localFolderNotExist": "本機映射目錄不存在",
|
||||
"statusbar.fs.mapFolder": "映射目錄",
|
||||
"statusbar.fs.comment": "註解",
|
||||
"statusbar.fs.commentInfo": "註解資訊",
|
||||
"statusbar.fs.filesystem": "檔案系統",
|
||||
"statusbar.fs.path": "路徑",
|
||||
"statusbar.fs.selectFolder": "選擇資料夾",
|
||||
"statusbar.fs.download": "下載",
|
||||
"statusbar.fs.upload": "上載",
|
||||
"fileTree.loading": "正在載入中",
|
||||
"fileTree.newFolder": "新建資料夾",
|
||||
"fileTree.newFile": "新建檔案",
|
||||
"fileTree.copyPath": "複製路徑",
|
||||
"fileTree.rename": "重新命名",
|
||||
"fileTree.delete": "刪除",
|
||||
"nav.selectPort": "選擇串列埠",
|
||||
"nav.selectBoard": "選擇闆卡",
|
||||
"nav.more": "更多",
|
||||
"nav.btn.undo": "撤銷",
|
||||
"nav.btn.redo": "重做",
|
||||
"nav.btn.addDevice": "新增裝置",
|
||||
"nav.btn.compile": "編譯",
|
||||
"nav.btn.upload": "上傳",
|
||||
"nav.btn.burn": "初始化韌體",
|
||||
"nav.btn.run": "運行",
|
||||
"nav.btn.stop": "取消",
|
||||
"nav.btn.ok": "確定",
|
||||
"nav.btn.cancel": "取消",
|
||||
"nav.btn.toggleStatusbar": "切換狀態列",
|
||||
"nav.btn.file": "文件",
|
||||
"nav.btn.file.new": "新建",
|
||||
"nav.btn.file.open": "開啟",
|
||||
"nav.btn.file.save": "保存",
|
||||
"nav.btn.file.saveAs": "另存為",
|
||||
"nav.btn.file.exportAs": "匯出函式庫",
|
||||
"nav.btn.setting": "設定",
|
||||
"nav.btn.setting.manageLibs": "管理函式庫",
|
||||
"nav.btn.setting.firmware": "韌體",
|
||||
"nav.btn.setting.feedback": "回饋",
|
||||
"nav.btn.setting.wiki": "維基",
|
||||
"shell.compiling": "編譯中",
|
||||
"shell.compileFailed": "編譯失敗",
|
||||
"shell.compileSucc": "編譯成功",
|
||||
"shell.compileCanceled": "已取消編譯",
|
||||
"shell.uploading": "上傳中",
|
||||
"shell.uploadFailed": "上傳失敗",
|
||||
"shell.uploadSucc": "上傳成功",
|
||||
"shell.uploadCanceled": "已取消上傳",
|
||||
"shell.burning": "燒錄中",
|
||||
"shell.burnFailed": "燒錄失敗",
|
||||
"shell.burnSucc": "燒錄成功",
|
||||
"shell.burnCanceled": "已取消燒錄",
|
||||
"shell.downloading": "下載中",
|
||||
"shell.downloadFailed": "下載失敗",
|
||||
"shell.downloadSucc": "下載成功",
|
||||
"shell.downloadCanceled": "已取消下載",
|
||||
"shell.aborting": "終止中",
|
||||
"shell.timeCost": "用時",
|
||||
"shell.saving": "保存中",
|
||||
"shell.saveSucc": "保存成功",
|
||||
"shell.copyLib": "拷貝函式庫",
|
||||
"shell.uploadWithFileInfo": "所開啟檔案可直接上傳",
|
||||
"shell.tooManyDevicesInfo": "偵測到多個同類型設備,請選擇:",
|
||||
"shell.running": "程式正在運作",
|
||||
"shell.finish": "程式運行完成",
|
||||
"shell.bin.reading": "韌體讀取中",
|
||||
"shell.bin.readFailed": "韌體讀取失敗",
|
||||
"ampy.interruptFailed": "中斷失敗",
|
||||
"ampy.enterRawREPLFailed": "無法進入Raw REPL",
|
||||
"ampy.exitRawREPLFailed": "無法退出Raw REPL",
|
||||
"ampy.exitREPLFailed": "無法退出REPL",
|
||||
"ampy.portIsNotOpen": "串列埠未開啟",
|
||||
"ampy.executePythonCodeFailed": "無法執行python程式碼",
|
||||
"ampy.dataReadInterrupt": "資料讀取中斷",
|
||||
"ampy.waitingFirstEOFTimeout": "等待第一個EOF超時",
|
||||
"ampy.waitingSecondEOFTimeout": "等待第二個EOF超時",
|
||||
"editor.contextMenu.cut": "剪下",
|
||||
"editor.contextMenu.copy": "複製",
|
||||
"editor.contextMenu.paste": "貼上",
|
||||
"editor.contextMenu.togglecomment": "切換行註解",
|
||||
"editor.contextMenu.toggleBlockComment": "切換區塊註解",
|
||||
"editor.contextMenu.formatDocument": "格式化文檔",
|
||||
"editor.contextMenu.enterCodeEditor": "進入程式碼編輯器",
|
||||
"editor.contextMenu.exitCodeEditor": "退出程式碼編輯器",
|
||||
"editor.invalidData": "未找到有效資料",
|
||||
"editor.cancel": "取消",
|
||||
"editor.ignoreBlocks": "忽略未定義區塊",
|
||||
"editor.loadCode": "載入程式碼",
|
||||
"editor.parseMixErrorInfo": "一些圖形化模組尚未定義",
|
||||
"editor.codeEditorEmpty": "代碼區已清空",
|
||||
"editor.blockEditorEmpty": "程式碼區已清空",
|
||||
"editor.block": "模組",
|
||||
"editor.mix": "混合",
|
||||
"editor.code": "代碼",
|
||||
"file.type.mix": "Mixly檔案",
|
||||
"file.type.python": "Python檔",
|
||||
"file.type.arduino": "Arduino檔案",
|
||||
"file.type.hex": "Hex檔",
|
||||
"file.type.bin": "Bin檔",
|
||||
"file.type.mil": "Mixly庫檔案",
|
||||
"file.type.error": "檔案副檔名錯誤",
|
||||
"file.open": "開啟",
|
||||
"file.openFile": "開啟檔案",
|
||||
"file.openFolder": "開啟資料夾",
|
||||
"file.save": "儲存",
|
||||
"file.saveAs": "另存為",
|
||||
"file.exportAs": "匯出庫",
|
||||
"file.saveFailed": "儲存失敗",
|
||||
"file.saveSucc": "儲存成功",
|
||||
"file.saving": "正在保存...",
|
||||
"file.notExist": "檔案不存在",
|
||||
"file.emptyInfo": "是否希望清除畫布所有內容?",
|
||||
"toolboxSearcher.search": "查找",
|
||||
"toolboxSearcher.empty": "無資料",
|
||||
"toolboxSearcher.tooManyResultsInfo": "符合圖形區塊數量過多, 僅展示前30個, 請新增關鍵字以全部顯示。例如:腳位 數字",
|
||||
"libManager.selectAtLeastOneLibInfo": "請選擇至少一個函式庫",
|
||||
"libManager.import": "導入庫",
|
||||
"libManager.import.cloud": "雲端導入",
|
||||
"libManager.import.local": "本地導入",
|
||||
"libManager.manage": "管理庫",
|
||||
"libManager.delete": "刪除函式庫",
|
||||
"libManager.layerTitle": "庫管理器",
|
||||
"libManager.pendingUpgrade": "待更新",
|
||||
"libManager.installed": "已安裝",
|
||||
"libManager.notInstalled": "未安裝",
|
||||
"libManager.lib.cloud": "雲端函式庫",
|
||||
"libManager.lib.local.reading": "本機庫讀取中",
|
||||
"libManager.lib.local.readFailed": "本機庫讀取失敗",
|
||||
"libManager.lib.donwloading": "下載中",
|
||||
"libManager.lib.donwloadFailed": "下載失敗",
|
||||
"libManager.lib.donwloadSucc": "下載成功",
|
||||
"libManager.lib.deleting": "刪除中",
|
||||
"libManager.lib.deleteFailed": "刪除失敗",
|
||||
"libManager.lib.deleteSucc": "刪除成功",
|
||||
"libManager.lib.importing": "導入中",
|
||||
"libManager.lib.importFailed": "導入失敗",
|
||||
"libManager.lib.importSucc": "導入成功",
|
||||
"libManager.lib.unzipping": "解壓縮中",
|
||||
"libManager.lib.unzipFailed": "解壓縮失敗",
|
||||
"libManager.lib.unzipSucc": "解壓縮成功",
|
||||
"libManager.lib.exist": "此程式庫已導入",
|
||||
"libManager.lib.status": "狀態",
|
||||
"libManager.lib.name": "名稱",
|
||||
"libManager.lib.version": "版本",
|
||||
"libManager.lib.desc": "介紹",
|
||||
"libManager.lib.path": "路徑",
|
||||
"libManager.lib.latestVersion": "已是最新版",
|
||||
"libManager.json.downloading": "雲端函式庫JSON下載中",
|
||||
"libManager.empty": "無資料",
|
||||
"wiki.home": "首頁",
|
||||
"wiki.pageNotFound": "未找到Wiki頁",
|
||||
"wiki.open": "開啟Wiki",
|
||||
"layer.devices.serial": "新增Serial裝置",
|
||||
"layer.devices.hid": "新增HID裝置",
|
||||
"layer.devices.usb": "新增USB裝置",
|
||||
"layer.devices.select": "選擇裝置",
|
||||
"burn.notSupport": "無法使用此設備燒錄固件",
|
||||
"websocket.offline": "服務端已離線"
|
||||
}
|
||||
Reference in New Issue
Block a user