feat(core): micropython 板卡文件管理 右键菜单添加 上传 和 下载 选项
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
"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",
|
||||
|
||||
@@ -38,6 +38,9 @@
|
||||
"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": "本地映射目录不存在",
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
"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": "本機映射目錄不存在",
|
||||
|
||||
Reference in New Issue
Block a user