New translations file.mdx (Chinese Simplified)
This commit is contained in:
parent
9811addad2
commit
98d3ea5fdb
1 changed files with 17 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: File actions
|
title: 文件操作
|
||||||
---
|
---
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
@ -9,44 +9,44 @@ title: File actions
|
||||||
|
|
||||||
# { title }
|
# { title }
|
||||||
|
|
||||||
The file actions menu contains a set of pretty self-explanatory file operations.
|
文件操作菜单包含了许多易于理解的操作。
|
||||||
|
|
||||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> 新建
|
||||||
|
|
||||||
Create a new empty file.
|
创建一个新的空白文件。
|
||||||
|
|
||||||
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open...
|
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> 打开……
|
||||||
|
|
||||||
Open files from your computer.
|
打开本地文件。
|
||||||
|
|
||||||
<DocsNote>
|
<DocsNote>
|
||||||
|
|
||||||
You can also drag and drop files directly from your file system into the window.
|
支持将文件直接拖放到窗口中。
|
||||||
|
|
||||||
</DocsNote>
|
</DocsNote>
|
||||||
|
|
||||||
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate
|
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> 复制
|
||||||
|
|
||||||
Create a copy of the currently selected files.
|
创建当前选中文件的副本。
|
||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> 关闭
|
||||||
|
|
||||||
Close the currently selected files.
|
关闭当前选中的文件。
|
||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> 全部关闭
|
||||||
|
|
||||||
关闭所有文件。
|
关闭所有文件。
|
||||||
|
|
||||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 导出...
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 导出……
|
||||||
|
|
||||||
Open the export dialog to save the currently selected files to your computer.
|
保存当前选中的文件到本地。
|
||||||
|
|
||||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 导出全部文件...
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 全部导出……
|
||||||
|
|
||||||
Open the export dialog to save all files to your computer.
|
保存所有文件到本地。
|
||||||
|
|
||||||
<DocsNote type="warning">
|
<DocsNote type="warning">
|
||||||
|
|
||||||
If your download does not start after clicking the download button, please check your browser settings to allow downloads from <b>gpx.studio</b>.
|
若在点击下载按钮后无反应,请检查浏览器设置以允许从 <b>gpx.studio</b> 下载。
|
||||||
|
|
||||||
</DocsNote>
|
</DocsNote>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue