Commit 4023aab0 authored by gxkai's avatar gxkai

chore: 中文

parent e2ff5b41
...@@ -12,12 +12,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { ...@@ -12,12 +12,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
menuItems: [ menuItems: [
{ {
action: 'createNewFile', action: 'createNewFile',
title: 'Create New File', title: '新建文件',
icon: 'far fa-file' icon: 'far fa-file'
}, },
{ {
action: 'createNewFolder', action: 'createNewFolder',
title: 'Create New Folder', title: '新建文件夹',
icon: 'far fa-folder' icon: 'far fa-folder'
}, },
{ {
...@@ -27,17 +27,17 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { ...@@ -27,17 +27,17 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
}, },
{ {
action: 'uploadFile', action: 'uploadFile',
title: 'Load a local file into current workspace', title: '上传文件',
icon: 'fa fa-upload' icon: 'fa fa-upload'
}, },
{ {
action: 'uploadFolder', action: 'uploadFolder',
title: 'Load a local folder into current workspace', title: '上传文件夹',
icon: 'fa fa-upload' icon: 'fa fa-upload'
}, },
{ {
action: 'downloadFile', action: 'downloadFile',
title: 'export current workspace', title: '下载选中文件、文件夹',
icon: 'fa fa-download' icon: 'fa fa-download'
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment