chore(standalone/setup): clarify syncing

This commit is contained in:
Elian Doran
2026-03-24 13:14:24 +02:00
parent f48b67f872
commit 26973681ec
2 changed files with 6 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ function SyncFromServer({ setState }: { setState: (state: State) => void }) {
return (
<div class="page sync-from-server">
<SyncIllustration targetDevice="server" />
<h1>{t("setup.sync-from-server-page-title")}</h1>
<h1>{t("setup.sync-from-server")}</h1>
<p>{t("setup.sync-from-server-page-description")}</p>
<main>
@@ -252,7 +252,7 @@ function SyncFromDesktop({ setState }: { setState: (state: State) => void }) {
return (
<div class="page sync-from-desktop">
<SyncIllustration targetDevice="desktop" />
<h1>{t("setup.sync-desktop-title")}</h1>
<h1>{t("setup.sync-from-desktop")}</h1>
<main>
Content goes here.

View File

@@ -2235,15 +2235,14 @@
"heading": "Trilium Notes setup",
"new-document": "New document",
"new-document-description": "Start with a clean workspace and begin immediately.",
"sync-from-desktop": "Sync from desktop",
"sync-from-desktop-description": "Import data from your desktop app on this network.",
"sync-from-server": "Sync from server",
"sync-from-server-description": "Connect to an existing sync server with your credentials.",
"sync-from-desktop": "Connect a desktop app",
"sync-from-desktop-description": "You only have a Trilium desktop app running on another device. This device will sync its data from that desktop app.",
"sync-from-server": "Connect to an existing server",
"sync-from-server-description": "You have a Trilium server running elsewhere (either self-hosted or in the cloud). This device will sync its data from that server.",
"next": "Next",
"init-in-progress": "Document initialization in progress",
"redirecting": "You will be shortly redirected to the application.",
"title": "Setup",
"sync-from-server-page-title": "Connect to sync server",
"sync-from-server-page-description": "Enter your server details below to connect your existing workspace.",
"sync-in-progress-title": "Connection successful",
"sync-in-progress-description": "Your device is now connected and items are being synchronized.",
@@ -2255,7 +2254,6 @@
"sync-step-finalizing": "Setting up options",
"create-new-document-title": "Preparing your new document",
"create-new-document-description": "Youll be redirected automatically in a moment.",
"sync-desktop-title": "Sync from desktop",
"sync-illustration-this-device": "This device",
"sync-illustration-desktop-app": "Desktop app",
"sync-illustration-server": "Sync server"