mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 10:22:13 +00:00
Merge remote-tracking branch 'origin/l10n' into dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { HeartHandshake } from '@lucide/svelte';
|
||||
</script>
|
||||
|
||||
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> 帮助网站保持免费(且无广告)
|
||||
## <HeartHandshake size="18" class="inline-block align-baseline" /> 帮助网站保持免费(且无广告)
|
||||
|
||||
每当 GPS 点被添加或移动时,服务器都将重新计算最佳路线。
|
||||
此外,网站使用 <a href="https://mapbox.com" target="_blank">Mapbox</a> API 来提供各种美观的地图样式、检索海拔数据和搜索位置等服务。
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { Languages } from '@lucide/svelte';
|
||||
</script>
|
||||
|
||||
## <Languages size="18" class="mr-1 inline-block align-baseline" /> 翻译
|
||||
## <Languages size="18" class="inline-block align-baseline" /> 翻译
|
||||
|
||||
该网站由志愿者通过协作平台进行翻译。
|
||||
在 <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin 项目</a> 中,您可以通过添加或改进翻译来做出贡献。
|
||||
|
||||
@@ -29,14 +29,13 @@ title: 文件
|
||||
|
||||
创建当前选中文件的副本。
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> 关闭
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
|
||||
关闭当前选中的文件。
|
||||
Delete the currently selected files.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" />
|
||||
关闭全部
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
||||
|
||||
关闭所有文件。
|
||||
Delete all files.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 导出...
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ title: 设置
|
||||
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> 街景图源
|
||||
|
||||
更改 [街景图源](../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>。
|
||||
默认使用 <a href="https://www.mapillary.com" target="_blank">Mapillary</a>,也可改为 <a href="https://www.google.com/streetview/" target="_blank">谷歌街景</a>。
|
||||
详见 [地图控件](../map-controls)。
|
||||
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> 图层…
|
||||
|
||||
@@ -3,7 +3,7 @@ title: 规划或编辑路线
|
||||
---
|
||||
|
||||
<script>
|
||||
import { Pencil, Route, Bike, TriangleAlert, ArrowRightLeft, Home, Repeat, Trash2, CirclePlay, SquareArrowUpLeft } from '@lucide/svelte';
|
||||
import { Pencil, Route, Bike, TriangleAlert, ArrowRightLeft, House, Repeat, Trash2, CirclePlay, SquareArrowUpLeft } from '@lucide/svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
import Routing from '$lib/components/toolbar/tools/routing/Routing.svelte';
|
||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||
@@ -71,7 +71,7 @@ title: 规划或编辑路线
|
||||
|
||||
反转路线方向。
|
||||
|
||||
### <Home size="16" class="inline-block" style="margin-bottom: 2px" /> 返回起点
|
||||
### <House size="16" class="inline-block" style="margin-bottom: 2px" /> 返回起点
|
||||
|
||||
使用所选的路线设置将终点和起点连接起来。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user