1 Commits

Author SHA1 Message Date
vcoppe
7d3423f9ad New translations settings.mdx (Greek) 2026-04-02 18:54:06 +02:00
5 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@
</span> </span>
</Tooltip> </Tooltip>
{/if} {/if}
{#if panelHeight > 150 || (orientation === 'horizontal' && panelWidth > 620)} {#if panelHeight > 160 || (orientation === 'horizontal' && panelWidth > 620)}
<Tooltip <Tooltip
label="{i18n._('quantities.time')} ({i18n._('quantities.moving')} / {i18n._( label="{i18n._('quantities.time')} ({i18n._('quantities.moving')} / {i18n._(
'quantities.total' 'quantities.total'

View File

@@ -13,8 +13,8 @@ title: 集成
只需: 只需:
1. GPX 文件存放在个人服务器或谷歌云盘上,或提供公开访问链接; 1. GPX files hosted on your server or on Google Drive, or accessible via a public URL;
2. _备选项_ 通过 <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler key</a> 以加载 MapTiler 地图。 2. _Optional:_ a <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler key</a> to load MapTiler maps.
然后,使用下面的配置器来自定义地图并生成相应的 HTML 代码。 然后,使用下面的配置器来自定义地图并生成相应的 HTML 代码。

View File

@@ -18,7 +18,7 @@ title: 请求海拔数据
<DocsNote> <DocsNote>
海拔数据来自 <a href="https://maptiler.com" target="_blank">MapTiler</a>. Elevation data is provided by <a href="https://maptiler.com" target="_blank">MapTiler</a>.
查阅 <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">官方文档</a> 以了解海拔数据来源及其准确度。 You can learn more about its origin and accuracy in the <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">documentation</a>.
</DocsNote> </DocsNote>

View File

@@ -18,8 +18,8 @@ title: 合并要素
<DocsNote> <DocsNote>
选中的项目将按它们在文件列表中的顺序合并。 Selected items are merged in the order they appear in the files list.
可通过拖拽来重新排序项目。 Reorder items by drag-and-drop if needed.
</DocsNote> </DocsNote>

View File

@@ -47,7 +47,7 @@
<div class="w-full px-12 flex flex-col items-center"> <div class="w-full px-12 flex flex-col items-center">
<div class="w-full max-w-5xl flex flex-col items-center"> <div class="w-full max-w-5xl flex flex-col items-center">
<div class="w-full mt-12 flex flex-col xs:items-center gap-12"> <div class="mt-12 flex flex-col xs:items-center gap-12">
<div class="flex flex-col xs:items-center gap-6 max-w-3xl"> <div class="flex flex-col xs:items-center gap-6 max-w-3xl">
<h1 class="text-4xl xs:text-5xl sm:text-6xl xs:text-center font-black"> <h1 class="text-4xl xs:text-5xl sm:text-6xl xs:text-center font-black">
{i18n._('metadata.home_title')} {i18n._('metadata.home_title')}
@@ -78,7 +78,7 @@
<enhanced:img <enhanced:img
src="/src/lib/assets/img/docs/getting-started/interface.webp" src="/src/lib/assets/img/docs/getting-started/interface.webp"
alt="The gpx.studio interface." alt="The gpx.studio interface."
class="rounded-xl shadow-2xl" class="rounded-xl shadow-2xl w-full"
/></a /></a
> >
</div> </div>