mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-01-01 15:54:44 +00:00
New Crowdin updates (#158)
* New translations files-and-stats.mdx (Italian) * New translations map-controls.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations getting-started.mdx (Chinese Simplified) * New translations edit.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations edit.mdx (Chinese Simplified) * New translations funding.mdx (Chinese Simplified) * New translations edit.mdx (Chinese Simplified) * New translations en.json (German) * New translations en.json (Spanish) * New translations en.json (Dutch) * New translations files-and-stats.mdx (Spanish) * New translations files-and-stats.mdx (Dutch) * New translations getting-started.mdx (Spanish) * New translations getting-started.mdx (Dutch) * New translations edit.mdx (Spanish) * New translations edit.mdx (Dutch) * New translations view.mdx (Spanish) * New translations view.mdx (Dutch) * New translations funding.mdx (Chinese Simplified) * New translations mapbox.mdx (Chinese Simplified) * New translations translation.mdx (Chinese Simplified) * New translations file.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: File actions
|
||||
title: 文件操作
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
@@ -9,44 +9,44 @@ title: File actions
|
||||
|
||||
# { 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>
|
||||
|
||||
You can also drag and drop files directly from your file system into the window.
|
||||
支持将文件直接拖放到窗口中。
|
||||
|
||||
</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">
|
||||
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user