Update: 更新web ampy

This commit is contained in:
王立帮
2025-03-21 17:10:28 +08:00
parent 449ba1f793
commit 883dbb336d
6 changed files with 73 additions and 96 deletions

View File

@@ -320,6 +320,8 @@
"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",

View File

@@ -320,6 +320,8 @@
"ampy.portIsNotOpen": "串口未打开",
"ampy.executePythonCodeFailed": "无法执行python代码",
"ampy.dataReadInterrupt": "数据读取中断",
"ampy.waitingFirstEOFTimeout": "等待第一个EOF超时",
"ampy.waitingSecondEOFTimeout": "等待第二个EOF超时",
"editor.contextMenu.cut": "剪切",
"editor.contextMenu.copy": "复制",
"editor.contextMenu.paste": "粘贴",

View File

@@ -320,6 +320,8 @@
"ampy.portIsNotOpen": "串列埠未開啟",
"ampy.executePythonCodeFailed": "無法執行python程式碼",
"ampy.dataReadInterrupt": "資料讀取中斷",
"ampy.waitingFirstEOFTimeout": "等待第一個EOF超時",
"ampy.waitingSecondEOFTimeout": "等待第二個EOF超時",
"editor.contextMenu.cut": "剪下",
"editor.contextMenu.copy": "複製",
"editor.contextMenu.paste": "貼上",