Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
4023aab0
Commit
4023aab0
authored
Nov 12, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 中文
parent
e2ff5b41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
file-explorer-menu.tsx
...ix-ui/workspace/src/lib/components/file-explorer-menu.tsx
+5
-5
No files found.
libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx
View file @
4023aab0
...
@@ -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'
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment