mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-08 11:17:51 +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: Edit actions
|
||||
title: 编辑
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
@@ -9,88 +9,88 @@ title: Edit actions
|
||||
|
||||
# { title }
|
||||
|
||||
Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
|
||||
Moreover, when the tree layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
|
||||
总之,我们将可通过以上操作进行修改的对象称为_文件项_。
|
||||
Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
|
||||
与文件操作不同的是,编辑操作可能会修改当前所选文件的内容。
|
||||
此外,当启用文件列表的树状布局时(详见 [文件和统计](../files-and-stats)),它们也适用于[轨迹、路段和兴趣点](../gpx)。
|
||||
因此,我们将可以通过以上操作修改的元素称为 _文件项_。
|
||||
注意,除撤消和重做操作外,编辑操作也可通过文件项的上下文菜单(右键单击)来访问。
|
||||
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Undo and redo
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> 撤销和重做
|
||||
|
||||
Using these buttons, you can undo or redo the last actions you performed.
|
||||
This applies to all actions of the interface but not to view options, application settings, or map navigation.
|
||||
使用这些按钮,将会撤销或重做最后一次执行的操作。
|
||||
但仅适用于界面上的所有操作,不适用于视图选项、应用程序设置或地图导航。
|
||||
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> 信息……
|
||||
|
||||
您可在当前选定文件项的信息窗口中,查看并编辑项目名称和描述。
|
||||
打开当前选定文件项的信息窗口,查看或编辑其名称和描述信息。
|
||||
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> 外观……
|
||||
|
||||
Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
|
||||
在外观窗口中,可以调整地图上所选文件项的颜色、不透明度和宽度等属性。
|
||||
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> 隐藏/取消隐藏
|
||||
|
||||
Toggle the visibility of the selected file items on the map.
|
||||
切换所选文件项在地图上的可见性。
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New track
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> 新建轨迹
|
||||
|
||||
Create a new track in the selected file.
|
||||
在所选文件中创建一个新轨迹。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Additionally, the selection must be a single file.
|
||||
此操作仅在启用文件列表树布局时可用。
|
||||
且所选内容必须是单个文件。
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New segment
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> 新建路线
|
||||
|
||||
Create a new segment in the selected track.
|
||||
在所选轨迹中创建一个新路段。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Additionally, the selection must be a single track.
|
||||
此操作仅在启用文件列表树布局时可用。
|
||||
所选内容必须是单个轨迹。
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> 全选
|
||||
|
||||
Add all file items in the current hierarchy level to the selection.
|
||||
将当前层次结构级别中的所有文件项添加到选择中。
|
||||
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> 中心
|
||||
|
||||
Center the map on the selected file items.
|
||||
根据所选内容调整地图显示中心。
|
||||
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> 复制
|
||||
|
||||
Copy the selected file items to the clipboard.
|
||||
复制所选内容到剪贴板。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
此操作仅在启用文件列表树布局时可用。
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> 剪切
|
||||
|
||||
Cut the selected file items to the clipboard.
|
||||
剪切所选内容到剪贴板。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
此操作仅在启用文件列表树布局时可用。
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> 粘贴
|
||||
|
||||
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
|
||||
若文件项与当前层次结构级别兼容,则进行粘贴操作。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
此操作仅在启用文件列表树布局时可用。
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> 删除
|
||||
|
||||
Delete the selected file items.
|
||||
删除所选内容。
|
||||
|
@@ -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>
|
||||
|
@@ -11,40 +11,40 @@ title: 设置
|
||||
|
||||
### <Ruler size="16" class="inline-block" style="margin-bottom: 2px" /> 距离单位
|
||||
|
||||
更改界面中显示距离的单位。
|
||||
更改界面中的距离显示单位。
|
||||
|
||||
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Velocity units
|
||||
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> 速度单位
|
||||
|
||||
Change the units used to display velocities in the interface.
|
||||
You can choose between distance per hour or minutes per distance, which can be more suitable for running activities.
|
||||
更改界面中的速度显示单位。
|
||||
支持在“每小时的距离”和“每单位距离的分钟数”之间进行选择,这对于跑步活动来说可能更合适。
|
||||
|
||||
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> Temperature units
|
||||
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> 温度单位
|
||||
|
||||
Change the units used to display temperatures in the interface.
|
||||
更改界面中的温度显示单位。
|
||||
|
||||
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> Language
|
||||
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> 语言
|
||||
|
||||
Change the language used in the interface.
|
||||
更改界面中使用的语言。
|
||||
|
||||
<DocsNote>
|
||||
|
||||
您可以在我们的 <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin项目</a> 上添加或改进翻译,来贡献您的力量。
|
||||
如果您想创建一种新语言的翻译,请 <a href="#contact">联系我们</a> 。
|
||||
在 <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin 项目</a> 中,您可以通过添加或改进翻译来做出贡献。
|
||||
若要创建一种新的翻译语言,请 <a href="#contact">联系我们</a>。
|
||||
我们非常感谢任何帮助!
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> Theme
|
||||
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> 主题
|
||||
|
||||
Change the theme used in the interface.
|
||||
更改界面主题。
|
||||
|
||||
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> Street view source
|
||||
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> 街景图源
|
||||
|
||||
Change the source used for the [street view control](../map-controls).
|
||||
The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>.
|
||||
有关如何使用街景控件的更多信息,请参阅[地图控件部分](../map-controls)。
|
||||
更改 [街景图源](../map-controls)。
|
||||
默认使用 <a href="https://www.mapillary.com" target="_blank">Mapillary</a>,也可以改为 <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>。
|
||||
有关街景控件的更多信息,请参阅 [地图控件章节](../map-controls)。
|
||||
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers...
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> 图层……
|
||||
|
||||
Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more.
|
||||
打开一个对话框,可在其中进行启用或禁用地图图层、添加自定义图层、更改叠加层不透明度等操作。
|
||||
有关地图图层的更多信息,请参阅[地图控件部分](.../map-controls)。
|
||||
|
@@ -18,7 +18,7 @@ This menu provides options to rearrange the interface and the map view.
|
||||
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
|
||||
|
||||
Toggle the tree layout for the [file list](../files-and-stats).
|
||||
This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map.
|
||||
此布局非常适合管理大量已打开的文件,文件将被组织成一个纵向列表并显示在地图右侧。
|
||||
In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](../gpx) contained inside the files through collapsible sections.
|
||||
|
||||
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Switch to previous basemap
|
||||
|
Reference in New Issue
Block a user