6 Commits

Author SHA1 Message Date
vcoppe
2a72e71c65 New translations elevation.mdx (Chinese Simplified) 2026-04-03 03:53:15 +02:00
vcoppe
a3be46f7f8 New translations merge.mdx (Chinese Simplified) 2026-04-03 03:53:14 +02:00
vcoppe
ac682254c0 New translations integration.mdx (Chinese Simplified) 2026-04-03 03:53:13 +02:00
vcoppe
1d204bacf2 fix threshold 2026-04-02 22:35:36 +02:00
vcoppe
4d1d5d48c0 avoid layout shift 2026-04-02 20:23:27 +02:00
vcoppe
5a6321535e New translations settings.mdx (Greek) (#315) 2026-04-02 18:58:58 +02:00
6 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@
</span> </span>
</Tooltip> </Tooltip>
{/if} {/if}
{#if panelHeight > 160 || (orientation === 'horizontal' && panelWidth > 620)} {#if panelHeight > 150 || (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

@@ -29,7 +29,7 @@ Change the language used in the interface.
<DocsNote> <DocsNote>
Μπορείτε να συνεισφέρετε προσθέτοντας ή βελτιώνοντας μεταφράσεις στο <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin έργο</a>. Μπορείτε να συνεισφέρετε προσθέτοντας ή βελτιώνοντας μεταφράσεις στο <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin έργο</a>.
Αν θέλετε να ξεκινήσετε μετάφραση μιας νέας γλώσσας, παρακαλώ <a href="#contact">επικοινωνήστε μαζί μας<a href="#contact">. Αν θέλετε να ξεκινήσετε μετάφραση μιας νέας γλώσσας, παρακαλώ <a href="#contact">επικοινωνήστε μαζί μας</a>.
Οποιαδήποτε βοήθεια εκτιμάται ιδιαίτερα! Οποιαδήποτε βοήθεια εκτιμάται ιδιαίτερα!
</DocsNote> </DocsNote>

View File

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

View File

@@ -18,7 +18,7 @@ title: 请求海拔数据
<DocsNote> <DocsNote>
Elevation data is provided by <a href="https://maptiler.com" target="_blank">MapTiler</a>. 海拔数据来自 <a href="https://maptiler.com" target="_blank">MapTiler</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>. 查阅 <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">官方文档</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="mt-12 flex flex-col xs:items-center gap-12"> <div class="w-full 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 w-full" class="rounded-xl shadow-2xl"
/></a /></a
> >
</div> </div>