File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
apps/remix-ide/src/app/tabs/locales
libs/remix-ui/workspace/src/lib/components Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33 "filePanel.workspace" : " WORKSPACES" ,
44 "filePanel.create" : " Create" ,
55 "filePanel.clone" : " Clone" ,
6- "filePanel.download" : " Backup" ,
6+ "filePanel.download" : " Download" ,
7+ "filePanel.backup" : " Backup" ,
78 "filePanel.restore" : " Restore" ,
89 "filePanel.workspace.create" : " Create Workspace" ,
910 "filePanel.workspace.rename" : " Rename Workspace" ,
1415 "filePanel.workspace.deleteAllConfirm2" : " Deleted workspaces can not be restored in any manner." ,
1516 "filePanel.workspace.name" : " Workspace name" ,
1617 "filePanel.workspace.chooseTemplate" : " Choose a template" ,
17- "filePanel.workspace.download " : " Backup Workspaces" ,
18+ "filePanel.workspace.backup " : " Backup Workspaces" ,
1819 "filePanel.workspace.restore" : " Restore Workspaces from the Backup" ,
1920 "filePanel.workspace.clone" : " Clone Git Repository" ,
2021 "filePanel.workspace.cloneMessage" : " Please provide a valid git repository url." ,
Original file line number Diff line number Diff line change 44 "filePanel.create" : " 新建" ,
55 "filePanel.clone" : " 克隆" ,
66 "filePanel.download" : " 下载" ,
7+ "filePanel.backup" : " Backup" ,
78 "filePanel.restore" : " 恢复" ,
89 "filePanel.workspace.create" : " 新建工作空间" ,
910 "filePanel.workspace.rename" : " 重命名工作空间" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export function HamburgerMenu (props: HamburgerMenuProps) {
4545 props . hideIconsMenu ( ! showIconsMenu )
4646 } } > </ HamburgerMenuItem >
4747 < Dropdown . Divider className = "border mt-0 mb-0 remixui_menuhr" style = { { pointerEvents : 'none' } } />
48- < HamburgerMenuItem kind = 'download ' fa = 'far fa-download' hideOption = { hideWorkspaceOptions || hideLocalhostOptions } actionOnClick = { ( ) => {
48+ < HamburgerMenuItem kind = 'backup ' fa = 'far fa-download' hideOption = { hideWorkspaceOptions || hideLocalhostOptions } actionOnClick = { ( ) => {
4949 props . downloadWorkspaces ( )
5050 props . hideIconsMenu ( ! showIconsMenu )
5151 } } > </ HamburgerMenuItem >
You can’t perform that action at this time.
0 commit comments